Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make user_from_uid and group_from_gid return const char *, just like | imp | 2002-03-22 | 1 | -2/+2 |
| | | | | NetBSD. Update man page to reflect this. | ||||
* | Fixed divots that I created when I moved prototypes of group_from_gid | imp | 2002-02-19 | 1 | -1/+1 |
| | | | | | | | and user_from_uid to grp.h and pwd.h. Update the man pages. Submitted by: David Malone Pointy hat to: imp | ||||
* | Use new-style function declations. | imp | 2002-02-13 | 1 | -6/+2 |
| | |||||
* | * Remove 'register'. (some functions had 7+ register functions...) | obrien | 2002-02-01 | 1 | -2/+4 |
| | | | | * Fix SCM ID's. | ||||
* | Honor the nouser/nogroup flag when determing if NULL should | mpp | 1997-04-03 | 1 | -2/+2 |
| | | | | | be returned if a cached uid/gid does not exist in the password file. | ||||
* | The user_from_{uid,gid} routines would return garbage if the | mpp | 1997-04-02 | 1 | -2/+2 |
| | | | | | | | uid/gid in question was in the cache, but did not exist in the password file. This causes the -nouser and -nogroup options to find(1) to only print the first file owned by an unknown user/group in some cases. | ||||
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -1/+1 |
| | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | Implemented negative caching on uid/gid lookup failures. This won't | dg | 1996-03-05 | 1 | -14/+20 |
| | | | | | | matter much on some systems, but on ftp servers (like wcarchive) where you run with special stripped group and pwd.db files in the anonymous ftp /etc, this can be a major speedup for ls(1). | ||||
* | Minor cleanup, mostly unused vars and missing #includes. | phk | 1995-10-22 | 1 | -0/+1 |
| | |||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+112 |