summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cd16e480..27ec898b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,16 @@
3 - markus@cvs.openbsd.org 2012/10/05 12:34:39 3 - markus@cvs.openbsd.org 2012/10/05 12:34:39
4 [sftp.c] 4 [sftp.c]
5 fix signed vs unsigned warning; feedback & ok: djm@ 5 fix signed vs unsigned warning; feedback & ok: djm@
6 - djm@cvs.openbsd.org 2012/10/30 21:29:55
7 [auth-rsa.c auth.c auth.h auth2-pubkey.c servconf.c servconf.h]
8 [sshd.c sshd_config sshd_config.5]
9 new sshd_config option AuthorizedKeysCommand to support fetching
10 authorized_keys from a command in addition to (or instead of) from
11 the filesystem. The command is run as the target server user unless
12 another specified via a new AuthorizedKeysCommandUser option.
13
14 patch originally by jchadima AT redhat.com, reworked by me; feedback
15 and ok markus@
6 16
720121019 1720121019
8 - (tim) [buildpkg.sh.in] Double up on some backslashes so they end up in 18 - (tim) [buildpkg.sh.in] Double up on some backslashes so they end up in