summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2001-06-23use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-06-23more .%A handling; bk@rt.fmTheo de Raadt
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-23only root need applyTheo de Raadt
2001-06-22use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-06-20Avoid using too many args for ``set m[tr]u''brian
2001-06-20merge mod_ssl 2.8.4Brad Smith
-- Ok'd by: beck@
2001-06-19o Don't talk about /bin/mail vs. sendmail since we always build withTodd C. Miller
sendmail support. o Remove misleading info in STANDARDS about the syntax being different from previous Vixie Cron versions. The flags have been this way for all versions of cron we have shipped with.
2001-06-19Handle hardware-imposed MTU/MRU limitations.brian
Add an optional ``max'' specifier to ``set m[rt]u'', ie. ``set mtu max 1492'' for PPPoE. Bump the ppp version number. Add support for stateful MPPE (microsoft encryption) providing encryption compatibility with Windows 2000. Stateful encryption uses less CPU but is bad on lossy transports. The ``set mppe'' command has been expanded. If it's used with any arguments, ppp will insist on encryption, closing LCP if the other end refuses. Sponsored by: Monzoon Networks AG and FreeBSD Services Limited
2001-06-15strncpy vs strlcpy and strchr fix; fromBrian Poole ↵Michael Shalayeff
<raj@pandemonium.cerias.purdue.edu>
2001-06-15Correct the arg count after parsing a line with an unescaped # that isn'tbrian
preceeded with whitespace.
2001-06-15copyright clarification. sync with tcpdump.org.Jun-ichiro itojun Hagino
based on communiation with the author, Jeffrey Mogul <mogul@pa.dec.com>. by Jakob Schlyter <jakob@openbsd.org>
2001-06-13Convert IIJ copyrights to BSD copyrights; ok tohno@sirius.ocn.ne.jpbrian
2001-06-13more va_start/end fixes, ok deraadt@Markus Friedl
2001-06-13va_start/end for every call to vfprintf, ok brian@Markus Friedl
2001-06-13need va_start/end pair every time we call vfprintf(). via markusJun-ichiro itojun Hagino
2001-06-12one less setuid program (use an ioctl like pppstats)Theo de Raadt
2001-06-10detailed ICMP_PARAMPROB printing; jakob@ okMichael Shalayeff
2001-06-10implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. ↵Dug Song
deraadt@ ok.
2001-06-10KNFTheo de Raadt
2001-06-10Sprintf/sprintf no longer used, remove itTheo de Raadt
2001-06-09Document -S option to print the data loss in each hop in percents; freebsdPeter Valchev
2001-06-09* Implement -S option to print the data loss in each hop in percents; freebsdPeter Valchev
* Use __progname in usage() * Use strlcpy vs strncpy+a[len-1]='\0' ok mickey@, jakob@, option list order per aaron@'s suggestion.
2001-06-08Section shuffling; mpech@prosoft.org.lvAaron Campbell
2001-06-07Close PR 1854; mpech@prosoft.org.lvTodd C. Miller
o use correct db pointers o don't try to star out an empty password
2001-06-07Depricate the -alias option (it's been -nat for a long time)brian
Handle carriage-return/line-feed stuff for ftp natting more generically Fix an alignment bug when logging DNS traffic Fix/add some copyrights
2001-06-06Let set_pkg kill trailing / in pkgname.Marc Espie
Saves poor angelos from getting his dependencies screwed when he does pkg_delete pkg_name/ Ok angelos@
2001-06-06Do not dump core on empty commentMarc Espie
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