summaryrefslogtreecommitdiff
path: root/lib/libpuffs/creds.c
AgeCommit message (Expand)Author
2012-03-15Use puffs_access() return value in the VA_UTIMES_NULL case.njoly
2009-11-20In getgroups(), copy only up to the number of supplementary groupspooka
2007-12-08Now that "l" is gone both as an argument to operations and frompooka
2007-10-18* Change type of boolean functions to, well, boolean instead of int.pooka
2007-07-01Instead of supplying a plain pid, supply an abstract struct puffs_cid *,pooka
2007-07-01make puffs_cred an opaque typepooka
2007-06-06Move puffs to a two clause license where it already isn't so. Andpooka
2007-03-22allow kernel creds in addition to superuser creds when checking for accesspooka
2007-03-22unify the location of *pcr in puffs_access_*pooka
2007-03-22copy ngroups * sizeof(gid_t) groups instead of just ngroupspooka
2007-03-22* return -1 and set errno instead of returning errno directlypooka
2007-03-21add routiens which check against ufs semantics for permission topooka
2007-03-20implement counterpart of vaccess()pooka
2006-10-23fix a lint warning.christos
2006-10-23pass lint; fix install.christos
2006-10-22add libpuffs - the userspace programming interface for puffspooka