summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2001-08-17altqd startup stuffTheo de Raadt
2001-08-11Fixup 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-09skey was left out of the default authentication methods; add it backTodd C. Miller
2001-08-07enable ah & esp by default, now that we trust the code moreTheo de Raadt
2001-07-31a space before a redirectHugh Graham
2001-07-27remove clean.weekly from here. this can be added in weekly.local ifFederico G. Schwindt
needed and we don't ship it anyway; millert@ ok.
2001-07-13Don'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-09Move the proto field to be after the "on" argument which is consistentTodd C. Miller
with pf.conf. If no proto is specified tcp is assumed. dhartmei@ OK
2001-07-09Extend nat/rdr syntax. Add source/destination selection. MakeDaniel 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-08mention radius but don't put it in the list of default authentication stylesTodd C. Miller
2001-07-06Also, source /etc/rc.conf so we can pull in theAngelos 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-06Use "route -n show -inet" to determine the default multicast iface.Angelos D. Keromytis
2001-07-05pf off by default; how did this happening, as is noone testing????Theo de Raadt
2001-07-05create iop0, iop1Michael Shalayeff
2001-07-04wsconsctl.conf support, wsconsctl accepts saner var names now; raadtifiedMichael Shalayeff
2001-07-03Add two I2O devices as iop[01]Niklas Hallqvist
2001-07-03pull in rc.conf early so that pf(1) startup is right; tested by jasoni, ↵Theo de Raadt
comments from millert
2001-07-02Fix some typos; olgeni@uli.itbrian
2001-07-02/dev/pf is major 39; openbsd@davidkrause.comAngelos D. Keromytis
2001-07-02Add pf.conf and nat.conf ;openbsd@davidkrause.comAngelos D. Keromytis
2001-07-01List all authentication types; krb4-or-pwd is still the default...Todd C. Miller
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