summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2002-07-10check malloc return; from Chad Loder <cloder@acm.org>Todd T. Fries
2002-07-10chroot aware as wellHenning Brauer
2002-07-10make work inside chrootHenning Brauer
2002-07-10works inside chroot nowHenning Brauer
2002-07-10make work in chrootHenning Brauer
2002-07-10make UserDir work w/ chroot.Henning Brauer
2002-07-10use arc4random() from libc instead of reading /dev/arandom; allows chroot; ok...Markus Friedl
2002-07-09make mod_alias work inside the chroot.Henning Brauer
2002-07-09detect memory failure; cloderTheo de Raadt
2002-07-09o Add _PATH_CRON_PID which is built up from PIDDIR and PIDFILE via stringTodd C. Miller
2002-07-09o Rename clean_turds() in crontab.c to die() and just _exit(ERROR_EXIT)Todd C. Miller
2002-07-09I am getting sick of telling people to use the style of the code they changeTheo de Raadt
2002-07-09apache chroot and privilege drop.Henning Brauer
2002-07-09mandoc, and doc the upcoming -u optionTheo de Raadt
2002-07-09We already did a closelog(); no need for it here.Todd C. Miller
2002-07-08minor cosmetic change to reduce diffsTodd C. Miller
2002-07-08Merge in some changes from Paul Vixie's tree; most are cosmeticTodd C. Miller
2002-07-08ANSITheo de Raadt
2002-07-08don't install Apache bench.Brad Smith
2002-07-08actual signals; seb@todesplanet.deTheo de Raadt
2002-07-07enviroment -> environmentJan-Uwe Finck
2002-07-04Back out the previous revisionbrian
2002-07-04support non-"objdir" build. From: David Krause <openbsd@davidkrause.com>Jun-ichiro itojun Hagino
2002-07-04correct udp-from-broadcast check. from <andre@ae-35.com>Jun-ichiro itojun Hagino
2002-07-04minor KNFTheo de Raadt
2002-07-04Fix off by one error found by aaron@; my fixTodd C. Miller
2002-07-03missing or incorrect checks for malloc failure; cloder@acm.orgTheo de Raadt
2002-07-03ansiTheo de Raadt
2002-07-03If we've given a domain name prefix as the authentication name, stripbrian
2002-07-02Check malloc() return value; Chad LoderTodd C. Miller
2002-07-02Remove whitespace at eolbrian
2002-07-02Don't trust the MPPE key lengths passed back from the RADIUS server.brian
2002-07-02Remove some misleading/wrong diagnosticsbrian
2002-07-01license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,Theo de Raadt
2002-07-01Fix a FreeBSD specific latency problem.brian
2002-07-01typobrian
2002-07-01Don't allow the use of MPPE with RADIUS unless the RADIUS server has providedbrian
2002-07-01Handle mis-formatted messages from RADIATOR (now fixed in RADIATOR)brian
2002-07-01Spellingbrian
2002-07-01typo.Brad Smith
2002-07-01Add a call to tzset() so we don't need /etc/localtime in the chroot jail.Todd C. Miller
2002-06-29IPPROTO_ICMP will not change in our life; itojun okTheo de Raadt
2002-06-29make -I and -P exclusive; constrain -p and -P to their respective maximums;Theo de Raadt
2002-06-29check -p out of range. sync w/kame, hint from deraadtJun-ichiro itojun Hagino
2002-06-29ansiTheo de Raadt
2002-06-28minor KNFTheo de Raadt
2002-06-28Don't use SignalBundle if it's not setbrian
2002-06-27Document why it's static.Artur Grabowski
2002-06-27%d/%u mixupJun-ichiro itojun Hagino
2002-06-27boundary check in IPv4/v6 mapped address case (affects dig(1)).Jun-ichiro itojun Hagino