summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2002-09-06default: needs statement after itTheo de Raadt
2002-09-06MD5Final() takes unsigned char *Theo de Raadt
2002-09-06compile with -ansiMiod Vallat
2002-09-06socklen_t use; pvalchev okTheo de Raadt
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
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
2002-09-03Sync with tcpdump.orgHakan Olsson
2002-09-01more appropriate comments about UserDir.Henning Brauer
2002-08-31warn if multiple addresses are returned from DNS; suggestedKevin Steves
2002-08-30domains -> domain'sHugh Graham
2002-08-30have -I option, which causes traceroute6 to use ICMPv6 echo request for probingJun-ichiro itojun Hagino
2002-08-30add some history regarding use of UDP probe packets vs. ICMP.Kevin Steves
2002-08-27warn if multiple addresses are returned from DNS (traceroute(8) should do it ...Jun-ichiro itojun Hagino
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
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