commit 35b767c59f0741fc58f0c4d07ccd8d2ce4134a35 Author: Pekka Riikonen Date: Fri Jul 31 22:38:06 2009 +0300 configure: check threads support in OpenBSD. commit cb95ad2d35f1796567fbebc9e848c10d4bd2e7b9 Author: Pekka Riikonen Date: Mon Jun 8 08:58:35 2009 +0300 silcd: Fixed IDENTIFY command reply handling for channels The IDENTIFY comamnd reply for channels were broken because the channel ID parsing always failed. This would cause issues like USERS command not returning the users for a channel, making the channel appear empty, in some specific cases. Fixed also the USERS command reply to not query the channel information from router more than once. commit 59f343801620f8b02933d419efb111d5928b11b8 Author: Pekka Riikonen Date: Mon Jun 8 08:03:02 2009 +0300 silcd: Abort active protocols in DETACH command When detaching client, which results into closing of the actual connection it is important to abort any active protocols, such as rekeys, because they cannot be completed with detached clients. commit aef788f086376673eef0939aa3ef74810318d5f3 Author: Pekka Riikonen Date: Sun Jun 7 20:04:16 2009 +0300 silcd: Added SKR to debug levels commit 3749c6ee56f1df40934bab1aae6baeb334206b69 Author: Pekka Riikonen Date: Tue Jun 2 08:01:25 2009 +0300 silcd: Save debug message in ring buffer In debug version save 3000 last debug messages in ring buffer so that they are available in core files. commit 7a10e386467421bfac0ba425289250e61e566ce0 Author: Pekka Riikonen Date: Mon May 25 20:44:07 2009 +0300 configure.ad: Fixed configure to support new autoconf commit 7d0cb0875ea6adaac843bc8d7ee1d74666c99afd Author: Pekka Riikonen Date: Mon May 25 20:43:22 2009 +0300 silcd: fixed Deny hostname comparison Use the silc_strin_match instead of silc_string_compare to match hostnames and IP addresses in silcd.conf. Fixed for Deny but changed in all the other places as well. apps/silcd/command.c | 17 +++++++++++++- apps/silcd/command_reply.c | 8 ++++-- apps/silcd/command_reply.h | 1 + apps/silcd/server_query.c | 1 + apps/silcd/server_util.c | 1 + apps/silcd/serverconfig.c | 16 +++++++------- apps/silcd/silcd.c | 47 ++++++++++++++++++++++++++++++++-------- configure.ad | 13 +++++++----