summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2001-06-23more tweaksJason Wright
2001-06-22tweakTheo de Raadt
2001-06-22switch from primes to moduliNiels Provos
2001-06-22Xr random(4)Jason Wright
2001-06-22note support for RNG on 7951Jason Wright
2001-06-22o) remove unnecessary .Pp;Mike Pechkin
o) remove unnecessary .Nm args; o) closes .Bl; o) .Sh AUTHOR -> .Sh AUTHORS; o) sort SEE ALSO; o) better -mdoc style; o) typos; aaron@ ok.
2001-06-22o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) sort SEE ALSO; o) remove unnecessary .Pp; o) split paths in .Sh FILES; millert@ ok
2001-06-22o) minor sentence fix;Mike Pechkin
o) add description of ``.Bsx'' to the "BSD Macros" chap.; aaron@ ok
2001-06-21Manpage for cz(4)Nathan Binkert
2001-06-21we shouldn't use "/" in the beginning of the args in MANSUBDIR.Mike Pechkin
millert@ ok.
2001-06-21better -mdoc style. no typos. millert@ ok.Mike Pechkin
2001-06-20Typo.Angelos D. Keromytis
2001-06-20physio(9) not physio(4)Todd C. Miller
2001-06-20physio(9) from NetBSDTodd C. Miller
2001-06-20we shouldn't use "/" in the beginning of the args in MANSUBDIR.Mike Pechkin
millert@ ok
2001-06-20typo; raj@cerias.purdue.eduPeter Valchev
2001-06-20we don't use "/" in the beginning of the name in MANSUBDIRMike Pechkin
millert@ ok
2001-06-19clean up IP addresses in isakmpd.conf examples; ok angelos@Dan Harnett
2001-06-19If we timeout during login and the user tried to login call badlogin()Todd C. Miller
before exit. SUggested by <vii@users.sourceforge.net> Add some new login.conf variables: o login-timeout - login prompt timeout o login-tries - max login tries o login-backoff - number of attempts before backing off (and sleeping)
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-18As discussed ages ago we prefer ANSI for new code.Todd C. Miller
2001-06-18bye bye ipfTheo de Raadt
2001-06-17remove bogus scd pageMichael Shalayeff
2001-06-14Need a .NdTheo de Raadt
2001-06-14documentation for /etc/primes for wsimpson@greendragon.com, okay deraadt@,Niels Provos
markus@
2001-06-13portuguese mapMichael Shalayeff
2001-06-13Reverse the logic of setting UVM. Instead of listing all archs that have it,Artur Grabowski
just list the three that don't.
2001-06-13alpha is no longer NOPIC.Artur Grabowski
2001-06-13reword phrase; from jcs@rt.fmlebel
2001-06-11support EDNS0 (RFC2671) buffer size notification on DNS queries.Jun-ichiro itojun Hagino
"options edns0" in /etc/resolv.conf will enable the behavior. no behavior change if you don't have the line. see resolv.conf(5) for more details. EDNS0 is useful for avoiding TCP DNS queries/replies on larger DNS responses. also, draft-ietf-dnsext-message-size-* plans to mandate EDNS0 support for DNS clients that support IPv6 transport.
2001-06-11<sys/memrange.h> not <memrange.h>; gphilip2@qwest.netTodd C. Miller
2001-06-10typoMichael Shalayeff
2001-06-08swiss frenchMichael Shalayeff
2001-06-08Document special command keys.Aaron Campbell
2001-06-07Update for recent wi(4) changes, include PCI support.Todd C. Miller
Some parts adapted from NetBSD.
2001-06-05Clarify (from art@)Angelos D. Keromytis
2001-06-05License clarification from David Mazieres, ok deraadt@Peter Valchev
2001-06-03Document PATCH_CASESMarc Espie
2001-06-01Comment out ipnat(8) reference.Federico G. Schwindt
2001-06-01No more IPF/IPNAT.Angelos D. Keromytis
2001-05-31more models supported; Henning Brauer, hostmaster@bsws.deTheo de Raadt
2001-05-31add libexec/auth/Todd C. Miller
2001-05-30comment out references to ipf to be replaced in the future with whatever ↵Todd C. Miller
packet filter we end up using
2001-05-30/usr/share/ipf is no moreTodd C. Miller
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
2001-05-30pcvt go bye byeTodd C. Miller
2001-05-29update to describe BSD authenticationTodd C. Miller
2001-05-28add BIOC[GS]HDRCMPLT ioctl for BPF, to disable overwriting of link level ↵Dug Song
source address in forged frames. from NetBSD. art@ok
2001-05-28Remove configuration declarations that don't apply to OpenBSD. Improve someAaron Campbell
markup while we're here.