Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make manual reflect reality: | 2014-12-11 | 1 | -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; | 2014-07-28 | 1 | -5/+5 | |
| | | | | | issue noticed by jirib; ok deraadt | ||||
* | tweak previous; | 2013-10-14 | 1 | -12/+12 | |
| | | | | ok djm | ||||
* | Add ability to whitelist and/or blacklist sftp protocol requests by name. | 2013-10-09 | 1 | -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@ | 2013-07-16 | 1 | -3/+3 | |
| | |||||
* | Reference the version of the sftp draft we actually implement. ok djm@ | 2013-05-06 | 1 | -4/+4 | |
| | |||||
* | sftp-server.8: add argument name to -d | 2013-01-04 | 1 | -3/+3 | |
| | | | | | | sftp-server.c: add -d to usage() ok djm | ||||
* | allow specification of an alternate start directory for sftp-server(8) | 2013-01-03 | 1 | -2/+14 | |
| | | | | "I like this" markus@ | ||||
* | bad place to forget a comma... | 2010-01-09 | 1 | -2/+2 | |
| | |||||
* | add a 'read-only' mode to sftp-server(8) that disables open in write mode | 2010-01-09 | 1 | -3/+9 | |
| | | | | and all other fs-modifying protocol methods. bz#430 ok dtucker@ | ||||
* | document -e and -h; prodded by jmc@ | 2009-08-31 | 1 | -2/+11 | |
| | |||||
* | allow setting an explicit umask on the commandline to override whatever | 2009-08-27 | 1 | -2/+8 | |
| | | | | default the user has. bz#1229; ok dtucker@ deraadt@ markus@ | ||||
* | fix a few typographical errors found by spell(1). | 2009-03-26 | 1 | -3/+3 | |
| | | | | ok dtucker@, jmc@ | ||||
* | no need for .Pp before or after .Sh; | 2008-07-18 | 1 | -3/+2 | |
| | |||||
* | mention requirement for /dev/log inside chroot when using sftp-server | 2008-07-14 | 1 | -2/+13 | |
| | | | | with ChrootDirectory | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | add commandline options to enable logging of transactions; ok markus@ | 2006-07-06 | 1 | -1/+30 | |
| | |||||
* | scp and sftp: add options list and sort options. options list requested | 2003-10-08 | 1 | -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 reorder | 2003-06-10 | 1 | -3/+3 | |
| | | | | | | | | | - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | ||||
* | ok, tmac is now fixed | 2001-06-23 | 1 | -2/+3 | |
| | |||||
* | join .%A entries; most by bk@rt.fm | 2001-06-23 | 1 | -3/+2 | |
| | |||||
* | xref draft-ietf-secsh-* | 2001-04-22 | 1 | -3/+10 | |
| | |||||
* | make copyright lines the same format | 2001-03-02 | 1 | -2/+2 | |
| | |||||
* | - Section shuffling: comply to the section ordering outlined in mdoc(7). | 2000-11-10 | 1 | -2/+2 | |
| | | | | | | - Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | ||||
* | Repair formatting errors introduced after 2.7. | 2000-10-13 | 1 | -10/+10 | |
| | |||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -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 windows | 2000-08-31 | 1 | -0/+33 | |
client from ssh.com |