Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-28 | The easy files... | Jason Wright | |
2001-08-28 | Just read the install notes; this is woefully out of date anyway. | Jason Wright | |
2001-08-26 | pflog is a binary file, ok jakob@ | Matthieu Herrb | |
2001-08-24 | add /etc/wsconsctl.conf; from Brian J. Kifiak <bk@rt.fm> | Michael Shalayeff | |
2001-08-23 | daemon.none is wrong | Camiel Dobbelaar | |
2001-08-23 | local0 was there for ipf. daemon has its own logfile. | Camiel Dobbelaar | |
ok fgs@ | |||
2001-08-22 | I forgot to list the pid file | Theo de Raadt | |
2001-08-22 | pflogd_flags; mbing@nfr.net | Theo de Raadt | |
2001-08-22 | oops, forgot to up pflog0; mbing@nfr.net | Theo de Raadt | |
2001-08-21 | my initial guess at pflog rollover config | Theo de Raadt | |
2001-08-21 | start pflogd at the right place, I think | Theo de Raadt | |
2001-08-17 | altqd startup stuff | Theo de Raadt | |
2001-08-11 | Fixup example files, man pages and phones parsing. | Kenneth R Westerback | |
Make '/etc/remote' a working example, with some lengthy comments that might help people trying to use it. Remove untruths and beef up documentation for tip(1), remote(5) and phones(5). In particular remove last reference to the 'cu' tip interface since we use the 'cu' that comes with uucp, improve documentation on phone numbers and flesh out documentation on acu/modems supported. Document PHONES and REMOTE environment variables. Cleanup parsing of /etc/phones (so our example can be used) and ignore lines with empty phone numbers instead of aborting the scan of the file. This makes /etc/phones parsing consistant with ':pn:' capability parsing. Don't try to dial empty phone numbers in either case. ok millert@ | |||
2001-08-09 | skey was left out of the default authentication methods; add it back | Todd C. Miller | |
2001-08-07 | enable ah & esp by default, now that we trust the code more | Theo de Raadt | |
2001-07-31 | a space before a redirect | Hugh Graham | |
2001-07-27 | remove clean.weekly from here. this can be added in weekly.local if | Federico G. Schwindt | |
needed and we don't ship it anyway; millert@ ok. | |||
2001-07-13 | Don't remove innocent files by accident, but on the other hand, | Miod Vallat | |
be sure to remove filres before mknod'ing them again. Also speed up some rm constructs. Discussed with hugh@ | |||
2001-07-09 | Move the proto field to be after the "on" argument which is consistent | Todd C. Miller | |
with pf.conf. If no proto is specified tcp is assumed. dhartmei@ OK | |||
2001-07-09 | Extend nat/rdr syntax. Add source/destination selection. Make | Daniel Hartmeier | |
interface optional. Suggested by rdump@river.com. nat [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any | [!] <addr>[/<mask>]) -> <addr> [proto (tcp | udp | icmp)] rdr [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any | [!] <addr>[/<mask>]) port <a>[:<b>] -> <addr> port <c>[:*] [proto (tcp | udp | icmp)] | |||
2001-07-08 | mention radius but don't put it in the list of default authentication styles | Todd C. Miller | |
2001-07-06 | Also, source /etc/rc.conf so we can pull in the | Angelos D. Keromytis | |
multicast_host/multicast_router settings; this is useful if one flushes the routing table and re-initializes. We really need a netconfig tool of sorts. | |||
2001-07-06 | Use "route -n show -inet" to determine the default multicast iface. | Angelos D. Keromytis | |
2001-07-05 | pf off by default; how did this happening, as is noone testing???? | Theo de Raadt | |
2001-07-05 | create iop0, iop1 | Michael Shalayeff | |
2001-07-04 | wsconsctl.conf support, wsconsctl accepts saner var names now; raadtified | Michael Shalayeff | |
2001-07-03 | Add two I2O devices as iop[01] | Niklas Hallqvist | |
2001-07-03 | pull in rc.conf early so that pf(1) startup is right; tested by jasoni, ↵ | Theo de Raadt | |
comments from millert | |||
2001-07-02 | Fix some typos; olgeni@uli.it | brian | |
2001-07-02 | /dev/pf is major 39; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-07-02 | Add pf.conf and nat.conf ;openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-07-01 | List all authentication types; krb4-or-pwd is still the default... | Todd C. Miller | |
2001-07-01 | pf is major 39 on powerpc | Daniel Hartmeier | |
2001-07-01 | Initialization infrastruture for pf. Based on initial patches | Kjell Wooding | |
by ian@, and much input and mangling from theo. | |||
2001-06-29 | create /usr/libdata/ssh | Theo de Raadt | |
2001-06-28 | add an entry for ALTQ. | Kenjiro Cho | |
2001-06-27 | bye bye pmax | Theo de Raadt | |
2001-06-27 | primes was renamed to moduli, ok deraadt | Peter Stromberg | |
2001-06-27 | Actually, remove local0 entry (pflog) -- logging is not done this way | Angelos D. Keromytis | |
anymore. | |||
2001-06-27 | I suck | Hans Insulander | |
2001-06-27 | KerberosV support. | Hans Insulander | |
Kerberos related cleanup. | |||
2001-06-27 | IPSec->IPsec (jsyn@nthough.com) | Angelos D. Keromytis | |
2001-06-26 | Point to pf.conf(5) and nat.conf(5) for help | smart | |
2001-06-26 | Initial import for mvmeppc | Steve Murphree | |
2001-06-26 | Add pf.conf and nat.conf. ok theo | Kjell Wooding | |
2001-06-26 | bye bye MIPS related bits and pieces. | Brad Smith | |
-- Ok'd by deraadt@ | |||
2001-06-26 | change default pf configuration files to pf.conf and nat.conf. ok theo | Kjell Wooding | |
2001-06-26 | more ipf to go; from jsyn | Niels Provos | |
2001-06-26 | add pf.filter and pf.nat; ok @deraadt | Daniel Hartmeier | |
2001-06-26 | pf rule sets; ok deraadt@ | Daniel Hartmeier | |