packaging: Bump to 1.17
[platform/upstream/ofono.git] / gatchat / ppp_auth.c
2014-06-21 Denis Kenziorgatchat: Fix up minor coding style issues
2014-06-21 Philip Paepsgatchat: implement PAP authentication
2011-11-15 Denis Kenziorgatchat: Fix minor style issue
2011-10-10 Marcel Holtmanngatchat: Update copyright information
2011-06-29 Denis Kenziorppp: Add basic length sanity checks
2011-05-12 Caiwen Zhanggatppp: add name field when using chap auth
2011-02-28 Denis Kenziorppp: Remove some g_prints
2010-11-29 Lucas De Marchigatchat: explicitly compare pointers to NULL
2010-05-19 Kristen Carlson... ppp: implement ppp_packet_new
2010-05-10 Kristen Carlson... ppp: set address and control field
2010-04-28 Denis Kenziorppp: Make ppp_chap_process_packet const correct
2010-04-14 Kristen Carlson... ppp: nak unknown auth protocol
2010-04-13 Denis Kenziorppp: Remove auth_ functions from ppp_auth.c
2010-04-04 Marcel HoltmannMove PPP constants where they are used
2010-04-03 Denis KenziorRefactor: Get rid of (now) pointless comments
2010-04-02 Denis KenziorRefactor: Get rid of packet handler registrations
2010-04-02 Marcel HoltmannAdd more missing break statements
2010-04-01 Marcel HoltmannAdd some debugging information to PPP authentication...
2010-03-30 Marcel HoltmannFix use of g_checksum_get_digest() inout argument
2010-03-27 Kristen Carlson... ppp: send PPP_FAIL when authentication fails
2010-03-27 Marcel HoltmannAllow empty secrets for CHAP authentication
2010-03-24 Kristen Carlson... fix memory leak in ppp_auth
2010-03-23 Marcel HoltmannUse password instead of passwd as variable name
2010-03-23 Marcel HoltmannThe g_free() function checks for NULL pointers
2010-03-23 Marcel HoltmannSome additional whitespace cleanup for PPP code
2010-03-23 Kristen Carlson... CHAP with MD5 authentication support