Age | Commit message (Expand) | Author |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt |
2002-06-22 | document -T option, PR#2766. ok deraadt@ | Jakob Schlyter |
2002-06-20 | wi_ssid_len is in little-endian as well, so convert it. fixes ssid | Federico G. Schwindt |
2002-06-20 | Copy address family from inet/inet6 keyword, if specified. | Daniel Hartmeier |
2002-06-20 | enable wicontrol on sparc64 as well; deraadt ok. | Federico G. Schwindt |
2002-06-19 | Since we can no longer count on isprint() to tell us whether or not | Todd C. Miller |
2002-06-19 | "Enabled for Ss" -> "Enabled for D days HH:MM:SS", ok frantzen@ | Daniel Hartmeier |
2002-06-18 | propogate a '!' when a host resolves to multiple IP addresses | Mike Frantzen |
2002-06-18 | don't allow individual keep state rules to specify timeouts for 'interval' and | Mike Frantzen |
2002-06-17 | only make -g available to root, by disabling setgid kmem; bunch of people ok | Theo de Raadt |
2002-06-17 | A bit better. Remove debug cruft. | Hakan Olsson |
2002-06-16 | Rules must in order -> Rules must be in order | Aaron Campbell |
2002-06-15 | ecn_* policy attributes --- ok ho@ | Angelos D. Keromytis |
2002-06-15 | Reset rulestate in parse_rules(), so consecutive calls (like from authpf) | Daniel Hartmeier |
2002-06-15 | Move ATA SMART defines to atactl. | Grigoriy Orlov |
2002-06-15 | Document transparent IPsec. | Angelos D. Keromytis |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-14 | make the output of pfctl -k look nice again | Henning Brauer |
2002-06-14 | Recognize the ECN_TUNNEL attribute. | Hakan Olsson |
2002-06-14 | manpage for eui64 | Jun-ichiro itojun Hagino |
2002-06-14 | add "eui64" option. from ww@styx.org. sync usage with reality. | Jun-ichiro itojun Hagino |
2002-06-14 | metric and mtu are u_long, not int. | Jun-ichiro itojun Hagino |
2002-06-13 | Fix the numbering of scrub rules. pointed out and oked by frantzen@ | Kjell Wooding |
2002-06-12 | this stuff really belongs to stderr, not stdout | Henning Brauer |
2002-06-12 | Rewrite for pf, plus some other small stuff | Hakan Olsson |
2002-06-12 | Fix uninitialized access. Spotted by danh@ This is a good reason to | Kjell Wooding |
2002-06-12 | Five higher MODP groups, but commented out for now (until IANA assigns | Hakan Olsson |
2002-06-11 | Various IPComp-related mods | Hakan Olsson |
2002-06-11 | set_spi: CPIs are 16 bit. | Hakan Olsson |
2002-06-11 | Don't send KEY extensions for IPCOMP. | Hakan Olsson |
2002-06-11 | Stupid 16-bit CPI numbers. | Hakan Olsson |
2002-06-11 | split the grammar of scrub(fragcache) into scrub ... 'fragment reassemble', | Mike Frantzen |
2002-06-11 | Typo in err() | Kjell Wooding |
2002-06-11 | Remove some unused code for dealing with nfs over kerberos. No actual change, | Hans Insulander |
2002-06-11 | Document kern.userasymcrypto | Angelos D. Keromytis |
2002-06-11 | nuke an unused parameter in pfctl_timeout. ok frantzen@ | Kjell Wooding |
2002-06-11 | Add -N, -R | Kjell Wooding |
2002-06-11 | Add -N and -R options. When used in conjunction with | Kjell Wooding |
2002-06-11 | sync with reality | Henning Brauer |
2002-06-11 | KNF, remove function parameter names | Daniel Hartmeier |
2002-06-11 | Remove parse_nat() prototype, it's gone. Yes, authpf is broken at the | Daniel Hartmeier |
2002-06-11 | Add $OpenBSD, license, include guards and remove one superfluous | Daniel Hartmeier |
2002-06-11 | print a string for UDP and OTHER state level instead of a numeric level | Mike Frantzen |
2002-06-11 | SCRUB(fragcache) to do gap tracking and overlap pruning of IPv4 fragments | Mike Frantzen |
2002-06-11 | sync usage() with reality | Henning Brauer |
2002-06-11 | Make NAT proxy port range configurable per rule, for instance privileged | Daniel Hartmeier |
2002-06-11 | rework pfctl statistics display | Henning Brauer |
2002-06-10 | Merge the NAT and rules files into a single rulefile. Rules must be | Kjell Wooding |
2002-06-10 | print ethernet address; ok provos@, itojun@ | Markus Friedl |
2002-06-10 | permit DNS name (they are considered RTF_HOST if specified as destination). | Jun-ichiro itojun Hagino |