summaryrefslogtreecommitdiffstats
path: root/sftp-usergroup.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upstream: the sftp code was one of my first contributions todjm@openbsd.org2023-09-081-4/+4
| | | | | | | | | | | | OpenSSH and it shows - the function names are terrible. Rename do_blah() to sftp_blah() to make them less so. Completely mechanical except for sftp_stat() and sftp_lstat() which change from returning a pointer to a static variable (error-prone) to taking a pointer to a caller-provided receiver. OpenBSD-Commit-ID: eb54d6a72d0bbba4d623e2175cf5cc4c75dc2ba4
* no need for glob.h hereDamien Miller2022-09-191-1/+0
| | | | it also causes portability problems
* upstream: use users-groups-by-id@openssh.com sftp-server extensiondjm@openbsd.org2022-09-191-0/+240
(when available) to fill in user/group names for directory listings. Implement a client-side cache of see uid/gid=>user/group names. ok markus@ OpenBSD-Commit-ID: f239aeeadfa925a37ceee36ee8b256b8ccf4466e