Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | avoid calling __has_yppw() everytime through getpwent(), by caching the YP status along with the open file status | 1998-07-14 | 1 | -5/+8 | ||
| | ||||||
* | handle long usernames more carefully | 1997-12-18 | 1 | -5/+9 | ||
| | ||||||
* | tabify | 1997-07-23 | 1 | -2/+2 | ||
| | ||||||
* | constrain length of db lookups better; reported by adam@math.tau.ac.il | 1997-04-18 | 1 | -3/+3 | ||
| | ||||||
* | buf oflow; bitblt | 1997-04-13 | 1 | -3/+7 | ||
| | ||||||
* | kill __yp_token, other clean ups. | 1996-10-16 | 1 | -19/+21 | ||
| | ||||||
* | * optimal exclusions support -- don't waste memory with DB. assumes | 1996-10-15 | 1 | -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. | 1996-09-16 | 1 | -4/+5 | ||
| | ||||||
* | Add a couple of syscalls; bring more prototypes into scope | 1996-09-15 | 1 | -1/+2 | ||
| | ||||||
* | Remove dead code | 1996-09-15 | 1 | -6/+1 | ||
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+1 | ||
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | |||||
* | yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure | 1996-04-24 | 1 | -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 tree | 1995-10-18 | 1 | -0/+942 | ||