~cjwatson/ubuntu/precise/openssh/precise-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

   - djm@cvs.openbsd.org 2010/12/04 00:18:01
     [sftp-server.c sftp.1 sftp-client.h sftp.c PROTOCOL sftp-client.c]
     add a protocol extension to support a hard link operation. It is
     available through the "ln" command in the client. The old "ln"
     behaviour of creating a symlink is available using its "-s" option
     or through the preexisting "symlink" command; based on a patch from
     miklos AT szeredi.hu in bz#1555; ok markus@

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
     [auth-rsa.c]
12
12
     move check for revoked keys to run earlier (in auth_rsa_key_allowed)
13
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
 
15
22
20101204
16
23
 - (djm) [openbsd-compat/bindresvport.c] Use arc4random_uniform(range)