[openssh-commits] [openssh] branch master updated (231a346c -> 9d952529)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Sep 19 20:51:26 AEST 2022
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 231a346c upstream: better debugging for connect_next()
new 74b77f74 upstream: sftp-server(8): add a "users-groups-by-id at openssh.com"
new 488f6e1c upstream: extend sftp-common.c:extend ls_file() to support supplied
new 8ff68036 upstream: sftp client library support for
new 9d952529 upstream: use users-groups-by-id at openssh.com sftp-server extension
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 9d952529113831fb3071ab6e408d2726fd72e771
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Sep 19 10:46:00 2022 +0000
upstream: use users-groups-by-id at openssh.com sftp-server extension
(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
commit 8ff680368b0bccf88ae85d4c99de69387fbad7a6
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Sep 19 10:43:12 2022 +0000
upstream: sftp client library support for
users-groups-by-id at openssh.com; ok markus@
OpenBSD-Commit-ID: ddb2f33a2da6349a9a89a8b5bcb9ca7c999394de
commit 488f6e1c582212c2374a4bf8cd1b703d2e70fb8b
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Sep 19 10:41:58 2022 +0000
upstream: extend sftp-common.c:extend ls_file() to support supplied
user/group names; ok markus@
OpenBSD-Commit-ID: c70c70498b1fdcf158531117e405b6245863bfb0
commit 74b77f7497dba3a58315c8f308883de448078057
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Sep 19 10:40:52 2022 +0000
upstream: sftp-server(8): add a "users-groups-by-id at openssh.com"
extension request that allows the client to obtain user/group names that
correspond to a set of uids/gids.
Will be used to make directory listings more useful and consistent
in sftp(1).
ok markus@
OpenBSD-Commit-ID: 7ebabde0bcb95ef949c4840fe89e697e30df47d3
Summary of changes:
Makefile.in | 2 +-
PROTOCOL | 43 ++++-
sftp-client.c | 140 +++++++++++++-
sftp-client.h | 11 +-
sftp-common.c | 18 +-
sftp-common.h | 5 +-
sftp-server.c | 65 ++++++-
sftp-usergroup.c | 240 ++++++++++++++++++++++++
openbsd-compat/bsd-signal.h => sftp-usergroup.h | 27 +--
sftp.c | 16 +-
10 files changed, 520 insertions(+), 47 deletions(-)
create mode 100644 sftp-usergroup.c
copy openbsd-compat/bsd-signal.h => sftp-usergroup.h (63%)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list