summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
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
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
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
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
2002-08-05Do some cleanups to allow this to compile after previous changes made.Peter Valchev
2002-08-05Make readjust work correctly.Artur Grabowski
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
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
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
2002-07-31use fdcache for RewriteLog.Henning Brauer
2002-07-30knfTheo de Raadt
2002-07-30for the disabled DSTORAGE option, fix the local calloc() here in the same way...Theo de Raadt
2002-07-30strip_chroot here as well.Henning Brauer
2002-07-30two more strip_chrootHenning Brauer
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
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
2002-07-27add verbose output optionJakob Schlyter
2002-07-27enable leapsecond supprtJakob Schlyter
2002-07-27leapsecond support; written by thorsten glaser; ok millert@Jakob Schlyter
2002-07-27Typo; spotted by cdjones@novusordo.net.Thomas Nordin
2002-07-26build gensysname with HOSTCC.Artur Grabowski
2002-07-26few more $(SHELL); "Aaron Yourk" <ayourk@srt.com>Henning Brauer
2002-07-25Check snprintf() rval for < 0; OK deraadt@Todd C. Miller