Added SILC_SWAB_[16/32] to swab integer byte order.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 1389e250a7621a5fab8d5c4d9b1c4703ea984706..bdc29f9baa208e961cae4cbd0c636da66d50b065 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,26 @@
+Sun Jan 26 12:20:30 EET 2003  Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed a double free in INVITE command error handling in
+         server.  Affected file silcd/command.c.
+
+       * Added macros SILC_SWAB_[16|32] to swab byte order of
+         16-bit and 32-bit unsigned integers.  Affected file
+         lib/silcutil/silctypes.h.
+
+       * Use the SILC_SWAB_16 instead of htons() in server when
+         handling ports since the ports in structures are always
+         in little-endian order (regardless of platform).  Affected
+         file silcd/serverid.c and silcd/server_backup.c.
+
+Tue Jan 21 17:18:04 EET 2003  Pekka Riikonen <priikone@silcnet.org>
+
+       * Send DISCONNECT in close admin command in server.  Affected
+         file silcd/command.c.
+
+       * Check whether we are already connecting to a remote router
+         (in addition of checking whether we are already connected)
+         before creating new connection.  Affected file silcd/server.c.
+
 Thu Jan 16 18:47:00 EET 2003  Pekka Riikonen <priikone@silcnet.org>
 
        * Added better compiler and compiler flags checking in