Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-06 | more Knall & Rauch -> ANSI C, KNF and stuff that makes this a bit more | Henning Brauer | |
readable. no effect on the binary. From: Emil Mikulic <emikulic@dmr.ath.cx> | |||
2004-02-05 | pfctl_update_qstats() returns -1 on error and the # of queues otehrwise | Henning Brauer | |
fix a check of the return value to cope woth that inspired by PR3675 from Marc Huber <Marc.Huber@web.de>, fixed slightly different. | |||
2004-02-05 | isours() returns a pointer and thus should be checked against NULL not 0 | Henning Brauer | |
From: Emil Mikulic <emikulic@dmr.ath.cx> | |||
2004-02-05 | plug memory leak; PR3668 Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer | |
2004-02-05 | small logging cleanup and improvement requested by markus | Hans-Joerg Hoexer | |
ok ho@ markus@ | |||
2004-02-04 | Handle rules like 'pass ... proto { tcp udp icmp } ... modulate state' | Ryan Thomas McBride | |
ok dhartmei@ henning@ | |||
2004-02-04 | $OpenBSD$, tedu | Henning Brauer | |
2004-02-04 | Fix a number of bugs with setting pool limits which I introduced with | Ryan Thomas McBride | |
source-tracking. Found by Pyun YongHyeon. Also add support to pfctl to set the src-nodes pool limit. "Luckily" some of the bugs cancel each other out; update kernel before pfctl. ok dhartmei@ | |||
2004-02-04 | more KNF | Henning Brauer | |
2004-02-04 | unobfuscate varargs shitz | Henning Brauer | |
2004-02-04 | asprintf | Henning Brauer | |
2004-02-04 | 8579 lines of KNF, ANSO and zap-junk diff without the resulting binary | Henning Brauer | |
changing by a single byte. partly from theo | |||
2004-02-03 | fix PR 3664 / jared r r spiegel | Henning Brauer | |
we need to save the unexpanded tag/tagged strings before entering the expansion loop, and at each loop, start with the unexpanded tag, so that on subsequent loops the macros are replaced with current values and not the values from previous loop persist ryan theo ok | |||
2004-02-03 | bring back this fluffy change, of course without the bug: | Henning Brauer | |
== to parse v4 adresses, only use inet_net_pton when we find a /, otherwise use inet_pton. helps bob who likes to type 1.2 3.4 instead of 1.2.3.4 and wonders why this results in two addresses. PR3638, bob ok == make sure bits is either 32 or what inet_net_pton tells us, and always call set_ipmask to mask the boring bits away ok dhartmei@ mcbride@ david@ | |||
2004-02-02 | memset typo; Moritz Jodeit | Markus Friedl | |
2004-02-02 | pod enable/disable have never been implemented, sigh. From gluk@. | Alexander Yurchenko | |
2004-02-02 | A little better explanation about pod from gluk@ | Alexander Yurchenko | |
help and ok jmc@ | |||
2004-02-02 | tabulate list items; | Jason McIntyre | |
2004-02-01 | doc new i386 machdep sysctl | Theo de Raadt | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-01-31 | document net.inet.tcp.rfc3390; ok jmc@ | Markus Friedl | |
2004-01-29 | another typo | Michael Shalayeff | |
2004-01-29 | typo | Michael Shalayeff | |
2004-01-29 | oops missing \ | Theo de Raadt | |
2004-01-29 | cats will have these | Theo de Raadt | |
2004-01-29 | cats will have fdisk | Theo de Raadt | |
2004-01-29 | will be needed for cats too | Theo de Raadt | |
2004-01-29 | Clean up 'pfctl -s all' output. | Ryan Thomas McBride | |
ok deraadt@ henning@ | |||
2004-01-28 | Repair build links for pegosos, and also build for amd64 | Theo de Raadt | |
2004-01-27 | correct address resolution logic via getaddrinfo(3). henning and markus ok | Jun-ichiro itojun Hagino | |
2004-01-27 | pass -spi for tcpmd5, too; ok hshoexer@ | Markus Friedl | |
2004-01-26 | we must not omit printing the netmask when it is all zero, this is dangerous - | Henning Brauer | |
1.2.3.4/0 is not equal to 1.2.3.4... this "helped" to make failure already only omit the netmask when both the addr and the mask itself are all zero (the "any" case) ok dhartmei@ mcbride@ | |||
2004-01-26 | -we don't use SIOCGIFCONF any more, we use getifaddrs(). update comment. | Henning Brauer | |
-we don't need the socket any more either; remove. ok deraadt@ | |||
2004-01-26 | Added 2-clause license | Niklas Hallqvist | |
2004-01-25 | random generation numbers; millert ok | Theo de Raadt | |
2004-01-25 | This fix was made WITHOUT RUNNING REGRESS. Henning, you are being | Theo de Raadt | |
extremely unfluffy, King Bula is coming for your head. | |||
2004-01-25 | when dealing with structs in packets, be paranoid in case sometime | Theo de Raadt | |
in the future they end up being misaligned; itojun ok | |||
2004-01-24 | minor knf | Theo de Raadt | |
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre | |
discussed with todd@ | |||
2004-01-22 | to parse v4 adresses, only use inet_net_pton when we find a /, otherwise | Henning Brauer | |
use inet_pton. helps bob who likes to type 1.2 3.4 instead of 1.2.3.4 and wonders why this results in two addresses. PR3638, bob ok | |||
2004-01-21 | fix wording; from Ross L Richardson (PR 3641); | Jason McIntyre | |
while i'm here, `\\' -> `\e' and kill a nasty Pp; | |||
2004-01-19 | little wflag fallout spotted by atle kristensen | Ted Unangst | |
2004-01-18 | Create log files if they do not already exist, but do not follow | Can Erkin Acar | |
symlinks. ok markus@ | |||
2004-01-18 | print link state for RTM_IFINFO messages, flush stdout correctly | Markus Friedl | |
if message contains no address; ok mpf@, deraadt@, mcbride@ | |||
2004-01-18 | this is where dhclient will start surgery | Theo de Raadt | |
2004-01-16 | Use __packed instead of __attribute__((packed)). | Alexander Yurchenko | |
ok millert@ | |||
2004-01-16 | Added -v option. Enables logging of successful exchange completion. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-01-16 | - standard option order | Jason McIntyre | |
- sync usage() - new sentence, new line - Dv (not Va) for signals - other nits ok canacar@ | |||
2004-01-15 | Try to preserve the integrity of the log file in case of errors/unexpected | Can Erkin Acar | |
shutdowns etc. Also check logfile integrity on startup and suspend logging if an inconsistency is detected. ok dhartmei@ | |||
2004-01-15 | Synchronize with syslogd privsep: When reading a new command fails, | Can Erkin Acar | |
terminate the loop instead of exiting directly, suggested by avsm@ Also get rid of trailing comma in enum, makes lint(1) happier, from Andrey Matveev andrushock at korovino dot net |