diff options
author | Damien Miller <djm@mindrot.org> | 2008-06-29 22:46:35 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-06-29 22:46:35 +1000 |
commit | 9e720284fe63aa8e59983b880447ed4ae768387c (patch) | |
tree | 42a27c06c3ffd9bba4dafca6eb617059a85e9bad /ChangeLog | |
parent | 007132a7c92e603ffb76862cedb28f3165582731 (diff) |
- djm@cvs.openbsd.org 2008/06/26 06:10:09
[sftp-client.c sftp-server.c]
allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky
bits. Note that this only affects explicit setting of modes (e.g. via
sftp(1)'s chmod command) and not file transfers. (bz#1310)
ok deraadt@ at c2k8
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -8,6 +8,12 @@ | |||
8 | [key.c] | 8 | [key.c] |
9 | add key length to visual fingerprint; zap magical constants; | 9 | add key length to visual fingerprint; zap magical constants; |
10 | ok grunk@ djm@ | 10 | ok grunk@ djm@ |
11 | - djm@cvs.openbsd.org 2008/06/26 06:10:09 | ||
12 | [sftp-client.c sftp-server.c] | ||
13 | allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky | ||
14 | bits. Note that this only affects explicit setting of modes (e.g. via | ||
15 | sftp(1)'s chmod command) and not file transfers. (bz#1310) | ||
16 | ok deraadt@ at c2k8 | ||
11 | 17 | ||
12 | 20080628 | 18 | 20080628 |
13 | - (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec] | 19 | - (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec] |
@@ -4428,4 +4434,4 @@ | |||
4428 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4434 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4429 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4435 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4430 | 4436 | ||
4431 | $Id: ChangeLog,v 1.5026 2008/06/29 12:45:37 djm Exp $ | 4437 | $Id: ChangeLog,v 1.5027 2008/06/29 12:46:35 djm Exp $ |