summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
...
* MFp4: struct fsm_opt_hdr needs to be __packed as it is used as an array forticso2007-01-051-1/+1
* Listen to a control socket on an IPv4 as well throughume2006-09-181-0/+7
* Remove leading zerosbrian2006-09-061-1/+1
* Remove __DATE__ so that compiling the same source produces the same binarybrian2006-09-062-4/+5
* If the peer REJects our MRU request and that request is for a valuebrian2006-09-061-0/+3
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-5/+7
* Fix a typobrian2005-09-221-1/+1
* Remove this file as it's mostly out of date. Up-to-date info such asbrian2005-09-121-49/+0
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-5/+0
* The kernel doesn't need to include a tun device - the module will be loadedbrian2005-05-061-7/+0
* Update the manual page for ppp(8).jcamou2005-04-281-21/+3
* Be concerned about huge callback numbers by truncating them rather thanbrian2005-02-151-5/+9
* Expand contractions.ru2005-02-131-42/+42
* Expand *n't contractions.ru2005-02-131-29/+29
* Use the correct length when copying trailing data!!brian2005-02-081-1/+1
* Add a radius_Flush() function that waits for the response (or timeout) tobrian2005-01-274-0/+23
* Fixed xref.ru2005-01-211-1/+1
* Scheduled mdoc(7) sweep.ru2005-01-111-1/+1
* Use the standard BSD copyright as per OpenBSD and /sys/net/slcompress*brian2005-01-102-31/+59
* Cast unsigned variables to intbrian2005-01-101-1/+1
* ifr_flagshigh is FreeBSD specificbrian2005-01-101-0/+6
* Integrate some OpenBSD alignment fixes. This hopefully also fixes PR 38058...brian2005-01-102-27/+35
* NOPAM -> NO_PAMru2004-12-211-0/+3
* Overhaul ppp(8) build options so they are safe to use inru2004-12-211-18/+26
* The C define is NONAT.ru2004-12-211-1/+1
* NOINET6 -> NO_INET6ru2004-12-211-1/+1
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
* NOATM -> NO_ATMru2004-12-211-2/+2
* Describe the special meaning of the $ and ~ characters, and the factroam2004-12-161-0/+20
* Implement an ``enable/disable echo'' option, defaults to off.brian2004-12-135-35/+109
* Send NAS-IP-Address as well as NAS-Identifierbrian2004-11-296-57/+120
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-193-13/+13
* For variables that are only checked with defined(), don't provideru2004-10-241-8/+8
* Handle a malloc() failure when allocating urgent portsbrian2004-10-111-3/+8
* Add a bunch of malloc() return checksbrian2004-10-119-25/+61
* Fixed the NONETGRAPH build.ru2004-09-131-2/+14
* Mark bundle as unused in case we're compiled with NORADIUS.phk2004-09-071-3/+3
* Fix the NOSUID build: make sure we have the kldload(2) prototype.marcel2004-09-071-0/+2
* Build with -DNOINET6...brian2004-09-062-3/+20
* Reduce WARNS level to 3. Casting causes alignment warnings on platformsmarcel2004-09-061-1/+1
* Fix the build on 64-bit platforms.marcel2004-09-0610-31/+37
* Fix a warningbrian2004-09-051-1/+2
* Make ppp WARNS=5 cleanbrian2004-09-0575-571/+608
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+0
* Add configuration option "set pppoe [standard|3Com]" which allowsglebius2004-07-295-3/+47
* Avoid casts as lvalues.kan2004-07-281-2/+2
* Report the number of bytes not written when complaining about failed writesbrian2004-07-201-2/+2
* Support a ``set rad_alive N'' command to enable periodic RADIUS accountingbrian2004-07-177-42/+190
* Fix ``set ifaddr''. The code was actually using an uninitialised variable,brian2004-07-151-1/+1
* Remove a stray backslashbrian2004-07-141-1/+1
OpenPOWER on IntegriCloud