X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=0ffcf53f546f2e0ae1a70fa5a5067c1b3038ce5f;hb=c49f7330c61ba13940fadef90377ec4012145e37;hp=6709e2d6c45367eac6e2c4741bcfea9fe5c62ebe;hpb=fd1db6d58b83f27f508e03c33038f2fd019af214;p=silc.git diff --git a/CHANGES b/CHANGES index 6709e2d6..0ffcf53f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,25 @@ +Tue Mar 27 22:22:38 EEST 2001 Pekka Riikonen + + * Added silc_server_connection_auth_request to handle the + incoming CONNECTION_AUTH_REQUEST packet. Affected file is + silcd/packet_receive.[ch]. + + * Added silc_server_send_connection_auth_request into the + silcd/packet_send.c to send the connection auth request packet. + + * Cleaned up the silcd/protocol.c a bit and fixed some memory + leaks. + + * Fixed the public key authentication in responder side in the + server. The `auth_data' pointer includes the SilcPublicKey + not the path to the public key. Affected file silcd/protocol.c. + + * Implemented the public key authentication in the initiator side + in the server. Affected file silcd/protocol.c. + + * Removed the [RedirectClient] config section from the server + configuration. Is not needed and I don't want to implement it. + Tue Mar 27 12:49:56 EEST 2001 Pekka Riikonen * Cleaned up the CMODE command in the server. It now works @@ -364,7 +386,7 @@ Fri Mar 16 15:52:49 EET 2001 Pekka Riikonen Do not send SilcPKCS but SilcPublicKey as argument. * Implemented the public key authentication support to the - serverconfig. The public key is loaded fromthe provided path + serverconfig. The public key is loaded from the provided path and saved as authentication data to void * pointer. Thus, changed the unsigned char *auth_data to void *auth_data;