CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/09 17:42:17
Modified files:
usr.bin/ssh : sftp-server.8 sftp-server.c
Log message:
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@
