* Removed the built-in memory leak checker. It wasn't threadsafe and
[citadel.git] / citadel / serv_crypto.c
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-22 Art Cancro* Generate self-signed certificate if keys/citadel...
2004-02-22 Art Cancro* CSR code more or less in its final form for now.
2004-02-22 Art Cancro* Initial version of function to automatically generate...
2004-02-17 Art Cancro* During SSL initialization, create the "keys" director...
2004-02-16 Art Cancro* Genericized the Citadel API for TLS-enabling protocols
2004-02-16 Michael Hampton* Remove some unnecessary and possibly hazardous debugg...
2004-02-16 Michael Hampton* Fixed IMAP STARTTLS; trouble was in client_read_ssl...
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2004-02-15 Art Cancro* More work on IMAP TLS. Still not working correctly...
2004-02-14 Art Cancro* STARTTLS attempt #2. Still disabled because it's...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-03-26 Nathan Bryant * support autoconf 2.53
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-12 Nathan Bryantif a filesystem node exists at /var/run/egd-pool, try...
2002-03-11 Nathan Bryantwarning fixes on sparc-sun-solaris2.8 with gcc 3.0...
2002-02-03 Michael Hampton* fixed a silly oversight in serv_crypto.c when removin...
2002-02-03 Michael Hampton* Remove the ETLS command, it is no longer needed
2002-01-17 Michael Hampton* lprintf() now logs the session ID for each log entry...
2002-01-06 Art Cancro* sysdep.c: in client_write(), handle redirect_fp and...
2002-01-06 Michael Hampton* Add some #includes I apparently somehow missed
2002-01-06 Michael Hampton* SSL/TLS support for the Citadel/UX wire protocol