summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2001-07-01pf is major 39 on powerpcDaniel Hartmeier
2001-07-01Initialization infrastruture for pf. Based on initial patchesKjell Wooding
by ian@, and much input and mangling from theo.
2001-06-29create /usr/libdata/sshTheo de Raadt
2001-06-28add an entry for ALTQ.Kenjiro Cho
2001-06-27bye bye pmaxTheo de Raadt
2001-06-27primes was renamed to moduli, ok deraadtPeter Stromberg
2001-06-27Actually, remove local0 entry (pflog) -- logging is not done this wayAngelos D. Keromytis
anymore.
2001-06-27I suckHans Insulander
2001-06-27KerberosV support.Hans Insulander
Kerberos related cleanup.
2001-06-27IPSec->IPsec (jsyn@nthough.com)Angelos D. Keromytis
2001-06-26Point to pf.conf(5) and nat.conf(5) for helpsmart
2001-06-26Initial import for mvmeppcSteve Murphree
2001-06-26Add pf.conf and nat.conf. ok theoKjell Wooding
2001-06-26bye bye MIPS related bits and pieces.Brad Smith
-- Ok'd by deraadt@
2001-06-26change default pf configuration files to pf.conf and nat.conf. ok theoKjell Wooding
2001-06-26more ipf to go; from jsynNiels Provos
2001-06-26add pf.filter and pf.nat; ok @deraadtDaniel Hartmeier
2001-06-26pf rule sets; ok deraadt@Daniel Hartmeier
2001-06-26remove ksyms before recreating it.Dale Rahn
2001-06-25Since audio is obvoiusly working on alpha, enable the device by defaultNathan Binkert
2001-06-25Install /etc/kerberosV/READMEHans Insulander
2001-06-25Add /etc/kerberosVHans Insulander
2001-06-25Quick README for KerberosV. Needs more flesh.Hans Insulander
2001-06-25add 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-25Remove bogus "kpasswd" entry.Hans Insulander
2001-06-24bye byeTheo de Raadt
2001-06-24Rename login_krb-or-pwd to login_krb4-or-pwdHans Insulander
2001-06-24Add the pf device for the shiny new packet filterKjell Wooding
2001-06-24let other read /dev/pci (so that they can call ioctl(..., PCIOCREAD, ...))Matthieu Herrb
2001-06-23Add kerberos 5 services.Hans Insulander
2001-06-23add /dev/pciMatthieu Herrb
2001-06-23add changelistNiels Provos
2001-06-23With the addition of kernel in bootloader, ksyms now work.Dale Rahn
2001-06-22install new moduliNiels Provos
2001-06-22minor nit.Brad Smith
2001-06-22make it so that audio device creation is consistent with other archs.Brad Smith
2001-06-22Add /dev/audio to alphaNathan Binkert
2001-06-22bail YP if no domainname; dima@unixfreak.orgTheo de Raadt
2001-06-21Add ttyZ for cyclades-Z cardsNathan Binkert
2001-06-18o move passwd.conf variables into login.confTodd 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-17fix audio device creation.Brad Smith
2001-06-13no comment like that, grrTheo de Raadt
2001-06-12Use 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-11lost /var/spool/smtpd; deraadt@ okMichael Shalayeff
2001-06-10Since mtu discovery is enabled by default, change line to disable if it'sFederico G. Schwindt
uncommented; niels@ theo@ ok.
2001-06-10check authorized_keys2 too; adm-sclark@gateway.wired2000.netTheo de Raadt
2001-06-05comment out automatic startup of netatalk if installed; pointed out by deraadt@Christian Weisgerber
2001-06-04/dev/io hasn't worked in yearsTodd C. Miller
2001-06-04fix audio device creation.Brad Smith
-- Reported by & fix tested by: Denis A. Doroshenko <d.doroshenko@omnitel.net>
2001-06-02With recent changes to swapctl(8), replace the invocation of swaponMiod 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.