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 a8aeacc56..4e60f137f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,13 @@
11 [auth-rsa.c] 11 [auth-rsa.c]
12 move check for revoked keys to run earlier (in auth_rsa_key_allowed) 12 move check for revoked keys to run earlier (in auth_rsa_key_allowed)
13 bz#1829; patch from ldv AT altlinux.org; ok markus@ 13 bz#1829; patch from ldv AT altlinux.org; ok markus@
14 - djm@cvs.openbsd.org 2010/12/04 00:18:01
15 [sftp-server.c sftp.1 sftp-client.h sftp.c PROTOCOL sftp-client.c]
16 add a protocol extension to support a hard link operation. It is
17 available through the "ln" command in the client. The old "ln"
18 behaviour of creating a symlink is available using its "-s" option
19 or through the preexisting "symlink" command; based on a patch from
20 miklos AT szeredi.hu in bz#1555; ok markus@
14 21
1520101204 2220101204
16 - (djm) [openbsd-compat/bindresvport.c] Use arc4random_uniform(range) 23 - (djm) [openbsd-compat/bindresvport.c] Use arc4random_uniform(range)