chiark / gitweb /
tripe
23 years agoIgnore.
mdw [Fri, 16 Feb 2001 21:43:59 +0000 (21:43 +0000)]
Ignore.

23 years agoInitial versions of documentation.
mdw [Fri, 16 Feb 2001 21:43:33 +0000 (21:43 +0000)]
Initial versions of documentation.

23 years agoProvide a more helpful usage message.
mdw [Fri, 16 Feb 2001 21:43:12 +0000 (21:43 +0000)]
Provide a more helpful usage message.

23 years agoOnly link the server against Catacomb.
mdw [Fri, 16 Feb 2001 21:42:02 +0000 (21:42 +0000)]
Only link the server against Catacomb.

23 years agoMajor changes. See source files for details.
mdw [Fri, 16 Feb 2001 21:41:43 +0000 (21:41 +0000)]
Major changes.  See source files for details.

23 years agoAdd a new buffer.
mdw [Fri, 16 Feb 2001 21:41:31 +0000 (21:41 +0000)]
Add a new buffer.

23 years agoUse new spare buffer for building MP textual representations. Add a
mdw [Fri, 16 Feb 2001 21:41:06 +0000 (21:41 +0000)]
Use new spare buffer for building MP textual representations.  Add a
function for making human-readable time strings.

23 years agoChange key exchange message interface. Maintain statistics.
mdw [Fri, 16 Feb 2001 21:40:24 +0000 (21:40 +0000)]
Change key exchange message interface.  Maintain statistics.

23 years agoMajor overhaul. Separate functions for manipulating keysets from
mdw [Fri, 16 Feb 2001 21:39:55 +0000 (21:39 +0000)]
Major overhaul.  Separate functions for manipulating keysets from
functions for manipulating keyset lists.  Introduce a concept of
listening-only keys.

23 years agoRewrite for new key exchange protocol.
mdw [Fri, 16 Feb 2001 21:24:27 +0000 (21:24 +0000)]
Rewrite for new key exchange protocol.

23 years agoDon't link the client against Catacomb.
mdw [Fri, 16 Feb 2001 21:24:12 +0000 (21:24 +0000)]
Don't link the client against Catacomb.

23 years agoUse reliable signal handling for reopening logs.
mdw [Fri, 16 Feb 2001 21:23:39 +0000 (21:23 +0000)]
Use reliable signal handling for reopening logs.

23 years agoVarious minor changes. Check that MPs are in canonical form when
mdw [Fri, 16 Feb 2001 21:23:20 +0000 (21:23 +0000)]
Various minor changes.  Check that MPs are in canonical form when
loading.

23 years agoSupport for displaying statistics. Make client connections blocking, so
mdw [Fri, 16 Feb 2001 21:22:51 +0000 (21:22 +0000)]
Support for displaying statistics.  Make client connections blocking, so
that things don't get dropped.  (This might change again if I add
buffering.)

23 years agoChange ERR response to FAIL for consistency with other programs.
mdw [Tue, 6 Feb 2001 09:34:53 +0000 (09:34 +0000)]
Change ERR response to FAIL for consistency with other programs.

23 years agoSequence number protection, and BSD tunnels.
mdw [Mon, 5 Feb 2001 19:56:37 +0000 (19:56 +0000)]
Sequence number protection, and BSD tunnels.

23 years agoGuard against inappropriate compilation.
mdw [Mon, 5 Feb 2001 19:55:00 +0000 (19:55 +0000)]
Guard against inappropriate compilation.

23 years agoAdd sequence number protection.
mdw [Mon, 5 Feb 2001 19:53:23 +0000 (19:53 +0000)]
Add sequence number protection.

23 years agoInitial support for BSD tunnel devices.
mdw [Mon, 5 Feb 2001 19:48:18 +0000 (19:48 +0000)]
Initial support for BSD tunnel devices.

23 years agoMake file descriptors be nonblocking and close-on-exec.
mdw [Sun, 4 Feb 2001 17:10:58 +0000 (17:10 +0000)]
Make file descriptors be nonblocking and close-on-exec.

23 years agoRemove a debugging @abort@ call.
mdw [Sun, 4 Feb 2001 17:10:40 +0000 (17:10 +0000)]
Remove a debugging @abort@ call.

23 years agoReopen logfiles on receipt of @SIGHUP@ (not done very well). Don't
mdw [Sun, 4 Feb 2001 17:10:15 +0000 (17:10 +0000)]
Reopen logfiles on receipt of @SIGHUP@ (not done very well).  Don't
change directory -- just mangle pathnames instead.

23 years agoCreate a configuration header file to tidy up command lines.
mdw [Sun, 4 Feb 2001 01:17:55 +0000 (01:17 +0000)]
Create a configuration header file to tidy up command lines.

23 years agoThe `DAEMON' notification to stdout is replaced by a warning. The
mdw [Sun, 4 Feb 2001 01:17:12 +0000 (01:17 +0000)]
The `DAEMON' notification to stdout is replaced by a warning.  The
`DAEMON' and `QUIT' command send `OK' on successful completion.  Put
assignment of sequence number in a T(...) guard.

23 years agoPut timer information into the entropy pool when packets are received
mdw [Sat, 3 Feb 2001 22:40:29 +0000 (22:40 +0000)]
Put timer information into the entropy pool when packets are received
and on similar events.  Reseed the generator on the interval timer.

23 years agoStuff more randomness into the pool in the interval timer.
mdw [Sat, 3 Feb 2001 22:33:00 +0000 (22:33 +0000)]
Stuff more randomness into the pool in the interval timer.

23 years agoInitial checkin.
mdw [Sat, 3 Feb 2001 20:26:37 +0000 (20:26 +0000)]
Initial checkin.