Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-01 | typo. | Brad Smith | |
-- PR 2781 | |||
2002-07-01 | Add a call to tzset() so we don't need /etc/localtime in the chroot jail. | Todd C. Miller | |
2002-06-29 | IPPROTO_ICMP will not change in our life; itojun ok | Theo de Raadt | |
2002-06-29 | make -I and -P exclusive; constrain -p and -P to their respective maximums; | Theo de Raadt | |
itojun ok | |||
2002-06-29 | check -p out of range. sync w/kame, hint from deraadt | Jun-ichiro itojun Hagino | |
2002-06-29 | ansi | Theo de Raadt | |
2002-06-28 | minor KNF | Theo de Raadt | |
2002-06-28 | Don't use SignalBundle if it's not set | brian | |
Submitted by: Federico G. Schwindt <fgsch@olimpo.com.br> | |||
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 | |
from jimpa@tla.se | |||
2002-06-26 | correct bad practice in the code - it uses two changing variables | Jun-ichiro itojun Hagino | |
to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is NOT critical. | |||
2002-06-26 | avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl> | Jun-ichiro itojun Hagino | |
correct bad practice in the code - it uses two changing variables to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is critical. | |||
2002-06-25 | Minor fixes, including duplicate and missing words; Brian Poole | Todd C. Miller | |
2002-06-25 | hooks for options. | Henning Brauer | |
we don't support setting pf options via authpf, but need the hooks here, too. ok dhartmei@, kjell@ | |||
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 | |
which I am fixing, it makes me wonder why the hell is the shown example not something that someone has actually TRIED? Is it not possible people are yammering so much about it on the mailing lists about problems because the people who wrote this don't even check if the man page is CORRECT? But No! Instead of fixing it, the they get email replies on the damned mailing list, and 8 hours later, someone ELSE pipes up with another problem! Why don't you lame asses take responsibility for the problem at hand, CHECK IF THE MAN PAGE IS RIGHT, and instead of replying to the people who post, instead JUST FIX THE DOCUMENTATION PROBLEMS? Or should I remove authpf before you get the idea? | |||
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 | |
via pr/2767. | |||
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 | |
stdout. This was a pasto/thinko on my part. Problem found by jean-philippe wan-hoi. | |||
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 | |
o don't #ifdef RLIMIT_NOFILE o dup2() safety o some NULL vs. 0 changes deraadt@ OK | |||
2002-06-21 | more strlcpy | Theo de Raadt | |
2002-06-19 | init goodhosts | Eric Jackson | |
2002-06-19 | more cleanup for timed. | Eric Jackson | |
use queue.h instead of these badly hand done lists functionalize more common code remove some unused code/declarations use strlcpy minor KNF deraadt@ ok | |||
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 | |
Berkeley copyright assignment form, therefore the new license should be on these files. I just copied in the notice that Kirk mailed me. | |||
2002-06-18 | fix file descriptor leak. | Jun-ichiro itojun Hagino | |
http://marc.theaimsgroup.com/?l=openbsd-tech&m=102125850815351&w=2 From: Gregory Steuck <greg@nest.cx> | |||
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 | |
close to compiling w/o HAVENIS deraadt@ ok | |||
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 | |
ok beck@ | |||
2002-06-17 | work around a possible buffer overflow in chunk handling. | Henning Brauer | |
ok beck@ | |||
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 | |
path... after we've talked to any RADIUS servers involved, so that we haven't touched the data before it gets to the server. | |||
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 | |
while pstat(8) expects a C structure abiding the regular structure packing rules. This caused pstat -v to break on powerpc. Unbreak the confusion by defining the structure in a common header file, and having the kernel use it. ok millert@ deraadt@ | |||
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 | |