summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Collapse)Author
2004-01-28remove unused variable. ok millert@Kevin Lo
2004-01-24since other users cannot exec them, do not make it readable eitherTheo de Raadt
2004-01-23Use closefrom(); ok millert teduTheo de Raadt
2003-11-15check getpass for NULL. from Jared Yanovich. ok otto@Ted Unangst
2003-10-31New libedit api changes.Otto Moerbeek
Tested by djm@, mouring@, jmc@. ok deraadt@
2003-10-20realloc fixesTheo de Raadt
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-09-07fix crash. pr3454 from openbsd at rukh.net. ok deraadt@Ted Unangst
2003-08-19use poll instead; millert fgsch okTheo de Raadt
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
I've skipped the GNU stuff for now. From Patrick Latifi.
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-04fix some more UCB term 3Theo de Raadt
2003-06-02Update old UCB license w/ new one based on /sys/net/slcompress.[ch]Todd C. Miller
2003-04-28strncpy IS NOT strlcpyThierry Deval
blame from deraadt@, krw@
2003-04-28String cleanup, from beck@Thierry Deval
With some personal enhancements. ok beck@
2003-04-28strings. tdeval and I finally agree on this :)Bob Beck
ok tdeval@
2003-04-23updated links to FreeBSD ppp docs;Jason McIntyre
from Michael Tannenbaum (PR 3224); ok millert@
2003-04-14strlcpy, obviousTheo de Raadt
2003-04-08more correct snprintf bound. ok deraadt@Ted Unangst
2003-04-07more string cleaning; ok teduTheo de Raadt
2003-04-04strlcat; Hans-Joerg.Hoexer@yerbouti.franken.deTheo de Raadt
2003-04-04strlcpy and snprintf; various people okTheo de Raadt
2003-03-14removed references to non-existent radius.conf(5);Jason McIntyre
from Adrian Close; fixes PR 2558; ok millert@
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
ok henning@ jmc@
2003-02-18copyrights added;Jason McIntyre
*installboot*: all Paul Kranenburg pppctl(8): Brian Somers rpc.bootparamd(8): public domain
2003-02-09typos;Jason McIntyre
2002-07-18Remove unused calls to inet_addr()brian
2002-07-04Back out the previous revisionbrian
Objected to by: Andre Oppermann <oppermann@pipeline.ch> After Andre's objection, I've re-examined rfc 2759 and noted that it says that the domain name shouldn't be used when generating the NT-Response field. So it looks like the bug is in freeradius rather than in ppp.
2002-07-03If we've given a domain name prefix as the authentication name, stripbrian
it off before passing it on to the RADIUS server for authentication.
2002-07-02Remove whitespace at eolbrian
2002-07-02Don't trust the MPPE key lengths passed back from the RADIUS server.brian
Instead, use the correct values based on the number of bits actually negotiated.
2002-07-02Remove some misleading/wrong diagnosticsbrian
2002-07-01Fix a FreeBSD specific latency problem.brian
2002-07-01typobrian
2002-07-01Don't allow the use of MPPE with RADIUS unless the RADIUS server has providedbrian
keys.
2002-07-01Handle mis-formatted messages from RADIATOR (now fixed in RADIATOR)brian
2002-07-01Spellingbrian
2002-06-28Don't use SignalBundle if it's not setbrian
Submitted by: Federico G. Schwindt <fgsch@olimpo.com.br>
2002-06-17Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codebrian
path... after we've talked to any RADIUS servers involved, so that we haven't touched the data before it gets to the server.
2002-06-15Cast a format parambrian
2002-06-15Tidy up end of line whitespacebrian
2002-06-15Understand MS-MPPE-Encryption-Policy, MS-MPPE-Encryption-Types,brian
MS-MPPE-Recv-Key and MS-MPPE-Send-Key RADIUS attributes, making MPPE work properly with RADIUS & MSCHAPv2. Do something with the Filter-Id RADIUS attribute. Handle MS-CHAP-Error and MS-CHAP2-Success correctly rather than bogusly including the Ident field in the text passed back to the client. Bump the max FSM option length to 52 (was 20) Add some missing includes.
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-02Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER isbrian
sufficient.
2002-05-27and this one, brianTheo de Raadt
2002-05-27Coerce pid_t to long rather than int for better portability; theobrian
2002-05-19Document RAD_MICROSOFT_MS_CHAP2_SUCCESS.brian
2002-05-17Bump the version number to reflect the latest MS-CHAP2 changesbrian
2002-05-17Put back <string.h>brian
2002-05-16Remove some unused includesbrian