summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
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
2001-02-04Add a ``Usable'' function to the ccp switch. The functionbrian
2001-02-04MPPE_MasterKeyValid is only there if HAVE_DES is definedbrian
2001-02-04Don't send an authentication failure response if we fail sendingbrian
2001-02-04Make the MPPE MasterKey Invalid messages a bit clearer (it nowbrian
2001-02-04Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP andbrian
2001-01-29Add a few ``const''s to silence some -Wwrite-strings warningsbrian
2001-01-29Fix some log_Printf() casting; NetBSD (pkgsrc)brian
2001-01-29Only remove socket files with ``set server open''.brian
2001-01-29Ignore leading witespace in the string given to PacketAliasProxyRule().brian
2001-01-28Don't pass a buffer with leading spaces to PacketAliasProxyRule()brian
2001-01-26Fix arg countbrian
2001-01-26Allow ``set server closed'' to close the diagnostic socket.brian
2001-01-26If executing the stuff from ppp.linkdown results in a state change,brian
2001-01-22NetBSD can't handle ``.Oc Oc^M.Xc''.brian
2000-12-29Log the ``MPPE: MasterKey is invalid...'' message as a CCPbrian
2000-12-29Forwarding is set in sysctl.conf, not rc.conf (madey@openbsd.pl)Angelos D. Keromytis
2000-12-15Correct documented defaults for mppe, chap80 and chap81brian
2000-12-14Display MSCHAP as CHAP80 in ``show cpp''brian