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

age author description
Thu, 26 Mar 2009 18:36:36 -0400 Timo Sirainen Fixed --with-ldap=plugin and --with-gssapi=plugin HEAD
Wed, 04 Feb 2009 12:30:07 -0500 Timo Sirainen auth_debug_passwords=yes: If auth bind fails, log the attempted password. 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
Fri, 19 Dec 2008 06:23:31 +0200 Timo Sirainen LDAP: Allow empty/missing password field if nopassword field is given. HEAD
Wed, 24 Sep 2008 19:01:23 +0300 Timo Sirainen Separate "unknown passdb/userdb X" and "support for X not compiled in" error messages. HEAD
Wed, 09 Jul 2008 17:52:36 +0530 Timo Sirainen ldap: MD5 -> PLAIN-MD5 autoconversion is no longer necessary since it's done HEAD
Wed, 02 Jul 2008 09:45:24 +0300 Timo Sirainen "Empty password returned without no_password" message -> "nopassword". HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. 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
Thu, 20 Dec 2007 23:01:03 +0200 Timo Sirainen If LDAP base contained variables, auth cache should have included them in HEAD
Tue, 27 Nov 2007 11:36:11 +0200 Timo Sirainen If auth_bind=no, ignore auth_bind_userdn setting instead of having it turn 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 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Mon, 30 Jul 2007 09:17:51 +0300 Timo Sirainen auth_bind=yes and empty auth_bind_userdn leaked memory. HEAD
Wed, 25 Jul 2007 09:11:43 +0300 Timo Sirainen Removed deprecated pass_attrs and user_attrs configuration method. 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
Mon, 02 Jul 2007 17:35:31 +0300 Timo Sirainen Memory leak fix HEAD
Sun, 13 May 2007 21:47:42 +0300 Timo Sirainen Empty password doesn't anymore allow user to log in with any password, HEAD
Sun, 13 May 2007 15:17:09 +0300 Timo Sirainen All password schemes can now be encoded with base64 or hex. The encoding is HEAD
Sun, 13 May 2007 11:24:06 +0300 Timo Sirainen Removed enum passdb_credentials. Use scheme strings directly instead. This HEAD
Tue, 17 Apr 2007 17:07:08 +0300 Timo Sirainen Do scheme=MD5 password!=$1$.. -> PLAIN-MD5 change only with LDAP. HEAD
Thu, 12 Apr 2007 19:23:47 +0300 Timo Sirainen Don't crash if doing non-plaintext ldap passdb lookup for unknown user. HEAD
Mon, 02 Apr 2007 13:23:10 +0300 Timo Sirainen Error message changed HEAD
Tue, 06 Mar 2007 20:50:37 +0200 Timo Sirainen Don't crash if user_attrs or pass_attrs is empty. It means all the 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
Sun, 12 Nov 2006 15:07:43 +0200 Timo Sirainen Don't try to use ldap_bind() with empty passwords, since Windows 2003 AD HEAD
Sun, 12 Nov 2006 14:59:51 +0200 Timo Sirainen Cleanups, extra assert HEAD
Sun, 12 Nov 2006 14:13:44 +0200 Timo Sirainen auth_bind=yes crashfix HEAD
Wed, 08 Nov 2006 22:22:08 +0200 Timo Sirainen Added auth_request_set_credentials() to modify credentials in passdb and HEAD
Tue, 07 Nov 2006 18:16:11 +0200 Timo Sirainen Handle LDAP requests while being disconnected more correctly. HEAD
Sat, 04 Nov 2006 23:08:42 +0200 Timo Sirainen Fixes to auth_bind. HEAD
Sat, 04 Nov 2006 22:22:31 +0200 Timo Sirainen Do better logging. HEAD
Sat, 04 Nov 2006 17:09:26 +0200 Timo Sirainen Crashfixes HEAD
Sat, 04 Nov 2006 17:00:32 +0200 Timo Sirainen LDAP code changes: If auth binds are used, bind back to the default dn HEAD
Thu, 02 Nov 2006 23:19:44 +0200 Timo Sirainen Non-plaintext authentication didn't work with sql as passdb. Cleaned up the HEAD
Thu, 10 Aug 2006 22:44:19 +0300 Timo Sirainen If password query returns userdb_ prefixed fields (ie. for userdb prefetch) HEAD
Sat, 01 Jul 2006 21:40:34 +0300 Timo Sirainen Moved the <hidden> string into a macro. Hide the password also from LDAP HEAD
Sun, 09 Apr 2006 20:29:10 +0300 Timo Sirainen Fixed non-plaintext password lookups from LDAP. Patch by Lior Okman. HEAD
Tue, 14 Feb 2006 19:43:04 +0200 Timo Sirainen Check that we don't pass around key=value pairs with empty keys. HEAD
Sun, 22 Jan 2006 13:33:27 +0200 Timo Sirainen Added auth_debug_passwords setting. If it's not enabled, hide all password HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Sat, 07 Jan 2006 03:25:05 +0200 Timo Sirainen Added fast authbinding and auth_bind_userdn setting. Patch by Geff HEAD
Fri, 30 Dec 2005 19:55:48 +0200 Timo Sirainen cleanup HEAD
Fri, 30 Dec 2005 17:43:38 +0200 Timo Sirainen Added authentication bind support. Patch by J.M. Maurer. HEAD
Tue, 06 Dec 2005 18:48:20 +0200 Timo Sirainen If LDAP lookup fails because connection gets closed, try retrying it again HEAD
Fri, 28 Oct 2005 15:02:36 +0300 Timo Sirainen cache_key was set wrong for sql/ldap passdbs, so auth_cache was completely HEAD
Thu, 20 Oct 2005 12:07:48 +0300 Timo Sirainen If passdb returned NULL password (ie. no password needed), it wasn't cached HEAD
Sun, 16 Oct 2005 17:06:59 +0300 Timo Sirainen Separated passdb_module's interface and the actual data struct. Now it's HEAD
Sun, 16 Oct 2005 15:03:37 +0300 Timo Sirainen Fixes and cleanups to credentials handling. Also fixed auth caching to work HEAD
Tue, 12 Jul 2005 15:58:47 +0300 Timo Sirainen Removed direct config.h including. I'm not sure why it was done before, HEAD
Sat, 23 Apr 2005 18:52:16 +0300 Timo Sirainen LDAP passdb finally should work again. HEAD
Sat, 23 Apr 2005 18:46:21 +0300 Timo Sirainen Added more LDAP debugging. HEAD
Sun, 17 Apr 2005 19:52:00 +0300 Timo Sirainen If both userdb and passdb used LDAP the later one was overriding first one's HEAD
Fri, 08 Apr 2005 13:25:50 +0300 Timo Sirainen Don't crash if password lookup failed. HEAD
Fri, 08 Apr 2005 02:42:46 +0300 Timo Sirainen Try to keep scheme always included in auth_request->passdb_password. HEAD
Wed, 16 Mar 2005 21:03:58 +0200 Timo Sirainen LDAP crashfixes. HEAD