aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_3'.cvs2svn2001-04-211-35/+0
* MFC: Bring the PPPoE interface UP if requiredBrian Somers2001-03-294-13/+28
* Don't document the ``set socket'' features that haven't yet been MFC'dBrian Somers2001-03-281-21/+2
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-6/+32
* MFC: Reset MPPE_MasterKeyValid when the bundle closesBrian Somers2001-02-229-70/+109
* MFC: Deal with RADIUS accounting failures gracefullyBrian Somers2001-02-221-19/+33
* MFC: Make some comments clearerBrian Somers2001-02-221-1/+8
* MFC: Correct the call to PacketAliasProxyRule()Brian Somers2001-02-221-2/+2
* MFC: Handle the rejection of our secondary DNS IP when the first is accepted.Brian Somers2001-02-221-2/+5
* MFC: Some format bogon fixes from NetBSDBrian Somers2001-02-221-6/+4
* MFC: Handle state changes resulting from executing commands in ppp.linkdownBrian Somers2001-02-221-4/+6
* MFC: Identify sockets on descriptor 0 properly.Brian Somers2001-02-213-54/+88
* MFC: Log the ``MPPE: MasterKey is invalid...'' message as a CCPBrian Somers2000-12-291-1/+1
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-36/+36
* MFC: Add MPPE, MSChapv2 and tcpmssfixupBrian Somers2000-12-1834-114/+1037
* MFC: use canonical form of .Dd macro.Ruslan Ermilov2000-12-121-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-27/+26
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-12-072-0/+197
* MFC: Check the return from tcsetattr().Brian Somers2000-12-041-7/+16
* MFC: minor typo and punctuation fixes.Ben Smithurst2000-11-281-7/+7
* MFC: Be a bit more precise about what ``nat deny_incoming yes'' does.Brian Somers2000-11-161-4/+17
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-11-152-0/+466
* MFC: Make fd_set's dynamic based on getdtablesize().Brian Somers2000-11-014-38/+68
* MFC: Mention that ``nat deny_incoming'' drops unrecognised IP packets.Brian Somers2000-10-311-0/+3
* MFC: Drop PKT_ALIAS_IGNORED packets if ``nat deny_incoming yes'' is in effect.Brian Somers2000-10-301-1/+5
* MFC: Fix some typosBrian Somers2000-09-1610-34/+139
* MFC: Nuke libutil dependencies now that setproctitle() is in libcBrian Somers2000-09-161-5/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-09-161-0/+35
* MFC: Fix resolv.conf line hint: "name-server" -> "nameserver"Ralf S. Engelschall2000-09-031-1/+1
* MFC: Don't treat two or more whitespace followed by a comment asBrian Somers2000-08-301-6/+11
* MFC: Complain about invalid arguments passed to ``set ifaddr''Brian Somers2000-08-301-2/+14
* MFC: -DPPP_NOSUID supportBrian Somers2000-08-1941-379/+826
* MFC: Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresBrian Somers2000-07-201-1/+1
* MFC: Cure latency on a single-link MP connectionBrian Somers2000-07-131-11/+17
* MFC: Correct printf-style format errorBrian Somers2000-07-034-10/+16
* MFC: doc fixes.Paul Saab2000-06-301-2/+2
* MFC: remove ``nat pptp'' as this is now done transparently by libalias.Ruslan Ermilov2000-06-275-50/+1
* MFC: Allow padding in LQR ECHO requestsBrian Somers2000-06-201-2/+3
* MFC: Don't mis-match interface names in iface_Create()Brian Somers2000-06-191-2/+3
* MFC: Add ``set urgent none'' and ``set ifqueue''Brian Somers2000-06-158-14/+71
* MFC: Hard sentence breaks and trailing space tidy-upsBrian Somers2000-06-121-527/+854
* MFC: Don't oan about padding charactersBrian Somers2000-06-111-2/+0
* MFC: Handle open/dial from state DATALINK_READY properlyBrian Somers2000-06-0311-46/+71
* MFC: Fix a typoBrian Somers2000-05-111-1/+1
* MFC: Mention that the default is to let external traffic route toBrian Somers2000-05-112-6/+13
* MFC: Correct a bad bug in m_prepend()Brian Somers2000-05-071-3/+5
* MFC: Make redial & reconnect work againBrian Somers2000-04-1313-96/+215
* MFC: Don't wander off into oblivion when parsing "#"Brian Somers2000-04-032-8/+2
* MFC: Plug two file descriptor leaksBrian Somers2000-04-031-2/+6
* MFC:Brian Somers2000-03-2150-576/+1191