]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* During SSL initialization, create the "keys" directory if it does not
[citadel.git] / citadel / ChangeLog
index 7dbc0fe0a0648a75811762bf1019ff081c65704a..36986ccc670d68e0b55354972943b8e2c0a2c558 100644 (file)
@@ -1,4 +1,26 @@
  $Log$
+ Revision 614.41  2004/02/17 16:56:51  ajc
+ * During SSL initialization, create the "keys" directory if it does not
+   exist ... generate a private key if that does not exist ... more code
+   coming soon to generate CSR and self-signed cert.  Hard-coded pathnames
+   have been moved to sysconfig.h.
+
+ Revision 614.40  2004/02/17 04:47:22  ajc
+ * Support PLAIN auth method in SMTP
+
+ Revision 614.39  2004/02/17 03:53:11  ajc
+ * New ICAL subcommand "sgi" to enable or disable automatic server
+   generated invitations.  (WebCit wants sgi's but Kontaqt doesn't.)
+
+ Revision 614.38  2004/02/16 21:54:22  ajc
+ * Support POP3 over TLS
+
+ Revision 614.37  2004/02/16 21:45:43  ajc
+ * Implement RFC 2487 - SMTP Service Extension for Secure SMTP over TLS
+
+ Revision 614.36  2004/02/16 21:02:28  ajc
+ * IMAP and Citadel protocols now use the same code path for TLS negotiation
+
  Revision 614.35  2004/02/16 20:55:47  ajc
  * Genericized the Citadel API for TLS-enabling protocols