summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-21127-127/+127
* MFC r196530: Document that ppp handles pipe(2) descriptors specially inBrian Somers2009-09-031-1/+14
* MFC: When ``ppp -direct'' is invoked by a program that uses pipe(2) toBrian Somers2009-08-274-124/+303
* MFC: When realloc()ing device memory for transfer to another ppp process,Brian Somers2009-08-273-11/+13
* MFC: Don't get stuck in an infinite loop comparing (short++ <= maxshort)Brian Somers2009-08-091-3/+2
* MFC: Add a missing phrase.Brian Somers2009-08-031-1/+1
* MFC: r192798: Fix a race that can stall the timerBrian Somers2009-06-171-14/+23
* MFC r191305:Bjoern A. Zeeb2009-04-221-3/+1
* MFC r186308 by qingli:Bjoern A. Zeeb2009-04-131-1/+3
* MFC: OpenPAM HydrangeaDag-Erling Smørgrav2008-01-181-5/+5
* I4B header files are now installed in include/i4b/ and no longerBjoern A. Zeeb2007-07-061-5/+0
* Cleanup after previous commit.Christian Brueffer2007-05-251-3/+5
* Add a new option for ppp.conf: rad_port_id. It allows toRoman Bogorodskiy2007-05-254-12/+80
* Check the return value from rad_cvt_ipv6prefix().Hajimu UMEMOTO2007-03-011-1/+7
* MFp4: struct fsm_opt_hdr needs to be __packed as it is used as an array forBernd Walter2007-01-051-1/+1
* Listen to a control socket on an IPv4 as well throughHajimu UMEMOTO2006-09-181-0/+7
* Remove leading zerosBrian Somers2006-09-061-1/+1
* Remove __DATE__ so that compiling the same source produces the same binaryBrian Somers2006-09-062-4/+5
* If the peer REJects our MRU request and that request is for a valueBrian Somers2006-09-061-0/+3
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-5/+7
* Fix a typoBrian Somers2005-09-221-1/+1
* Remove this file as it's mostly out of date. Up-to-date info such asBrian Somers2005-09-121-49/+0
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-5/+0
* The kernel doesn't need to include a tun device - the module will be loadedBrian Somers2005-05-061-7/+0
* Update the manual page for ppp(8).Jesus R. Camou2005-04-281-21/+3
* Be concerned about huge callback numbers by truncating them rather thanBrian Somers2005-02-151-5/+9
* Expand contractions.Ruslan Ermilov2005-02-131-42/+42
* Expand *n't contractions.Ruslan Ermilov2005-02-131-29/+29
* Use the correct length when copying trailing data!!Brian Somers2005-02-081-1/+1
* Add a radius_Flush() function that waits for the response (or timeout) toBrian Somers2005-01-274-0/+23
* Fixed xref.Ruslan Ermilov2005-01-211-1/+1
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-1/+1
* Use the standard BSD copyright as per OpenBSD and /sys/net/slcompress*Brian Somers2005-01-102-31/+59
* Cast unsigned variables to intBrian Somers2005-01-101-1/+1
* ifr_flagshigh is FreeBSD specificBrian Somers2005-01-101-0/+6
* Integrate some OpenBSD alignment fixes. This hopefully also fixes PR 38058...Brian Somers2005-01-102-27/+35
* NOPAM -> NO_PAMRuslan Ermilov2004-12-211-0/+3
* Overhaul ppp(8) build options so they are safe to use inRuslan Ermilov2004-12-211-18/+26
* The C define is NONAT.Ruslan Ermilov2004-12-211-1/+1
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
* NOATM -> NO_ATMRuslan Ermilov2004-12-211-2/+2
* Describe the special meaning of the $ and ~ characters, and the factPeter Pentchev2004-12-161-0/+20
* Implement an ``enable/disable echo'' option, defaults to off.Brian Somers2004-12-135-34/+108
* Send NAS-IP-Address as well as NAS-IdentifierBrian Somers2004-11-296-57/+120
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-193-13/+13
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-8/+8
* Handle a malloc() failure when allocating urgent portsBrian Somers2004-10-111-3/+8
* Add a bunch of malloc() return checksBrian Somers2004-10-119-25/+61
* Fixed the NONETGRAPH build.Ruslan Ermilov2004-09-131-2/+14