]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Removed "Log Hooks." This enabled the removal of a buf[SIZ] in lprintf,
[citadel.git] / citadel / ChangeLog
index af2c3676e7a5b1c5bdfa506746a42ce8465a4353..7f16656f25053a81385dfb8ef5350042ffc48bd7 100644 (file)
@@ -1,4 +1,47 @@
  $Log$
+ Revision 640.12  2005/02/17 16:13:59  ajc
+ * Removed "Log Hooks."  This enabled the removal of a buf[SIZ] in lprintf,
+   where it can potentially blow lots of stacks.
+
+ Revision 640.11  2005/02/17 03:52:16  ajc
+ * setup.c: clarify some of the messages
+
+ Revision 640.10  2005/02/16 19:03:38  ajc
+ * master_cleanup() now passes along an exit code from its caller to the OS.
+
+ Revision 640.9  2005/02/16 18:48:39  ajc
+ * Try to reach our cleanup routine when SIGSEGV is caught.  Hopefully
+   we'll get there and we can close the databases cleanly.
+
+ Revision 640.8  2005/02/16 17:37:16  ajc
+ * Be more aggressive about shutting down when told to.  Getting the
+   databases closed is the highest priority.
+
+ Revision 640.7  2005/02/16 04:08:42  ajc
+ * newinstall.sh: put the checksum files server-side to avoid
+   unnecessary downloads
+
+ Revision 640.6  2005/02/16 03:02:28  ajc
+ * Applied patches submitted by Kevin Kilbride for TCP_CORK and for
+   turning CitContext into a doubly-linked list.
+
+ Revision 640.5  2005/02/13 04:55:18  ajc
+ * Did the server port hooks etc. for SSL listeners.  For some reason it
+   doesn't work.  :(
+
+ Revision 640.4  2005/02/13 04:23:59  ajc
+ * Added server and client configuration settings to specify port
+   numbers for IMAPS, POP3S, and SMTPS (SSL-encrypted services that start
+   SSL upon connect instead of using a STARTTLS command).  These services
+   are not yet implemented, only the port number settings are.
+
+ Revision 640.3  2005/02/13 03:39:21  ajc
+ * IMAP flag twiddling with STORE was broken because of the \Flag leading
+   backslash getting stripped out.  Located problem and worked around.  Said
+   many nasty things about that piece of crap Mark Crispin and his deranged,
+   stupid, moronic idea to put backslashes in a place where they were
+   completely unnecessary.
+
  Revision 640.2  2005/02/12 16:58:36  ajc
  * Changes to lprintf() and start_daemon() submitted by Kevin Kilbride
    for more "true unix" approaches to each.