1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/rdistd
millert a6dbafc003 Use password/group cache functions and avoid stashing a pointer to
the return value of getgrgid(3) or getgrnam(3) which relies on
undefined behavior.  The rdist server will now use getgroups(2) to
determine group membership of the invoking user.  In addition, there
is now one implementation of tilde expansion instead of two.
OK tb@ tim@
2018-09-21 19:13:49 +00:00
..
filesys-os.c Split out from rdist/defs.h the client-only and server-only bits into 2015-01-20 09:00:16 +00:00
filesys.c Assume NFS_CHECK and RO_CHECK are defined. 2015-01-21 04:08:37 +00:00
Makefile
rdistd.1
rdistd.c in getopt() blocks, stop incrementing flag variable which are supposed 2015-02-08 23:40:34 +00:00
server.c Use password/group cache functions and avoid stashing a pointer to 2018-09-21 19:13:49 +00:00
server.h Assume NFS_CHECK and RO_CHECK are defined. 2015-01-21 04:08:37 +00:00