diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-06-25 17:06:02 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-06-25 17:06:02 +1000 |
commit | aedc1d6a3ed351d11514b9bdf52456ff27dc16bc (patch) | |
tree | 3bb82de7aa937caedf432531f58966d54304d9c0 /ChangeLog | |
parent | 17c5d03ad3bcb782b5b3768b3e70a050d86d5fa1 (diff) |
- dtucker@cvs.openbsd.org 2004/06/25 05:38:48
[sftp-server.c]
Fall back to stat+rename if filesystem doesn't doesn't support hard
links. bz#823, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -14,6 +14,10 @@ | |||
14 | - djm@cvs.openbsd.org 2004/06/25 01:25:12 | 14 | - djm@cvs.openbsd.org 2004/06/25 01:25:12 |
15 | [regress/test-exec.sh] | 15 | [regress/test-exec.sh] |
16 | clean reexec-specific junk out of text-exec.sh and simplify; idea markus@ | 16 | clean reexec-specific junk out of text-exec.sh and simplify; idea markus@ |
17 | - dtucker@cvs.openbsd.org 2004/06/25 05:38:48 | ||
18 | [sftp-server.c] | ||
19 | Fall back to stat+rename if filesystem doesn't doesn't support hard | ||
20 | links. bz#823, ok djm@ | ||
17 | - (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h] | 21 | - (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h] |
18 | Add closefrom() for platforms that don't have it. | 22 | Add closefrom() for platforms that don't have it. |
19 | - (dtucker) [sshd.c] add line missing from reexec sync. | 23 | - (dtucker) [sshd.c] add line missing from reexec sync. |
@@ -1419,4 +1423,4 @@ | |||
1419 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1423 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1420 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1424 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1421 | 1425 | ||
1422 | $Id: ChangeLog,v 1.3449 2004/06/25 04:22:23 dtucker Exp $ | 1426 | $Id: ChangeLog,v 1.3450 2004/06/25 07:06:02 dtucker Exp $ |