summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2001-06-27"IPSec" -> "IPsec" (jsyn@nthought.com)Angelos D. Keromytis
2001-06-26fix PFRES_MAX handlingTheo de Raadt
2001-06-26array of counters indexed by reason codesTheo de Raadt
2001-06-26print reason sub codes.Niels Provos
2001-06-26print reason nr and text.Niels Provos
2001-06-26print out reason code, unless it is just a matchNiels Provos
2001-06-25interpret DLT_PFLOGNiels Provos
2001-06-25support readahead optionNiklas Hallqvist
2001-06-25disable smb decoder, as there seems to be fewer bound checks than neededJun-ichiro itojun Hagino
2001-06-25add missing ntohlNiels Provos
2001-06-25Pavlin Ivanov Radoslavov <pavlin@catarina.usc.edu> writes:Theo de Raadt
> I received an email that the USC's General Counsel's Office > has approved that the software license to pimd can be changed to the > 3-clause BSD-like license! > [...] This is various other bits of software that is also covered by this.
2001-06-25Remove old workaround. probably not needed anymore.Artur Grabowski
2001-06-25missing space in usage(); ok mickeyPeter Valchev
2001-06-25Fix a bunch of one-byte possible overflowsPaul Janzen
2001-06-25A little more careful with buffers, only relevant if /etc/printcap was setPaul Janzen
up insanely wrong.
2001-06-25fix nasty little bug in the identifaction of dead interfaces - make sureBob Beck
we only care about stuff associated with an interface.
2001-06-24Old M of mine, uncovered by the recent dhcpd update: Bypass IPsec in allNiklas Hallqvist
DHCP traffic.
2001-06-24Move and rename packet filter userland.Kjell Wooding
grr. CVS: making easy things difficult, and directory operations impossible.
2001-06-24Add userland for the new packet filter.Kjell Wooding
Code from dhartmei.
2001-06-24Get rid of NQNFS optionsConstantine Sapuntzakis
2001-06-24bye byeBob Beck
2001-06-24bye byeBob Beck
2001-06-24dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on thisBob Beck
but appears to work better than what's been in-tree before for dealing with stupid dhcp servers.
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