aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* 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-35/+109
* 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
* Mark bundle as unused in case we're compiled with NORADIUS.Poul-Henning Kamp2004-09-071-3/+3
* Fix the NOSUID build: make sure we have the kldload(2) prototype.Marcel Moolenaar2004-09-071-0/+2
* Build with -DNOINET6...Brian Somers2004-09-062-3/+20
* Reduce WARNS level to 3. Casting causes alignment warnings on platformsMarcel Moolenaar2004-09-061-1/+1
* Fix the build on 64-bit platforms.Marcel Moolenaar2004-09-0610-31/+37
* Fix a warningBrian Somers2004-09-051-1/+2
* Make ppp WARNS=5 cleanBrian Somers2004-09-0575-571/+608
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
* Add configuration option "set pppoe [standard|3Com]" which allowsGleb Smirnoff2004-07-295-3/+47
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+2
* Report the number of bytes not written when complaining about failed writesBrian Somers2004-07-201-2/+2
* Support a ``set rad_alive N'' command to enable periodic RADIUS accountingBrian Somers2004-07-177-42/+190
* Fix ``set ifaddr''. The code was actually using an uninitialised variable,Brian Somers2004-07-151-1/+1
* Remove a stray backslashBrian Somers2004-07-141-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-9/+15
* Re-implement LQM, this time according to the rfc.Brian Somers2004-06-3010-67/+208
* Mention that ``set mtu max'' is necessary for PPPoE.Brian Somers2004-06-291-0/+3
* Reduce MAXMSS limit by 12 bytes to allow for rfc 1323.Brian Somers2004-06-291-1/+1
* If HISMACADDR is set in the environment (by pppoed), pass the value toBrian Somers2004-06-261-0/+16
* Send RADIUS gigaword data when OctetsIn or OctetsOut go over UINT32_MAX.Diomidis Spinellis2004-05-191-2/+5
* Make getprotobynumber() calls in FilterCheck conditional on the logDiomidis Spinellis2004-05-131-13/+43
* Add a missing memcpy (*blush*!)Brian Somers2004-04-171-4/+8
* 2 small typos.Philippe Charnier2004-04-041-2/+2
* Use the length of the interface name, not the length of its address whenBrooks Davis2004-01-211-1/+1
* Xref the proper manual pages.Tom Rhodes2004-01-121-3/+3
* Replace all uses of the old netgraph constants NG_*LEN by the newHartmut Brandt2003-11-152-11/+11