diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ | |||
1 | 20031002 | ||
2 | - OpenBSD CVS Sync | ||
3 | - markus@cvs.openbsd.org 2003/09/23 20:17:11 | ||
4 | [Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c | ||
5 | cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h | ||
6 | monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h | ||
7 | ssh-agent.c sshd.c] | ||
8 | replace fatal_cleanup() and linked list of fatal callbacks with static | ||
9 | cleanup_exit() function. re-refine cleanup_exit() where appropriate, | ||
10 | allocate sshd's authctxt eary to allow simpler cleanup in sshd. | ||
11 | tested by many, ok deraadt@ | ||
12 | |||
1 | 20030930 | 13 | 20030930 |
2 | - (bal) Fix issues in openbsd-compat/realpath.c | 14 | - (bal) Fix issues in openbsd-compat/realpath.c |
3 | 15 | ||
@@ -1232,4 +1244,4 @@ | |||
1232 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1244 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1233 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1245 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1234 | 1246 | ||
1235 | $Id: ChangeLog,v 1.3044 2003/09/30 23:49:06 mouring Exp $ | 1247 | $Id: ChangeLog,v 1.3045 2003/10/02 06:12:36 dtucker Exp $ |