aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* utmp.ut_time and lastlog.ll_time are explicitly int32_t rather thanPeter Wemm2002-11-151-1/+1
* If the peer gives us 0.0.0.0 as his IP number, NAK it rather than acceptingBrian Somers2002-09-231-1/+2
* Unbreak -DNOINET6Brian Somers2002-09-021-0/+2
* Correctly handle ifr.ifr_flags/ifr.ifr_flagshigh like ifconfig(8) does.Maxim Sobolev2002-08-291-3/+6
* - made ppp compliant to RFC 2472 (based on a patch from anotherBrian Somers2002-08-295-49/+176
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-2724-6/+26
* Use _BSD_VA_LIST_ rather than __va_list if it's definedBrian Somers2002-08-271-2/+5
* Correct the FAQ urlBrian Somers2002-08-262-4/+6
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-255-13/+15
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-2/+2
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-1/+1
* Correct URL to the FAQMarc Fonvieille2002-07-311-1/+1
* Correct links to Handbook's pages, old URLs does not work anymore.Marc Fonvieille2002-07-301-2/+2
* Do a case insensitive comparison when comparing the ms-chap responseBrian Somers2002-07-301-1/+1
* Remove unused calls to inet_addr()Brian Somers2002-07-182-2/+0
* Back out the previous revisionBrian Somers2002-07-041-12/+3
* If we've given a domain name prefix as the authentication name, stripBrian Somers2002-07-031-3/+12
* Don't trust the MPPE key lengths passed back from the RADIUS server.Brian Somers2002-07-021-2/+4
* Remove some misleading/wrong diagnosticsBrian Somers2002-07-021-5/+1
* Show the port number (tty slot, pppoe session id etc) underBrian Somers2002-06-301-5/+14
* When a netgraph message is read, look for another before returning.Brian Somers2002-06-291-63/+66
* Don't use SignalBundle if it's not setBrian Somers2002-06-281-3/+6
* Complain about (and fix) misformatted RADIUS attributes rather than silentlyBrian Somers2002-06-281-2/+6
* When a RADIUS server is being used, don't use MPPE unless the RADIUSBrian Somers2002-06-281-6/+19
* Add a hack to handle RADIUS responses from peers that forget thatBrian Somers2002-06-231-4/+20
* Don't expect NUL terminated data in all netgraph messages received.Brian Somers2002-06-221-2/+8
* Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codeBrian Somers2002-06-175-29/+34
* A better prinflike fix...Brian Somers2002-06-151-2/+2
* Remove whitespace at the end of lines.Brian Somers2002-06-1531-89/+89
* Fix a printflike format errorBrian Somers2002-06-151-1/+1
* Remove a forgotten diagnosticBrian Somers2002-06-151-1/+0
* If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as anBrian Somers2002-06-122-1/+20
* Bump the version number to reflect the recent RADIUS commitsBrian Somers2002-06-121-1/+1
* Don't forget to process the Ident field on the front ofBrian Somers2002-06-122-16/+26
* Understand the following Microsoft Vendor Specific RADIUS attributes:Brian Somers2002-06-128-55/+329
* Cast pid_t to long for printf()ingBrian Somers2002-06-061-2/+2
* Add a missing ``a''.Brian Somers2002-06-031-1/+1
* Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER isBrian Somers2002-06-021-0/+8
* Coerce pid_t to long rather than int for better portability.Brian Somers2002-05-274-17/+17
* Increase the maximum FSM option length to 50Brian Somers2002-05-222-3/+3
* Add some missing #includes that weren't required due to namespace polutionBrian Somers2002-05-223-2/+3
* Mention our support of the authentication side of rfc2548Brian Somers2002-05-211-1/+1
* Document RAD_MICROSOFT_MS_CHAP2_SUCCESS.Brian Somers2002-05-181-0/+5
* Put back <string.h>Brian Somers2002-05-171-0/+1
* Add some OpenBSD includesBrian Somers2002-05-161-0/+4
* Fix a mis-placed #else/#endifBrian Somers2002-05-161-2/+1
* Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it'sBrian Somers2002-05-165-48/+114
* Fix an include for NetBSDBrian Somers2002-05-141-0/+3
* Avoid a rather bizarre warning from gcc 3.1:Brian Somers2002-05-141-1/+1
* o Clean up some #includesBrian Somers2002-05-1442-133/+163