From bf97ad63f0f5a24009064e81a7eff46a79ef4fdf Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Fri, 16 Aug 2002 00:26:30 +0000 Subject: [PATCH] Dump info about existing sessions to a file specified by "Connection status file:". (Bug 706). --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 47d55c85f..fd8bc3777 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2002-08-16 Per Cederqvist <ceder@ceder.dyndns.org> + + Dump info about existing sessions to a file specified by + "Connection status file:". (Bug 706). + * src/server/connections.h (Connection): Added the "peer" field. + * src/server/connections.c (dump_connections): New function. + (check_kill_flg): Call dump_connections if any connection was + killed. + (login_request): Set the "peer" field. + * src/server/internal-connections.h (dump_connections): New + function. + * src/server/internal-connections.c (kill_client): Free the "peer" + field. + * src/server/server-config.c (parameters): Added "Connection + status file" and "Connection status temp file". + (read_configuration): Handle them. + * src/server/param.h (struct kom_par): Added + connection_status_file and connection_status_file_tmp. + * doc/lyskomd.texi (Parameters): New parameters: "Connection + status file:" and "Connection status temp file:". + 2002-08-15 Per Cederqvist <ceder@ceder.dyndns.org> "make check" may now work with Python 1.5. -- GitLab