summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ppp.8.m4
Commit message (Collapse)AuthorAgeFilesLines
* A number of places in the source tree still reference cuad.* aftereadler2012-12-081-10/+10
| | | | | | | | | | | sio(4) was deprecated by uart(4). s/cuad/cuau/g/ PR: docs/171533 Reviewed by: imp Approved by: cperciva (implicit) MFC after: 3 weeks
* mdoc fixes.joel2012-09-081-41/+21
|
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
|
* Add "iface name" and "iface description" commands.brian2011-02-071-0/+7
| | | | | | PR: 151400 Submitted by: Aragon Gouveia - aragon at phat dot za dot net with minor fixes MFC after: 3 weeks
* Don't refer to pppd(8).trasz2009-12-281-6/+5
|
* Document that ppp handles pipe(2) descriptors specially in -direct mode.brian2009-08-251-1/+14
| | | | MFC after: 3 days
* Add a missing phrase.brian2009-07-051-1/+1
| | | | | | | Submitted by: Jason McIntyre jmc at kerhand dot co dot uk Approved by: re (kib) Obtained from: OpenBSD MFC after: 3 weeks
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-261-18/+2
| | | | | | | | | | | | | | | | | | parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re
* Cleanup after previous commit.brueffer2007-05-251-3/+5
|
* Add a new option for ppp.conf: rad_port_id. It allows tonovel2007-05-251-1/+20
| | | | | | | | | | | | | | | change the way of what ppp submits to the RADIUS server as NAS-Port-Id. Possible options are: the PID of the process owning the corresponding interface, tun(4) interface number, interface index (as it would get returned by if_nametoindex(3)), or it's possible to keep the default behavior. Check the ppp(8) manual page for details. PR: bin/112764 Submitted by: novel (myself) Reviewed by: flz Approved by: flz MFC after: 1 month
* Remove leading zerosbrian2006-09-061-1/+1
| | | | Suggested by: mdoc police (ru)
* Remove __DATE__ so that compiling the same source produces the same binarybrian2006-09-061-2/+4
| | | | (for non-static binaries at least).
* Fix a typobrian2005-09-221-1/+1
| | | | Obtained from: OpenBSD
* The kernel doesn't need to include a tun device - the module will be loadedbrian2005-05-061-7/+0
| | | | on demand if required.
* Update the manual page for ppp(8).jcamou2005-04-281-21/+3
| | | | | | | PR: docs/78605 Submitted by: John E. Hein <jhein@timing.com> Approved by: trhodes (mentor) MFC after: 1 day
* Expand contractions.ru2005-02-131-42/+42
|
* Expand *n't contractions.ru2005-02-131-29/+29
|
* Fixed xref.ru2005-01-211-1/+1
|
* Scheduled mdoc(7) sweep.ru2005-01-111-1/+1
|
* Describe the special meaning of the $ and ~ characters, and the factroam2004-12-161-0/+20
| | | | | | | | that you can get around it by double-quoting them. PR: 42762 Submitted by: AIDA Shinra <aida-s@jcom.home.ne.jp> Discussed with: brian
* Implement an ``enable/disable echo'' option, defaults to off.brian2004-12-131-6/+52
| | | | | | | | | This allows LCP ECHOs to be enabled independently of LQR reports. Note: This introduces a change in the default behaviour (search for lqr and echo in the man page). I'll update UPDATING to reflect this. PR: 74821
* Send NAS-IP-Address as well as NAS-Identifierbrian2004-11-291-0/+43
| | | | | | | | Add ``disable NAS-IP-Address'' and ``disable NAS-Identifier'' options to support pre-rfc2865 RADIUS servers. This pushes our enable/disable items over the 32 bit limit, so reoganise things to allow a bunch more options. Go to version 3.4.1 so that any compatability problems can be identified.
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-191-11/+11
| | | | | PR: 73879 Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Add configuration option "set pppoe [standard|3Com]" which allowsglebius2004-07-291-1/+6
| | | | | | | to configure mode for ng_pppoe(4) node under control. Reviewed by: brian Approved by: julian (mentor)
* Support a ``set rad_alive N'' command to enable periodic RADIUS accountingbrian2004-07-171-0/+18
| | | | | | | | | | | information being sent to the RADIUS server. Logging of RADIUS accounting information moves to a ``set log [+-]radius'' level, along with the RADIUS alive info, and the version number is bumped to 3.2 to reflect this. Mostly submitted by: alx@sm.ukrtel.net (back in January) MFC after: 3 weeks
* Mechanically kill hard sentence breaks.ru2004-07-021-9/+15
|
* Mention that ``set mtu max'' is necessary for PPPoE.brian2004-06-291-0/+3
| | | | | PR: 32040 MFC after: 2 weeks
* 2 small typos.charnier2004-04-041-2/+2
|
* Xref the proper manual pages.trhodes2004-01-121-3/+3
| | | | | PR: 60999 Submitted by: Marc Silver <marcs@draenor.org>
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.marcus2003-09-231-0/+8
| | | | | | | | | | | | | | | Skinny is the protocol used by Cisco IP phones to talk to Cisco Call Managers. With this code, one can use a Cisco IP phone behind a FreeBSD NAT gateway. Currently, having the Call Manager behind the NAT gateway is not supported. More information on enabling Skinny support in libalias, natd, and ppp can be found in those applications' manpages. PR: 55843 Reviewed by: ru Approved by: ru MFC after: 30 days
* Mention the use of Framed-IPv6-Prefix.ume2003-06-201-0/+4
| | | | MFC after: 1 week
* Mention the use of Framed-IPv6-Route.ume2003-06-201-0/+46
| | | | MFC after: 1 week
* Erase whitespace at EOL.ru2003-05-221-3/+3
| | | | Approved by: re (blanket)
* Add a ``force-scripts'' option for using chat scripts with -direct andbrian2003-03-261-3/+18
| | | | | | -dedicated links. Submitted by: Maksim Yevmenkin <myevmenk@exodus.net>
* - made ppp compliant to RFC 2472 (based on a patch from anotherbrian2002-08-291-0/+3
| | | | | | | | | contributor) - support ipv6cpretry and ipv6cpretries, which are IPv6 versions of ipcpretry and ipcpretries. - improve handling of IPv6 link-local addresses Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
* Correct the FAQ urlbrian2002-08-261-1/+1
| | | | Submitted by: Olivier Tharan <olive@oban.frmug.org>
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-131-1/+1
|
* Correct links to Handbook's pages, old URLs does not work anymore.blackend2002-07-301-2/+2
| | | | MFC after: 1 week
* If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as anbrian2002-06-121-1/+12
| | | | | | additional label from ppp.linkup & ppp.linkdown to load. Suggested and mostly submitted by: andrew pavlov <and@kremenchug.net>
* Understand the following Microsoft Vendor Specific RADIUS attributes:brian2002-06-121-3/+41
| | | | | | | | | | | | | | | | | RAD_MICROSOFT_MS_MPPE_ENCRYPTION_POLICY RAD_MICROSOFT_MS_MPPE_ENCRYPTION_TYPES RAD_MICROSOFT_MS_MPPE_RECV_KEY RAD_MICROSOFT_MS_MPPE_SEND_KEY These attributes may be supplied by a RADIUS server when MSCHAPv2 is used to authenticate. It *should* now be possible to build ppp with -DNODES and still support CHAP/MSCHAP/MSCHAPv2/MPPE via a RADIUS server, but the code isn't yet smart enough to do that (building with -DNODES just looses these facilities). Sponsored by: Monzoon
* Add a missing ``a''.brian2002-06-031-1/+1
|
* Mention our support of the authentication side of rfc2548brian2002-05-211-1/+1
|
* Document RAD_MICROSOFT_MS_CHAP2_SUCCESS.brian2002-05-181-0/+5
|
* Add support for MS-CHAP authentication via a RADIUS server.brian2002-05-101-0/+8
| | | | | | Add support for Reply-Message and MS-CHAP-Error. Sponsored by: Monzoon
* Understand the Session-Timeout RADIUS attributebrian2002-05-071-0/+5
| | | | | | Store the Filter-Id attribute (we don't do anything with it yet) Submitted mostly by: andrew pavlov <and@kremenchug.net>
* Add variable substitutions for SOCKNAME, IPOCTETSIN, IPOCTETSOUT, IPPACKETSIN,brian2002-04-171-4/+42
| | | | | IPPACKETSOUT, IPV6OCTETSIN, IPV6OCTETSOUT, IPV6PACKETSIN, IPV6PACKETSOUT, OCTETSIN, OCTETSOUT, PACKETSIN, PACKETSOUT and SOCKNAME.
* Fix a typobrian2002-03-251-1/+1
| | | | Submitted by: dirk
* mdoc(7) police: .Va -> .Ev.ru2002-03-151-1/+1
|
* Document NGM_PPPOE_ACNAME handling.brian2002-02-201-0/+6
|
* Cross reference the NETWORK ADDRESS TRANSLATION section when describingbrian2002-01-231-1/+5
| | | | | | the -nat flag. Requested by: eivind
OpenPOWER on IntegriCloud