summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Don't say ``Enter pause (-1) for redialing when we're using a random interval.brian2001-05-221-6/+3
* If we don't receive a TY_IPADDR option as part of a configure request, NAKbrian2001-05-221-62/+80
* Bring the interface IFF_UP from ipcp_InterfaceUp() (called from IPCP'sbrian2001-05-111-0/+7
* Handle situations where we've already got a P2P interface addressbrian2001-05-021-1/+6
* Fix some quotes and mention that it's usually necessary to trainbrian2001-04-262-2/+44
* Handle IP over IP (IPPROTO_IPV4) properly.brian2001-04-245-12/+32
* kldload ng_pppoe as necessarybrian2001-04-101-0/+5
* It's possible to kldload netgraph (as well as the other ng_* bits),brian2001-04-051-2/+2
* When we change the interface MTU, run through the routing table and tweakbrian2001-04-057-143/+272
* Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEMbrian2001-04-031-18/+27
* Don't say ``PPP enabled'' if we're given the -quiet switchbrian2001-04-031-2/+4
* Don't assume challenges and responses don't contain embedded '\0's.brian2001-04-014-15/+12
* -DRELEASE_CRUNCH moved into crunchgen(1) config files forru2001-03-311-6/+0
* Bring the PPPoE interface UP if requiredbrian2001-03-284-13/+28
* Add some comments to two examples and extend a ``set ifaddr''.brian2001-03-282-6/+6
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* If we're adding an interface address that is already one of the interface'sbrian2001-03-251-33/+52
* Quote PPP_CONFDIR in CFLAGSbrian2001-03-231-1/+1
* Change _PATH_PPP to PPP_CONFDIR and allow it to be overridden at compile timebrian2001-03-234-5/+11
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
* Allow LQR periods of 1 second and FSM retry periods of 1 second. This allows usroger2001-03-191-2/+2
* Deal with ENOENT properly on non-devfs machinesbrian2001-03-121-4/+3
* MAXHOSTNAME includes space for a NULbrian2001-03-094-10/+10
* Talk a little more about the differences between PPPoE on FreeBSD & OpenBSD.brian2001-03-092-4/+20
* MAXPATHLEN -> PATH_MAXbrian2001-03-089-16/+16
* TUNSIFINFO now requires uid 0 to change the interface MTU.brian2001-03-081-2/+3
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-282-2/+2
* Don't even look at af_family if accept() returns sa->sa_len == 0brian2001-02-131-0/+4
* A better fix for the PacketAliasProxyRule() call.brian2001-02-101-3/+3
* mdoc(7) police: replace two -unfilled displays with -tag lists.ru2001-02-072-8/+8
* Add a ``Usable'' function to the ccp switch. The functionbrian2001-02-045-2/+35
* MPPE_MasterKeyValid is only there if HAVE_DES is defined.brian2001-02-041-0/+2
* Don't send an authentication failure response if we fail sendingbrian2001-02-041-13/+26
* Make the MPPE MasterKey Invalid messages a bit clearer (it nowbrian2001-02-042-4/+6
* Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP andbrian2001-02-043-18/+21
* Try to kldload if_tun if we get ENOENT from opening /dev/tunN -brian2001-02-021-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-82/+68
* Fix some log_Printf() castingbrian2001-01-292-8/+6
* Only remove socket files with ``set server open''.brian2001-01-295-21/+31
* Don't pass PacketAliasProxyRule() a buffer with leading whitespace as itbrian2001-01-281-1/+1
* Fix arg countbrian2001-01-262-2/+2
* If executing the stuff from ppp.linkdown results in a state change,brian2001-01-261-4/+6
* Allow ``set server closed'' to close the diagnostic socket.brian2001-01-269-85/+258
* Fix for NetBSD wherebrian2001-01-222-2/+4
* Handle SECDNS being rejected when PRIDNS is notbrian2001-01-221-2/+5
* Use fstat to check if descriptor 0 is a socket.brian2001-01-144-61/+102
* Log the ``MPPE: MasterKey is invalid...'' message as a CCPbrian2000-12-291-1/+1
* Prepare for mdoc(7)NG.ru2000-12-272-72/+72
* Add a missing dot.ru2000-12-152-2/+2
* Correct the documented default behaviour of mschap, mschap81 and MPPE.brian2000-12-152-6/+6
OpenPOWER on IntegriCloud