summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-13 14:51:28 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-13 14:51:28 +1000
commit06db584e9de9d904a09300f09feed7f82026d241 (patch)
treebc1fbff35a49da3ceabd0637ae18265e15e4fa80 /ChangeLog
parent7517b5bd3155a4e29beb6168129a60f022ea9e9f (diff)
- djm@cvs.openbsd.org 2008/06/13 04:40:22
[auth2-pubkey.c auth-rhosts.c] refuse to read ~/.shosts or ~/.ssh/authorized_keys that are not regular files; report from Solar Designer via Colin Watson in bz#1471 ok dtucker@ deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a6b86f0fd..2b1f01ba9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -157,6 +157,11 @@
157 - dtucker@cvs.openbsd.org 2008/06/13 01:38:23 157 - dtucker@cvs.openbsd.org 2008/06/13 01:38:23
158 [misc.c] 158 [misc.c]
159 upcast uid to long with matching %ld, prevents warnings in portable 159 upcast uid to long with matching %ld, prevents warnings in portable
160 - djm@cvs.openbsd.org 2008/06/13 04:40:22
161 [auth2-pubkey.c auth-rhosts.c]
162 refuse to read ~/.shosts or ~/.ssh/authorized_keys that are not
163 regular files; report from Solar Designer via Colin Watson in bz#1471
164 ok dtucker@ deraadt
160 - (dtucker) [clientloop.c serverloop.c] channel_register_filter now 165 - (dtucker) [clientloop.c serverloop.c] channel_register_filter now
161 takes 2 more args. with djm@ 166 takes 2 more args. with djm@
162 - (dtucker) [defines.h] Bug #1112: __dead is, well dead. Based on a patch 167 - (dtucker) [defines.h] Bug #1112: __dead is, well dead. Based on a patch
@@ -4328,4 +4333,4 @@
4328 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4333 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4329 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4334 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4330 4335
4331$Id: ChangeLog,v 1.5001 2008/06/13 04:48:59 dtucker Exp $ 4336$Id: ChangeLog,v 1.5002 2008/06/13 04:51:28 dtucker Exp $