summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2002-06-26correct bad practice in the code - it uses two changing variablesJun-ichiro itojun Hagino
2002-06-26avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>Jun-ichiro itojun Hagino
2002-06-25Minor fixes, including duplicate and missing words; Brian PooleTodd C. Miller
2002-06-25hooks for options.Henning Brauer
2002-06-24Fix more example rulesDaniel Hartmeier
2002-06-24When the man page contains such obvious stupid TRIVIAL bugs as thisTheo de Raadt
2002-06-24"quick log" -> "log quick" in example rules, from Rudolfo MunguiaDaniel Hartmeier
2002-06-24correct ftp relay functionality.Jun-ichiro itojun Hagino
2002-06-23fix off by one error; submited by Jedi/Sector One <j@pureftpd.org>Federico G. Schwindt
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-21Correctly close the writing end of the pipe when dup'ing the fd toTodd C. Miller
2002-06-21kill gratuitous hex; millert okTheo de Raadt
2002-06-21bye bye, use netstat -inalv; itojun okTheo de Raadt
2002-06-21o change some 0-2 to *_FILENOTodd C. Miller
2002-06-21more strlcpyTheo de Raadt
2002-06-19init goodhostsEric Jackson
2002-06-19more cleanup for timed.Eric Jackson
2002-06-19mark which nlist[] kmem entries are not needed in the sysctl case, and which areTheo de Raadt
2002-06-19disable trsp, nothing uses itTheo de Raadt
2002-06-19stretch some ugly while();Theo de Raadt
2002-06-18size_t cleanupsTheo de Raadt
2002-06-18actually, wrong type for printing of sise_tTheo de Raadt
2002-06-18update copyright notice. mckusick says that Van signed the standardTheo de Raadt
2002-06-18fix file descriptor leak.Jun-ichiro itojun Hagino
2002-06-18format string audit. From: Gregory Steuck <greg@nest.cx>Jun-ichiro itojun Hagino
2002-06-18remove ifdef sgi code, and HAVENIS. sgi was pointless and this didnt even comeEric Jackson
2002-06-17typo. From: "R. Lewczuk" <rafal.lewczuk@pronet.pl>Jun-ichiro itojun Hagino
2002-06-17when calling system(3) redirect std* from /dev/nullJason Wright
2002-06-17The Real Fix for the buffer overflow; from apache.orgHenning Brauer
2002-06-17work around a possible buffer overflow in chunk handling.Henning Brauer
2002-06-17format string fix. From: Gregory Steuck <greg@nest.cx>Jun-ichiro itojun Hagino
2002-06-17note our setuid rule clearerTheo de Raadt
2002-06-17since we do not even have this functionality, this does not need gid kmemTheo de Raadt
2002-06-17Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codebrian
2002-06-16Remove nat.conf(5) reference.Miod Vallat
2002-06-16When processing the KERN_VNODE sysctl, the kernel builds a packed structure,Miod Vallat
2002-06-15Cast a format parambrian
2002-06-15Tidy up end of line whitespacebrian
2002-06-15remove redundant arg to syslog() netbsd-current via kameJun-ichiro itojun Hagino
2002-06-15Understand MS-MPPE-Encryption-Policy, MS-MPPE-Encryption-Types,brian
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-14Get cpu type through sysctl. no more need for kvm.Artur Grabowski
2002-06-14this group operator stuff is completely wrongTheo de Raadt
2002-06-13Fixed some lpd bugs while on the plane from Calgary:Todd C. Miller
2002-06-12fix a typo that could create a fd leakVincent Labrecque