summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 183733fcb..971225fa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,13 @@
60 [sftp-server.8] 60 [sftp-server.8]
61 allow setting an explicit umask on the commandline to override whatever 61 allow setting an explicit umask on the commandline to override whatever
62 default the user has. bz#1229; ok dtucker@ deraadt@ markus@ 62 default the user has. bz#1229; ok dtucker@ deraadt@ markus@
63 - djm@cvs.openbsd.org 2009/08/27 17:44:52
64 [authfd.c ssh-add.c authfd.h]
65 Do not fall back to adding keys without contraints (ssh-add -c / -t ...)
66 when the agent refuses the constrained add request. This was a useful
67 migration measure back in 2002 when constraints were new, but just
68 adds risk now.
69 bz #1612, report and patch from dkg AT fifthhorseman.net; ok markus@
63 70
6420091002 7120091002
65 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 72 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.