updates
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index b691a9e7bf1f9768fdce486b84731a341cf32285..8e5c2a43ee79dec1ce5fae958c50d8cec22ea7db 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,41 @@
-Tue Apr  2 14:55:06 CEST 2002  Pekka Riikonen <priikone@silcnet.org>
+Tue Apr 16 18:29:02 CEST 2002  Pekka Riikonen <priikone@silcnet.org>
 
-       * Some client implementations quit network by doing first LEAVE
-         and then immediately SIGNOFF (like Bombyx).  We now do check 
-         after a short time after LEAVE notify and check whether the 
-         client is still valid after LEAVE, and if not we remove it from 
-         cache.  Affected file is lib/silcclient/client_notify.c.
+       * Merged irssi crash fixes on /QUIT, patch from cras.
+
+Sun Apr 14 20:41:28 CEST 2002  Johnny Mnemonic <johnny@themnemonic.org>
+
+       * Fixed a bug in library where sending a bogus authentication
+         payload would lead to a crash.  Affected file is
+         lib/silccore/silcauth.c.
+
+Mon Apr  8 19:57:40 CEST 2002  Johnny Mnemonic <johnny@themnemonic.org>
+
+       * Added config parse status SILC_CONFIG_EPRINTLINE, this status
+         must be handled by the application and should tell the application
+         that an error message was already printed, and it should print the
+         config coords (line, filename, ...).  Affected files are
+         silcd/serverconfig.c, lib/silcutil/silcconfig.[ch].
+
+       * Added local macro SILC_SERVER_CONFIG_ALLOCTMP to make the
+         server config parsing code more readable.
+
+         Fixed a bug in the fetch_logging() config callback.
+
+         Affected files is silcd/serverconfig.c.
+
+       * Drop root privileges when started in foreground.  Don't drop them
+         if debugging also.  Affected file is silcd/silcd.c.
+
+Wed Apr  3 12:36:05 CEST 2002  Pekka Riikonen <priikone@silcnet.org>
+
+        * Added better error logging in rekey protocol.  Affected file
+          silcd/protocol.c.
+
+        * Do not check public key types in SKE during rekey.  Affected
+          file lib/silcske/payload.c.
+
+        * Fixed the rekey protocol with PFS, which was totally broken.
+          Affected file silcd/protocol.c.
 
 Tue Apr  2 13:39:04 CEST 2002  Johnny Mnemonic <johnny@themnemonic.org>
 
@@ -18,22 +49,8 @@ Mon Apr  1 20:15:10 CEST 2002  Johnny Mnemonic <johnny@themnemonic.org>
 
        * ROBOdoc documented lib/silcutil/silcutil.h.
 
-Sat Mar 30 21:06:45 EET 2002  Pekka Riikonen <priikone@silcnet.org>
-
-       * Optimized even more the SilcPacketContext structure.  Now
-         totally saved 16 bytes of memory per context after optimization.
-         Affected files are lib/silccore/silcpacket.[ch].
-
-       * Made strict checks for valid SILC IDs.  Affected file is
-         lib/silccore/silcid.c.
-
 Sat Mar 30 18:15:55 EET 2002  Pekka Riikonen <priikone@silcnet.org>
 
-       * Changed the object argument for silc_cipher_register,
-         silc_hash_register, silc_hmac_register and silc_pkcs_register
-         to const.  Affected files are lib/silccrypt/silccipher.[ch],
-         silchash.[ch], silchmac.[ch] and silcpkcs.[ch].
-
        * Changed the silc_get_username and silc_get_real_name to
          never fail.  Affected file lib/silcutil/unix/silcunixutil.c.
 
@@ -47,15 +64,6 @@ Sat Mar 30 18:15:55 EET 2002  Pekka Riikonen <priikone@silcnet.org>
          get_home_dir to Irssi routines.  Affected files are
          irssi/src/core/misc.[ch] and irssi/src/core/core.c.
 
-Fri Mar 29 21:55:41 EET 2002  Pekka Riikonen <priikone@silcnet.org>
-
-       * Made some structure optimizations.  SFTP memory FS MemFSEntry
-         entry structure.  Optimized SilcTask structure.  Optimized
-         SilcPacketContext structure.
-
-         Affected files lib/silcsftp/sftp_fs_memory.c,
-         lib/silcutil/silcschedule.c, lib/silccore/silcpacket.h.
-
 Fri Mar 29 10:41:07 EET 2002  Pekka Riikonen <priikone@silcnet.org>
 
        * And yet again reverted back the config thing since Johnny