summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-02 16:12:36 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-10-02 16:12:36 +1000
commit3e33cecf71860f73656a73b754cc7b7b9ec0b0ce (patch)
tree4c993022225dc70faeb42e23ff3323fd1deb717a /ChangeLog
parentb210aa2cfa546d8c31f8c725d1de3050c747bd6e (diff)
- markus@cvs.openbsd.org 2003/09/23 20:17:11
[Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h ssh-agent.c sshd.c] replace fatal_cleanup() and linked list of fatal callbacks with static cleanup_exit() function. re-refine cleanup_exit() where appropriate, allocate sshd's authctxt eary to allow simpler cleanup in sshd. tested by many, ok deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c782c10d5..a25c731b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
120031002
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
120030930 1320030930
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 $