]> 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 26f0ffc82647090345bd50e7b83e0e450d849d69..36986ccc670d68e0b55354972943b8e2c0a2c558 100644 (file)
@@ -1,4 +1,20 @@
  $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