Age | Commit message (Expand) | Author |
2019-07-05 | add a local implementation of BSD realpath() for sftp-server use | Damien Miller |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-06 | Replace calls to ssh_malloc_init() by a static init of malloc_options. | Otto Moerbeek |
2019-01-16 | add support for a "lsetstat@openssh.com" extension. This replicates the | Damien Miller |
2019-01-01 | static on global vars, const on handler tables that contain function | Damien Miller |
2018-06-01 | make UID available as a %-expansion everywhere that the username is | Damien Miller |
2017-04-04 | disallow creation (of empty files) in read-only mode; reported by | Damien Miller |
2016-09-12 | Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions | Theo de Raadt |
2016-02-15 | Add a function to enable security-related malloc_options. With and ok | Darren Tucker |
2015-11-16 | 1) Use xcalloc() instead of xmalloc() to check for potential overflow. | Loganaden Velvindron |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-04-24 | rename xrealloc() to xreallocarray() since it follows that form. | Theo de Raadt |
2015-01-20 | Reduce use of <sys/param.h> and transition to <limits.h> throughout. | Theo de Raadt |
2015-01-14 | update sftp client and server to new buffer API. | Damien Miller |
2014-01-17 | fix log message statvfs. ok djm | Darren Tucker |
2013-10-17 | fsync@openssh.com protocol extension for sftp-server | Damien Miller |
2013-10-14 | refactor client config code a little: | Damien Miller |
2013-10-14 | tweak previous; | Jason McIntyre |
2013-10-10 | add -Q, -P and -p to usage() before jmc@ catches me | Damien Miller |
2013-10-09 | Add ability to whitelist and/or blacklist sftp protocol requests by name. | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2013-01-04 | sftp-server.8: add argument name to -d | Jason McIntyre |
2013-01-03 | allow specification of an alternate start directory for sftp-server(8) | Damien Miller |
2011-06-17 | the protocol version should be unsigned; bz#1913 reported by mb AT | Damien Miller |
2010-12-04 | add a protocol extension to support a hard link operation. It is | Damien Miller |
2010-11-04 | umask should be parsed as octal. reported by candland AT xmission.com; | Damien Miller |
2010-01-13 | support '-h' (human-readable units) for sftp's ls command, just like | Damien Miller |
2010-01-09 | add a 'read-only' mode to sftp-server(8) that disables open in write mode | Damien Miller |
2010-01-04 | bz#1566 don't unnecessarily dup() in and out fds for sftp-server; ok markus@ | Damien Miller |
2009-10-17 | sort flags. | Igor Sobrado |
2009-08-31 | check correct variable for error message, spotted by martynas@ | Damien Miller |
2009-08-27 | allow setting an explicit umask on the commandline to override whatever | Damien Miller |
2009-04-14 | remove unused option character from getopt() optstring; ok markus@ | Kevin Steves |
2008-06-26 | allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky | Damien Miller |
2008-06-09 | Extend 32bit -> 64bit values for statvfs extension missed in previous commit. | Darren Tucker |
2008-06-08 | Add case for ENOSYS in errno_to_portable; ok deraadt | Darren Tucker |
2008-06-07 | statvfs member fsid needs to be wider, increase it to 64 bits and | Damien Miller |
2008-05-18 | comment extension announcement | Damien Miller |
2008-04-18 | introduce sftp extension methods statvfs@openssh.com and | Damien Miller |
2008-02-27 | add an extension method "posix-rename@openssh.com" to perform POSIX atomic | Damien Miller |
2008-02-08 | add sshd_config ChrootDirectory option to chroot(2) users to a directory and | Damien Miller |
2008-02-04 | link sftp-server into sshd; feedback and ok djm@ | Markus Friedl |
2008-01-21 | Remove the fixed 100 handle limit in sftp-server and allocate as many | Damien Miller |
2007-09-13 | fix incorrect test when setting syslog facility; from Jan Pechanec | Damien Miller |
2007-05-17 | bz#1286 stop reading and processing commands when input or output buffer | Damien Miller |
2007-04-18 | cast "%llu" format spec to (unsigned long long); do not assume a | Kevin Steves |
2007-01-03 | spaces | Kevin Steves |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |