summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Connections are timed and the call duration is loggedbrian1997-02-092-2/+13
| | | | | | via syslog. Submitted by: Lars Fredriksen <fredriks@mcs.com> Obtained from: Lars Fredriksen <fredriks@mcs.com>
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1427-27/+27
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Update to match changes in <net/if.h>.wollman1997-01-031-1/+2
|
* Cosmetic fix for pppd; login() updates both utmp and wtmp, so don'tmsmith1996-12-311-3/+2
| | | | | | | call logwtmp() again ourselves. This avoids 'last' showing duplicate logins. Submitted by: Daniel O'Callaghan <danny@hilink.com.au>
* Manage UTMP entry if we're doing username/password PAP loginspst1996-11-131-10/+32
|
* Fixes:scrappy1996-10-221-3/+3
| | | | | | | >Description: pppd failes to set control terminal if -detach option is given. Submitted by: enami@ba2.so-net.or.jp
* Fix potential buffer overrunpst1996-10-011-5/+8
|
* Removed bogus unused `-I..' and unnecessary override of BINDIR. Didn'tbde1996-09-041-3/+2
| | | | clean up.
* Add RTF_STATIC to flags when creating a default route. Hopefully thispeter1996-08-131-2/+2
| | | | will stop routed from removing it if it is also running.
* Previously, if the dial script had any problems, pppd would simplypst1996-08-114-5/+29
| | | | | | | | | | bomb out. Unfortunately, FreeBSD's sio driver and certain internal modems don't get along very well, which can cause the serial port to wedge until it is closed and reopened. Add new variable, connect-max-attempts, default = 1 (to mimic previous behavior). If > 1, will try up to "n" times to dial remote site before aborting.
* Update the pppd(8) man page to exmplain the CHAP acronymmpp1996-07-031-2/+2
| | | | | | to the same way that the RFC does. Obtained from: NetBSD-bugs mailing list
* Xref chat(8) and ppp(8).mpp1996-05-021-1/+3
| | | | Pointed-out-by: Someone in the mailing lists
* Work around the problem that our -current pppd can no longer talkjoerg1996-03-081-1/+5
| | | | | | | | with our iijppp as a client. Simply shut down the CCP layer if no matching protocol could be found. Reviewed by: peter
* Use libmd.phk1996-03-0112-385/+133
| | | | | Add support for negotiating (more like "informing peer") about DNS. Various cleanup of warnings.
* ppp-2.2 doesn't have a RELNOTES file anymore, so the old one here waspeter1995-11-101-0/+147
| | | | | | | rather out of date.. it even suggested that it was ppp-2.1.1 still :-) I've selected some bits from the README files and pre-pended it so that at least reading it tells you _something_ about the recent history.
* Recover lost support for netmask 255.255.255.255 that was lost in the merge.peter1995-11-041-5/+5
| | | | Submitted by: Michael Butler <imb@scgt.oz.au>
* AARGH!! by default, pppd would no longer allow users to use "proxyarp"peter1995-11-031-1/+5
| | | | | | | | | or "defaultroute"... That's forgivable I guess, but the silly thing didn't have any way to _enable_ the options either! :-( This now enables them by default. Obtained from: ppp-2.3a0
* Whoops.. ppp-comp.h -> ppp_comp.h...peter1995-10-312-4/+4
|
* Bring pppd from ppp-2.2 onto the mainline..peter1995-10-3121-1682/+2384
| | | | (more work needs to be done here, I'm trying to beat the supscan)
* Initial revisionpeter1995-10-312-0/+702
|
* Finally applied the fix from PR # 701 for the broken prxyarp option ofjoerg1995-10-031-6/+10
| | | | | | | pppd(8). Reviewed by: several people on -hackers, and me Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
* Recode mask logic to use inet_ntoa() so host routes are valid.pst1995-09-061-5/+5
|
* Check for expired passwords before allowing access to the system.mpp1995-08-281-1/+4
|
* Remove trailing whitespace.rgrimes1995-05-3011-81/+81
|
* Add missing arg to fprintf() error message.dg1995-05-241-2/+2
| | | | Submitted by: Mike Grupenhoff
* Close sec. hole: can exec pgm with more groups than calling user haveache1995-04-291-13/+15
| | | | Include unistd.h and fix few argument old-way things
* Change to use the correct lock file directory.dfr1994-10-221-2/+2
|
* Most of the ``modified'' files really aren't. This is my (simple)wollman1994-09-252-1/+17
| | | | port of pppd.
* Initial revisionwollman1994-09-2530-0/+14133
OpenPOWER on IntegriCloud