summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd
Commit message (Collapse)AuthorAgeFilesLines
* Logging should wind up in /var/log, not /etc/ppp/.asmodai2001-07-311-1/+1
| | | | | | PR: 11989 Submitted by: Phil Homewood <phil@rivendell.apana.org.au> MFC after: 1 week
* Install this mode 4550 owned by group dialer; there is unsafe codekris2001-07-241-1/+3
| | | | | | | | in the signal handlers which may pose a risk when executable by untrusted users. Submitted by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl> MFC After: 3 days
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-9/+9
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove whitespace at EOL.dd2001-07-151-4/+4
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
| | | | Compatability is not an existing english word.
* Add `_PATH_DEVZERO'.obrien2000-12-092-7/+9
| | | | Use _PATH_* where where possible.
* Constifykris2000-11-271-1/+1
|
* Remove the last vestiges of libRSAglue now that it's an empty stub.kris2000-03-111-4/+0
| | | | | | This should fix the buildworld problems some people were seeing. Approved by: jkh
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLkris2000-03-091-1/+1
| | | | Approved by: jkh
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-031-21/+43
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Update DISTRIBUTION for new crypto world order.markm2000-02-291-1/+1
|
* Use libcrypto instead of libdes.markm2000-02-242-3/+7
|
* $Id$ -> $FreeBSD$peter1999-08-2829-29/+29
|
* Add a knob to avoid DES code when making crunched binary. This isn't a beautyabial1999-07-151-2/+11
| | | | | | | | | incarnated, it just matches other deficiencies related to crunchgen and friends... and we already have similar code in ppp/Makefile. RELEASE_CRUNCH should be axed, but for now let's be consistent. Submitted by: Patrick Powell <papowell@astart.com>
* Reset our start time when the link comes up, correctingbrian1999-06-171-1/+2
| | | | | | | the reported connection time. PR: 11943 Submitted by: Peter Mutsaers <plm@xs4all.nl>
* When incrementing through a SIOCGIFCONF list, enforce a lower limit ofarchie1999-06-051-6/+9
| | | | | | | | | sizeof(ifr->ifr_addr) for the variable length field ifr->ifr_addr.sa_len. Otherwise the increment will be wrong in certain cases. Obtained from: Whistle source tree For the record: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> suggests SIOCGIFCONF should be dropped in favor of a sysctl mechanism.
* pppd/Makefile:jdp1999-04-291-5/+8
| | | | | | | | | Enable MS-CHAP support. release/Makefile: Build a separate NOCRYPT version of pppd, to keep This Great Nation's top-secret cryptographic tools out of the filthy hands of those evil furriners.
* Fix the MS-CHAP support. The code was passing a bit count tojdp1998-10-112-3/+9
| | | | | | | | | | MD4Update(), but our version in libmd expects a byte count. This code is not currently compiled or linked into pppd, so I'm reasonably sure I didn't break anything. :-) I added the necessary statements to the Makefile, but left them commented out because we are in feature freeze. When the code is enabled, we must be careful to build it only if the DES library is available.
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-2/+1
|
* Forgot to resync the RELNOTES to 2.3.5peter1998-06-231-3/+56
|
* remove old hack that's no longer needed and now breaks the compilepeter1998-06-211-5/+2
|
* Merge ppp 2.3.3 -> 2.3.5 changes onto mainline.peter1998-06-2014-355/+488
|
* ppp-2.3.x ships with a bad compression number for deflate. It uses numberpeter1998-03-223-4/+186
| | | | | | | 24 (which is magnalink!) rather than the correct (according to the rfc) 26. Initial attempt at a compatability kludge that will negotiate for either but will prefer to use the correct deflate compression type.
* Merge ppp-2.3.3 changes onto mainlinepeter1998-03-2214-250/+105
|
* Update from ppp-2.3.3peter1998-03-211-6/+36
|
* Removed most unused includes of <net/if_var.h> outside the kernel.bde1998-01-161-2/+1
|
* Fix a segmentation violation that happened if "auth" was in thejdp1997-12-131-2/+3
| | | | options file but there was no suitable secret in the secrets file.
* Don't logwtmp(), login() already does it.brian1997-10-281-3/+5
| | | | | Log us out of utmp & wtmp if we're already in there. PR: 4862
* Don't say that the filtering options are only available under NetBSD, andpeter1997-10-181-4/+5
| | | | | | | don't claim that _any_ serial speed is settable, mention that it has to be supported by the device driver. Some have very flexible baud rate selection (ie: based on divisors etc, such as the com ports), while others have explicit baud rate choices.
* Give PPP_FILTER a whirl.peter1997-10-101-3/+8
|
* Revive the connect-max-attempts option. When running in persist mode,peter1997-10-104-5/+31
| | | | | this limits the number of retries before aborting. This can save expensive phone bills. :-) See rev 1.6 of main.c for original.
* Revive rev 1.10, which documents the secrets files overrides for thepeter1997-10-101-2/+6
| | | | local:remote IP addresses on the command line or the options.ttynn files.
* Revive some things that were lost during the ppp-2.3.1 update.peter1997-10-103-6/+57
| | | | | | | | | - (see auth.c rev 1.13) allow the pap/chap secrets file to specify an override for the otherwise hard coded IP addresses. This allows specific users to dial in on a rotary which would otherwise get a dynamic address forced to authenticate and get their own fixed addresses. - (see options.c rev 1.9) recognize the old dns1 and dns2 options. This is a hack (TM). :-)
* Oops, that'll teach me to edit the makefile after testing... Removepeter1997-08-221-2/+2
| | | | duplicate cbcp.c in SRCS... :->
* Turn on client callback support (CBCP), it seems to be complete.peter1997-08-222-2/+10
|
* Update to include 2.3.1 details (this is not an imported file, it's apeter1997-08-221-0/+30
| | | | | | composite of other files) Reminded by: pst
* Update to pppd-2.3.1, except for the CLOCAL changes while running thepeter1997-08-224-13/+27
| | | | connect script to main.c that can cause problems on bsd-style tty systems.
* *gulp* First pass at merging in ppp-2.3.0's pppd. (this haspeter1997-08-1930-2028/+8250
| | | | | | | | | | | | | | | dial-on-demand, packet filtering, idle timeouts, etc). The IPX support is pretty much there but more work needs to be done in sys-bsd.c for the interface ioctls (Linux has a very different way of configuring IPX interfaces). Along the way some things have temporarily been lost due to very messy conflicts. I will recover them shortly when I can think clearer. The main one is the local:remote address override in pap-secrets and chap-secrets. Some other home-grown features (dns1,dns2) have been implemented differently. Microsoft's chap client auth hacks have been implemented. There are bound to be more rough edges... The changes for connect-max-retries doesn't fit well with the dial-on-demand code.
* Temporarily move these to the Attic so that there's no confusion overpeter1997-08-197-2648/+0
| | | | | | mixed up versions. Also, these were imported onto the 1.1.2 branch (since the last one was imported there, sigh) and that causes cvsup in checkout mode some problems (there isn't any 1.1.1 branch at all!!).
* Initial revisionpeter1997-08-197-0/+2648
|
* kill the undeadpeter1997-07-133-2223/+0
|
* Fix a bug (dereferencing zero) introduced by the last mods.brian1997-05-131-2/+2
| | | | Submitted by: David Nugent <davidn@labs.usn.blaze.net.au>
* Ouch. This was dying to cause problems !brian1997-05-101-2/+2
| | | | | Luckily the side-effects were what was intended.
* Make the explanation of the -detach option clearer.brian1997-05-071-2/+3
| | | | | PR: 1674 Submitted by: Slaven Rezic <eserte@cabulja.herceg.de>
* Suggested by: David Nugentdanny1997-04-163-10/+10
| | | | Use /etc/ppp/ppp.deny instead of /etc/ppp/ppp.disabled
* Reviewed by: Brian Somers <brian@freebsd.org>danny1997-04-154-28/+119
| | | | | | | | pppd now creates /var/run/ttyXn.if file containing the interface name; check that a 'login' user is not listed in /etc/ppp/ppp.disabled; check that a 'login' user's shell is listed in /etc/ppp/ppp.shells; make sure that passwordless 'login' logins are recorded in wtmp and utmp.
* Allow forcing of local_ip:remote_ip in pap-secretsbrian1997-04-132-18/+64
| | | | | | | | and chap-secrets files. This allows specific users to have pre-allocated IP numbers while others get assigned dynamically. Submitted by: David Nugent <davidn@unique.usn.blaze.net.au>
* Revert $FreeBSD$ to $Id$peter1997-02-2227-27/+27
|
OpenPOWER on IntegriCloud