History log of /seL4-camkes-master/projects/lwip/src/include/netif/ppp/chap_ms.h
Revision Date Author Comments
# 54f7cae1 21-Apr-2016 Sylvain Rochet <gradator@gradator.net>

PPP, fix reserved identifier violation (removed leading underscores from header include guards)


# 76d25bef 21-Apr-2016 Dirk Ziegelmeier <dirk@ziegelmeier.net>

Work on task #13907 PPP cleanups: Move PPP options from opt.h to dedicated ppp_opts.h file


# 3862aad2 18-Apr-2015 Sylvain Rochet <gradator@gradator.net>

PPP, MSCHAP, reworked local functions and constants

MSCHAP was written the old-way, with all functions declared non static in
header, independent of their local or global scope status. Same for local
constants. Reworked in a more mordern way.


# 2a005c2f 18-Apr-2015 Sylvain Rochet <gradator@gradator.net>

PPP, MPPE, moved MPPE global variables from MSCHAP to ppp_pcb


# ab46ac9b 18-Apr-2015 Sylvain Rochet <gradator@gradator.net>

PPP, CHAP, reworked to pass ppp_pcb pointer to CHAP childs (MD5, MSCHAP, MSCHAPv2)

We are going to need ppp_pcb* in MSCHAP and MSCHAPv2 for MPPE for
int mppe_keys_set, u_char mppe_send_key and u_char mppe_recv_key
which are currently global variable which must be moved to ppp_pcb.


# 9fbe9009 19-Mar-2015 Sylvain Rochet <gradator@gradator.net>

PPP, MPPE, replaced #ifdef MPPE to #if MPPE_SUPPORT


# 59379323 18-Mar-2015 Sylvain Rochet <gradator@gradator.net>

PPP, CCP, various fix if MPPE is enabled


# 7f97e354 13-Oct-2012 Sylvain Rochet <gradator@gradator.net>

PPP, switched chap_digests linked list to a const table in .rodata/flash, saving about 100 bytes in .data segment if chap(md5) and mschap is enabled


# 1ddebcc8 18-Aug-2012 Sylvain Rochet <gradator@gradator.net>

Moved PPP headers into include/netif/ppp/, fixing bug #37040.