summaryrefslogtreecommitdiff
path: root/gatchat/ppp_auth.c
Commit message (Expand)AuthorAgeFilesLines
* gatchat: Fix up minor coding style issuesDenis Kenzior2014-06-211-1/+5
* gatchat: implement PAP authenticationPhilip Paeps2014-06-211-0/+139
* gatchat: Fix minor style issueDenis Kenzior2011-11-141-1/+1
* gatchat: Update copyright informationMarcel Holtmann2011-10-101-1/+1
* ppp: Add basic length sanity checksDenis Kenzior2011-06-291-2/+8
* gatppp: add name field when using chap authCaiwen Zhang2011-05-111-0/+9
* ppp: Remove some g_printsDenis Kenzior2011-02-281-1/+0
* gatchat: explicitly compare pointers to NULLLucas De Marchi2010-11-291-3/+3
* ppp: implement ppp_packet_newKristen Carlson Accardi2010-05-191-3/+1
* ppp: set address and control fieldKristen Carlson Accardi2010-05-101-1/+1
* ppp: Make ppp_chap_process_packet const correctDenis Kenzior2010-04-281-3/+3
* ppp: nak unknown auth protocolKristen Carlson Accardi2010-04-141-2/+0
* ppp: Remove auth_ functions from ppp_auth.cDenis Kenzior2010-04-131-95/+25
* Move PPP constants where they are usedMarcel Holtmann2010-04-031-0/+2
* Refactor: Get rid of (now) pointless commentsDenis Kenzior2010-04-021-2/+0
* Refactor: Get rid of packet handler registrationsDenis Kenzior2010-04-021-10/+3
* Add more missing break statementsMarcel Holtmann2010-04-021-0/+2
* Add some debugging information to PPP authentication handlingMarcel Holtmann2010-04-011-3/+6
* Fix use of g_checksum_get_digest() inout argumentMarcel Holtmann2010-03-291-2/+2
* ppp: send PPP_FAIL when authentication failsKristen Carlson Accardi2010-03-261-1/+2
* Allow empty secrets for CHAP authenticationMarcel Holtmann2010-03-261-1/+2
* fix memory leak in ppp_authKristen Carlson Accardi2010-03-241-0/+1
* Use password instead of passwd as variable nameMarcel Holtmann2010-03-221-4/+4
* The g_free() function checks for NULL pointersMarcel Holtmann2010-03-221-5/+3
* Some additional whitespace cleanup for PPP codeMarcel Holtmann2010-03-221-1/+1
* CHAP with MD5 authentication supportKristen Carlson Accardi2010-03-221-0/+229