log src/auth/db-ldap.c @ 9008:fc4f65a4ca60 HEAD

age author description
Wed, 29 Apr 2009 12:40:24 -0400 Timo Sirainen ldap: If first request is over 60 seconds old while a new request comes, reconnect. HEAD
Thu, 26 Mar 2009 18:36:36 -0400 Timo Sirainen Fixed --with-ldap=plugin and --with-gssapi=plugin HEAD
Mon, 02 Feb 2009 19:00:50 -0500 Timo Sirainen ldap: Give better error message when aborting LDAP requests due to not being connected. HEAD
Mon, 02 Feb 2009 18:25:21 -0500 Timo Sirainen Changed default ldap_version from 2 to 3. Some servers no longer allow v2. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 19 Dec 2008 09:06:38 +0200 Timo Sirainen Renamed hash_*() to hash_table_*() to avoid conflicts with OSX's strhash.h HEAD
Thu, 09 Oct 2008 00:08:34 +0300 Timo Sirainen LDAP: If auth request queue is full, log how long ago the first request was added. HEAD
Thu, 21 Aug 2008 07:36:40 +0300 Timo Sirainen ldap: Avoid kqueue/epoll errors when LDAP connection closes unexpectedly. HEAD
Sun, 20 Jul 2008 21:00:33 +0300 Timo Sirainen extern/static fixes (from a sparse check by Diego Liziero) HEAD
Fri, 25 Apr 2008 03:23:49 +0300 Timo Sirainen Static attributes were broken in user_attrs. HEAD
Thu, 24 Apr 2008 16:31:07 +0300 Timo Sirainen Allow %variables in static LDAP fields. HEAD
Tue, 01 Apr 2008 11:45:23 +0300 Timo Sirainen Using templates in pass_attrs or user_attrs was somewhat broken, causing HEAD
Mon, 10 Mar 2008 05:34:54 +0200 Timo Sirainen Added ldaprc_path setting. HEAD
Mon, 10 Mar 2008 05:15:45 +0200 Timo Sirainen Added debug_level LDAP option to specify OpenLDAP's debug level. HEAD
Wed, 05 Mar 2008 01:11:00 +0200 Timo Sirainen Fail with a clear error if both tls=yes and ldaps:// URI is used. HEAD
Wed, 05 Mar 2008 00:57:17 +0200 Timo Sirainen If sasl_bind=yes or tls=yes is used and ldap_version<3, fail with an error. HEAD
Tue, 26 Feb 2008 15:11:34 +0200 Timo Sirainen Don't crash if ldap userdb lookup fails. HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Thu, 31 Jan 2008 17:06:18 +0200 Timo Sirainen auth_debug: If LDAP server returned no fields, log it. HEAD
Fri, 25 Jan 2008 14:30:07 +0200 Timo Sirainen If any of the tls_* settings are used but support isn't compiled in, log a HEAD
Fri, 25 Jan 2008 14:25:11 +0200 Timo Sirainen Added support for OpenLDAP-specific TLS settings. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Tue, 01 Jan 2008 18:48:09 +0200 Timo Sirainen Renamed queue to aqueue ("array queue") because struct queue already exists HEAD
Sat, 29 Dec 2007 16:57:08 +0200 Timo Sirainen When aborting queued requests, log the reason for it. HEAD
Sat, 29 Dec 2007 04:14:56 +0200 Timo Sirainen LDAP handling rewrite. Reconnections are handled a lot better now. If HEAD
Fri, 28 Dec 2007 19:14:36 +0200 Timo Sirainen If LDAP server disconnects the connection and we haven't sent requests for a HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Wed, 28 Nov 2007 16:08:39 +0200 Timo Sirainen Die if (Solaris) LDAP library returns wrong file descriptor. HEAD
Sun, 21 Oct 2007 00:03:20 +0300 Timo Sirainen If ldap_bind() failed because LDAP server was down, we never reconnected. HEAD
Sat, 22 Sep 2007 19:03:33 +0300 Timo Sirainen Renamed hash_size() -> hash_count(). HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Sun, 16 Sep 2007 12:35:01 +0300 Timo Sirainen hash_destroy() and hash_iterate_deinit() now take ** pointer. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Tue, 11 Sep 2007 04:49:34 +0300 Timo Sirainen And a fix for last LDAP lookup changes. HEAD
Mon, 10 Sep 2007 09:27:14 +0300 Timo Sirainen Actually reconnect always if ldap_result() fails for any reason. There HEAD
Mon, 10 Sep 2007 09:24:10 +0300 Timo Sirainen Reconnect if ldap_search() returns a failure related to connection problems. HEAD
Tue, 07 Aug 2007 00:51:16 +0300 Timo Sirainen --with-ldap=plugin builds LDAP passdb and userdb support as a plugin. HEAD
Mon, 06 Aug 2007 18:24:11 +0300 Timo Sirainen Ignore spaces after commas in user_attrs and pass_attrs. HEAD
Wed, 01 Aug 2007 12:57:59 +0300 Timo Sirainen Retrying delayed auth binds after LDAP server reconnection assert-crashed. HEAD
Wed, 25 Jul 2007 09:21:35 +0300 Timo Sirainen Having =key=value in pass_attrs or user_attrs allows returning static HEAD
Wed, 25 Jul 2007 09:11:43 +0300 Timo Sirainen Removed deprecated pass_attrs and user_attrs configuration method. HEAD
Wed, 25 Jul 2007 09:04:40 +0300 Timo Sirainen Changed default pass_attrs and user_attrs to use the new format. HEAD
Wed, 25 Jul 2007 08:45:11 +0300 Timo Sirainen LDAP crashfixes. Based on patch by Katsu Yamamoto. HEAD
Tue, 03 Jul 2007 05:35:31 +0300 Timo Sirainen Moved generic LDAP result iteration to db_ldap. It also supports now HEAD
Tue, 03 Jul 2007 03:20:06 +0300 Timo Sirainen Changed userdb callback API. Don't require uid/gid to be returned by userdb. HEAD
Thu, 12 Apr 2007 19:27:23 +0300 Timo Sirainen Queue userdb lookup request until bind is finished (with auth_bind=yes). HEAD
Sat, 31 Mar 2007 07:40:41 +0300 Timo Sirainen Added type checks to setting defines. HEAD
Fri, 19 Jan 2007 17:27:43 +0200 Timo Sirainen Removed accidentally committed debugging code. HEAD
Fri, 19 Jan 2007 17:18:24 +0200 Timo Sirainen Do ldap_bind() only when there are no requests waiting, and don't do HEAD
Tue, 16 Jan 2007 15:25:40 +0200 Timo Sirainen Last change for making ldap_bind() error handling better was actually HEAD
Tue, 09 Jan 2007 13:40:07 +0200 Timo Sirainen If ldap_bind() fails directly, log the "ldap server down" errors more nicely. HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. HEAD
Sat, 18 Nov 2006 15:41:38 +0200 Timo Sirainen Cleanup: Don't put string literals into non-const pointers. HEAD
Mon, 13 Nov 2006 01:10:03 +0200 Timo Sirainen Solaris LDAP compiling fix. HEAD
Tue, 07 Nov 2006 18:16:11 +0200 Timo Sirainen Handle LDAP requests while being disconnected more correctly. HEAD
Sat, 04 Nov 2006 22:55:16 +0200 Timo Sirainen Fixes HEAD
Sat, 04 Nov 2006 22:09:57 +0200 Timo Sirainen Don't call ldap_parse_sasl_bind_result() in ldap_bind()'s callback. We're HEAD
Sat, 04 Nov 2006 17:51:30 +0200 Timo Sirainen Cleanup HEAD