Age | Commit message (Expand) | Author |
2002-06-28 | minor KNF | Theo de Raadt |
2002-06-28 | Don't use SignalBundle if it's not set | brian |
2002-06-27 | Document why it's static. | Artur Grabowski |
2002-06-27 | %d/%u mixup | Jun-ichiro itojun Hagino |
2002-06-27 | boundary check in IPv4/v6 mapped address case (affects dig(1)). | Jun-ichiro itojun Hagino |
2002-06-26 | correct bad practice in the code - it uses two changing variables | Jun-ichiro itojun Hagino |
2002-06-26 | avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl> | Jun-ichiro itojun Hagino |
2002-06-25 | Minor fixes, including duplicate and missing words; Brian Poole | Todd C. Miller |
2002-06-25 | hooks for options. | Henning Brauer |
2002-06-24 | Fix more example rules | Daniel Hartmeier |
2002-06-24 | When the man page contains such obvious stupid TRIVIAL bugs as this | Theo de Raadt |
2002-06-24 | "quick log" -> "log quick" in example rules, from Rudolfo Munguia | Daniel Hartmeier |
2002-06-24 | correct ftp relay functionality. | Jun-ichiro itojun Hagino |
2002-06-23 | fix off by one error; submited by Jedi/Sector One <j@pureftpd.org> | Federico G. Schwindt |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt |
2002-06-21 | Correctly close the writing end of the pipe when dup'ing the fd to | Todd C. Miller |
2002-06-21 | kill gratuitous hex; millert ok | Theo de Raadt |
2002-06-21 | bye bye, use netstat -inalv; itojun ok | Theo de Raadt |
2002-06-21 | o change some 0-2 to *_FILENO | Todd C. Miller |
2002-06-21 | more strlcpy | Theo de Raadt |
2002-06-19 | init goodhosts | Eric Jackson |
2002-06-19 | more cleanup for timed. | Eric Jackson |
2002-06-19 | mark which nlist[] kmem entries are not needed in the sysctl case, and which are | Theo de Raadt |
2002-06-19 | disable trsp, nothing uses it | Theo de Raadt |
2002-06-19 | stretch some ugly while(); | Theo de Raadt |
2002-06-18 | size_t cleanups | Theo de Raadt |
2002-06-18 | actually, wrong type for printing of sise_t | Theo de Raadt |
2002-06-18 | update copyright notice. mckusick says that Van signed the standard | Theo de Raadt |
2002-06-18 | fix file descriptor leak. | Jun-ichiro itojun Hagino |
2002-06-18 | format string audit. From: Gregory Steuck <greg@nest.cx> | Jun-ichiro itojun Hagino |
2002-06-18 | remove ifdef sgi code, and HAVENIS. sgi was pointless and this didnt even come | Eric Jackson |
2002-06-17 | typo. From: "R. Lewczuk" <rafal.lewczuk@pronet.pl> | Jun-ichiro itojun Hagino |
2002-06-17 | when calling system(3) redirect std* from /dev/null | Jason Wright |
2002-06-17 | The Real Fix for the buffer overflow; from apache.org | Henning Brauer |
2002-06-17 | work around a possible buffer overflow in chunk handling. | Henning Brauer |
2002-06-17 | format string fix. From: Gregory Steuck <greg@nest.cx> | Jun-ichiro itojun Hagino |
2002-06-17 | note our setuid rule clearer | Theo de Raadt |
2002-06-17 | since we do not even have this functionality, this does not need gid kmem | Theo de Raadt |
2002-06-17 | Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the code | brian |
2002-06-16 | Remove nat.conf(5) reference. | Miod Vallat |
2002-06-16 | When processing the KERN_VNODE sysctl, the kernel builds a packed structure, | Miod Vallat |
2002-06-15 | Cast a format param | brian |
2002-06-15 | Tidy up end of line whitespace | brian |
2002-06-15 | remove redundant arg to syslog() netbsd-current via kame | Jun-ichiro itojun Hagino |
2002-06-15 | Understand MS-MPPE-Encryption-Policy, MS-MPPE-Encryption-Types, | brian |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-14 | Get cpu type through sysctl. no more need for kvm. | Artur Grabowski |
2002-06-14 | this group operator stuff is completely wrong | Theo de Raadt |
2002-06-13 | Fixed some lpd bugs while on the plane from Calgary: | Todd C. Miller |
2002-06-12 | fix a typo that could create a fd leak | Vincent Labrecque |