Age | Commit message (Expand) | Author |
2024-04-30 | fix home-directory extension implementation, it always returned | Damien Miller |
2023-04-12 | fix double words | Jonathan Gray |
2023-03-07 | fix memory leak in process_read() path; Spotted by James Robinson | Damien Miller |
2022-11-09 | Fix typo in fatal error message. Patch from vapier at chromium.org. | Darren Tucker |
2022-09-19 | extend sftp-common.c:extend ls_file() to support supplied user/group | Damien Miller |
2022-09-19 | sftp-server(8): add a "users-groups-by-id@openssh.com" extension | Damien Miller |
2022-09-16 | correct error value | Damien Miller |
2022-08-12 | sftp-server: support home-directory request | Damien Miller |
2022-03-31 | add support for the "corp-data" protocol extension to allow | Damien Miller |
2022-02-01 | mark const string array contents const too, i.e. | Damien Miller |
2022-01-14 | use status error message to communicate ~user expansion failures; | Damien Miller |
2022-01-11 | "void" functions should not return anything. From Tim Rice via -portable. | Darren Tucker |
2022-01-08 | add a variant of send_status() that allows overriding the default, | Damien Miller |
2022-01-01 | spelling | Jonathan Gray |
2021-11-18 | check for POLLHUP as well as POLLIN, handle transient IO errors as well | Damien Miller |
2021-11-14 | match .events with .fd better | Theo de Raadt |
2021-11-14 | convert select() to poll() | Theo de Raadt |
2021-11-08 | improve error message when trying to expand a ~user path for a | Damien Miller |
2021-11-06 | Plug a couple of minor mem leaks. From beldmit at gmail.com via github | Darren Tucker |
2021-08-09 | SFTP protocol extension to allow the server to expand ~-prefixed | Damien Miller |
2021-06-06 | the limits@openssh.com extension was incorrectly marked as an | Damien Miller |
2021-04-03 | highly polished whitespace, mostly fixing spaces-for-tab and bad | Damien Miller |
2021-04-03 | unused variable | Damien Miller |
2021-03-31 | do not advertise protocol extensions that have been disallowed by | Damien Miller |
2021-03-19 | increase maximum SSH2_FXP_READ to match the maximum packet size. | Damien Miller |
2021-03-16 | don't let logging clobber errno before use | Damien Miller |
2021-02-18 | sftp-server: implement limits@openssh.com extension | Damien Miller |
2021-02-12 | sftp: add missing lsetstat@openssh.com documentation | Damien Miller |
2020-10-18 | use the new variant log macros instead of prepending __func__ and | Damien Miller |
2020-07-17 | log error message for process_write() write failures | Damien Miller |
2020-06-22 | better terminology for permissions; feedback & ok markus@ | Damien Miller |
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 |