]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Added "Base DN" "Bind DN" and "Bind DN password" config options
[citadel.git] / citadel / ChangeLog
index f7d981df83edbceff4ace611c0e6bb660f75ab0e..bb35ff26977a6e2ebbd628f204658ff17c5d2b24 100644 (file)
@@ -1,4 +1,119 @@
  $Log$
+ Revision 614.5  2004/01/17 22:57:54  ajc
+ * Added "Base DN" "Bind DN" and "Bind DN password" config options
+ * serv_ldap.c: added.  (New module implementing the LDAP Connector)
+ * Upon startup, connect to LDAP directory and bind to it.  Unbind at exit.
+
+ Revision 614.4  2004/01/17 04:23:28  ajc
+ * Sysconfig commands for specifying where the LDAP server lives
+
+ Revision 614.3  2004/01/17 03:26:17  ajc
+ * Changed a diagnostic in msgbase.c to a higher logging level so it doesn't
+   make as much noise.
+ * Setup now adds "-x3 -llocal4" to the default inittab line.
+
+ Revision 614.2  2004/01/17 03:17:34  ajc
+ * New server command-line option "-l" to send log output to the host
+   computer's syslog facility instead of to a trace file.
+
+ Revision 614.1  2004/01/02 22:13:59  ajc
+ * Link to OpenLDAP client library (-lldap) and set HAVE_LDAP if present.
+
+ Revision 614.0  2003/12/30 04:13:40  ajc
+ * THIS IS 6.14
+
+ Revision 613.12  2003/12/30 04:13:31  ajc
+ * Commented out one of the supplied .RU commands in citadel.rc
+
+ Revision 613.11  2003/12/24 05:02:49  ajc
+ * Allow a separate default message expire policy for mailbox rooms.  The
+   floor default setting is now ignored for mailboxes.  Updated client and
+   documentation to match.
+
+ Revision 613.10  2003/12/23 03:53:49  ajc
+ * Expanded the size of all string fields in "struct CtdlIPCMessage" to
+   the standard SIZ length, in order to accomodate "weird" messages
+   without crashing.  Also converted many strcpy()'s to safestrncpy()'s
+   while populating this data structure, to avoid overruns.
+
+ Revision 613.9  2003/12/22 16:49:36  error
+ * Add Preview for Mac OS X as an image viewer option in citadel.rc
+
+ Revision 613.8  2003/12/22 15:30:53  error
+ * Fork image viewer process in background (works now); suppress
+   stdout/stderr from the image viewer
+
+ Revision 613.7  2003/12/21 20:02:28  error
+ * When viewing images, append the image filename to the temp filename so
+   that less-intelligent viewers can deal with the images
+
+ Revision 613.6  2003/12/21 19:07:28  error
+ * Start a new thread and fork() for image viewer (broken/disabled; for
+   refernce only)
+
+ Revision 613.5  2003/12/21 01:23:12  nbryant
+ added some additional comments to citadel.rc concerning possible image viewers
+
+ Revision 613.4  2003/12/21 00:44:19  error
+ * Fix for idle_threshold being ignored when reading citadel.rc
+
+ Revision 613.3  2003/12/21 00:37:54  error
+ * Fix for crash when downloading multiple attachments
+
+ Revision 613.2  2003/12/21 00:19:41  error
+ * Image viewer code for the text client.  Hit 'I' to view an image
+   attached to a file.  Hey aahz, this code actually works!
+
+ Revision 613.1  2003/12/19 04:33:52  ajc
+ * Changes to auto-expunge algorithm to support correct behavior in
+   some IMAP clients while moving messages.
+
+ Revision 613.0  2003/12/15 16:37:01  ajc
+ * THIS IS 6.13
+
+ Revision 612.14  2003/12/15 16:33:47  ajc
+ * Added support for "Cc" and "Bcc" IMAP SEARCHes
+ * Bumped the version number to 6.13
+
+ Revision 612.13  2003/12/11 04:21:23  ajc
+ * Removed a "FIXME this needs blah blah" comment because blah blah has
+   since been completed
+
+ Revision 612.12  2003/12/11 04:06:55  nbryant
+ configure.ac: add support for position-independent executables. can be disabled
+ with --disable-pie
+
+ Revision 612.11  2003/12/11 03:44:18  nbryant
+ domain.c: include <arpa/nameser_compat.h> if present
+ configure.ac: check for <arpa/nameser_compat.h>
+
+ Revision 612.10  2003/12/10 03:58:26  ajc
+ * Completed a more accurate implementation of the ENVELOPE fetch in IMAP.
+
+ Revision 612.9  2003/12/09 06:39:19  nbryant
+ did a minimal amount of ANSIfication without changing anything that would
+ affect the compiler output in any way. I was just trying to get enough warnings
+ enabled to be able to tell if there are any nested functions lurking about...
+
+ If we get rid of nested functions we can get some big security gains under
+ Fedora.
+
+ Revision 612.8  2003/12/09 05:12:49  ajc
+ * Don't give away anonymous poster information in IMAP or RFC822
+
+ Revision 612.7  2003/12/09 04:50:16  ajc
+ * Painstakingly combed through IMAP headers and responses for two hours in
+   an attempt to figure out why the horrendous pile of crap called Microsoft
+   Outlook counts the correct number of messages but wasn't displaying any
+   of them.  Eventually determined that it was ONE EXTRA SPACE after the
+   closing paren of the ENVELOPE output that caused Outlook to totally ignore
+   all the messages.  This only reinforces my belief that anything designed
+   in the state of Washington is utter and complete CRAP.
+ * Corrected the above glitch.  Outbreak works properly now.
+
+ Revision 612.6  2003/12/09 03:56:29  ajc
+ * user_ops.c: missing string declaration or something?
+
  Revision 612.5  2003/12/08 17:41:01  ajc
  * serv_smtp.c: validated and documented compliance with a big pile of RFC's
    which are in one way or another related to SMTP.
@@ -5115,4 +5230,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-