index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sftp-server.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: fix home-directory extension implementation, it always
djm@openbsd.org
2024-04-30
1
-4
/
+6
*
upstream: fix double words ok dtucker@
jsg@openbsd.org
2023-04-17
1
-2
/
+2
*
upstream: fix memory leak in process_read() path; Spotted by James
djm@openbsd.org
2023-03-07
1
-2
/
+2
*
upstream: Fix typo in fatal error message.
dtucker@openbsd.org
2022-11-09
1
-2
/
+2
*
upstream: extend sftp-common.c:extend ls_file() to support supplied
djm@openbsd.org
2022-09-19
1
-2
/
+3
*
upstream: sftp-server(8): add a "users-groups-by-id@openssh.com"
djm@openbsd.org
2022-09-19
1
-1
/
+61
*
upstream: correct error value
djm@openbsd.org
2022-09-17
1
-2
/
+2
*
upstream: sftp-server: support home-directory request
djm@openbsd.org
2022-08-12
1
-1
/
+30
*
upstream: add support for the "corp-data" protocol extension to
djm@openbsd.org
2022-03-31
1
-1
/
+93
*
upstream: mark const string array contents const too, i.e. static
djm@openbsd.org
2022-02-02
1
-2
/
+2
*
upstream: use status error message to communicate ~user expansion
djm@openbsd.org
2022-01-14
1
-2
/
+3
*
upstream: "void" functions should not return anything. From Tim Rice
dtucker@openbsd.org
2022-01-11
1
-1
/
+1
*
Make USL compilers happy
Tim Rice
2022-01-10
1
-1
/
+1
*
upstream: add a variant of send_status() that allows overriding the
djm@openbsd.org
2022-01-08
1
-4
/
+11
*
upstream: spelling ok dtucker@
jsg@openbsd.org
2022-01-01
1
-3
/
+3
*
Put poll.h inside ifdef HAVE_POLL_H.
Darren Tucker
2021-11-18
1
-0
/
+2
*
upstream: check for POLLHUP as well as POLLIN, handle transient IO
djm@openbsd.org
2021-11-18
1
-7
/
+15
*
upstream: match .events with .fd better
deraadt@openbsd.org
2021-11-17
1
-5
/
+7
*
upstream: convert select() to poll() ok djm
deraadt@openbsd.org
2021-11-17
1
-22
/
+16
*
upstream: improve error message when trying to expand a ~user path
djm@openbsd.org
2021-11-10
1
-2
/
+2
*
upstream: Plug a couple of minor mem leaks. From beldmit at
dtucker@openbsd.org
2021-11-06
1
-1
/
+2
*
upstream: SFTP protocol extension to allow the server to expand
djm@openbsd.org
2021-08-10
1
-1
/
+62
*
Check for RLIMIT_NOFILE before trying to use it.
Darren Tucker
2021-08-02
1
-2
/
+2
*
upstream: the limits@openssh.com extension was incorrectly marked
djm@openbsd.org
2021-06-06
1
-2
/
+2
*
wrap struct rlimit in HAVE_GETRLIMIT too
Damien Miller
2021-04-07
1
-0
/
+2
*
wrap getrlimit call in HAVE_GETRLIMIT; bz3291
Damien Miller
2021-04-07
1
-0
/
+2
*
upstream: highly polished whitespace, mostly fixing spaces-for-tab
djm@openbsd.org
2021-04-03
1
-3
/
+3
*
upstream: unused variable
djm@openbsd.org
2021-04-03
1
-2
/
+2
*
upstream: do not advertise protocol extensions that have been
djm@openbsd.org
2021-04-01
1
-33
/
+53
*
upstream: increase maximum SSH2_FXP_READ to match the maximum
djm@openbsd.org
2021-03-19
1
-24
/
+38
*
upstream: don't let logging clobber errno before use
djm@openbsd.org
2021-03-19
1
-4
/
+6
*
upstream: sftp-server: implement limits@openssh.com extension
djm@openbsd.org
2021-02-18
1
-2
/
+41
*
upstream: sftp: add missing lsetstat@openssh.com documentation
djm@openbsd.org
2021-02-17
1
-1
/
+2
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-64
/
+57
*
upstream: log error message for process_write() write failures
djm@openbsd.org
2020-07-17
1
-4
/
+5
*
upstream: better terminology for permissions; feedback & ok markus@
djm@openbsd.org
2020-06-22
1
-16
/
+16
*
upstream: add a local implementation of BSD realpath() for
djm@openbsd.org
2019-07-08
1
-2
/
+4
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-12
/
+12
*
upstream: Replace calls to ssh_malloc_init() by a static init of
otto@openbsd.org
2019-06-07
1
-2
/
+1
*
upstream: add support for a "lsetstat@openssh.com" extension. This
djm@openbsd.org
2019-01-17
1
-1
/
+66
*
upstream: static on global vars, const on handler tables that contain
djm@openbsd.org
2019-01-03
1
-7
/
+7
*
upstream: make UID available as a %-expansion everywhere that the
djm@openbsd.org
2018-06-01
1
-3
/
+5
*
upstream commit
djm@openbsd.org
2017-04-04
1
-3
/
+3
*
upstream commit
deraadt@openbsd.org
2016-09-12
1
-3
/
+2
*
Move prctl PR_SET_DUMPABLE into platform.c.
Darren Tucker
2016-06-09
1
-8
/
+2
*
upstream commit
dtucker@openbsd.org
2016-02-16
1
-1
/
+2
*
Support Illumos/Solaris fine-grained privileges
Damien Miller
2016-01-08
1
-0
/
+3
*
upstream commit
logan@openbsd.org
2015-11-17
1
-4
/
+4
*
upstream commit
deraadt@openbsd.org
2015-08-21
1
-3
/
+3
*
upstream commit
deraadt@openbsd.org
2015-04-29
1
-3
/
+3
[next]