summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
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
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromAaron Campbell
2000-01-17Use AUTHLEN for the length of authnamebrian
2000-01-15Correct the serial device namebrian
2000-01-07Don't set ifaddr::in_addrs to 1 after an ``iface clear'' on an interfacebrian
2000-01-07Upgrade from 2.23 -> 2.26brian
1999-10-13When uncompressing VJ-compressed frames, fix the ip_sum directlybrian
1999-10-05The .Bl -tag flag expects a -width argument.Aaron Campbell
1999-09-23Typo fixes.Alex Feldman
1999-08-26Align mbufs to sizeof(long), not 4brian
1999-08-22Allow authkey to be changed independently of the current phase.brian
1999-08-18Mention ``alias enable no'', not ``alias enable off''.brian
1999-08-17Implement a minimum idle time value as an optional second argumentbrian
1999-08-17Set the close-on-exec flag for all unused descriptors whenbrian
1999-08-10If we receive an IPCP protocol reject, bring it down.brian
1999-08-09Change printf formats %q[du] -> %ll[du]brian
1999-08-09Insist that ppp.conf and it's parent directories aren't `other'brian
1999-08-08Don't log_Printf(..., buf) in case buf contains %sbrian
1999-08-06If the clock is put back, ensure that we don't end up dividing bybrian
1999-08-05o Obsolete the undocumented ``set weight'' command.brian
1999-08-03Reorganise ppp's usage to avoid some mandoc limitations.brian
1999-08-02Mention that ospf is a possible filter protocol.brian