summaryrefslogtreecommitdiff
path: root/pppd/chap-new.c
Commit message (Expand)AuthorAgeFilesLines
* Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-151-2/+2
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+4
* pppd: (Re)use chap_find_digest in chap_auth_peerTijs Van Buggenhout2021-01-061-3/+2
* pppd: Fix indentation/whitespace in chap_find_digestTijs Van Buggenhout2021-01-061-2/+2
* pppd: Add support for EAP-MSCHAPv2 (client side) (#211)Eivind Næss2021-01-041-0/+12
* pppd: Add option to strip MS domain name (#188)Samuel Thibault2020-12-311-0/+11
* Merge branch 'chap-timeout' of https://github.com/nomis/pppPaul Mackerras2020-12-301-14/+36
|\
| * pppd: Add client CHAP authentication timeoutSimon Arlott2020-08-061-14/+36
* | Convert to ANSI CPaul Mackerras2020-12-291-2/+2
|/
* pppd: Make MSCHAP-v2 cope better with packet lossDeomid Ryabkov2012-05-201-1/+1
* Added new "enable-session" option to enable session accounting andJames Carlson2007-06-191-1/+18
* Log a message when we succeed or fail in authenticating ourselvesPaul Mackerras2005-07-131-1/+3
* Fix the rechallenge behaviour. Previously, once it sent a rechallenge,Paul Mackerras2005-07-101-14/+15
* Remove the requirement that redistributions in binary form reproducePaul Mackerras2004-11-041-8/+3
* Remove dependencies on CHAPMS definition in header files.Paul Mackerras2004-10-311-1/+6
* Fixed compilation failure on Solaris due to new CHAP (missing chap-md5.oJames Carlson2004-01-171-10/+10
* Fix the ID stringPaul Mackerras2003-11-271-1/+1
* Fixed the old chap.c so that it works with the new auth.c, sinceJames Carlson2003-07-281-1/+1
* New CHAP implementation, rewritten from scratch to avoid the codePaul Mackerras2003-06-111-0/+636