summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
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
2001-07-04Handle any of descriptors 0, 1 or 2 being closed when we'rebrian
2001-07-03Reduce the interface MTU by 2 when MPPE has been successfully negotiated.brian
2001-07-03Don't accept chap80lm by default - it doesn't work.brian
2001-07-03Silence some gcc warningsbrian
2001-06-27Fix an inverted test; FreeBSDbrian
2001-06-20Avoid using too many args for ``set m[tr]u''brian
2001-06-19Handle hardware-imposed MTU/MRU limitations.brian
2001-06-15Correct the arg count after parsing a line with an unescaped # that isn'tbrian
2001-06-13Convert IIJ copyrights to BSD copyrights; ok tohno@sirius.ocn.ne.jpbrian
2001-06-13va_start/end for every call to vfprintf, ok brian@Markus Friedl
2001-06-07Depricate the -alias option (it's been -nat for a long time)brian
2001-06-04Show the correct dial timeout when a random pause is configuredbrian
2001-04-05When we change the interface MTU, run through the routing table and tweakbrian
2001-04-03Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEMbrian
2001-04-03Don't say ``PPP enabled'' if we're given the -quiet switchbrian
2001-04-01Don't assume challenges and responses don't contain embedded '\0's.brian
2001-03-28Bring the netgraph PPPoE interface UP if required (only applies to FreeBSD)brian
2001-03-25Remove an extraneous declbrian
2001-03-25Add some style(9) to alias*.hbrian
2001-03-25If we're adding an interface address that is already one of the interface'sbrian
2001-03-24Remove some unprotected prototype variable namesbrian
2001-03-22Grok NetBSD's version of el_init() (#ifdef NetBSD only)brian
2001-03-09Talk a little more about the differences between PPPoE on FreeBSD & OpenBSD.brian
2001-03-05Avoid a core-dump under NetBSDbrian
2001-02-13Don't even look at af_family if accept() returns sa->sa_len == 0brian