summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp-server.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make manual reflect reality:djm2014-12-111-3/+3
| | | | | | sftp-server's -d option accepts a "%d" option, not a "%h" one. bz#2316; reported by Kirk Wolf
* some systems no longer need /dev/log;schwarze2014-07-281-5/+5
| | | | | issue noticed by jirib; ok deraadt
* tweak previous;jmc2013-10-141-12/+12
| | | | ok djm
* Add ability to whitelist and/or blacklist sftp protocol requests by name.djm2013-10-091-2/+36
| | | | | | | Refactor dispatch loop and consolidate read-only mode checks. Make global variables static, since sftp-server is linked into sshd(8). ok dtucker@
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
|
* Reference the version of the sftp draft we actually implement. ok djm@dtucker2013-05-061-4/+4
|
* sftp-server.8: add argument name to -djmc2013-01-041-3/+3
| | | | | | sftp-server.c: add -d to usage() ok djm
* allow specification of an alternate start directory for sftp-server(8)djm2013-01-031-2/+14
| | | | "I like this" markus@
* bad place to forget a comma...jmc2010-01-091-2/+2
|
* add a 'read-only' mode to sftp-server(8) that disables open in write modedjm2010-01-091-3/+9
| | | | and all other fs-modifying protocol methods. bz#430 ok dtucker@
* document -e and -h; prodded by jmc@djm2009-08-311-2/+11
|
* allow setting an explicit umask on the commandline to override whateverdjm2009-08-271-2/+8
| | | | default the user has. bz#1229; ok dtucker@ deraadt@ markus@
* fix a few typographical errors found by spell(1).sobrado2009-03-261-3/+3
| | | | ok dtucker@, jmc@
* no need for .Pp before or after .Sh;jmc2008-07-181-3/+2
|
* mention requirement for /dev/log inside chroot when using sftp-serverdjm2008-07-141-2/+13
| | | | with ChrootDirectory
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* add commandline options to enable logging of transactions; ok markus@djm2006-07-061-1/+30
|
* scp and sftp: add options list and sort options. options list requestedjmc2003-10-081-2/+3
| | | | | | | | | by deraadt@ sshd: use same format as ssh ssh: remove wrong option from list sftp-server: Subsystem is documented in ssh_config(5), not sshd(8) ok deraadt@ markus@
* - section reorderjmc2003-06-101-3/+3
| | | | | | | | | - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
* ok, tmac is now fixedderaadt2001-06-231-2/+3
|
* join .%A entries; most by bk@rt.fmderaadt2001-06-231-3/+2
|
* xref draft-ietf-secsh-*markus2001-04-221-3/+10
|
* make copyright lines the same formatderaadt2001-03-021-2/+2
|
* - Section shuffling: comply to the section ordering outlined in mdoc(7).aaron2000-11-101-2/+2
| | | | | | - Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
* Repair formatting errors introduced after 2.7.aaron2000-10-131-10/+10
|
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-1/+24
| | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate.
* implement a SFTP server. interops with sftp2, scp2 and the windowsmarkus2000-08-311-0/+33
client from ssh.com