Age | Commit message (Expand) | Author |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell |
2000-04-09 | Add a missing ``break'' | brian |
2000-04-07 | When running ppp -background, show comfort messages showing | brian |
2000-04-06 | I didn't get this right the last time.... | brian |
2000-04-03 | Plug two file descriptor leaks | brian |
2000-04-02 | When a link is ``!program'', realise when the process we're | brian |
2000-04-02 | Allow ``set authname'' in any phase, just warn if we're not | brian |
2000-04-02 | Don't ``down'' all NCPs when the last LCP reaches TLD. Instead, | brian |
2000-04-02 | Don't claim (in the log file) that the parent was notified | brian |
2000-04-02 | Don't wait for the redial timer before exiting due to the last | brian |
2000-04-02 | Make the default ``nat target'' address INADDR_NONE, meaning | brian |
2000-03-31 | Add the ``nat target'' command. | brian |
2000-03-30 | Correct address parsing | brian |
2000-03-29 | Log information about packets being dropped (probably due to | brian |
2000-03-29 | Allow the use of hostnames instead of (and as well as) IP | brian |
2000-03-29 | Mention the value of the unexpected return code in nat_LayerPull() | brian |
2000-03-28 | don't treat # specially if PARSE_NOHASH is passed | brian |
2000-03-28 | Don't treat # specially here | brian |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell |
2000-03-19 | Add some diagnostics to prove that incoming IP fragments are | brian |
2000-03-19 | Allow environment variables on command/config lines; markk@knigma.org | brian |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell |
2000-03-04 | Refresh the NAT IP pointer after a potential mbuf reallocation. This | brian |
2000-03-03 | Fix some printf-type argument bugs | brian |
2000-02-28 | Better English | brian |
2000-02-27 | $Id$ -> $OpenBSD$ | brian |
2000-02-27 | Fix a bug in end-of-line comment parsing. | brian |
2000-02-27 | When we stop a timer that's the first in the timer list, ensure | brian |
2000-01-22 | ie. -> i.e., | Aaron Campbell |
2000-01-18 | Repair duplicate word occurences; (as found by a Perl script sent to us from | Aaron Campbell |
2000-01-17 | Use AUTHLEN for the length of authname | brian |
2000-01-15 | Correct the serial device name | brian |
2000-01-07 | Don't set ifaddr::in_addrs to 1 after an ``iface clear'' on an interface | brian |
2000-01-07 | Upgrade from 2.23 -> 2.26 | brian |
1999-10-13 | When uncompressing VJ-compressed frames, fix the ip_sum directly | brian |
1999-10-05 | The .Bl -tag flag expects a -width argument. | Aaron Campbell |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-08-26 | Align mbufs to sizeof(long), not 4 | brian |
1999-08-22 | Allow authkey to be changed independently of the current phase. | brian |
1999-08-18 | Mention ``alias enable no'', not ``alias enable off''. | brian |
1999-08-17 | Implement a minimum idle time value as an optional second argument | brian |
1999-08-17 | Set the close-on-exec flag for all unused descriptors when | brian |
1999-08-10 | If we receive an IPCP protocol reject, bring it down. | brian |
1999-08-09 | Change printf formats %q[du] -> %ll[du] | brian |
1999-08-09 | Insist that ppp.conf and it's parent directories aren't `other' | brian |
1999-08-08 | Don't log_Printf(..., buf) in case buf contains %s | brian |
1999-08-06 | If the clock is put back, ensure that we don't end up dividing by | brian |
1999-08-05 | o Obsolete the undocumented ``set weight'' command. | brian |
1999-08-03 | Reorganise ppp's usage to avoid some mandoc limitations. | brian |
1999-08-02 | Mention that ospf is a possible filter protocol. | brian |