* crypto.c: when an SSL connection errors out (and closes) unexpectedly
[citadel.git] / webcit / ChangeLog
index d95c0f1b397d70c26743f0f82f1bf8293e2b2ee4..1d780c7eeb60b41376150e209e3dc5c4b2ca4a2d 100644 (file)
@@ -1,4 +1,101 @@
 $Log$
+Revision 510.11  2004/06/01 21:46:47  ajc
+* crypto.c: when an SSL connection errors out (and closes) unexpectedly
+  during a read or write operation, do not attempt to finish the operation
+  unencrypted like we do in Citadel.  Here in WebCit land it only causes
+  the server to segfault.
+
+Revision 510.10  2004/06/01 19:01:22  ajc
+* netconf.c: widened some of the text entry fields
+* webcit.h: bumped up the internal version number to 5.20
+
+Revision 510.9  2004/06/01 18:44:20  ajc
+* Return to the old command-line usage (-s for https, service is either
+  http or https but not both)
+
+Revision 510.8  2004/06/01 03:32:28  ajc
+* Add "permanent room" setting to room edit screen
+* create room -- allow longer strings
+
+Revision 510.7  2004/06/01 00:36:43  ajc
+* Hmmph.  Do the session cookie as hex instead of base64.  There really
+  are some characters in the base64 set that make HTTP do nasty things.
+
+Revision 510.6  2004/05/31 21:43:27  ajc
+* Added "|END" to the session cookie before base64-ing it.  This fixes a
+  problem with certain room names causing the webserver to freak out and
+  break embedded images and stuff.  I don't know why.
+
+Revision 510.5  2004/05/31 20:34:11  ajc
+* Message entry using Kevin Roth's excellent cross-platform richtext
+  editing script.
+
+Revision 510.4  2004/05/31 15:54:13  ajc
+* "text" and "HTML" options for message entry.
+
+Revision 510.3  2004/05/29 03:31:48  ajc
+* tighten up the space between icons in the iconbar
+
+Revision 510.2  2004/05/28 20:24:53  ajc
+* Cosmetic changes
+
+Revision 510.1  2004/05/24 03:02:38  ajc
+* CSS change to make folder names stand out more in the "Folder View"
+
+Revision 510.0  2004/04/30 04:08:58  ajc
+* THIS IS 5.10
+
+Revision 506.13  2004/04/30 04:08:47  ajc
+* Changed internal version number to 5.10
+* Updated documentation for the new HTTPS service
+
+Revision 506.12  2004/04/27 03:21:36  ajc
+* Prompt for HTTPS port number during setup.  We may make this optional.
+
+Revision 506.11  2004/04/27 03:16:31  ajc
+* When running on the same host as Citadel, if no key/cert are found,
+  symlink to Citadel's if possible.
+* One server binary now forks to start both http and https servers.
+
+Revision 506.10  2004/04/21 03:43:39  ajc
+* Completed remaining SSL fixes.  Works in Moz, aIEeee, Konq; self-signed
+  certs are also no longer invalid.
+
+Revision 506.9  2004/04/21 02:25:13  ajc
+* Replaced ctdl_install_certificate() with convenience functions found
+  in the OpenSSL library.
+
+Revision 506.8  2004/04/21 02:19:41  ajc
+* Got HTTPS to work with Mozilla (by twiddling stuff that I still don't
+  understand, but read at http://www.informit.com/articles/article.asp?p=22078
+  ).  Still doesn't work with Internet Monopolizer, though.
+
+Revision 506.7  2004/04/20 02:32:44  ajc
+* Allow setup to run seamlessly from within the Citadel/UX Ridiculously
+  Easy Installer by observing the values of environment variables
+  CITADEL_INSTALLER, CITADEL, and WEBCIT.
+
+Revision 506.6  2004/04/20 02:02:50  ajc
+* "make install"
+
+Revision 506.5  2004/04/16 03:14:06  ajc
+* Minor fix for previous checkin
+
+Revision 506.4  2004/04/16 02:59:01  ajc
+* Completed SSL support.  Still doesn't work with all browsers... gotta
+  figure out why
+
+Revision 506.3  2004/04/15 03:57:00  ajc
+* Brought over the SSL/TLS stuff from Citadel.  I think it's complete but
+  it has a crashy crashy bug in it.  Don't use it yet.
+
+Revision 506.2  2004/04/13 19:41:36  ajc
+* GET /freebusy/user.vcf *and* /freebusy/user.vfb now both work.
+  (freebusy data fetch for anonymous Kolab type clients)
+
+Revision 506.1  2004/04/10 04:32:59  ajc
+* Fixed some version and copyright date oopses
+
 Revision 506.0  2004/04/10 04:29:30  ajc
 * THIS IS 5.06
 
@@ -446,7 +543,7 @@ Revision 410.7  2003/03/30 06:13:19  ajc
 * When reading from the server, do not treat CR as end-of-line because
   there's probably an LF coming after it.  Instead, keep reading to the LF
   and then strip both.
-* No not underline links in the icon bars
+* Do not underline links in the icon bars
 
 Revision 410.6  2003/03/17 04:17:41  ajc
 * Call to accept() was being made with an uninitialized variable for the
@@ -1755,3 +1852,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+