1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/rdist
millert 78f0238b11 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:00:45 +00:00
..
child.c
client.c
client.h Avoid clang warning by explicitly marking a constant unsigned; ok millert@ 2017-08-30 07:42:52 +00:00
common.c Use password/group cache functions and avoid stashing a pointer to 2018-09-21 19:00:45 +00:00
config.h
defs.h Use password/group cache functions and avoid stashing a pointer to 2018-09-21 19:00:45 +00:00
distopt.c
docmd.c
expand.c Use password/group cache functions and avoid stashing a pointer to 2018-09-21 19:00:45 +00:00
gram.y
isexec.c Use <elf.h> instead of <elf_abi.h> 2017-10-27 16:47:08 +00:00
lookup.c
Makefile remove the remaining references to .depend files since nothing creates them 2017-10-17 19:31:56 +00:00
message.c
pathnames.h
rdist.1
rdist.c
types.h
version.h