Age | Commit message (Expand) | Author |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin |
2001-08-15 | When updating the MTU for the default route, pass the mask and gateway | brian |
2001-08-10 | Change copyright to BSD-style copyright. | brian |
2001-08-09 | Grrr...here it is. | Jason Peel |
2001-08-09 | add m4 preprocessing based on enabled features; ok brian@, input | Jason Peel |
2001-08-02 | Declare prompt_vPrintf as being printf-link when __GNUC__ is defined | brian |
2001-08-02 | Add a comment | brian |
2001-08-02 | Formatting and whitespace cleanup | brian |
2001-08-02 | Sync with FreeBSD (doesn't apply to obsd) | brian |
2001-07-31 | Don't include a NUL at the end of our CHAP SUCCESS packet. | brian |
2001-07-31 | Remove an irritating diagnostic emitted to LogPHASE when a | brian |
2001-07-31 | When we receive a CHAP81 challenge response, we always expect the last | brian |
2001-07-30 | If the peer REJects our MRU REQ, stop REQing it -- *EVEN* if we're | brian |
2001-07-28 | If the peer sends a REQ without the IPADDR option, only reject it | brian |
2001-07-26 | Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference. | brian |
2001-07-20 | we don't like: | Mike Pechkin |
2001-07-17 | Ignore (with a warning message) mtu/mru configurations that are greater | brian |
2001-07-13 | Perform MSS fixups on incoming packets as well as outgoing. | brian |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-07-09 | Staticise SHA1_End() | brian |
2001-07-09 | Oops, groff still doesn't do more than 8 args :( | brian |
2001-07-09 | Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch. | brian |
2001-07-07 | Don't try to dereference the -1th ccp algorithm array entry when we | brian |
2001-07-07 | When we miss one or more packets in stateful mode *and* need to | brian |
2001-07-04 | Make the last fix work properly on descriptors 1 and 2 (not just 0) | brian |
2001-07-04 | Handle any of descriptors 0, 1 or 2 being closed when we're | brian |
2001-07-03 | Reduce the interface MTU by 2 when MPPE has been successfully negotiated. | brian |
2001-07-03 | Don't accept chap80lm by default - it doesn't work. | brian |
2001-07-03 | Silence some gcc warnings | brian |
2001-06-27 | Fix an inverted test; FreeBSD | brian |
2001-06-20 | Avoid using too many args for ``set m[tr]u'' | brian |
2001-06-19 | Handle hardware-imposed MTU/MRU limitations. | brian |
2001-06-15 | Correct the arg count after parsing a line with an unescaped # that isn't | brian |
2001-06-13 | Convert IIJ copyrights to BSD copyrights; ok tohno@sirius.ocn.ne.jp | brian |
2001-06-13 | va_start/end for every call to vfprintf, ok brian@ | Markus Friedl |
2001-06-07 | Depricate the -alias option (it's been -nat for a long time) | brian |
2001-06-04 | Show the correct dial timeout when a random pause is configured | brian |
2001-04-05 | When we change the interface MTU, run through the routing table and tweak | brian |
2001-04-03 | Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEM | brian |
2001-04-03 | Don't say ``PPP enabled'' if we're given the -quiet switch | brian |
2001-04-01 | Don't assume challenges and responses don't contain embedded '\0's. | brian |
2001-03-28 | Bring the netgraph PPPoE interface UP if required (only applies to FreeBSD) | brian |
2001-03-25 | Remove an extraneous decl | brian |
2001-03-25 | Add some style(9) to alias*.h | brian |
2001-03-25 | If we're adding an interface address that is already one of the interface's | brian |
2001-03-24 | Remove some unprotected prototype variable names | brian |
2001-03-22 | Grok NetBSD's version of el_init() (#ifdef NetBSD only) | brian |
2001-03-09 | Talk a little more about the differences between PPPoE on FreeBSD & OpenBSD. | brian |
2001-03-05 | Avoid a core-dump under NetBSD | brian |
2001-02-13 | Don't even look at af_family if accept() returns sa->sa_len == 0 | brian |