summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1997-05-07Disable "version.bind" hack since it makes mass info gatheringTodd C. Miller
attacks trivial.
1997-05-06fcntl rightTheo de Raadt
1997-05-01Umm, fix signedness error in my last commit, be explicitNiklas Hallqvist
about the fact that ordernumbers are 32 bit
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
target. Instead override realinstall.
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
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
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
-moj
1997-04-20Added man page, support for amd.home and ypservers.Mats O Jansson
Integrated some code from ypinit in NetBSD (thorpej@netbsd.org).
1997-04-20sendmail 8.9.1Thorsten Lockert
1997-04-20My new toyThorsten Lockert
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
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
getopt() returns an int, not a char.
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
Hacked a bit to generate output ala Sun (handle different domains). -moj
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
repeating ids over a long period. Avoids reuse by switching between two distinct cycles. Reported by Ivan Arce <iarce@fuzzy.uba.ar> and Emiliano Kargieman <emi@fuzzy.uba.ar>.
1997-04-13use res_random.c for idsNiels Provos
1997-04-13Fixed socket permissions race at startup; corrected error message tobitblt
correctly reflect socket permissions.
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
Fixes compiler warnings.
1997-04-06Fix mangling in assignment of np->n_net to ina.s_addr.Todd C. Miller
Presumably this was added to deal with 64-bit machines but it is a) wrong and b) not necesary now that we use in_addr_t.
1997-04-06Cast pointer to u_long, not u_int32_t (which is too small on alpha)Todd C. Miller