Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-06-26 | remove ksyms before recreating it. | Dale Rahn | |
2001-06-25 | Since audio is obvoiusly working on alpha, enable the device by default | Nathan Binkert | |
2001-06-25 | Install /etc/kerberosV/README | Hans Insulander | |
2001-06-25 | Add /etc/kerberosV | Hans Insulander | |
2001-06-25 | Quick README for KerberosV. Needs more flesh. | Hans Insulander | |
2001-06-25 | add pf device on all architectures. | Kjell Wooding | |
fix my previously bogus MAKEDEVs. If you used pf on a non-i386. the major device number has changed, and you'll need to recreate /dev/pf ok theo | |||
2001-06-25 | Remove bogus "kpasswd" entry. | Hans Insulander | |
2001-06-24 | bye bye | Theo de Raadt | |
2001-06-24 | Rename login_krb-or-pwd to login_krb4-or-pwd | Hans Insulander | |
2001-06-24 | Add the pf device for the shiny new packet filter | Kjell Wooding | |
2001-06-24 | let other read /dev/pci (so that they can call ioctl(..., PCIOCREAD, ...)) | Matthieu Herrb | |
2001-06-23 | Add kerberos 5 services. | Hans Insulander | |
2001-06-23 | add /dev/pci | Matthieu Herrb | |
2001-06-23 | add changelist | Niels Provos | |
2001-06-23 | With the addition of kernel in bootloader, ksyms now work. | Dale Rahn | |
2001-06-22 | install new moduli | Niels Provos | |