Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-19 | better error message on icmp version / address family mismatch | Henning Brauer | |
ok markus@ | |||
2003-02-19 | cmdline options in alphabetical order in usage() and manpage; and sync them | Henning Brauer | |
from krause | |||
2003-02-19 | sequence file is no longer used | Todd C. Miller | |
2003-02-19 | security fix from openssl 0.9.7a: | Markus Friedl | |
In ssl3_get_record (ssl/s3_pkt.c), minimize information leaked via timing by performing a MAC computation even if incorrrect block cipher padding has been found. This is a countermeasure against active attacks where the attacker has to distinguish between bad padding and a MAC verification error. (CAN-2003-0078) | |||
2003-02-19 | - Bump size of MAX_RESULT by 4 to include compression result | Jason Wright | |
- add defines for compression - add bit/structure defintions for the result structures | |||
2003-02-19 | Remove ddb machine commands, they are already available as "bo ha" and "bo re". | Miod Vallat | |
2003-02-19 | improve docs; raj@cerias.purdue.edu | Theo de Raadt | |
2003-02-19 | Grr, forgot to commit this earlier: add ipcomps_minlen | Jason Wright | |
2003-02-19 | document -s as synonym for -1, correct section number in title; PR# 3101 | Jason Wright | |
2003-02-19 | try to provoke host() misbehavior | Henning Brauer | |
2003-02-19 | add a counter for times ipcomp is skipped because the packet is below the | Jason Wright | |
minimum compression threshold. | |||
2003-02-19 | Fix little buffer overflow on 64-bit platforms. | Cedric Berger | |
Produce wrong output on pfr7 regression test, discovered by henning@. ok+testing henning@ | |||
2003-02-19 | Back out documentation for (currently) non-existent -c option that | Todd C. Miller | |
got committed by accident in the license update. | |||
2003-02-19 | tbrsize explicitely | Henning Brauer | |
2003-02-19 | need to specify tbrsize explicitely; automatically caclulated one is | Henning Brauer | |
different on 64bit archs due to slightly different MTU | |||
2003-02-19 | adjust after pfctl changes | Henning Brauer | |
2003-02-19 | two more load tests; verified on i386 alpha sparc64 | Henning Brauer | |
2003-02-19 | add hints why some regress tests have no pfload counterpart | Henning Brauer | |
2003-02-19 | copyrights added; | Jason McIntyre | |
pcppi(4): Matthias Drochner wsdisplay(4): Removed (c) for Harris, as that was for work done 2002 | |||
2003-02-19 | Mention ICS1893 here tooo | Miod Vallat | |
2003-02-19 | Sync if_vr code with FreeBSD. This makes the driver much better when it comes | Miod Vallat | |
to trying to recover the hardware going nuts under the load. Reported to work by various people including krw@and I. | |||
2003-02-19 | Regression tests are not supposed to flush the user's PF ruleset... | Cedric Berger | |
2003-02-19 | clarify how pfctl -k works a bit; based on a discussion with daniel and sam | Henning Brauer | |
smith. ok dhartmei@ | |||
2003-02-19 | style; David Krause | Jakob Schlyter | |
2003-02-19 | mdoc-police: officer krause catched one again | Henning Brauer | |
2003-02-19 | Regen | Miod Vallat | |
2003-02-19 | Recognize ICS1893; from NetBSD | Miod Vallat | |
2003-02-19 | changes to compat: | Jason McIntyre | |
* extensive use of .Pa for paths * .Nm for kernel options * `procedure' chopped from .Nd * 2nd person -> passive * updated instructions on getting freebsd/linux binaries * various typos thanks millert@ and Grzegorz Czaplinski for help with FreeBSD stuff prompts and ok deraadt@ | |||
2003-02-19 | copyrights added; | Jason McIntyre | |
these are all Matthias Drochner, except: gsckbd(4): miod@ + Drochner wsdisplay(4): Harris + Drochner | |||
2003-02-19 | intial -> initial | Jason McIntyre | |
2003-02-19 | oops; delete it, don't just shuffle | Ted Unangst | |
2003-02-19 | ansi | Theo de Raadt | |
2003-02-19 | one strcpy -> strlcpy | Theo de Raadt | |
2003-02-19 | make this work on sparc64, some borrowed from netbsd; raj@cerias.purdue.edu | Theo de Raadt | |
2003-02-19 | LFS is dead. saves some space on install floppies too. | Ted Unangst | |
ok deraadt@ | |||
2003-02-19 | Give milter the ghost of a chance of working; still not supported in any way. | Todd C. Miller | |
2003-02-19 | use a nop with I bit set at the end of the tx chain. This avoids a race | Jason Wright | |
between status update and clearing the suspend bit on machines which can't write data smaller than 32bits at a time. Diff is the work of pefo, he just has been slacking too much to commit =) | |||
2003-02-19 | Copy the ENTIRE table into the supported algorithms (how the hell did this | Jason Wright | |
work before?!) | |||
2003-02-19 | lzs is lzs, lzs is not deflate | Jason Wright | |
2003-02-19 | Use pread/pwrite where sensible; also remove some bogus casts in | Todd C. Miller | |
printf to long and long long for things that are int32_t. | |||
2003-02-19 | Kill an errant space. | Todd C. Miller | |
2003-02-19 | oops | Marc Espie | |
2003-02-19 | Leaving console polling mode works now, and workaround boot -a slow response | Miod Vallat | |
glitch. | |||
2003-02-19 | sync to pfctl; BAD HENNING BAD BAD BAD NO COOKIE | Theo de Raadt | |
2003-02-18 | Oops, remove debug code that was not supposed to be left here | Miod Vallat | |
2003-02-18 | add PRIQ scheduler to BNF | Philipp Buehler | |
henning@ ok | |||
2003-02-18 | fix load option handling (-A, -N, -R) for options. | Henning Brauer | |
due to a bug in the loadopt check options were always loaded no matter which loadopts where specified. while beeing there, move the prints for that to where they belong, into the appropriate pfctl_set_* functions, and thus only print when the options are actually loaded. fixes regress tests pfopt3, pfopt4, pfopt5 I added earlier. ok dhartmei@ | |||
2003-02-18 | gsc_intr is a leaf | Michael Shalayeff | |
2003-02-18 | test correct operation of the -N, -O, -A and -R load options. | Henning Brauer | |
some of these fail right now. | |||
2003-02-18 | adjust after pf31.in changed | Henning Brauer | |