summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
2001-12-09Consider PROTO_IPV6 as compressible by CCP.brian
2001-11-23Remove the hack that ensures that rt_Update() works on FreeBSD. Nowbrian
2001-11-23When writing messages to the routing socket, round sockaddr sizesbrian
2001-11-23Be paranoid about non-zero netmasks being associated with INET addressesbrian
2001-11-23Removed an unsed variable (oops)brian
2001-11-23Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr orbrian
2001-11-23cmott@scientech.com -> cm@linktel.netbrian
2001-10-24If the peer refuses to provide an MRU, don't insist (even if 1500 isbrian
2001-10-24Some NetBSD/i4b ifdefsbrian
2001-10-24Handle ``set reconnect 0 0'' properly in -ddial mode.brian
2001-10-24Use CMSG_DATA and CMSG_SPACE macros; FreeBSDbrian
2001-10-24Write static arp entries as uid 0.brian
2001-10-24Fix a PASV bug; FreeBSDbrian
2001-09-13Fix some return code checks (FreeBSD only)brian
2001-09-13Be a bit more paranoid about CTCP traffic; FreeBSDbrian
2001-09-13Add TFTP support; FreeBSDbrian
2001-09-13Spell syslog.conf correctly; FreeBSDbrian
2001-09-08The generated ppp.8 should be removed by 'make clean'. brian@ ok.Hakan Olsson
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-09-04Fix a diagnosticbrian
2001-09-04Consider alignment requirements when moving data about.brian
2001-08-27Send a reset request for every packet received when our encryptionbrian
2001-08-21Enable IFF_MULTICAST when first opening the tun devicebrian
2001-08-21Add some comments to make it clearer how we're handling signals.brian
2001-08-21Treat an interface address as conflicting if it's destination addressbrian
2001-08-21Handle snprintf() returning < -1brian
2001-08-21Restore whitespace clobbered with the last commitbrian
2001-08-21Remove some conflicting copyright lines.brian
2001-08-20Powered by @mantoya.Mike Pechkin
2001-08-20When attempting to change the default route under FreeBSD, don't writebrian
2001-08-19Add IPv6 support.brian
2001-08-18Deal with snprintf returns properlybrian
2001-08-18Deal with snprintf() return codes properlybrian
2001-08-18A better fixbrian
2001-08-18Fix a possible buffer overflow; theobrian
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
2001-08-15When updating the MTU for the default route, pass the mask and gatewaybrian
2001-08-10Change copyright to BSD-style copyright.brian
2001-08-09Grrr...here it is.Jason Peel
2001-08-09add m4 preprocessing based on enabled features; ok brian@, inputJason Peel
2001-08-02Declare prompt_vPrintf as being printf-link when __GNUC__ is definedbrian
2001-08-02Add a commentbrian
2001-08-02Formatting and whitespace cleanupbrian
2001-08-02Sync with FreeBSD (doesn't apply to obsd)brian
2001-07-31Don't include a NUL at the end of our CHAP SUCCESS packet.brian
2001-07-31Remove an irritating diagnostic emitted to LogPHASE when abrian
2001-07-31When we receive a CHAP81 challenge response, we always expect the lastbrian
2001-07-30If the peer REJects our MRU REQ, stop REQing it -- *EVEN* if we'rebrian
2001-07-28If the peer sends a REQ without the IPADDR option, only reject itbrian
2001-07-26Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference.brian