log src/lib-auth/auth-server-request.c @ 6290:b04d136f8174 HEAD

age author description
Mon, 13 Aug 2007 18:00:19 +0300 Timo Sirainen If sending auth request to dovecot-auth fails, don't crash. HEAD
Tue, 03 Jul 2007 04:40:18 +0300 Timo Sirainen Send local/remote ports to dovecot-auth. They're now in %a and %b variables. HEAD
Fri, 26 Jan 2007 15:58:48 +0200 Timo Sirainen Cleanups and minor fixes HEAD
Fri, 15 Dec 2006 20:10:51 +0200 Timo Sirainen Type safe callbacks weren't as easy as I thought. Only callback(void HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. HEAD
Sat, 17 Jun 2006 17:45:54 +0300 Timo Sirainen Check that initial response doesn't contain invalid characters. Give better HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sat, 01 Oct 2005 13:52:14 +0300 Timo Sirainen Added ssl_username_from_cert setting. Not actually tested yet.. HEAD
Fri, 07 Jan 2005 19:34:07 +0200 Timo Sirainen If connection to auth server is lost, reply with temp error. HEAD
Fri, 07 Jan 2005 19:24:12 +0200 Timo Sirainen typofix HEAD
Thu, 16 Dec 2004 03:41:25 +0200 Timo Sirainen Fix when using multiple auth processes. HEAD
Thu, 16 Dec 2004 00:22:45 +0200 Timo Sirainen Crashfix HEAD
Tue, 19 Oct 2004 05:51:37 +0300 Timo Sirainen s/protocol/service/ in authentication HEAD
Tue, 19 Oct 2004 02:03:54 +0300 Timo Sirainen Use reason=xx field in FAIL to report the error message instead of separate HEAD
Mon, 18 Oct 2004 04:13:25 +0300 Timo Sirainen Implemented support for LOGIN-REFERRALS using "referral" and "reason" HEAD
Wed, 13 Oct 2004 19:38:32 +0300 Timo Sirainen Changed dovecot-auth protocol to ASCII based. Should be easier now to write HEAD
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where HEAD
Sun, 15 Aug 2004 06:40:30 +0300 Timo Sirainen We never do blocking reads/writes to network anymore. Changed imap and pop3 HEAD
Sat, 03 Jul 2004 01:03:36 +0300 Timo Sirainen Added APOP authentication for POP3. Patch by Andrey Panin. HEAD
Mon, 31 May 2004 21:04:46 +0300 Timo Sirainen Added %l, %r and %P variables and mail_log_prefix setting. HEAD
Sun, 30 May 2004 07:50:06 +0300 Timo Sirainen PLAIN auth fallbacking works now with initial responses HEAD
Sun, 30 May 2004 00:40:30 +0300 Timo Sirainen Removed hardcoded mechanism lists. It's now possible to add them HEAD
Sat, 29 May 2004 20:06:49 +0300 Timo Sirainen Don't use hardcoded protocol list for auth process, string is just fine. HEAD
Mon, 17 May 2004 04:32:16 +0300 Timo Sirainen Added ssl_require_client_cert auth-specific setting. Hide HEAD
Tue, 09 Dec 2003 00:19:46 +0200 Timo Sirainen compiling fix HEAD
Fri, 22 Aug 2003 21:56:59 +0300 Timo Sirainen fixes. maybe it works now. HEAD
Fri, 22 Aug 2003 09:37:57 +0300 Timo Sirainen fixes HEAD
Fri, 22 Aug 2003 07:42:13 +0300 Timo Sirainen We now support checking the password against all defined auth processes and HEAD
Fri, 22 Aug 2003 06:52:25 +0300 Timo Sirainen s/process/server/ 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