log src/auth/userinfo-passwd-file.c @ 903:fd8888f6f037 HEAD

age author description
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Sun, 05 Jan 2003 11:23:13 +0200 Timo Sirainen ':' -> '@' change was buggy HEAD
Sun, 22 Dec 2002 10:18:29 +0200 Timo Sirainen t_strsplit() returns now const char **, which removes a few nasty casts. HEAD
Sat, 21 Dec 2002 15:08:49 +0200 Timo Sirainen We don't have separate read-write pools, so renamed pool_create(.., FALSE) HEAD
Thu, 19 Dec 2002 03:02:34 +0200 Timo Sirainen Buffer related cleanups. Use PATH_MAX instead of hardcoded 1024 for paths. HEAD
Wed, 18 Dec 2002 17:15:41 +0200 Timo Sirainen Marked all non-trivial buffer modifications with @UNSAFE tag. Several HEAD
Tue, 17 Dec 2002 05:00:44 +0200 Timo Sirainen Clear separation of virtual and system usernames. passwd-file didn't work HEAD
Mon, 09 Dec 2002 18:43:09 +0200 Timo Sirainen Digest-MD5 lookup was broken. HEAD
Sun, 08 Dec 2002 07:23:07 +0200 Timo Sirainen Added buffer API. Point is to hide all buffer writing behind this API which HEAD
Fri, 06 Dec 2002 03:09:22 +0200 Timo Sirainen Renamed IBuffer and OBuffer to IStream and OStream which describes their HEAD
Tue, 26 Nov 2002 19:56:14 +0200 Timo Sirainen Still more crypt() problems. Wrapped it into mycrypt() which should finally HEAD
Sun, 17 Nov 2002 16:52:43 +0200 Timo Sirainen re-read passwd file when it changes. HEAD
Mon, 04 Nov 2002 07:04:04 +0200 Timo Sirainen Fixed warnings when compiling with Solaris 8 HEAD
Mon, 28 Oct 2002 11:46:02 +0200 Timo Sirainen Added --enable-asserts (default) and fixed some warnings when building HEAD
Mon, 14 Oct 2002 02:49:11 +0300 Timo Sirainen Split IOBuffer into mmaped IBuffer, file IBuffer, memory data IBuffer and HEAD
Sun, 06 Oct 2002 08:44:27 +0300 Timo Sirainen Added io_buffer_set_start_offset() and io_buffer_ref() and replaced HEAD
Sun, 06 Oct 2002 06:09:36 +0300 Timo Sirainen Added autoclose_fd-flag for io_buffer_create_file() and HEAD
Sun, 06 Oct 2002 00:47:33 +0300 Timo Sirainen one final hpux fix. HEAD
Sun, 08 Sep 2002 17:39:05 +0300 Timo Sirainen move size_t fixes HEAD
Mon, 26 Aug 2002 23:49:05 +0300 Timo Sirainen fixed compile warnings with some systems HEAD
Thu, 22 Aug 2002 01:10:20 +0300 Timo Sirainen Message data is parsed in blocks (no longer entirely mmap()ed). Several HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD