summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
1997-05-22getopt returns intTheo de Raadt
1997-05-14mention svndNiklas Hallqvist
1997-05-07Disable "version.bind" hack since it makes mass info gatheringTodd C. Miller
1997-05-06fcntl rightTheo de Raadt
1997-05-01Umm, fix signedness error in my last commit, be explicitNiklas Hallqvist
1997-05-01Fix grammarNiklas Hallqvist
1997-05-01mkstemp called incompatibly. Buffer overflow fixed. 64-bit dirt cleaned up.Niklas Hallqvist
1997-04-29To get the manpages installed, you can't override the installNiklas Hallqvist
1997-04-27buf oflow paranoiaTheo de Raadt
1997-04-27better failure msg; martin@rumolt.teuto.deTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-04-27More includes for library prototypes.Jason Downs
1997-04-24extra " in -s initializationTheo de Raadt
1997-04-24wrong mode, oopsTheo de Raadt
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