log

age author description
Tue, 26 Nov 2002 22:05:42 +0200 Timo Sirainen missing master.h HEAD
Tue, 26 Nov 2002 22:04:08 +0200 Timo Sirainen Use more warnings with GCC by default. Fixed several warnings. HEAD
Tue, 26 Nov 2002 21:49:16 +0200 Timo Sirainen misc. compiling cleanups. HEAD
Tue, 26 Nov 2002 21:49:06 +0200 Timo Sirainen Created env_put() and env_clean() for a bit easier handling of environment HEAD
Tue, 26 Nov 2002 21:30:34 +0200 Timo Sirainen Reverted back the isdigit()/etc. They're defined to get int argument, so we HEAD
Tue, 26 Nov 2002 21:17:54 +0200 Timo Sirainen Don't do void* arithmetics. HEAD
Tue, 26 Nov 2002 21:09:00 +0200 Timo Sirainen Cast chars to (unsigned int) instead of (int) in i_isdigit() etc. macros. HEAD
Tue, 26 Nov 2002 21:03:49 +0200 Timo Sirainen And the missing sys/sysmacros.h include.. HEAD
Tue, 26 Nov 2002 21:01:24 +0200 Timo Sirainen Added CMP_DEV_T macro which uses major()/minor() if possible but fallbacks HEAD
Tue, 26 Nov 2002 20:47:43 +0200 Timo Sirainen We compile now if dev_t is a structure (eg. glibc+tcc). HEAD
Tue, 26 Nov 2002 20:39:57 +0200 Timo Sirainen Moved mycrypt() into auth/ dir, so we don't have to link all programs with HEAD
Tue, 26 Nov 2002 20:23:06 +0200 Timo Sirainen Forgot mycrypt.h HEAD
Tue, 26 Nov 2002 20:06:10 +0200 Timo Sirainen Removed compiler warnings. HEAD
Tue, 26 Nov 2002 19:59:18 +0200 Timo Sirainen And added the rest of the defines to make sure it compiles. HEAD
Tue, 26 Nov 2002 19:56:14 +0200 Timo Sirainen Still more crypt() problems. Wrapped it into mycrypt() which should finally HEAD
Tue, 26 Nov 2002 19:45:45 +0200 Timo Sirainen compile fix for netbsd-current. HEAD
Tue, 26 Nov 2002 16:15:08 +0200 Timo Sirainen missing include file HEAD
Tue, 26 Nov 2002 15:58:26 +0200 Timo Sirainen Still not correct order with dup2()ing. HEAD
Tue, 26 Nov 2002 15:50:30 +0200 Timo Sirainen Close old fds before dup2()ing to fd 3, so we don't close it accidentally. HEAD
Tue, 26 Nov 2002 15:31:22 +0200 Timo Sirainen default settings still pointed to lib dir instead of libexec dir.. HEAD
Tue, 26 Nov 2002 15:27:13 +0200 Timo Sirainen net_accept() returns now -2 for fatal failures. HEAD
Tue, 26 Nov 2002 15:13:20 +0200 Timo Sirainen Get uintmax_t from inttypes.h instead of stdint.h. HEAD
Tue, 26 Nov 2002 15:07:53 +0200 Timo Sirainen Renamed largest_t to uintmax_t which already exists in C99. HEAD
Tue, 26 Nov 2002 14:28:11 +0200 Timo Sirainen Created AC_TYPEOF() which tells what base type (int/long/long long) the HEAD
Tue, 26 Nov 2002 12:28:40 +0200 Timo Sirainen select() support was broken. Also changed the way it's built. HEAD
Tue, 26 Nov 2002 12:14:28 +0200 Timo Sirainen Fixed a few compiling warnings about signedness. HEAD
Mon, 25 Nov 2002 21:02:49 +0200 Timo Sirainen Locking changes triggered a bit larger cleanup :) If we have to wait for a HEAD
Mon, 25 Nov 2002 17:00:53 +0200 Timo Sirainen We crashed if master process didn't let us authenticate. HEAD
Mon, 25 Nov 2002 15:40:05 +0200 Timo Sirainen whops, commented out too much of the debug macro HEAD
Mon, 25 Nov 2002 15:35:53 +0200 Timo Sirainen vpopmail's parse_email() is buggy, we need to zero fill the username buffer HEAD