summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2001-06-05Remove leading '+' from the -u arg description; mbing@nfr.netTodd C. Miller
2001-06-04Chop off remainder of string, so we don't get mangled options.Angelos D. Keromytis
2001-06-04rpc.pcnfsd is now freeTheo de Raadt
2001-06-04remove the "must be free" clause:Theo de Raadt
From: Geoff Arnold <geoff.arnold@sun.com> [...] If the excision of the phrase [...] is sufficient, I believe that I have the authority to permit its removal, which I hereby do.
2001-06-04Show the correct dial timeout when a random pause is configuredbrian
Understand ipencap traffic properly Optimise out SIOCIFADDR ioctls that aren't necessary Handle peers that don't send an initial IFADDR option during IPCP negotiations Fix markup for the /etc/ttys example Always use 4 arguments in examples of ``set ifaddr''
2001-06-04Spelling: preffered -> preferredPeter Valchev
2001-06-03avoid integer overflow on lifetime value. sync with kameJun-ichiro itojun Hagino
2001-06-03Move login_cap stuff before pipe dupingTodd C. Miller
Move the stderr dup2 to be with stdout dup2 as before since otherwise sendmail seems to get unhappy.
2001-06-02Version derived from new ftpd code which has an updated UCB license.Todd C. Miller
2001-06-02do not compile components with licensing issuesTheo de Raadt
2001-06-02do not build mrouted until the license issues are worked out (a work inTheo de Raadt
progress since December, this is really starting to get ridiculous). don't delete it from the source tree yet, though..
2001-06-01rcsidPeter Valchev
2001-05-31spellingTodd T. Fries
2001-05-30make it print in normal way w/o billion new linesMichael Shalayeff
2001-05-30set the or_mask to TOKEN_ENABLED; ok millert@Markus Friedl
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-29build with BSD auth supportTodd C. Miller
2001-05-29build tokenadm and tokeninitTodd C. Miller
2001-05-29Missing .El; mpech@prosoft.org.lvAaron Campbell
2001-05-29Initial work/mdoc'ification by <mpech@prosoft.org.lv>Hakan Olsson
2001-05-29Wrong section header ordering. Pointed out by <mpech@prosoft.org.lv>Hakan Olsson
2001-05-28Remove unneeded .Nm argument; mpech@prosoft.org.lvAaron Campbell
2001-05-24Correctly handle gif(4) interface passing down AF_LINK family framesAngelos D. Keromytis
(which we treat as ethernet frames). itojun@ ok
2001-05-24- Let '-' mean stdin.Peter Valchev
- Correct usage message: -p and -d cannot be usefully used together. - Use __progname in usage() millert@ ok
2001-05-23Fix up SYNOPSIS and option descriptions; bk@rt.fmAaron Campbell
2001-05-22More fixes. From <mpech@prosoft.org.lv>Hakan Olsson
2001-05-22Some fixes. From <mpech@prosoft.org.lv>Hakan Olsson
2001-05-22mdoc-ify. Add $OpenBSD$Hakan Olsson
2001-05-22mdoc-ify. Fix section headers. Some typos.Hakan Olsson
2001-05-22Back out pkg_version. espie has better plans.brian
2001-05-21Add pkg_version from FreeBSD (modulo the PORT_REVISION stuff)brian
2001-05-18Typo; karma@altern.orgAaron Campbell
2001-05-18wscons.conf no more; pointed out by Alexander Yurchenko <grange@rt.mipt.ru>Michael Shalayeff
2001-05-18wscons.conf no more; pointed out by Alexander Yurchenko <grange@rt.mipt.ru>Michael Shalayeff
2001-05-15the signal handlers can many illegal functions. try to at least be cautious.Theo de Raadt
parts from mickey, parts from me.
2001-05-14No need for setgid kmem anymore, we can use sysctl to get all theAngelos D. Keromytis
relevant information.
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11MAP_COPY -> MAP_SHARED (it's ok in this case (/dev/ksyms))Artur Grabowski
2001-05-05use err/warn, -Wall, trailing spacesMichael Shalayeff
2001-05-05use strlcpy vs strncpy+a[n-1]='\0'Michael Shalayeff
2001-05-05install other files tooMichael Shalayeff
2001-05-05add smm.11 and smm.12 fom 4.4-lite, just like freebsd and netbsd haveMichael Shalayeff
2001-05-05use strlcpy vs strncpy+a[len-1]='\0', some trailing spaces; millert@ okMichael Shalayeff
2001-05-03fix typo; isaki@par.odn.ne.jpTheo de Raadt
2001-05-03fix bug where apache would segfault on startup if localhost wasn'tBob Beck
defined for 127.0.0.1, thanks fgsch@
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-05-01Correct PCVT references.Aaron Campbell
2001-05-01The old (pcvt) moused is gone in favor of the new (wscons) wsmoused.Aaron Campbell
2001-05-01avodi null pointer dereference. sync with kameJun-ichiro itojun Hagino