log src/auth/userdb-checkpassword.c @ 22614:cf66220d281e

age author description
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody auth: checkpassword callback callback type bike-shedding
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Tue, 08 May 2012 08:31:27 +0300 Timo Sirainen Compiler warning fixes
Sat, 10 Mar 2012 14:11:32 +0200 Timo Sirainen checkpassword: Escape transferred extra fields properly.
Sat, 10 Mar 2012 13:37:39 +0200 Timo Sirainen auth: checkpassword code cleanup. Also fixed some error handling.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 30 Apr 2010 14:39:32 +0300 Timo Sirainen auth: passdb/userdb checkpassword args now supports %variable expansion HEAD
Sat, 27 Mar 2010 01:34:23 +0200 Timo Sirainen Replaced execv*() with execv*_const() wherever possible. HEAD
Sat, 13 Mar 2010 20:16:12 +0200 Timo Sirainen auth: passdb/userdb backends no longer know about struct auth_passdb/auth_userdb. HEAD
Sat, 13 Mar 2010 17:28:18 +0200 Timo Sirainen auth: auth_userdb and auth_passdb no longer has pointer to struct auth. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Fri, 04 Dec 2009 13:52:35 -0600 Timo Sirainen Removed MEMBER() macro. Require C99 style struct initializer. HEAD
Wed, 13 May 2009 17:51:16 -0400 Timo Sirainen Implemented support for listing all users in userdb. HEAD
Tue, 05 May 2009 11:57:04 -0400 Mark Washenberger Renamed headers to prevent collision if they were flattened on an install. 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
Wed, 22 Oct 2008 20:24:50 +0300 Timo Sirainen Added missing changes to userdb checkpassword. HEAD
Wed, 22 Oct 2008 00:29:54 +0300 Timo Sirainen Added support for userdb checkpassword. Patch by Sascha Wilde. HEAD