summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
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
2001-07-20we don't like:Mike Pechkin
2001-07-17Ignore (with a warning message) mtu/mru configurations that are greaterbrian
2001-07-13Perform MSS fixups on incoming packets as well as outgoing.brian
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-09Staticise SHA1_End()brian
2001-07-09Oops, groff still doesn't do more than 8 args :(brian
2001-07-09Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch.brian
2001-07-07Don't try to dereference the -1th ccp algorithm array entry when webrian
2001-07-07When we miss one or more packets in stateful mode *and* need tobrian
2001-07-04Make the last fix work properly on descriptors 1 and 2 (not just 0)brian