Age | Commit message (Expand) | Author |
2001-12-09 | Consider PROTO_IPV6 as compressible by CCP. | brian |
2001-11-23 | Remove the hack that ensures that rt_Update() works on FreeBSD. Now | brian |
2001-11-23 | When writing messages to the routing socket, round sockaddr sizes | brian |
2001-11-23 | Be paranoid about non-zero netmasks being associated with INET addresses | brian |
2001-11-23 | Removed an unsed variable (oops) | brian |
2001-11-23 | Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr or | brian |
2001-11-23 | cmott@scientech.com -> cm@linktel.net | brian |
2001-10-24 | If the peer refuses to provide an MRU, don't insist (even if 1500 is | brian |
2001-10-24 | Some NetBSD/i4b ifdefs | brian |
2001-10-24 | Handle ``set reconnect 0 0'' properly in -ddial mode. | brian |
2001-10-24 | Use CMSG_DATA and CMSG_SPACE macros; FreeBSD | brian |
2001-10-24 | Write static arp entries as uid 0. | brian |
2001-10-24 | Fix a PASV bug; FreeBSD | brian |
2001-09-13 | Fix some return code checks (FreeBSD only) | brian |
2001-09-13 | Be a bit more paranoid about CTCP traffic; FreeBSD | brian |
2001-09-13 | Add TFTP support; FreeBSD | brian |
2001-09-13 | Spell syslog.conf correctly; FreeBSD | brian |
2001-09-08 | The generated ppp.8 should be removed by 'make clean'. brian@ ok. | Hakan Olsson |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-09-04 | Fix a diagnostic | brian |
2001-09-04 | Consider alignment requirements when moving data about. | brian |
2001-08-27 | Send a reset request for every packet received when our encryption | brian |
2001-08-21 | Enable IFF_MULTICAST when first opening the tun device | brian |
2001-08-21 | Add some comments to make it clearer how we're handling signals. | brian |
2001-08-21 | Treat an interface address as conflicting if it's destination address | brian |
2001-08-21 | Handle snprintf() returning < -1 | brian |
2001-08-21 | Restore whitespace clobbered with the last commit | brian |
2001-08-21 | Remove some conflicting copyright lines. | brian |
2001-08-20 | Powered by @mantoya. | Mike Pechkin |
2001-08-20 | When attempting to change the default route under FreeBSD, don't write | brian |
2001-08-19 | Add IPv6 support. | brian |
2001-08-18 | Deal with snprintf returns properly | brian |
2001-08-18 | Deal with snprintf() return codes properly | brian |
2001-08-18 | A better fix | brian |
2001-08-18 | Fix a possible buffer overflow; theo | brian |
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 |