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

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Fri, 27 Oct 2017 16:45:16 +0300 Timo Sirainen *-login: Add login_proxy_notify_path setting to configure proxy-notify path
Tue, 18 Apr 2017 10:23:37 +0300 Timo Sirainen *-login: Unload plugins at deinit.
Wed, 05 Apr 2017 12:36:32 +0300 Timo Sirainen *-login: Move code to login_anvil_init()
Wed, 15 Mar 2017 18:20:31 +0200 Timo Sirainen *-login: Change API for how login_plugins hook into client allocation.
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.
Wed, 26 Oct 2016 18:06:36 +0300 Timo Sirainen *-login: Removed enforcing maximum calculated fd limit.
Wed, 05 Oct 2016 23:22:56 +0300 Timo Sirainen *-login: Store user_* passdb fields to client->alt_usernames.
Wed, 03 Feb 2016 14:00:16 +0200 Timo Sirainen *-login: Added -l parameter to specify the socket where to connect to after authentication
Mon, 18 Jan 2016 17:08:04 +0200 Timo Sirainen *-login: Typofix for login_plugins error messages.
Fri, 15 Jan 2016 18:03:11 +0200 Timo Sirainen *-login: Allow plugins to hook into client allocation and add module-specific contexts to client.
Fri, 15 Jan 2016 16:07:32 +0200 Timo Sirainen *-login: Added login_plugins and login_plugin_dir settings.
Fri, 15 Jan 2016 15:55:26 +0200 Timo Sirainen *-login: Changed -D parameter to mean a more generic login_debug option.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
Wed, 19 Aug 2015 11:34:36 +0300 Timo Sirainen *-login: Removed dead assignment to make static analyzer happy.
Mon, 15 Jun 2015 18:50:53 +0200 Stephan Bosch lmtp, *-login: Use ip/port values from struct master_service_connection instead of from the socket.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Mon, 16 Jun 2014 19:52:11 +0300 Timo Sirainen login proxy: Added login_source_ips setting.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Tue, 06 Aug 2013 14:53:23 +0300 Timo Sirainen net_ip2addr() changed to return "" instead of NULL on failure.
Wed, 26 Jun 2013 14:37:34 +0300 Timo Sirainen lib-sasl: Use dsasl_ prefix so we don't conflict with Cyrus SASL library.
Sun, 09 Jun 2013 06:03:34 +0300 Timo Sirainen imap/pop3-login: Use libsasl for authenticating to remote IMAP/POP3 server.
Mon, 25 Feb 2013 20:04:10 +0200 Timo Sirainen login: Don't fail at startup by trying to load SSL plugin.
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.
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 21:48:45 +0300 Stephan Bosch Added support to perform token-based service process authentication.
Sat, 28 Jul 2012 17:54:19 +0300 Timo Sirainen Moved ssl_* settings from login-common to lib-master.
Thu, 22 Mar 2012 16:03:04 +0200 Timo Sirainen *-login: Another crashfix
Fri, 17 Feb 2012 00:46:46 +0200 Timo Sirainen login: Added comment.
Wed, 15 Feb 2012 05:12:14 +0200 Timo Sirainen login: If auth client disconnects without having ever succeeded, destroy clients.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 20 Jan 2012 16:37:10 +0200 Timo Sirainen lib-auth: Improved warning message about aborting auth requests.
Thu, 08 Dec 2011 05:55:19 +0200 Timo Sirainen login: Send the last connected client's IP address to log process.
Sat, 19 Nov 2011 23:42:05 +0200 Timo Sirainen login: Moved all i_fatal()s to preinit stage.
Fri, 18 Nov 2011 21:37:34 +0200 Timo Sirainen login: Call master_service_init_finish() later.
Fri, 18 Nov 2011 16:22:44 +0200 Timo Sirainen login: Added assert.
Fri, 18 Nov 2011 15:52:23 +0200 Timo Sirainen login: Minor potential authentication fix when service_count>1
Wed, 09 Nov 2011 18:30:27 +0200 Timo Sirainen restrict_process_size() API changes.
Tue, 25 Oct 2011 21:41:28 +0300 Timo Sirainen login: Increased client's initial memory pool size.
Thu, 22 Sep 2011 12:54:27 +0300 Timo Sirainen login: Added -R <dir> parameter to write pre-login rawlogs to given directory.
Sat, 30 Apr 2011 13:17:53 +0300 Timo Sirainen login-common API redesign so that the library doesn't refer to nonexistent variables.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 07 Jun 2010 19:17:46 +0100 Timo Sirainen login: Deinit auth socket after destroying clients to avoid crash. HEAD
Thu, 27 May 2010 12:16:36 +0100 Timo Sirainen lib-master API changed to avoid accidentally leaking client connections. HEAD
Wed, 19 May 2010 12:20:36 +0200 Timo Sirainen login proxy: If passdb returns proxy_refresh=<secs>, send username to proxy-notify fifo every n secs. HEAD
Fri, 14 May 2010 10:33:19 +0200 Timo Sirainen login: Allow command line to override login socket path. 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
Wed, 14 Apr 2010 19:27:26 +0300 Timo Sirainen login: Keep binary-specific defaults in a struct. HEAD
Sat, 20 Feb 2010 17:16:41 +0200 Timo Sirainen lib-master: Added support for caching config lookups. HEAD
Fri, 19 Feb 2010 12:04:31 +0200 Timo Sirainen *-login: If we disconnect from auth server, make sure we reconnect back when necessary. HEAD
Fri, 19 Feb 2010 05:10:48 +0200 Timo Sirainen *-login: Disconnect from auth server after idling for a minute. HEAD
Tue, 09 Feb 2010 18:55:04 +0200 Timo Sirainen Increased initial memory pool sizes. HEAD
Tue, 09 Feb 2010 18:34:33 +0200 Timo Sirainen login: tcpwrappers change caused crashes at startup. HEAD
Sat, 06 Feb 2010 19:46:40 +0200 Timo Sirainen Added support for tcpwrappers and potentially other login access checks. 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