summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getpwent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* avoid calling __has_yppw() everytime through getpwent(), by caching the YP status along with the open file statusderaadt1998-07-141-5/+8
|
* handle long usernames more carefullyderaadt1997-12-181-5/+9
|
* tabifykstailey1997-07-231-2/+2
|
* constrain length of db lookups better; reported by adam@math.tau.ac.ilderaadt1997-04-181-3/+3
|
* buf oflow; bitbltderaadt1997-04-131-3/+7
|
* kill __yp_token, other clean ups.downsj1996-10-161-19/+21
|
* * optimal exclusions support -- don't waste memory with DB. assumesdownsj1996-10-151-87/+144
| | | | | | | | exclusions lists are typically small. * move YP_OVERRIDE_PASSWD to a static var. needs some way for the system to set this. * clean up variable names and some code. * invisibly support FreeBSD ypserv running in "secure" mode.
* uid_t is now a u_int32_t, treat it as such.millert1996-09-161-4/+5
|
* Add a couple of syscalls; bring more prototypes into scopetholo1996-09-151-1/+2
|
* Remove dead codetholo1996-09-151-6/+1
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structurederaadt1996-04-241-1/+1
| | | | | | | | | accesses to match. change xdr_domainname() and some other functions to take "char **" instead of "char *", as rpcgen intended -- helps programs linking against rpcgen output of yp.x. yp_all() should not free it's return value. split xdryp.c and yplib.c into ~20 files so binaries like "csh" need not link in functions like yp_maplist(). NIS+'s YP emulation code lacks YPPROC_ORDER... attempt to deal nicely.
* initial import of NetBSD treederaadt1995-10-181-0/+942