log src/auth/userdb-nss.c @ 23017:c1d36f2575c7 default tip

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Thu, 11 Feb 2016 13:21:18 +0200 Timo Sirainen auth: Moved cache_key from passdb_module to auth_passdb.
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
Fri, 27 Jun 2014 17:37:56 +0300 Timo Sirainen auth: Added assert to make sure sysconf() returns what we expect.
Thu, 17 Apr 2014 14:21:55 +0200 Timo Sirainen auth: Use special AUTH_SUBSYS_DB/MECH parameters as auth_request_log*() subsystem.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sun, 08 Dec 2013 20:48:03 +0200 Timo Sirainen auth: Added userdb result_success/failure/tempfail and skip settings, similar to passdb's.
Sun, 22 Sep 2013 02:32:05 +0300 Timo Sirainen auth: Use a common auth_request_log_unknown_user() for logging "unknown user" entries.
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.
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.
Mon, 14 Jun 2010 21:49:27 +0100 Timo Sirainen userdb nss: Default to blocking=yes. 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
Sat, 21 Feb 2009 18:22:11 -0500 Timo Sirainen Authentication: system_user userdb extra field renamed to system_groups_user. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Tue, 02 Dec 2008 19:24:57 +0200 Timo Sirainen Fail if trying to give unknown parameters to passdb/userdb. 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
Tue, 27 May 2008 02:09:47 +0300 Timo Sirainen Avoid using shadow variables. Unfortunately -Wshadow also complains about HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Sun, 16 Sep 2007 14:36:14 +0300 Timo Sirainen Copyright cleanup: 2007-2007 -> 2007 HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 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
Tue, 03 Jul 2007 01:50:13 +0300 Timo Sirainen Added userdb nss which currently supports glibc-compatible NSS modules. HEAD