log src/imap-urlauth/imap-urlauth-worker.c @ 21671:b4dd0868ecc0

age author description
Wed, 22 Feb 2017 13:30:00 +0200 Timo Sirainen global: Replace mail_storage_service_user_free() with _unref()
Fri, 10 Feb 2017 13:15:26 +0200 Timo Sirainen global: Ignore unnecessary return values.
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, 16 Nov 2016 11:41:42 +0200 Timo Sirainen global: Use fd_close_maybe_stdio()
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.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Fri, 01 Aug 2014 17:17:53 +0300 Timo Sirainen imap-urlauth: Error message typofix.
Fri, 13 Jun 2014 01:26:14 +0300 Timo Sirainen imap-urlauth: Fatal failure error handling wasn't done correctly.
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.
Thu, 02 May 2013 18:29:50 +0300 Timo Sirainen imap-urlauth-worker: Fixed a crash (by removing unnecessary code)
Fri, 19 Apr 2013 14:29:23 +0300 Timo Sirainen Compiling fix for Sun compilers.
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, 28 Nov 2012 06:43:55 +0200 Timo Sirainen Make static analyzer happier
Thu, 18 Oct 2012 06:55:04 +0300 Timo Sirainen Moved random_init() from lib-imap-urlauth to imap/imap-urlauth main().
Sat, 13 Oct 2012 04:28:09 +0300 Timo Sirainen imap-urlauth: Store urlauth keys to the new mailbox attributes.
Sat, 13 Oct 2012 01:36:13 +0300 Timo Sirainen imap urlauth: Don't autofill imap_urlauth_host. Use "*" value to mean "any host".
Fri, 12 Oct 2012 01:06:13 +0300 Timo Sirainen i_set_failure_prefix() now takes printf-like parameters.
Wed, 03 Oct 2012 18:17:26 +0300 Timo Sirainen Renamed network.[ch] to net.[ch].
Sun, 16 Sep 2012 16:02:22 +0300 Stephan Bosch imap-urlauth: Fixed crashes when destroying client
Sun, 16 Sep 2012 16:02:18 +0300 Stephan Bosch imap-urlauth: Treat internal errors in URL fetching differently from invalid URLs.
Sun, 16 Sep 2012 16:02:15 +0300 Stephan Bosch imap-urlauth: Fixes to handling anonymous user
Sat, 15 Sep 2012 23:57:08 +0300 Stephan Bosch Added support for IMAP URLAUTH and URLAUTH=BINARY extensions