diff options
author | Damien Miller <djm@mindrot.org> | 2013-10-15 11:55:57 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-10-15 11:55:57 +1100 |
commit | 6eaeebf27d92f39a38c772aa3f20c2250af2dd29 (patch) | |
tree | 00c274ab9fbfaddd6c0a63881b1821c68b6c45da /ChangeLog | |
parent | df62d71e64d29d1054e7a53d1a801075ef70335f (diff) |
- djm@cvs.openbsd.org 2013/10/09 23:42:17
[sftp-server.8 sftp-server.c]
Add ability to whitelist and/or blacklist sftp protocol requests by name.
Refactor dispatch loop and consolidate read-only mode checks.
Make global variables static, since sftp-server is linked into sshd(8).
ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ | |||
1 | 20131015 | ||
2 | - (djm) OpenBSD CVS Sync | ||
3 | - djm@cvs.openbsd.org 2013/10/09 23:42:17 | ||
4 | [sftp-server.8 sftp-server.c] | ||
5 | Add ability to whitelist and/or blacklist sftp protocol requests by name. | ||
6 | Refactor dispatch loop and consolidate read-only mode checks. | ||
7 | Make global variables static, since sftp-server is linked into sshd(8). | ||
8 | ok dtucker@ | ||
9 | |||
1 | 20131010 | 10 | 20131010 |
2 | - (dtucker) OpenBSD CVS Sync | 11 | - (dtucker) OpenBSD CVS Sync |
3 | - sthen@cvs.openbsd.org 2013/09/16 11:35:43 | 12 | - sthen@cvs.openbsd.org 2013/09/16 11:35:43 |