Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-25 | fix nasty little bug in the identifaction of dead interfaces - make sure | Bob Beck | |
we only care about stuff associated with an interface. | |||
2001-06-24 | Old M of mine, uncovered by the recent dhcpd update: Bypass IPsec in all | Niklas Hallqvist | |
DHCP traffic. | |||
2001-06-24 | Move and rename packet filter userland. | Kjell Wooding | |
grr. CVS: making easy things difficult, and directory operations impossible. | |||
2001-06-24 | Add userland for the new packet filter. | Kjell Wooding | |
Code from dhartmei. | |||
2001-06-24 | Get rid of NQNFS options | Constantine Sapuntzakis | |
2001-06-24 | bye bye | Bob Beck | |
2001-06-24 | bye bye | Bob Beck | |
2001-06-24 | dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on this | Bob Beck | |
but appears to work better than what's been in-tree before for dealing with stupid dhcp servers. | |||
2001-06-23 | use strlcpy vs strncpy+a[len-1]='\0' | lebel | |
2001-06-23 | more .%A handling; bk@rt.fm | Theo de Raadt | |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt | |
2001-06-23 | only root need apply | Theo de Raadt | |
2001-06-22 | use strlcpy vs strncpy+a[len-1]='\0' | lebel | |
2001-06-20 | Avoid using too many args for ``set m[tr]u'' | brian | |
2001-06-20 | merge mod_ssl 2.8.4 | Brad Smith | |
-- Ok'd by: beck@ | |||
2001-06-19 | o Don't talk about /bin/mail vs. sendmail since we always build with | Todd 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-19 | Handle 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-15 | strncpy vs strlcpy and strchr fix; fromBrian Poole ↵ | Michael Shalayeff | |
<raj@pandemonium.cerias.purdue.edu> | |||
2001-06-15 | Correct the arg count after parsing a line with an unescaped # that isn't | brian | |
preceeded with whitespace. | |||
2001-06-15 | copyright 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-13 | Convert IIJ copyrights to BSD copyrights; ok tohno@sirius.ocn.ne.jp | brian | |
2001-06-13 | more va_start/end fixes, ok deraadt@ | Markus Friedl | |
2001-06-13 | va_start/end for every call to vfprintf, ok brian@ | Markus Friedl | |
2001-06-13 | need va_start/end pair every time we call vfprintf(). via markus | Jun-ichiro itojun Hagino | |
2001-06-12 | one less setuid program (use an ioctl like pppstats) | Theo de Raadt | |
2001-06-10 | detailed ICMP_PARAMPROB printing; jakob@ ok | Michael Shalayeff | |
2001-06-10 | implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. ↵ | Dug Song | |
deraadt@ ok. | |||
2001-06-10 | KNF | Theo de Raadt | |
2001-06-10 | Sprintf/sprintf no longer used, remove it | Theo de Raadt | |
2001-06-09 | Document -S option to print the data loss in each hop in percents; freebsd | Peter Valchev | |
2001-06-09 | * Implement -S option to print the data loss in each hop in percents; freebsd | Peter 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-08 | Section shuffling; mpech@prosoft.org.lv | Aaron Campbell | |
2001-06-07 | Close PR 1854; mpech@prosoft.org.lv | Todd C. Miller | |
o use correct db pointers o don't try to star out an empty password | |||
2001-06-07 | Depricate 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-06 | Let 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-06 | Do not dump core on empty comment | Marc Espie | |
2001-06-05 | Remove leading '+' from the -u arg description; mbing@nfr.net | Todd C. Miller | |
2001-06-04 | Chop off remainder of string, so we don't get mangled options. | Angelos D. Keromytis | |
2001-06-04 | rpc.pcnfsd is now free | Theo de Raadt | |
2001-06-04 | remove 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-04 | Show the correct dial timeout when a random pause is configured | brian | |
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-04 | Spelling: preffered -> preferred | Peter Valchev | |
2001-06-03 | avoid integer overflow on lifetime value. sync with kame | Jun-ichiro itojun Hagino | |
2001-06-03 | Move login_cap stuff before pipe duping | Todd C. Miller | |
Move the stderr dup2 to be with stdout dup2 as before since otherwise sendmail seems to get unhappy. | |||
2001-06-02 | Version derived from new ftpd code which has an updated UCB license. | Todd C. Miller | |
2001-06-02 | do not compile components with licensing issues | Theo de Raadt | |
2001-06-02 | do not build mrouted until the license issues are worked out (a work in | Theo de Raadt | |
progress since December, this is really starting to get ridiculous). don't delete it from the source tree yet, though.. | |||
2001-06-01 | rcsid | Peter Valchev | |
2001-05-31 | spelling | Todd T. Fries | |