Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-15 | ID copying should happen earlier in exchange_finalize so that we won't lose | Hakan Olsson | |
data during rekeying. From Jean-Francois Dive. | |||
2003-06-14 | allocate payload_node with calloc instead of malloc | Hakan Olsson | |
2003-06-13 | Make "show Anchor" obey quiet flag. | Cedric Berger | |
ok henning@ | |||
2003-06-12 | in set_ipmask, do not try to mask off irrelevant bits of anything but | Henning Brauer | |
PF_ADDRMASK. due to the union this resulted in "masking" interface names in the dynaddr case... <henning@quigon:1>$ echo "pass inet from (le0)/8" | pfctl -nvf - pass inet from (l)/8 to any reported by AARON SUEN <ags137 at psu.edu> on misc@ | |||
2003-06-11 | ansification | Theo de Raadt | |
2003-06-11 | typo | Jun-ichiro itojun Hagino | |
2003-06-11 | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | Jun-ichiro itojun Hagino | |
- routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). markus, todd, millert, henning ok | |||
2003-06-10 | o make mount(2) return EROFS, not EPERM if ffs is dirty | Todd C. Miller | |
o document EROFS in man page (2 possible causes) o recognize EROFS in mount_ffs and try to give a reasonable error message deraadt@ OK | |||
2003-06-10 | boring cleanups | Theo de Raadt | |
2003-06-10 | Do not crash on unsupported IPSec ID types, as noted by Eric Boudrand. | Hakan Olsson | |
2003-06-09 | Attempt to resolve byte order confusion in nat code once and for all. | Ryan Thomas McBride | |
- pf_get_sport() leaves the translated port in the packet in network byte order - merge code for the p1=0 p2=0 case and static-port case in pr_get_sport() NOTE: people who use the static-port keyword in their pf.conf need to make sure pfctl is updated along with their kernel. | |||
2003-06-08 | A table in an anchor creates a real anchor: pfctl -sA works. | Cedric Berger | |
The following two pfctl functions work with an "-a" option: - pfctl [-a foo[:bar]] -sT - pfctl [-a foo[:bar]] -FT ok dhartmei@ | |||
2003-06-07 | print minor version as 02d; from Adam Montague via pr 3284; matches what ↵ | Michael Shalayeff | |
freebsd does as well | |||
2003-06-07 | in print_host(), don't set the mask blindly to /128 but adhere to the | Henning Brauer | |
address family. fixes the ipv4/128:port output in pfctl -ss. | |||
2003-06-06 | simplify license. pfctl_altq.c with kenjiro's permission of course. | Henning Brauer | |
2003-06-04 | term 3 & 4 from tholo after permission | Theo de Raadt | |
2003-06-04 | fix some more UCB term 3 | Theo de Raadt | |
2003-06-04 | Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, Angelos | Hakan Olsson | |
D. Keromytis and Niels Provos. | |||
2003-06-04 | Remove 3 and 4 from the "license to use" | Hakan Olsson | |
2003-06-04 | sanitize a bit. ok millert@ | Jolan Luff | |
2003-06-03 | Remove clause 3. Approved by niklas@ and Thomas Walpuski. | Hakan Olsson | |
2003-06-03 | Obsolete. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. Approved by markus@ and niklas@. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos. | Hakan Olsson | |
2003-06-03 | Remove clause 3. | Hakan Olsson | |
2003-06-03 | Remove clause 3. Approved by niklas@ | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. With approval from Niklas Hallqvist and | Hakan Olsson | |
Niels Provos. | |||
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-06-03 | Cleanup. Use 'sizeof variable' instead of magic constants. | Hakan Olsson | |
2003-06-03 | process show options before ruleset reload | Henning Brauer | |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-06-03 | Nuke terms 3 & 4. | Tobias Weingartner | |
2003-06-03 | Kill clause 3 & 4 on some of my code. | Tobias Weingartner | |
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | nuke clause 3 & 4 | Jason Wright | |
2003-05-30 | o timeout is int, not u_int32_t | Henning Brauer | |
o reject negative timeouts ok jason@ | |||
2003-05-29 | forgotten machdep.userldt; from Tom Cosgrove | Michael Shalayeff | |
2003-05-26 | ignore longrun struct. eliminates a warning | Ted Unangst | |
2003-05-25 | must not run check_netmask() before remove_invalid_hosts() - binat case had it | Henning Brauer | |
wrong for the redirection target. reported by jared r r spiegel <jrrs@ice-nine.org> | |||
2003-05-24 | rename export to export_info for c++ safety. report by naddy@ | Ted Unangst | |
2003-05-24 | better netmask check | Henning Brauer | |
help canacar@ ok canacar@ cedric@ | |||
2003-05-24 | Properly reset buffers after each "table" command. | Cedric Berger | |
More to come for the error case. ok henning@ | |||
2003-05-24 | tweak; | Jason McIntyre | |
ok cedric@ | |||
2003-05-24 | sync | Cedric Berger | |
2003-05-23 | - typos | Jason McIntyre | |
- whitespace at EOL - new sentence, new line | |||
2003-05-20 | typo; | Jason McIntyre | |
2003-05-20 | tweak; | Jason McIntyre | |
ok tedu@ |