summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2002-08-15$OpenBSD$ for modules with local changesHenning Brauer
2002-08-15$OpenBSD$Henning Brauer
2002-08-12missing periodKevin Steves
2002-08-12Build the wscons utilities on sparc tooMiod Vallat
2002-08-12screenblank is replaced by the wscons built-in burner facility on sparcMiod Vallat
2002-08-12!X for 3/13 (administratively prohibited); ok itojun@Kevin Steves
2002-08-12SO_DONTROUTE on receive socket is not needed; ok itojun@Kevin Steves
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-08-11document other ICMP redirect code strings; ok millert@Kevin Steves
2002-08-11-m default from net.inet.ip.ttl MIB variable now; ok millert@Kevin Steves
2002-08-10style; from thorstenJakob Schlyter
2002-08-10Just zero out pw_passwd in the pw_dup()'d copy. There's no needTodd C. Miller
to do this elsewhere and my previous commit in this area caused problems on systems with an /etc/crontab file.
2002-08-09die if fd_set overruns.Jun-ichiro itojun Hagino
2002-08-09avoid dynamically-generated string to printf. die if fd_set overruns.Jun-ichiro itojun Hagino
from xs@kittenz.org
2002-08-08remove unused struct timezone; ok itojun@Kevin Steves
2002-08-08Pass correct buffer length to snprintf on error condition; ericj@, fgsch@ ok.Aaron Campbell
2002-08-08Move closelog() into log_close() function and call that insteadTodd C. Miller
of calling closelog() (with #ifdefs) directly.
2002-08-08Make wakeupKind an enum for clarity at Vixie's requestTodd C. Miller
2002-08-08Use open() with proper 3rd arg. From arla cvs. miod@ ok.Hakan Olsson
2002-08-08don't use dynamically-generated printf format string. more pickyJun-ichiro itojun Hagino
about gethostby* result. check fd_set overrun. from xs@kittenz.org
2002-08-07paranoia: zero out pw_passwd since we don't need itTodd C. Miller
2002-08-05Get rid of useless local definitions P_void, voidp, Const and usePeter Valchev
void, void *, const respectively; some cosmetics; ok deraadt
2002-08-05Do some cleanups to allow this to compile after previous changes made.Peter Valchev
Note that we do not currently build/install this tool on OpenBSD
2002-08-05Make readjust work correctly.Artur Grabowski
This allows config -e on sparc with elf.
2002-08-04Handle snprintf(3) returning -1; ok deraadtPeter Valchev
2002-08-04Extra paranoia -- check that pw_name matches the crontab user's name.Todd C. Miller
Should not really be needed since we do uid checks but it can't hurt.
2002-08-04only open kvm once between these twoTheo de Raadt
2002-08-03xdr_pri_free() ansi; pvalchev okTheo de Raadt
2002-08-03check return value from read; from thorstenJakob Schlyter
2002-08-03use getifaddrs, not SIOCGIFCONF.Jun-ichiro itojun Hagino
2002-08-03spell 'debugging' correctly with double 'g' (in comments)Peter Valchev
2002-08-03various KNF and code cleanup/simplification, parts checked by millert/deraadtPeter Valchev
2002-08-02o Instead of passing "*system*" as the fname to process_crontab()Todd C. Miller
for the system crontab file, pass a NULL pointer instead. This prevents someone from creating a "*system*" file in the tabs directory that acts as an alternate root crontab. o Fix the check for tab file ownership. This really only affected the system crontab file, which must not be owned by root. deraadt@ OK
2002-08-022 missing #includesHenning Brauer
2002-08-01knf and minor tweeking from thorstenJakob Schlyter
2002-08-01u_short cleansingJun-ichiro itojun Hagino
2002-07-31minor changes and knf from thorsten glaserJakob Schlyter
2002-07-31sync to libc calloc()Theo de Raadt
2002-07-31#ifdef MOD_SSL for OpenSSL initializationHenning Brauer
pointed out buy Stephane Engel Thankski!
2002-07-31use fdcache for RewriteLog.Henning Brauer
pointed out by Stephane Engel sengel at melshake dot com, who also tested this Thank you very much!
2002-07-30knfTheo de Raadt
2002-07-30for the disabled DSTORAGE option, fix the local calloc() here in the same ↵Theo de Raadt
way as libc; eugene@securityarchitects.com
2002-07-30strip_chroot here as well.Henning Brauer
pointed out by sengel at melshake dot com
2002-07-30two more strip_chrootHenning Brauer
found by Steph <sengel@melshake.com>, who also tested this. I'm very happy with the way you help here. Thanks a lot.
2002-07-29Replace an instance of chmod() with fchmod()Todd C. Miller
2002-07-29fix -u description in httpd -h: we don't chroot into DocumentRoot butHenning Brauer
ServerRoot. noticed by "Aaron Yourk" <ayourk@srt.com>
2002-07-28call ntpleaps before trying to sync if neededJakob Schlyter
2002-07-27merge if() and foo = snprintf checks better; millert okTheo de Raadt
2002-07-27move leap seconds correction to -N option for nowJakob Schlyter
2002-07-27Fix art link, PR #2840Miod Vallat