log src/auth/main.c @ 9008:fc4f65a4ca60 HEAD

age author description
Thu, 02 Apr 2009 14:00:31 -0400 Timo Sirainen Try to make sure auth process can dump core, and if it can't try to find why. HEAD
Wed, 01 Apr 2009 13:13:04 -0400 Timo Sirainen When a process is killed, show the signal code and the sending process's pid and uid. HEAD
Wed, 01 Apr 2009 12:52:46 -0400 Timo Sirainen lib-signals: Changed callback API to return siginfo_t. HEAD
Fri, 13 Mar 2009 18:36:50 -0400 Timo Sirainen auth: Improved getpwnam() and getgrnam() error handling. HEAD
Mon, 12 Jan 2009 19:18:56 -0500 Timo Sirainen Auth sockets: Allow specifying user and group with numbers. HEAD
Wed, 07 Jan 2009 13:34:25 -0500 Timo Sirainen Increase listen queues to handle high loads better. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Tue, 16 Dec 2008 08:06:56 +0200 Timo Sirainen Replaced auth_worker_max_request_count setting with passdb pam { args = max_requests=n } HEAD
Thu, 23 Oct 2008 18:27:20 +0300 Timo Sirainen The new checkpassword code was still missing a bit to actually work. HEAD
Sat, 27 Sep 2008 12:20:26 +0300 Timo Sirainen Added net_listen_unix_unlink_stale() and use it where needed to avoid code duplication. HEAD
Mon, 04 Aug 2008 20:34:35 -0400 Timo Sirainen dovecot-auth: Give a nice error message if you try to run it manually. HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Sat, 05 Jan 2008 01:28:46 +0200 Timo Sirainen Reverted "environment array" changes. It broke overriding imap/pop3 settings HEAD
Wed, 02 Jan 2008 01:36:51 +0200 Timo Sirainen Build environment using envarr and pass it to execve(). This is faster than HEAD
Tue, 01 Jan 2008 23:53:29 +0200 Timo Sirainen Make sure failed auth requests stay in failure buffer for at least a second. 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:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Tue, 07 Aug 2007 00:50:23 +0300 Timo Sirainen Plugin handling fixes. HEAD
Mon, 06 Aug 2007 23:47:37 +0300 Timo Sirainen If version_ignore=yes, ignore plugin versions also. HEAD
Mon, 06 Aug 2007 23:43:28 +0300 Timo Sirainen Changed plugin handling. We'll just load and call _init() functions for all HEAD
Mon, 06 Aug 2007 23:16:43 +0300 Timo Sirainen Added pass/userdb_register_module() functions and used them to register the HEAD
Thu, 15 Mar 2007 17:53:00 +0200 Timo Sirainen Fixes to handling log prefixes. imap/pop3 processes now log the HEAD
Fri, 09 Mar 2007 00:07:32 +0200 Timo Sirainen Removed pool parameter from io_loop_create() HEAD
Fri, 19 Jan 2007 17:19:32 +0200 Timo Sirainen Several fixes to handling deinitialization without crashing. HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. HEAD
Thu, 10 Aug 2006 21:46:53 +0300 Timo Sirainen Require that master's version number matches the child's, unless HEAD
Thu, 04 May 2006 01:58:53 +0300 Timo Sirainen Use lib_signals_ignore() for signals we really want ignored. HEAD
Fri, 14 Apr 2006 13:22:55 +0300 Timo Sirainen Deinitialization crashfixes. HEAD
Fri, 27 Jan 2006 00:01:00 +0200 Timo Sirainen Added support for dynamically building SQL drivers. HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Tue, 06 Dec 2005 16:53:52 +0200 Timo Sirainen Deinitialize userdbs/passdbs first, so they can still generate auth failure HEAD
Fri, 02 Dec 2005 14:53:21 +0200 Timo Sirainen Added syslog_facility setting to config file. HEAD
Fri, 28 Oct 2005 13:57:17 +0300 Timo Sirainen Ignore SIGALRM signal. We don't want to crash when it happens. HEAD
Fri, 07 Oct 2005 13:22:47 +0300 Timo Sirainen Don't crash with SIGHUP/SIGUSR2 if auth_cache isn't used HEAD
Sun, 25 Sep 2005 14:07:32 +0300 Timo Sirainen Implemented new signal handling framework, which makes handling signals much HEAD
Fri, 23 Sep 2005 15:53:17 +0300 Timo Sirainen Increased count of UNIX socket listener backlogs to 64. HEAD
Wed, 08 Jun 2005 16:37:17 +0300 Timo Sirainen Auth workers were leaking memory for each request. Fixed also a few invalid HEAD
Tue, 19 Apr 2005 16:11:12 +0300 Timo Sirainen Allow multiple master connections for a single listener. HEAD
Tue, 19 Apr 2005 09:54:41 +0300 Timo Sirainen Exit only if all master connections are lost, not only if one of them is. HEAD
Mon, 07 Mar 2005 20:55:13 +0200 Timo Sirainen Replaced userdb/passdb settings with blocks so it's possible to give HEAD
Tue, 01 Mar 2005 00:19:21 +0200 Timo Sirainen Restructuring of auth code. Balancer auth processes were a bad idea. Usually HEAD
Sun, 09 Jan 2005 20:52:36 +0200 Timo Sirainen fix HEAD
Sun, 09 Jan 2005 18:54:48 +0200 Timo Sirainen Changed the way multiple auth processes are handled. It no longer uses a pid HEAD
Sun, 09 Jan 2005 18:51:03 +0200 Timo Sirainen Added backlog parameter for net_listen*(). HEAD
Sun, 09 Jan 2005 02:49:18 +0200 Timo Sirainen Moving code around. HEAD
Sun, 09 Jan 2005 02:48:02 +0200 Timo Sirainen Require a valid timestamp in APOP challenge. HEAD
Sat, 08 Jan 2005 18:56:04 +0200 Timo Sirainen Added auth_request_log_*(). HEAD
Fri, 07 Jan 2005 21:55:49 +0200 Timo Sirainen Reorganized the code to have less global/static variables. HEAD
Fri, 07 Jan 2005 20:51:10 +0200 Timo Sirainen Split auth_request* functions from mech.c to auth-request.c HEAD
Thu, 06 Jan 2005 21:08:17 +0200 Timo Sirainen Added random_fill_weak() and make random_init() always initialize srand() HEAD
Mon, 20 Dec 2004 18:00:56 +0200 Timo Sirainen Fixes for using socket listen { .. } in auth sections. HEAD
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where HEAD
Tue, 21 Sep 2004 02:22:15 +0300 Timo Sirainen finish the preinit change.. HEAD
Sat, 28 Aug 2004 23:08:14 +0300 Timo Sirainen Initialize userdb/passdb/password schemes before dropping privileges. HEAD
Wed, 23 Jun 2004 20:50:43 +0300 Timo Sirainen Dovecot can now connect to externally running dovecot-auth. HEAD
Mon, 31 May 2004 23:10:02 +0300 Timo Sirainen Delay reporting failed authentications HEAD
Sun, 30 May 2004 06:57:15 +0300 Timo Sirainen Added support for password scheme plugins. auth module dir defaults under HEAD