| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Remove unused variables
Silence some warnings
lint(1) is your friend
|
| |
|
|
| |
Make sure everything uses {SYS,}LIBC_SCCS properly
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|