summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp_auth.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-03Move PPP constants where they are usedMarcel Holtmann1-0/+2
2010-04-02Refactor: Get rid of (now) pointless commentsDenis Kenzior1-2/+0
2010-04-02Refactor: Get rid of packet handler registrationsDenis Kenzior1-10/+3
2010-04-02Add more missing break statementsMarcel Holtmann1-0/+2
2010-04-01Add some debugging information to PPP authentication handlingMarcel Holtmann1-3/+6
2010-03-29Fix use of g_checksum_get_digest() inout argumentMarcel Holtmann1-2/+2
2010-03-26ppp: send PPP_FAIL when authentication failsKristen Carlson Accardi1-1/+2
2010-03-26Allow empty secrets for CHAP authenticationMarcel Holtmann1-1/+2
2010-03-24fix memory leak in ppp_authKristen Carlson Accardi1-0/+1
2010-03-22Use password instead of passwd as variable nameMarcel Holtmann1-4/+4
2010-03-22The g_free() function checks for NULL pointersMarcel Holtmann1-5/+3
2010-03-22Some additional whitespace cleanup for PPP codeMarcel Holtmann1-1/+1
2010-03-22CHAP with MD5 authentication supportKristen Carlson Accardi1-0/+229