freebsd-dev/usr.sbin/rpc.lockd
Hartmut Brandt 251bb62d63 When a user is in more than 16 groups the call to authunix_create() will
result in abort() beeing called. This is because there is a limit of
the number of groups in the RPC which is 16. When the actual number of
groups is too large it results in xdr_array() returning an error which,
in turn, authunix_create() handles by just calling abort().

Fix this by passing only the first 16 groups to authunix_create().
2005-11-17 12:19:19 +00:00
..
kern.c When a user is in more than 16 groups the call to authunix_create() will 2005-11-17 12:19:19 +00:00
lock_proc.c - Use svc_getrpccaller() rather than svc_getcaller() for using 2005-02-03 22:21:19 +00:00
lockd_lock.c Add FBSDID. Add missing prototypes. Remove unused variables. Give variable 2005-05-20 13:01:47 +00:00
lockd_lock.h
lockd.c
lockd.h
Makefile
rpc.lockd.8 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
test.c