summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-08-25 01:16:21 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-08-25 01:16:21 +0000
commit5ade9abc37df3dacacbe20104877ca6dab61082a (patch)
treeb3a521b87d93ecc0f1f17f4e659c1d4bf90f86f5 /ChangeLog
parentaf4a6c3a5619299a16cfbb545cde110849596204 (diff)
- (bal) redo how we handle 'mysignal()'. Move it to
openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to be our 'mysignal' by default. OK djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 956a5e3a8..6ea448a37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,10 @@
2 - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from 2 - (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from
3 larsch@trustcenter.de 3 larsch@trustcenter.de
4 - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansifications 4 - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansifications
5 and minor fixes. 5 and minor fixes. OK djm@
6 - (bal) redo how we handle 'mysignal()'. Move it to
7 openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to
8 be our 'mysignal' by default. OK djm@
6 9
720030822 1020030822
8 - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal 11 - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
@@ -857,4 +860,4 @@
857 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 860 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
858 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 861 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
859 862
860$Id: ChangeLog,v 1.2900 2003/08/25 01:10:51 mouring Exp $ 863$Id: ChangeLog,v 1.2901 2003/08/25 01:16:21 mouring Exp $