summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2002-09-06socklen_tTheo de Raadt
2002-09-06use more socklen_t; pvalchevTheo de Raadt
2002-09-06do not use //Theo de Raadt
2002-09-06socklen_t; henning okTheo de Raadt
2002-09-06socklen_t, not int.Henning Brauer
2002-09-06inline is not ansi C, and cast to right type for MD5Update()Theo de Raadt
2002-09-06md5.h needs types.h to be included firstTheo de Raadt
2002-09-06misuse of volatile, not even ansi CTheo de Raadt
2002-09-06do not pull in virtual.c, because ansi C does not permit empty filesTheo de Raadt
2002-09-06put some code after default:Theo de Raadt
2002-09-06no , at end of enum; maja okTheo de Raadt
this file should not exist. the code should be using <rpcsvc/yp.h> ones the differences are removed.
2002-09-06use socklen_tTheo de Raadt
2002-09-06no , at end of enumTheo de Raadt
2002-09-06fopen() does not return < 0Theo de Raadt
2002-09-06; after label:Theo de Raadt
2002-09-06no comma at end of enumTheo de Raadt
2002-09-06undo signed vs unsigned confusionTheo de Raadt
2002-09-06no ; after INITQFNAMESTheo de Raadt
2002-09-04remove some unnecessary casts and adjust format stringsHenning Brauer
looked over by dhartmei@
2002-09-03Sync with tcpdump.orgHakan Olsson
2002-09-01more appropriate comments about UserDir.Henning Brauer
Partitially from Sam Smith.
2002-08-31warn if multiple addresses are returned from DNS; suggestedKevin Steves
by and ok itojun@
2002-08-30domains -> domain'sHugh Graham
2002-08-30have -I option, which causes traceroute6 to use ICMPv6 echo request for probingJun-ichiro itojun Hagino
(instead of udp).
2002-08-30add some history regarding use of UDP probe packets vs. ICMP.Kevin Steves
from: http://www.kohala.com/start/papers.others/vanj.99feb08.txt ok deraadt@
2002-08-27warn if multiple addresses are returned from DNS (traceroute(8) should do it ↵Jun-ichiro itojun Hagino
too) sync w/kame
2002-08-26Check svc_register() return value and bomb out on failure; ok deraadtPeter Valchev
2002-08-26minor cleanups, correct cast of a svc_getargs() arg; ok deraadtPeter Valchev
2002-08-21suppress dump output on -q. sync w/kameJun-ichiro itojun Hagino
2002-08-19TypoIan Darwin
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