log src/pop3/main.c @ 22656:1789bf2a1e01

age author description
Fri, 06 Oct 2017 14:39:00 +0300 Timo Sirainen pop3: Expand settings to fix rawlog_dir
Tue, 23 May 2017 14:12:49 +0300 Josef 'Jeff' Sipek pop3: send back auth reply sooner
Tue, 23 May 2017 13:01:48 +0300 Josef 'Jeff' Sipek pop3: initialize namespaces explicitly
Fri, 19 May 2017 10:58:18 +0300 Josef 'Jeff' Sipek pop3: client_create_from_input shouldn't process input
Fri, 19 May 2017 10:51:22 +0300 Josef 'Jeff' Sipek pop3: client_create_from_input should return the client struct
Fri, 19 May 2017 10:46:05 +0300 Josef 'Jeff' Sipek pop3: rename login_client_connected() client arg to login_client
Fri, 19 May 2017 10:42:03 +0300 Josef 'Jeff' Sipek pop3: move pop3 session locking out of client_create
Thu, 23 Mar 2017 14:15:49 +0200 Timo Sirainen lib-storage: Replace MAIL_STORAGE_SERVICE_FLAG_AUTOEXPUNGE with explicit mail_user_autoexpunge()
Wed, 08 Mar 2017 15:39:34 -0500 Timo Sirainen imap, pop3, indexer-worker: Add (deinit) to process title before autoexpunging runs.
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, 03 Feb 2016 14:05:07 +0200 Timo Sirainen imap, pop3, imap-urlauth: Added -a <auth-master socket path> parameter
Wed, 20 Jan 2016 13:30:43 +0200 Timo Sirainen imap, pop3, lmtp: Enable MAIL_STORAGE_SERVICE_FLAG_AUTOEXPUNGE
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 18 Nov 2015 13:08:57 +0200 Timo Sirainen pop3: Send "OK Logged in" before reading mailbox.
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
Mon, 11 May 2015 12:28:58 +0300 Timo Sirainen Compiler warning fixes
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Thu, 25 Sep 2014 15:37:48 +0300 Timo Sirainen imap, pop3: Show user's proper log prefix when deinitializing users at exit.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Thu, 13 Jun 2013 06:07:54 +0300 Timo Sirainen Call master_service_init_finish() only after all of the initialization is done.
Sat, 16 Feb 2013 17:58:20 +0200 Timo Sirainen pop3: Minor code cleanup
Sat, 16 Feb 2013 17:54:57 +0200 Timo Sirainen pop3: Use RFC 3206 [SYS/*] and [AUTH] response codes.
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.
Thu, 28 Jun 2012 00:27:13 +0300 Timo Sirainen Changed i_close_fd() API to set the fd to -1 after closing.
Mon, 25 Jun 2012 02:52:33 +0300 Timo Sirainen Replaced (void)close(fd) and close_keep_errno() with i_close_fd().
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
Sun, 20 May 2012 03:25:04 +0300 Timo Sirainen Merged changes from v2.1 tree.
Wed, 07 Mar 2012 13:36:34 +0200 Timo Sirainen Added a "session ID" string for imap/pop3 connections, available in %{session} variable.
Mon, 27 Feb 2012 10:32:03 +0200 Timo Sirainen pop3: Added module contexts to struct client, and made client_destroy() a virtual method.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 20 Jan 2012 17:42:47 +0200 Timo Sirainen imap, pop3: Added -t parameter to specify post-login script timeout.
Mon, 16 May 2011 17:34:42 +0300 Timo Sirainen pop3: If mail storage couldn't be initialized, send -ERR to client before disconnecting.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 19 Nov 2010 16:24:41 +0000 Timo Sirainen imap, pop3: Fixed giving any -parameters.
Mon, 15 Nov 2010 17:03:52 +0000 Timo Sirainen "Running standalone?" check now uses a new DOVECOT_CHILD_PROCESS environment rather than GENERATION.
Tue, 02 Nov 2010 18:13:39 +0000 Timo Sirainen imap, pop3: Use absolute path to auth-master socket.
Wed, 30 Jun 2010 18:49:23 +0000 Pascal Volk imap, pop3: Added an assert to client_connected(). HEAD
Thu, 27 May 2010 12:16:36 +0100 Timo Sirainen lib-master API changed to avoid accidentally leaking client connections. HEAD
Thu, 29 Apr 2010 01:30:08 +0300 Timo Sirainen Compiler warning fix. 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
Sat, 27 Mar 2010 05:05:12 +0200 Timo Sirainen pop3: Don't crash if INBOX can't be opened. HEAD
Thu, 25 Mar 2010 19:28:56 +0200 Timo Sirainen imap, pop3: Added -u <username> parameter to do userdb lookup. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Sun, 13 Dec 2009 19:46:04 -0500 Timo Sirainen imap, pop3: Don't crash if post-login socket path wasn't given. HEAD
Fri, 11 Dec 2009 18:38:33 -0500 Timo Sirainen imap, pop3: Added back ability to run post-login scripts. HEAD
Fri, 11 Dec 2009 16:05:38 -0500 Timo Sirainen imap, pop3: If client creation fails, update lib-master connection count. HEAD
Fri, 11 Dec 2009 16:00:14 -0500 Timo Sirainen *-login: Check for missing username in lib-master code. HEAD
Mon, 26 Oct 2009 20:11:48 -0400 Timo Sirainen imap, pop3: Connection counting fixes. HEAD
Mon, 26 Oct 2009 19:53:48 -0400 Timo Sirainen pop3: Added support for verbose_proctitle=yes HEAD
Fri, 23 Oct 2009 16:22:53 -0400 Timo Sirainen Handle shutdown_clients globally for all services. HEAD
Thu, 22 Oct 2009 18:56:01 -0400 Timo Sirainen imap/pop3: Cleaned up initialization code. HEAD
Thu, 22 Oct 2009 18:31:40 -0400 Timo Sirainen imap/pop3 now supports multiple connections/process, removed the restriction. HEAD
Wed, 21 Oct 2009 19:54:00 -0400 Timo Sirainen Merged single and multi mail_storage_service_*() functions. HEAD
Tue, 20 Oct 2009 20:19:05 -0400 Timo Sirainen Moved process title init to lib-master. With Linux-hack enabled it now preserves command args. HEAD
Tue, 20 Oct 2009 20:07:45 -0400 Timo Sirainen Moved most of getopt() handling to lib-master. 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
Mon, 05 Oct 2009 18:20:51 -0400 Timo Sirainen imap, pop3: Process permissions weren't properly dropped. HEAD