Added require_reverse_mapping for ServerParams.
[crypto.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 426d317c50c6fccfb6891b0a78899b8e47db48e8..7163d0d6f5193911d3022aee60f0a7443bec4e44 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,21 @@
+Sun Dec 17 14:40:08 EET 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+       * Added `require_reverse_mapping' boolean value to ServerParams
+         structure. If TRUE (not default) the server will require that
+         the connecting host has fully qualified domain name.
+
+         If the reverse mapping is not required and hostname could not be
+         found the IP address is used as hostname.
+
 Sat Dec 16 17:39:54 EET 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * Implemented version string checking to both client and server.
          The check is incomplete currently due to the abnormal version 
          strings used in development version of SILC.
 
+       * Changed all command functions in server to use the new
+         CHECK_ARGS macro.
+
 Fri Dec 15 15:55:12 EET 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * Changed char *data to unsigned char *data in ID Cache system to