log src/auth/auth-request-handler.h @ 22614:cf66220d281e

age author description
Fri, 11 Mar 2016 18:43:57 +1300 Timo Sirainen auth: Code cleanup - avoid using void *context
Wed, 30 Jan 2013 19:08:00 +0200 Timo Sirainen auth: Code cleanup: Avoid using auth_stream_reply as temporary strings.
Fri, 14 Sep 2012 21:48:45 +0300 Stephan Bosch Added support to perform token-based service process authentication.
Sun, 19 Aug 2012 16:17:32 +0300 Timo Sirainen Removed CONTEXT_TYPE_SAFETY macro and reimplemented its functionality better.
Fri, 18 Nov 2011 16:15:24 +0200 Timo Sirainen auth: Log a warning if auth client disconnects while it still has pending requests.
Thu, 30 Sep 2010 17:49:17 +0100 Timo Sirainen auth: Don't assert-crash if a request still succeeds after its client connection is gone.
Tue, 08 Jun 2010 19:34:14 +0100 Timo Sirainen auth: Changed how auth deinitilization works. HEAD
Tue, 08 Jun 2010 18:47:24 +0100 Timo Sirainen auth: Removed unnecessary auth_request callback and context uses. HEAD
Wed, 02 Jun 2010 16:48:55 +0100 Timo Sirainen auth: Fixes to destroying pending async userdb requests at deinit. HEAD
Tue, 01 Jun 2010 16:37:59 +0100 Timo Sirainen auth: Aborting pending async requests on deinit caused crashes. HEAD
Thu, 20 May 2010 13:17:30 +0200 Timo Sirainen login: Tell auth process to free aborted auth requests. HEAD
Wed, 12 May 2010 16:40:22 +0200 Timo Sirainen auth: Separate auth and login connections. Non-login requests are freed immediately after auth finished. HEAD
Sat, 13 Mar 2010 22:54:41 +0200 Timo Sirainen auth: Initial support for per-protocol auth settings. HEAD
Sat, 13 Mar 2010 17:35:21 +0200 Timo Sirainen auth: Auth request handler no longer keeps struct auth pointer. HEAD
Fri, 19 Feb 2010 04:20:25 +0200 Timo Sirainen auth: Don't loop through active requests every 5 seconds, looking for timeouts. HEAD
Sun, 09 Mar 2008 12:37:26 +0200 Timo Sirainen Use auth-stream API to build all TAB-delimited strings to make sure strings HEAD
Tue, 01 Jan 2008 23:53:29 +0200 Timo Sirainen Make sure failed auth requests stay in failure buffer for at least a second. HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. 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, 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
Fri, 29 Jul 2005 12:21:27 +0300 Timo Sirainen Removed unused code HEAD
Tue, 19 Apr 2005 16:11:12 +0300 Timo Sirainen Allow multiple master connections for a single listener. HEAD
Tue, 01 Mar 2005 00:19:21 +0200 Timo Sirainen Restructuring of auth code. Balancer auth processes were a bad idea. Usually HEAD
Sun, 09 Jan 2005 18:54:48 +0200 Timo Sirainen Changed the way multiple auth processes are handled. It no longer uses a pid HEAD
Sun, 09 Jan 2005 02:49:18 +0200 Timo Sirainen Moving code around. HEAD