X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=baec17fa376157a42822b03842bdd5eff383b7c3;hb=2fc6c313c63f098ca1119d4cac6db620c3005bfc;hp=2dc369cd784fda698d833fd11c99b0598b00fbae;hpb=a85353d34a73d044027b7cf30c3b269754405102;p=silc.git diff --git a/CHANGES b/CHANGES index 2dc369cd..baec17fa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +Mon Apr 8 19:57:40 CEST 2002 Johnny Mnemonic + + * 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 * Added better error logging in rekey protocol. Affected file