summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-14 09:01:24 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-14 09:01:24 +1000
commitd9526a5e96e4515afec28df42b13d08bd02f754a (patch)
tree2077d0054b8891a6faf68e46427b345ed904be54 /ChangeLog
parentf2c16d30b456c3b149999e91d16bf28f82197d3f (diff)
- dtucker@cvs.openbsd.org 2008/06/13 14:18:51
[auth2-pubkey.c auth-rhosts.c] Include unistd.h for close(), prevents warnings in -portable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 362febe67..8b18aea38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
9 applying additional restrictions to non-pubkey authentications in 9 applying additional restrictions to non-pubkey authentications in
10 the case where pubkey fails but another method subsequently succeeds. 10 the case where pubkey fails but another method subsequently succeeds.
11 bz #1472, found by Colin Watson, ok markus@ djm@ 11 bz #1472, found by Colin Watson, ok markus@ djm@
12 - dtucker@cvs.openbsd.org 2008/06/13 14:18:51
13 [auth2-pubkey.c auth-rhosts.c]
14 Include unistd.h for close(), prevents warnings in -portable
12 15
1320080612 1620080612
14 - (dtucker) OpenBSD CVS Sync 17 - (dtucker) OpenBSD CVS Sync
@@ -4347,4 +4350,4 @@
4347 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4350 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4348 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4351 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4349 4352
4350$Id: ChangeLog,v 1.5005 2008/06/13 22:59:49 dtucker Exp $ 4353$Id: ChangeLog,v 1.5006 2008/06/13 23:01:24 dtucker Exp $