use users-groups-by-id@openssh.com sftp-server extension (when
authordjm <djm@openbsd.org>
Mon, 19 Sep 2022 10:46:00 +0000 (10:46 +0000)
committerdjm <djm@openbsd.org>
Mon, 19 Sep 2022 10:46:00 +0000 (10:46 +0000)
commit38e6e1180e525686a56bc3065016753f6798ed24
treea8bfdede08f410f793f737fd7210a03ab0025a2b
parent2278d964baa97eb9bbeeebd69ecb0a864710b281
use users-groups-by-id@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@
usr.bin/ssh/sftp-usergroup.c [new file with mode: 0644]
usr.bin/ssh/sftp-usergroup.h [new file with mode: 0644]
usr.bin/ssh/sftp.c
usr.bin/ssh/sftp/Makefile