log src/auth/auth-request.h @ 23017:c1d36f2575c7 default tip

age author description
Mon, 08 Jan 2018 15:00:17 +0200 Aki Tuomi auth: Expose auth_request_verify_plain_callback_finish
Mon, 08 Jan 2018 15:09:28 +0200 Aki Tuomi auth-worker: Support PASSW request
Fri, 28 Apr 2017 12:51:20 +0300 Aki Tuomi auth: Add username_filter for passdb block
Mon, 20 Feb 2017 18:58:21 +0200 Aki Tuomi auth: Accept client_id from auth client
Mon, 13 Mar 2017 14:23:11 +0200 Timo Sirainen auth: Auth workers shouldn't return username if it wasn't changed
Mon, 12 Dec 2016 07:19:55 +0200 Timo Sirainen global: Change string position/length from unsigned int to size_t
Tue, 18 Oct 2016 00:37:32 +0300 Aki Tuomi auth: Pass local_name to auth-request
Tue, 11 Oct 2016 13:18:53 +0300 Timo Sirainen auth: Don't re-insert userdb results from auth cache data back to cache.
Wed, 29 Jun 2016 15:25:28 +0300 Timo Sirainen auth: Added delay_until passdb extra field.
Fri, 03 Jun 2016 21:35:48 +0300 Aki Tuomi auth-policy: Hook auth policy to auth code
Fri, 03 Jun 2016 20:21:42 +0300 Aki Tuomi auth-policy: Add policy implementation
Fri, 11 Mar 2016 18:37:04 +1300 Timo Sirainen auth: If auth request contains "debug" field, enable auth_debug=yes for the request.
Mon, 08 Feb 2016 16:20:46 +0200 Timo Sirainen auth: If auth_stats=yes, send statistics to stats process.
Sat, 29 Aug 2015 14:26:30 +0300 Stephan Bosch Changed type of internet port values to in_port_t everywhere.
Fri, 29 May 2015 19:55:47 +0300 Timo Sirainen auth: Moved var_expand() related code to its own file.
Sat, 17 Jan 2015 02:40:11 +0200 Timo Sirainen auth: Changed passdb { continue-ok } handling for credentials lookups.
Mon, 05 May 2014 14:28:33 +0300 Timo Sirainen auth: Added %{orig_user}, %{orig_username} and %{orig_domain} variables
Fri, 02 May 2014 11:40:05 +0300 Timo Sirainen auth: Fixed userdb extra fields handling in passdb failure.
Thu, 17 Apr 2014 14:21:55 +0200 Timo Sirainen auth: Use special AUTH_SUBSYS_DB/MECH parameters as auth_request_log*() subsystem.
Thu, 12 Dec 2013 18:08:25 +0200 Timo Sirainen auth: Previous userdb changes caused userdb prefetch to be used always.
Sun, 08 Dec 2013 20:48:03 +0200 Timo Sirainen auth: Added userdb result_success/failure/tempfail and skip settings, similar to passdb's.
Sat, 02 Nov 2013 13:52:30 +0200 Timo Sirainen auth: Added %{session_pid} variable for userdb lookups in login requests.
Thu, 24 Oct 2013 14:59:03 +0300 Timo Sirainen auth: Cache master user logins also.
Sun, 22 Sep 2013 02:32:05 +0300 Timo Sirainen auth: Use a common auth_request_log_unknown_user() for logging "unknown user" entries.
Tue, 13 Aug 2013 20:59:39 +0300 Timo Sirainen Minor change to prevent invalid code changes.
Mon, 12 Aug 2013 19:02:07 +0300 Timo Sirainen auth: Added %{domain_first} and %{domain_last} variables.
Fri, 12 Jul 2013 03:01:31 +0300 Timo Sirainen auth: With multiple passdbs the previous passdb's userdb_* fields weren't cleared.
Fri, 12 Jul 2013 02:43:43 +0300 Timo Sirainen auth: If blocking passdb returned only NULLs for userdb_ fields, use userdb prefetch anyway.
Wed, 10 Jul 2013 05:29:45 +0300 Timo Sirainen auth: If passdb sql returned only NULLs for userdb_ fields, use userdb prefetch anyway.
Fri, 22 Feb 2013 13:04:45 +0200 Timo Sirainen auth: Added real_[lr]ip, real_[lr]port variables.
Wed, 30 Jan 2013 22:44:48 +0200 Timo Sirainen auth: Added passdb { result_* and skip } settings.
Wed, 30 Jan 2013 21:08:58 +0200 Timo Sirainen auth: Cleaned up flags in auth request. Removed those that already exist in extra_fields.
Wed, 30 Jan 2013 19:57:20 +0200 Timo Sirainen auth: Code cleanup: Renamed auth-stream to auth-fields.
Wed, 30 Jan 2013 19:46:58 +0200 Timo Sirainen auth: Code cleanup: Merged extra_cache_fields into extra_fields.
Wed, 30 Jan 2013 19:08:00 +0200 Timo Sirainen auth: Code cleanup: Avoid using auth_stream_reply as temporary strings.
Wed, 30 Jan 2013 18:40:49 +0200 Timo Sirainen auth: Code cleanup: Removed unnecessary userdb_ prefix checks.
Wed, 30 Jan 2013 18:35:02 +0200 Timo Sirainen auth: Code cleanup: Removed unnecessary auth_stream_reply usage from auth-worker communication.
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Wed, 03 Oct 2012 00:41:18 +0300 Timo Sirainen auth: Don't add proxy/pass fields when we're only authenticating (not logging in).
Wed, 26 Sep 2012 18:01:01 +0300 Timo Sirainen Merged changes from v2.1 tree.
Mon, 24 Sep 2012 16:49:29 +0300 Timo Sirainen ldap auth: Update %variables after each field update.
Fri, 14 Sep 2012 21:48:45 +0300 Stephan Bosch Added support to perform token-based service process authentication.
Fri, 10 Aug 2012 05:24:07 +0300 Timo Sirainen Merged changes from v2.1 tree.
Wed, 04 Jul 2012 10:56:53 +0300 Timo Sirainen auth: Added CACHE-FLUSH command to flush some/all users from auth cache.
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Sun, 20 May 2012 03:25:04 +0300 Timo Sirainen Merged changes from v2.1 tree.
Wed, 16 May 2012 16:14:01 +0300 Timo Sirainen auth: If user is disabled or password expired, tell about it to auth-client.
Sat, 28 Apr 2012 17:41:14 +0300 Timo Sirainen auth: Include session ID in log line prefix.
Fri, 23 Mar 2012 14:37:22 +0200 Timo Sirainen Compiler warning fixes.
Wed, 14 Mar 2012 14:55:25 +0200 Timo Sirainen auth: Fixed auth cache key generation to support %{long} variables
Sat, 10 Mar 2012 14:11:32 +0200 Timo Sirainen checkpassword: Escape transferred extra fields properly.
Mon, 27 Feb 2012 11:33:34 +0200 Timo Sirainen lib-dns: dns_lookup() returns now the lookup struct, and it can be aborted.
Sat, 25 Feb 2012 07:08:27 +0200 Timo Sirainen auth: Added proxy_always extra field.
Sat, 25 Feb 2012 05:04:15 +0200 Timo Sirainen auth: Handle proxy_maybe=yes with host=hostname properly.
Thu, 24 Nov 2011 00:51:27 +0200 Timo Sirainen auth: If client gives "final-resp-ok" parameter, send it in OK reply with DIGEST-MD5, SCRAM-SHA-1
Fri, 18 Nov 2011 22:07:16 +0200 Timo Sirainen auth: Don't allow auth clients to set internal auth request fields.
Fri, 04 Mar 2011 18:51:46 +0200 Timo Sirainen auth: Allow clients to specify that they want to skip auth penalty check.
Mon, 28 Feb 2011 17:34:24 +0200 Timo Sirainen auth: Log a warning if ldap attribute has unexpectedly multiple values.
Thu, 02 Dec 2010 19:10:23 +0000 Timo Sirainen auth: passdb credentials lookup fix when using multiple passdbs.
Thu, 30 Sep 2010 17:12:55 +0100 Timo Sirainen auth: Avoid crashing when finishing failed requests that already timed out.