* Updated documentation etc. for 6.40 release (and for 2005 copyright)
authorArt Cancro <ajc@citadel.org>
Thu, 10 Feb 2005 16:52:07 +0000 (16:52 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 10 Feb 2005 16:52:07 +0000 (16:52 +0000)
citadel/ChangeLog
citadel/citadel.lsm
citadel/citadel.nsi
citadel/citadel.spec
citadel/docs/citadel.html
citadel/setup.c
citadel/techdoc/protocol.txt
citadel/techdoc/roadmap.txt

index 93c1d9e379adcbcad6580f0a3e7df5721f92b26c..657a9194183205007ba5eb18a05454574082f9a4 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 630.16  2005/02/10 16:52:03  ajc
+ * Updated documentation etc. for 6.40 release (and for 2005 copyright)
+
  Revision 630.15  2005/02/08 03:33:49  ajc
  * client_gets(char *buf) has been replaced by
    client_getln(char *buf, int maxbytes)
@@ -6360,3 +6363,4 @@ 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
+
index ab9414b1dd81203c043099d4289a9c4786ebabdf..06cd0df854355cc099a2d1d725b0ab2a35015d59 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title: Citadel
-Version: 6.30
-Entered-date: Fri Jan 21 15:23:40 EST 2005
+Version: 6.40
+Entered-date: Thu Feb 10 11:38:06 EST 2005
 Description: The Citadel messaging platform for Unix systems.
         In addition to BBS functionality, Citadel also offers advanced
        messaging and groupware applications, including Internet e-mail
index 7ebca719507f3b1602dcca50733cd18dda16dfe0..09ba50de16f0eee6078124b8789a79f1a6e709d8 100644 (file)
@@ -18,7 +18,7 @@
 ;!define MUI_ICON "${NSISDIR}\Contrib\Icons\modern-install.ico"
 ;!define MUI_UNICON "${NSISDIR}\Contrib\Icons\modern-uninstall.ico"
 
-OutFile "citadel-6.30.exe"
+OutFile "citadel-6.40.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 3e1e3356e7702f05abf68813dd41638f799d6cc3..82eeec062ee1c390164650e0851bcfa6e90fb945 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 Summary: Citadel, the flexible, powerful way to build online communities
 Name: citadel
-Version: 6.30
+Version: 6.40
 Release: 1
 Copyright: GPL
 Group: Applications/Communications
index a07fe7b7462b01e3bd026c9c7a79cce1bfe56f5f..203ec878afec23d64bbc1b077f7457dc321c46aa 100644 (file)
@@ -10,7 +10,7 @@
 <h1>C I T A D E L</h1>
 <h2>a messaging and collaboration platform for BBS and groupware
 applications</h2>
-Copyright &copy;1987-2004 by the Citadel development team:<br>
+Copyright &copy;1987-2005 by the Citadel development team:<br>
 <br>
 <table cellpadding="2" cellspacing="2" border="0" align="center">
   <tbody>
index c129d2de78d606d4565c1cde1bf4dd7cea783e42..af2ae7e0f73acb4bad2d358d10e57e37e9d6797c 100644 (file)
@@ -1290,7 +1290,12 @@ void contemplate_ldap(void) {
        config.c_ldap_port = 389;
        sprintf(config.c_ldap_bind_dn, "cn=manager,%s", config.c_ldap_base_dn);
 
-       /* FIXME ... make the generated password harder to guess */
+       /*
+        * Generate a bind password.  If you're some grey hat hacker who
+        * is just dying to get some street cred on Bugtraq, and you think
+        * this password generation scheme is too weak, please submit a patch
+        * instead of just whining about it, ok?
+        */
        sprintf(config.c_ldap_bind_pw, "%d%ld", getpid(), time(NULL));
 
        write_config_to_disk();
index 18b72729948e4e80d8e0f418295f43eff4c51dc6..23111b7acc7e470729436b76fabb539cb5b21e07 100644 (file)
@@ -1,5 +1,5 @@
               APPLICATION LAYER PROTOCOL FOR THE CITADEL SYSTEM
-         (c) 1995-2004 by Art Cancro et. al.    All Rights Reserved
+         (c) 1995-2005 by Art Cancro et. al.    All Rights Reserved
 
 
  INTRODUCTION
index 8b3b8d907f72fd487212b19480dd58c0902ea710..5ecc047cb92cbbbe6b139e004b4cbe9a8342c562 100644 (file)
@@ -34,7 +34,7 @@ Goals to achieve during the 6.xx cycle
   times).
 
   After several false starts, it appears that the emerging standard will be
-  the draft GroupDAV specification.  Citadel *will* implement this, providing
+  the draft GroupDAV specification.  Citadel will support GroupDAV, providing
   out-of-the-box compatibility with upcoming versions of Evolution,
   KOrganizer, and any other client which follows the standard.