]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Killed off CtdlGetDynamicSymbol() and just put all the symbols in server.h
[citadel.git] / citadel / ChangeLog
index 41cdfc957a06d6e9b5cebdfd6078d4b640ca071c..2dbd29db25f5a059b1aa413cd79bf111bbcc95a4 100644 (file)
@@ -1,4 +1,27 @@
  $Log$
+ Revision 608.1  2003/07/15 14:54:09  ajc
+ * Killed off CtdlGetDynamicSymbol() and just put all the symbols in server.h
+
+ Revision 608.0  2003/07/15 04:12:52  ajc
+ * THIS IS 6.08
+
+ Revision 607.23  2003/07/14 17:26:42  ajc
+ * strcpy() --> safestrncpy() in a few other random places
+
+ Revision 607.22  2003/07/14 17:12:28  ajc
+ * Replaced strcpy() with safestrcpy() in cmd_setp()
+
+ Revision 607.21  2003/07/14 03:07:05  ajc
+ * ipgm_secret is no longer set during setup.  Now it is set at server startup
+   and automatically changes whenever an IPGM command is executed.
+ * Upon an IPGM authentication failure, wait 5 seconds before displaying an
+   error, then disconnect the session.
+
+ Revision 607.20  2003/07/13 04:58:35  ajc
+ * Allow connect on unix domain sockets to Citadels in other directories
+ * sendcommand now uses unix domain sockets instead of the network
+ * Do not allow IPGM command to run on the network -- unix domain sockets only
+
  Revision 607.19  2003/07/11 22:33:02  ajc
  * Ignore comments in public_clients file
 
@@ -4848,4 +4871,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
-