summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
2000-07-20Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresbrian
2000-07-19Support link identification from rfc1570brian
2000-07-12Permit multiple ``allow user'' lines in any given sectionbrian
2000-07-12Correct ``set filter'' usagebrian
2000-07-12Fix a rather nasty latency problem that occurs with single tcp sessionsbrian
2000-07-11Allow a ``timeout secs'' filter option to let specific packet typesbrian
2000-07-11Fix -auto breakage introduced with the last commitbrian
2000-07-07o Log the (payload/size) of all packet types, not just TCP packetsbrian
2000-07-03Correct the number of src/dst ports and add some FreeBSD specificbrian
2000-06-28kldload ng_ether if we need to under FreeBSD.brian
2000-06-24Don't assign an MTU based on the peers first-link MRU in MP mode.brian
2000-06-23Fix a printf-style arg cast (again)brian
2000-06-23Improved 227, 229 and EPRT support in the nat code; FreeBSDbrian
2000-06-22Correct PPPoE in multi-link mode; jason@brian
2000-06-20Allow padding in LQR ECHO requestsbrian
2000-06-19Don't mis-match interface names in iface_Create()brian
2000-06-18Fix a printf-style format errorbrian
2000-06-15Full support for passive mode FTPbrian
2000-06-13Add ``set ifqueue'' to adjust the number of packets ppp buffers.brian
2000-06-11Merge libalias stuff from FreeBSD:brian
2000-05-07Correct a bad bug in m_prepend()brian
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-09Add a missing ``break''brian
2000-04-07When running ppp -background, show comfort messages showingbrian
2000-04-06I didn't get this right the last time....brian
2000-04-03Plug two file descriptor leaksbrian
2000-04-02When a link is ``!program'', realise when the process we'rebrian
2000-04-02Allow ``set authname'' in any phase, just warn if we're notbrian
2000-04-02Don't ``down'' all NCPs when the last LCP reaches TLD. Instead,brian
2000-04-02Don't claim (in the log file) that the parent was notifiedbrian
2000-04-02Don't wait for the redial timer before exiting due to the lastbrian
2000-04-02Make the default ``nat target'' address INADDR_NONE, meaningbrian
2000-03-31Add the ``nat target'' command.brian
2000-03-30Correct address parsingbrian
2000-03-29Log information about packets being dropped (probably due tobrian
2000-03-29Allow the use of hostnames instead of (and as well as) IPbrian
2000-03-29Mention the value of the unexpected return code in nat_LayerPull()brian
2000-03-28don't treat # specially if PARSE_NOHASH is passedbrian
2000-03-28Don't treat # specially herebrian
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
2000-03-19Add some diagnostics to prove that incoming IP fragments arebrian
2000-03-19Allow environment variables on command/config lines; markk@knigma.orgbrian
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-04Refresh the NAT IP pointer after a potential mbuf reallocation. Thisbrian
2000-03-03Fix some printf-type argument bugsbrian
2000-02-28Better Englishbrian
2000-02-27$Id$ -> $OpenBSD$brian
2000-02-27Fix a bug in end-of-line comment parsing.brian
2000-02-27When we stop a timer that's the first in the timer list, ensurebrian
2000-01-22ie. -> i.e.,Aaron Campbell