log src/master/auth-process.c @ 9490:fd84592e817b HEAD

age author description
Mon, 24 Aug 2009 13:13:45 -0400 Timo Sirainen master: If execv() fails with ENOMEM, mention the *_process_size setting. HEAD
Wed, 01 Apr 2009 12:48:17 -0400 Timo Sirainen Call closelog() before dup2()ing fds. HEAD
Mon, 09 Feb 2009 19:44:07 -0500 Timo Sirainen master: Don't crash if auth process dies too early. HEAD
Wed, 14 Jan 2009 15:14:11 -0500 Timo Sirainen If login process crashes, log the IP address that (maybe) caused it. 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
Fri, 19 Dec 2008 09:06:38 +0200 Timo Sirainen Renamed hash_*() to hash_table_*() to avoid conflicts with OSX's strhash.h 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
Sun, 19 Oct 2008 13:32:01 +0300 Timo Sirainen Print a help message about authentication at startup until the first successful authentication. HEAD
Wed, 13 Aug 2008 16:43:29 -0400 Timo Sirainen Renamed auth_ntlm_use_winbind to auth_use_winbind, HEAD
Mon, 04 Aug 2008 17:33:09 -0400 Timo Sirainen gssapi: Make auth_krb5_keytab work by calling _register_acceptor_identity() HEAD
Sun, 04 May 2008 02:44:01 +0300 Timo Sirainen If auth process dies at startup, deinitialize logs properly so that any HEAD
Tue, 04 Mar 2008 07:54:53 +0200 Timo Sirainen Replaced mail_extra_groups setting with mail_privileged_group and HEAD
Mon, 11 Feb 2008 20:44:00 +0200 Timo Sirainen If auth process dies too early, kill ourself with i_fatal() so the log 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 02:08:31 +0200 Timo Sirainen Fixes to envarr changes. 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
Wed, 02 Jan 2008 00:03:41 +0200 Timo Sirainen Added auth_failure_delay setting. 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
Tue, 09 Oct 2007 17:23:11 +0300 Timo Sirainen If child process logged a fatal failure, don't show "returned error 89" 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 12:35:01 +0300 Timo Sirainen hash_destroy() and hash_iterate_deinit() now take ** pointer. 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 13:34:49 +0300 Timo Sirainen Added auth_worker_max_request_count setting. HEAD
Mon, 06 Aug 2007 21:21:06 +0300 Timo Sirainen Renamed auth_winbind_helper to auth_winbind_helper_path. HEAD
Mon, 06 Aug 2007 21:12:51 +0300 Timo Sirainen Added support for Samba's ntlm_auth helper. It's used for GSS-SPNEGO HEAD
Mon, 06 Aug 2007 18:02:48 +0300 Timo Sirainen Added auth_cache_negative_ttl setting. HEAD
Thu, 02 Aug 2007 18:27:46 +0300 Timo Sirainen Renamed i_stream_create_file() to i_stream_create_fd(). HEAD
Thu, 02 Aug 2007 18:23:22 +0300 Timo Sirainen Split o_stream_create_file() to _create_fd() and _create_fd_file(). HEAD
Tue, 24 Jul 2007 06:59:56 +0300 Timo Sirainen Removed memory pool parameter from iostreams. Default pool was almost always HEAD
Sat, 30 Jun 2007 17:38:17 +0300 Timo Sirainen Moved child process handling to child-process.[ch]. The hash table now uses HEAD
Tue, 12 Jun 2007 19:46:53 +0300 Timo Sirainen Master and client sockets have default paths now. Section name only needs to HEAD
Wed, 28 Mar 2007 00:41:59 +0300 Timo Sirainen Added auth_gssapi_hostname setting. HEAD
Sun, 18 Mar 2007 04:00:59 +0200 Timo Sirainen net_listen_unix() API changed a bit. -1 is now returned for errors that can HEAD
Thu, 15 Feb 2007 15:10:46 +0200 Timo Sirainen Do the delayed login process starting also after SIGHUPing. HEAD
Thu, 15 Feb 2007 15:08:37 +0200 Timo Sirainen Start auth processes immediately at startup, not after one second delay. HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Sun, 02 Jul 2006 00:19:37 +0300 Timo Sirainen anonymous_username setting wasn't being passed to auth process. HEAD
Fri, 16 Jun 2006 21:13:43 +0300 Timo Sirainen Settings parser nowadays returns "" instead of NULL when it reads an empty HEAD
Wed, 12 Apr 2006 17:36:58 +0300 Timo Sirainen Added auth_username_format setting. HEAD
Sun, 09 Apr 2006 17:36:03 +0300 Timo Sirainen If master process runs out of file descriptors, try to handle it more nicely HEAD
Mon, 27 Mar 2006 15:54:24 +0300 Timo Sirainen Added auth_master_user_separator setting which allows giving the master username inside the normal username. HEAD
Sat, 25 Mar 2006 12:22:04 +0200 Timo Sirainen Removed master_no_passdb setting. Added pass setting which can be used to do HEAD
Sun, 26 Feb 2006 12:04:59 +0200 Timo Sirainen Added i_stream_destroy() and o_stream_destroy() and used them instead of HEAD
Mon, 20 Feb 2006 15:14:58 +0200 Timo Sirainen Added support for "master users" who can log in as other people. Currently works only with SASL PLAIN authentication by giving it authorization ID string. HEAD
Sun, 29 Jan 2006 14:14:40 +0200 Timo Sirainen Call io_remove() before closing the fd. It's required by kqueue. HEAD
Sun, 22 Jan 2006 13:33:27 +0200 Timo Sirainen Added auth_debug_passwords setting. If it's not enabled, hide all password 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
Thu, 12 Jan 2006 01:47:02 +0200 Timo Sirainen Start dict server automatically when a client tries to connect to it. HEAD
Fri, 30 Dec 2005 20:02:50 +0200 Timo Sirainen Added comment HEAD
Thu, 27 Oct 2005 17:57:50 +0300 Timo Sirainen Added GSSAPI support. Patch by Jelmer Vernooij and some fixes by HEAD
Sat, 01 Oct 2005 13:52:14 +0300 Timo Sirainen Added ssl_username_from_cert setting. Not actually tested yet.. HEAD
Sat, 24 Sep 2005 15:55:23 +0300 Timo Sirainen Added deny password databases. HEAD
Sun, 08 May 2005 20:19:31 +0300 Timo Sirainen Make auth worker processes work with chroot enabled. HEAD
Sun, 13 Mar 2005 00:48:33 +0200 Timo Sirainen Don't give NULL parameters to printf's %s format. Fixes crash with Solaris 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