log configure.in @ 3002:9f765960fca6 HEAD

age author description
Mon, 20 Dec 2004 06:39:47 +0200 Timo Sirainen If strtoull() isn't supported, fallback to strtouq(). If that's not found HEAD
Mon, 08 Nov 2004 04:45:59 +0200 Timo Sirainen Check for libgen.h and if it's not found, use my_basename(). Also HEAD
Thu, 21 Oct 2004 02:05:53 +0300 Timo Sirainen Upgrades to autoconf 2.5 and automake >1.4. HEAD
Tue, 19 Oct 2004 18:53:16 +0300 Timo Sirainen Don't advertise LISTEXT capability. It's still a draft which changes HEAD
Tue, 19 Oct 2004 00:52:10 +0300 Timo Sirainen Use -lz always with mysql. Our previous check wasn't really working because HEAD
Mon, 18 Oct 2004 04:13:25 +0300 Timo Sirainen Implemented support for LOGIN-REFERRALS using "referral" and "reason" HEAD
Sat, 16 Oct 2004 02:12:51 +0300 Timo Sirainen Created generic asynchronous SQL API and implemented MySQL and PostgreSQL HEAD
Sun, 10 Oct 2004 16:55:09 +0300 Timo Sirainen Removed Cyrus SASL code completely. It hasn't worked for ages (if ever?) and HEAD
Fri, 08 Oct 2004 16:33:03 +0300 Timo Sirainen Add seteuid() wrapper for HP-UX HEAD
Mon, 06 Sep 2004 00:10:00 +0300 Timo Sirainen Added epoll support if --with-ioloop=epoll is given. Patch by Andrey Panin. HEAD
Fri, 03 Sep 2004 13:31:08 +0300 Timo Sirainen Don't check for linux/mman.h, it's not even used. HEAD
Mon, 09 Aug 2004 22:14:03 +0300 Timo Sirainen If -lmysqlclient doesn't automatically link with zlib, do it manually. HEAD
Sat, 31 Jul 2004 02:37:14 +0300 Timo Sirainen Mysql check fix HEAD
Fri, 30 Jul 2004 05:07:47 +0300 Timo Sirainen Better MySQL checking. Patch by John Dennis HEAD
Wed, 28 Jul 2004 18:39:29 +0300 Timo Sirainen NTLM authentication. Patch by Andrey Panin HEAD
Mon, 26 Jul 2004 20:06:34 +0300 Timo Sirainen Added MySQL SSL support. HEAD
Mon, 26 Jul 2004 19:21:29 +0300 Timo Sirainen Added dovecotpw utility. Patch by Joshua Goodall HEAD
Fri, 23 Jul 2004 22:07:57 +0300 Timo Sirainen If MySQL header checks failed, configure still passed. HEAD
Thu, 22 Jul 2004 22:37:25 +0300 Timo Sirainen Check BUGGY_CMSG_MACROS in configure. HEAD
Fri, 16 Jul 2004 19:20:54 +0300 Timo Sirainen Fixed to compile with Solaris LDAP library HEAD
Mon, 21 Jun 2004 17:51:04 +0300 Timo Sirainen Removed UIDPLUS after all, it needs more thinking about with maildir. HEAD
Sun, 20 Jun 2004 06:25:32 +0300 Timo Sirainen mailbox_save() and mailbox_copy() functions can now return the saved mail so HEAD
Sat, 19 Jun 2004 23:22:00 +0300 Timo Sirainen Use AC_TRY_LINK() for sendfile() checks so it works right with Solaris. Did HEAD
Sat, 19 Jun 2004 22:55:15 +0300 Timo Sirainen Removed AC_ARG_PROGRAM. Lets see if this breaks anything.. HEAD
Fri, 18 Jun 2004 06:40:12 +0300 Timo Sirainen Added checkpassword passdb. userdb has only beginnings. HEAD
Thu, 03 Jun 2004 18:01:27 +0300 Timo Sirainen Separate mbox_locks/mbox_read_dotlock to mbox_read_locks and HEAD
Sun, 30 May 2004 04:39:58 +0300 Timo Sirainen SHA1 support via OpenSSL HEAD
Sun, 30 May 2004 01:21:39 +0300 Timo Sirainen Added maildir_stat_dirs option. HEAD
Wed, 26 May 2004 18:26:05 +0300 Timo Sirainen Added --with-moduledir configure option HEAD
Sat, 22 May 2004 06:42:26 +0300 Timo Sirainen AC_DEFUN warning fixes for aclocal 1.8.. HEAD
Sat, 22 May 2004 05:16:36 +0300 Timo Sirainen Solaris: Move from sendfilev() to sendfile() (was it always there?). Make HEAD
Mon, 17 May 2004 05:00:58 +0300 Timo Sirainen Removed LIST-SUBSCRIBED capability, latest LISTEXT draft dropped it. HEAD
Mon, 10 May 2004 04:47:08 +0300 Timo Sirainen MySQL authentication patch by Matther Reimer HEAD
Mon, 10 May 2004 03:45:45 +0300 Timo Sirainen fix HEAD
Mon, 10 May 2004 03:40:42 +0300 Timo Sirainen Define PREAD_WRAPPERS if we're using GLIBC, not if we're using Linux. HEAD
Thu, 06 May 2004 04:22:25 +0300 Timo Sirainen mbox code compiles again, but syncing is only partially implemented so HEAD
Sun, 02 May 2004 23:33:49 +0300 Timo Sirainen and a few more custom flag -> keyword changes HEAD
Sat, 01 May 2004 21:44:40 +0300 Timo Sirainen Default to OpenSSL HEAD
Wed, 28 Apr 2004 19:54:32 +0300 Timo Sirainen Put -lcrypt to first in AUTH_LIBS to fix some linking problems with Solaris HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD
Sat, 08 Nov 2003 17:56:54 +0200 Timo Sirainen cleanup HEAD
Wed, 29 Oct 2003 16:10:20 +0200 Timo Sirainen Added bsdauth support, patch by Dan Cross HEAD
Wed, 29 Oct 2003 15:50:36 +0200 Timo Sirainen pread/pwrite fixes HEAD
Sun, 21 Sep 2003 20:55:36 +0300 Timo Sirainen Added support for Boehm GC. However it seems to be crashing for some reason HEAD
Sun, 24 Aug 2003 15:43:53 +0300 Timo Sirainen Added IO_DIR_NOTIFY and IO_FILE_NOTIFY conditions to io_add(). IO_DIR_NOTIFY HEAD
Sun, 24 Aug 2003 09:49:55 +0300 Timo Sirainen Removed index_align stuff. It's not needed anymore. HEAD
Fri, 22 Aug 2003 05:42:12 +0300 Timo Sirainen Moved client side code for auth process handling to lib-auth. Some other login process cleanups. HEAD
Thu, 21 Aug 2003 02:24:29 +0300 Timo Sirainen Separated rawlog into it's own binary. HEAD
Wed, 06 Aug 2003 22:46:51 +0300 Timo Sirainen Added pwrite() compatibility HEAD
Tue, 05 Aug 2003 22:45:02 +0300 Timo Sirainen We should be checking C99 types using stdint.h, not inttypes.h HEAD
Sat, 02 Aug 2003 20:38:15 +0300 Timo Sirainen utc_mktime() crashed with 64bit time_t if gmtime() didn't like >32bit values HEAD
Sun, 27 Jul 2003 08:37:58 +0300 Timo Sirainen Namespace configuration. HEAD
Wed, 16 Jul 2003 20:34:05 +0300 Timo Sirainen size_t checking fixes HEAD
Tue, 15 Jul 2003 23:24:21 +0300 Timo Sirainen Get the size_t type properly in OSX HEAD
Tue, 15 Jul 2003 22:19:30 +0300 Timo Sirainen bugfix HEAD
Tue, 15 Jul 2003 21:28:57 +0300 Timo Sirainen Delete conftest.mmap too HEAD
Tue, 15 Jul 2003 21:26:42 +0300 Timo Sirainen index_mmap_invalidate = yes now invalidate memory maps before accessing HEAD
Thu, 10 Jul 2003 17:45:58 +0300 Timo Sirainen test -o and -a are apparently non-POSIX. not using. HEAD
Thu, 10 Jul 2003 03:40:25 +0300 Timo Sirainen test -e isn't standard. Use test -c + -s for checking /dev/urandom. HEAD
Wed, 09 Jul 2003 22:50:17 +0300 Timo Sirainen test -e /dev/urandom, not test -c. BSD/OS has it as a symlink to socket. HEAD