Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-06-22 | minor nit. | Brad Smith | |
2001-06-22 | make it so that audio device creation is consistent with other archs. | Brad Smith | |
2001-06-22 | Add /dev/audio to alpha | Nathan Binkert | |
2001-06-22 | bail YP if no domainname; dima@unixfreak.org | Theo de Raadt | |
2001-06-21 | Add ttyZ for cyclades-Z cards | Nathan Binkert | |
2001-06-18 | o move passwd.conf variables into login.conf | Todd C. Miller | |
o no longer install passwd.conf (but it is used if it exists and the needed info is not in login.conf) o added passwordtime and minpasswordlen login.conf variables | |||
2001-06-17 | fix audio device creation. | Brad Smith | |
2001-06-13 | no comment like that, grr | Theo de Raadt | |
2001-06-12 | Use lpd_flags instead of lpd, thus allowing to pass parameters to lpd; | Federico G. Schwindt | |
patch from Yozo TODA <yozo@imit.chiba-u.ac.jp>, deraadt@ ok. | |||
2001-06-11 | lost /var/spool/smtpd; deraadt@ ok | Michael Shalayeff | |
2001-06-10 | Since mtu discovery is enabled by default, change line to disable if it's | Federico G. Schwindt | |
uncommented; niels@ theo@ ok. | |||
2001-06-10 | check authorized_keys2 too; adm-sclark@gateway.wired2000.net | Theo de Raadt | |
2001-06-05 | comment out automatic startup of netatalk if installed; pointed out by deraadt@ | Christian Weisgerber | |
2001-06-04 | /dev/io hasn't worked in years | Todd C. Miller | |
2001-06-04 | fix audio device creation. | Brad Smith | |
-- Reported by & fix tested by: Denis A. Doroshenko <d.doroshenko@omnitel.net> | |||
2001-06-02 | With recent changes to swapctl(8), replace the invocation of swapon | Miod Vallat | |
with two swapctl invocations. Swap on block devices is enabled before fscking filesystems, swap on files is enabled after all filesystems (including remote) are mounted. |