log src/login-common/sasl-server.c @ 22955:812e5c961328

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Mon, 20 Feb 2017 20:36:58 +0200 Aki Tuomi auth: Accept forward_fields from auth client
Mon, 20 Feb 2017 18:58:21 +0200 Aki Tuomi auth: Accept client_id from auth client
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.
Tue, 18 Oct 2016 00:37:32 +0300 Aki Tuomi auth: Pass local_name to auth-request
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Tue, 17 Nov 2015 17:26:56 +0200 Timo Sirainen *-login: Added postlogin_socket=path passdb extra field.
Tue, 17 Nov 2015 17:11:05 +0200 Timo Sirainen lib-master: Added extensible master_auth_request_full() call.
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
Mon, 31 Aug 2015 22:45:17 +0300 Timo Sirainen *-login: mail_max_userip_connections=0 was broken by f8ab4f979e92
Sat, 29 Aug 2015 14:42:49 +0300 Stephan Bosch Removed all invocations of strtoll() and friends.
Fri, 28 Aug 2015 14:43:35 +0200 Timo Sirainen *-login: Added %{passdb:*} fields to login_log_format_elements
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Tue, 14 Jan 2014 03:24:47 +0200 Timo Sirainen auth, login, mail: Added %{auth_user}, %{auth_username} and %{auth_domain}
Sun, 22 Sep 2013 01:40:11 +0300 Timo Sirainen *-login: Added %{orig_user}, %{orig_username} and %{orig_domain} variables.
Wed, 22 May 2013 15:59:38 +0300 Timo Sirainen *-login: If ssl=required, don't list any SASL mechanisms before STARTTLS.
Fri, 22 Feb 2013 13:04:45 +0200 Timo Sirainen auth: Added real_[lr]ip, real_[lr]port variables.
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.
Thu, 06 Sep 2012 01:13:03 +0300 Timo Sirainen Renamed buffer_create_*data() to buffer_create_from_*data() for consistency.
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Sat, 28 Apr 2012 17:41:14 +0300 Timo Sirainen auth: Include session ID in log line prefix.
Wed, 07 Mar 2012 13:36:34 +0200 Timo Sirainen Added a "session ID" string for imap/pop3 connections, available in %{session} variable.
Fri, 02 Mar 2012 12:23:00 +0200 Timo Sirainen login: If session timeouts after authentication, log a better error about it.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 27 Jan 2012 14:15:06 +0200 Timo Sirainen login process wasn't logging all intended messages with auth_verbose=yes
Thu, 24 Nov 2011 01:45:09 +0200 Timo Sirainen login: Save final SASL reply to client struct.
Thu, 24 Nov 2011 00:52:09 +0200 Timo Sirainen login: Use AUTH_REQUEST_FLAG_SUPPORT_FINAL_RESP if protocol supports it.
Sat, 19 Nov 2011 23:04:54 +0200 Timo Sirainen login: Log a different disconnect message if client didn't finish SASL auth.
Fri, 18 Nov 2011 16:16:34 +0200 Timo Sirainen login: Differentiate between auth failure and auth process communication failure.
Wed, 16 Nov 2011 18:15:46 +0200 Timo Sirainen login: Improved auth failed log messages.
Tue, 08 Nov 2011 21:29:34 +0200 Timo Sirainen login: If login fails for some reason, but auth was successful, don't log "auth failed".
Sat, 30 Apr 2011 13:17:53 +0300 Timo Sirainen login-common API redesign so that the library doesn't refer to nonexistent variables.
Thu, 17 Mar 2011 16:37:22 +0200 Timo Sirainen Merged changes from v2.0 tree.
Fri, 04 Mar 2011 20:53:46 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 04 Mar 2011 18:52:17 +0200 Timo Sirainen login: Skip auth penalty checks from IPs in login_trusted_networks.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Tue, 28 Sep 2010 17:41:43 +0100 Timo Sirainen login: If master login fails, tell auth process to free the auth request.
Mon, 14 Jun 2010 16:15:57 +0100 Timo Sirainen login: Fixed crash with service_count=1 and when reaching max number of connections from user+ip. HEAD
Sat, 12 Jun 2010 00:24:35 +0100 Timo Sirainen login: Removed dead code. HEAD
Wed, 09 Jun 2010 16:37:57 +0100 Timo Sirainen login: Master login internal failures weren't handled correctly. HEAD
Thu, 20 May 2010 13:17:30 +0200 Timo Sirainen login: Tell auth process to free aborted auth requests. HEAD
Wed, 14 Apr 2010 19:27:26 +0300 Timo Sirainen login: Keep binary-specific defaults in a struct. HEAD
Mon, 05 Apr 2010 01:14:14 +0300 Timo Sirainen login: Crashfix on error conditions. HEAD
Wed, 31 Mar 2010 19:21:09 +0300 Timo Sirainen Added support for userdb lookup to fail with a reason (many API changes). HEAD
Tue, 02 Mar 2010 13:21:26 +0200 Timo Sirainen *-login: When showing mail_max_userip_connections error, show the limit also. HEAD
Sat, 13 Feb 2010 05:43:50 +0200 Timo Sirainen imap: Remember if TLS compression is enabled. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Sat, 02 Jan 2010 11:35:59 -0500 Timo Sirainen login-common: Renamed common.h to login-common.h HEAD
Wed, 09 Dec 2009 20:19:03 -0500 Timo Sirainen *-login: Get auth connection cookie earlier so its lookup can't fail. HEAD
Fri, 06 Nov 2009 13:57:43 -0500 Timo Sirainen *-login: Use new anvil library to do async anvil lookups. HEAD
Fri, 23 Oct 2009 16:19:34 -0400 Timo Sirainen *-login: Make sure input isn't being handled while not connected to auth process. HEAD
Thu, 22 Oct 2009 20:08:11 -0400 Timo Sirainen Changed anvil ident string to have the protocol first, so username can contain '/' chars. HEAD
Mon, 19 Oct 2009 21:42:09 -0400 Timo Sirainen Redesigned how login process passes connections to mail processes and changed related APIs. HEAD
Wed, 14 Oct 2009 18:25:29 -0400 Timo Sirainen auth: Identify clients using a 128bit random cookie on top of the existing PID. HEAD
Wed, 07 Oct 2009 17:46:14 -0400 Timo Sirainen lib-auth: Changed API to connect to only a single specified auth socket. HEAD
Mon, 05 Oct 2009 14:17:32 -0400 Timo Sirainen *-login: Log more precise reasons for some auth failures. HEAD
Fri, 04 Sep 2009 17:34:18 -0400 Timo Sirainen anvil: Stop immediately when master asks, instead of waiting for clients to finish. HEAD