summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
1997-04-23NONBINMODETheo de Raadt
1997-04-21defined(YP) -> ${YP} == "yes"Todd C. Miller
1997-04-20Added scripts to be used from cron to make sure a slave server is up to date.Mats O Jansson
1997-04-20Added man page, support for amd.home and ypservers.Mats O Jansson
1997-04-20sendmail 8.9.1Thorsten Lockert
1997-04-20My new toyThorsten Lockert
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
1997-04-19getopt() returns an int, not a char. [thorpej]kstailey
1997-04-19getopt() returns an int, not a char. (thorpej)kstailey
1997-04-19thorpej:kstailey
1997-04-17timeout is in minutes; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-04-17add SCRIPTS = ...kstailey
1997-04-15Added revnetgroup in ypserv's Makefile and added support for netgroup. -mojMats O Jansson
1997-04-15Add revnetgroup from FreeBSD, written by Bill Paul <wpaul@ctr.columbia.edu>.Mats O Jansson
1997-04-15for callit, let nop through. rpcinfo -b, ya know; adam@math.tau.ac.ilTheo de Raadt
1997-04-15handle \\ at start of line; christosTheo de Raadt
1997-04-14i was not the brightest here eitherTheo de Raadt
1997-04-14fix the indentationTheo de Raadt
1997-04-14do not whine about new directories; reported by briggsTheo de Raadt
1997-04-13use special random number generator to create less predictable and nonNiels Provos
1997-04-13use res_random.c for idsNiels Provos
1997-04-13Fixed socket permissions race at startup; corrected error message tobitblt
1997-04-13check host information more carefullyTheo de Raadt
1997-04-12waitpid() can return -1 -- give a useful error message if it does.Todd C. Miller
1997-04-12careful about bad domain/mapnamesTheo de Raadt
1997-04-12bit more careful with mapnames; adam@math.tau.ac.ilTheo de Raadt
1997-04-12botched strncpy, adam@math.tau.ac.ilTheo de Raadt
1997-04-12ign some signals for editorTheo de Raadt
1997-04-12support SIGSTOP in editor, I cannot believe this has always been busted!Theo de Raadt
1997-04-12-1 flag enables v1 YP, otherwise it is disabled; from majaTheo de Raadt
1997-04-12bit more care with domainnames, adam@math.tau.ac.ilTheo de Raadt
1997-04-09spellingkstailey
1997-04-09spellingkstailey
1997-04-06Use a size_t as arg 4 to sysctl(3).Todd C. Miller
1997-04-06Use a size_t when necesary.Todd C. Miller
1997-04-06#include stdlib.h to get malloc(3) and calloc(3) definitions.Todd C. Miller
1997-04-06Fix mangling in assignment of np->n_net to ina.s_addr.Todd C. Miller
1997-04-06Cast pointer to u_long, not u_int32_t (which is too small on alpha)Todd C. Miller
1997-04-0616 bit uids suckTheo de Raadt
1997-04-04with small quantities of beer and pizza i produce fewer bugs. really.Theo de Raadt
1997-04-04if the user changes an option, spit out a warning telling them they needTheo de Raadt
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt
1997-04-04do not whack pid file if run -d; hwr@pilhuhn.deTheo de Raadt
1997-04-04blow away source routed socketsTheo de Raadt
1997-04-04wtmp repairs; netbsdTheo de Raadt
1997-04-04we are a 4.4bsd-style system; correct pathnamesTheo de Raadt
1997-04-02doc /etc/yp/DOMAINNAME server list file betterTheo de Raadt
1997-04-02xid is a u_int32_tTheo de Raadt
1997-03-30Added support for YP V1. Partly from FreeBSD. -mojMats O Jansson
1997-03-29re-init width each time through the loopTheo de Raadt