summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
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
2000-11-29Spelling and punctuation fixes; FreeBSDbrian
2000-11-28Add ``enable/disable'' tcpmssfixup - enabled by default.brian
2000-11-28Use only the bit after the ``\'' when hashing the challenge inbrian
2000-11-22Enable and accept MPPE by default (deflate & pred1 are preferred)brian
2000-11-16Fix password clearing bug; FreeBSDbrian
2000-11-16Be more consistent with .Bl tagsbrian
2000-11-16Be a bit more precise about what ``nat deny_incoming yes'' does.brian
2000-11-11Increase M_MAXBUF so that it's greater than HDLCSIZEbrian
2000-11-07Don't assume that a SOCK_DGRAM descriptor in -direct mode is anbrian
2000-11-07Pass the correct option data to the compression modules Init functionbrian
2000-11-02Some whitespace changesbrian
2000-11-02Improvements for ICMP and GRE/PPTP; FreeBSDbrian
2000-10-09If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10thbrian
2000-10-09Create fd_sets big enough to handle getdtablesize() descriptors.brian
2000-10-06Fix byte ordering for CuSeeMe and add some tidy-ups; FreeBSDbrian
2000-09-14Fix some style nitsbrian
2000-09-14Support PPPoATM, disabled for now as /usr/include/netnatm doesn't existbrian
2000-09-14Understand IPPROTO_ESP and IPPROTO_AH packetsbrian
2000-09-07Remove redundant includesbrian