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

age author description
Tue, 06 Feb 2018 09:48:11 +0200 Aki Tuomi auth: Add policy check configuration options
Mon, 05 Feb 2018 14:26:15 +0200 Aki Tuomi auth: Use correct username is auth policy requests
Fri, 01 Dec 2017 13:49:31 +0200 Aki Tuomi auth: Use rip instead of real_rip in policy server attributes
Mon, 08 Jan 2018 15:08:10 +0200 Aki Tuomi auth: passdb-cache - Verify credentials with worker when enabled
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Fri, 28 Apr 2017 12:51:20 +0300 Aki Tuomi auth: Add username_filter for passdb block
Wed, 05 Apr 2017 09:26:54 +0300 Aki Tuomi auth: Update default policy string to include device id and protocol
Mon, 06 Feb 2017 12:56:27 +0200 Aki Tuomi auth: Add mechanism filter for passdbs
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Mon, 09 Jan 2017 09:57:58 +0200 Aki Tuomi auth-policy: Add missing settings
Fri, 03 Jun 2016 20:21:42 +0300 Aki Tuomi auth-policy: Add policy implementation
Tue, 19 Apr 2016 11:55:00 +0300 Timo Sirainen auth: Added passdb/userdb { auth_verbose } setting.
Mon, 08 Feb 2016 16:20:46 +0200 Timo Sirainen auth: If auth_stats=yes, send statistics to stats process.
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 treewide - mass cleanup of 0 used to end a settings list
Thu, 17 Apr 2014 14:24:18 +0200 Timo Sirainen auth: If passdb/userdb has a name, use it for the log prefix instead of the driver name.
Fri, 07 Feb 2014 15:53:54 -0500 Timo Sirainen auth: Allow auth_verbose_passwords=yes as an alias for "plain".
Fri, 07 Feb 2014 15:53:32 -0500 Timo Sirainen auth: Fixed crash/NULL error if auth_verbose_passwords had an invalid value.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Thu, 12 Dec 2013 17:59:28 +0200 Timo Sirainen auth: Don't crash when userdb hasn't been specified at all.
Sun, 08 Dec 2013 20:48:03 +0200 Timo Sirainen auth: Added userdb result_success/failure/tempfail and skip settings, similar to passdb's.
Tue, 08 Oct 2013 16:48:04 +0300 Timo Sirainen auth: Added ability to truncate values logged by auth_verbose_passwords.
Thu, 12 Sep 2013 01:38:54 +0300 Timo Sirainen auth: auth-client socket should be owned by $default_internal_user
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.
Fri, 01 Feb 2013 01:03:05 +0200 Timo Sirainen auth: first/last_valid_uid settings shouldn't have had auth_ prefix.
Wed, 30 Jan 2013 22:44:48 +0200 Timo Sirainen auth: Added passdb { result_* and skip } settings.
Wed, 19 Sep 2012 15:34:00 +0300 Timo Sirainen Read SSL settings only if service has SSL sockets or MASTER_SERVICE_FLAG_USE_SSL_SETTINGS.
Fri, 14 Sep 2012 23:11:27 +0300 Timo Sirainen Use "tokenlogin" socket name (instead of "token-login") after all.
Fri, 14 Sep 2012 21:48:45 +0300 Stephan Bosch Added support to perform token-based service process authentication.
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Sat, 28 Jul 2012 17:45:47 +0300 Timo Sirainen lib-master: Added and used MASTER_SERVICE_INTERNAL_SET_PARSERS macro.
Mon, 25 Jun 2012 02:38:29 +0300 Timo Sirainen Added array_append_zero() to write a zero-filled record to an array.
Wed, 18 Apr 2012 20:09:30 +0300 Timo Sirainen auth: Changed auth-userdb socket's default user to $default_internal_user.
Sat, 25 Feb 2012 05:42:05 +0200 Timo Sirainen auth: Added auth_proxy_self setting to specify IPs that are considered as "self" for proxy_maybe.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Thu, 19 Jan 2012 17:46:52 +0200 Timo Sirainen auth: Throttle SQL auth worker process creation if they can't connect to database.
Thu, 24 Nov 2011 21:27:19 +0200 Timo Sirainen auth: Dropped default client_limit back to default_client_limit.
Wed, 23 Nov 2011 22:07:08 +0200 Timo Sirainen auth: Support passing regular %variables to sql/ldap iterate queries.
Mon, 26 Sep 2011 15:36:21 +0300 Timo Sirainen auth: Added passdb imap plugin.
Tue, 30 Aug 2011 05:27:54 +0300 Timo Sirainen auth: Added default_fields and override_fields settings to all passdbs and userdbs.
Tue, 07 Jun 2011 16:17:25 +0300 Timo Sirainen auth_username_format default changed to %Lu
Tue, 05 Apr 2011 12:44:21 +0300 Timo Sirainen Changed auth-userdb socket's default permissions to 0666.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Tue, 16 Nov 2010 19:58:03 +0000 Timo Sirainen Services' default vsz_limit wasn't actually using default_vsz_limit but rather 4 GB.
Thu, 21 Oct 2010 17:11:02 +0100 Timo Sirainen auth: userdb passwd iteration now lists only users within first_valid_uid..last_valid_uid range.
Mon, 18 Oct 2010 15:38:58 +0100 Timo Sirainen auth: Default for auth_cache_negative_ttl was supposed to be 1 hour, not disabled.
Thu, 23 Sep 2010 19:25:22 +0100 Timo Sirainen Fail at startup if process_limit>1 for services that don't support it.
Wed, 08 Sep 2010 14:58:31 +0100 Timo Sirainen Don't fail with auth_cache_size=0
Wed, 08 Sep 2010 14:55:57 +0100 Timo Sirainen auth: Fail if auth_cache_size value is too small.
Fri, 25 Jun 2010 14:03:20 +0100 Timo Sirainen Added support for per-service idle kill timeout. HEAD
Wed, 19 May 2010 15:03:26 +0200 Timo Sirainen auth: Create auth-login socket by default where internal user can connect to. 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
Mon, 03 May 2010 16:58:36 +0300 Timo Sirainen auth: If verbose_proctitle=yes, show auth request counts in ps. HEAD
Thu, 25 Mar 2010 17:01:21 +0200 Timo Sirainen auth: Increased default client_limit to 4096. HEAD
Fri, 19 Mar 2010 17:24:22 +0200 Timo Sirainen auth: Fixed support for per-service auth settings. HEAD
Tue, 16 Mar 2010 18:02:29 +0200 Timo Sirainen auth: Changed worker process to die after auth server closes its connection. HEAD
Sun, 14 Mar 2010 15:28:31 +0200 Timo Sirainen auth: Auth master process is now running as default_internal_user by default. HEAD