Sylvain Rochet
|
f7d5e81130
|
PPP, SERVER, MSCHAP: move output message from chap_server.message struct to stack
chap_server.message is only used in one function, moved to stack.
|
2015-03-01 00:34:00 +01:00 |
|
Sylvain Rochet
|
d884034c9f
|
PPP, replaced drand48() with magic_pow()
|
2015-02-28 19:50:25 +01:00 |
|
Sylvain Rochet
|
482a18e6de
|
PPP, added const modifier on auth strings
|
2014-12-24 17:17:00 +01:00 |
|
Sylvain Rochet
|
7f97e354b4
|
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
|
2012-10-14 02:04:36 +02:00 |
|
Sylvain Rochet
|
9e4aa79278
|
PPP, adding const pragma to struct protent, saving about 200 bytes in .data segment
|
2012-10-13 18:38:18 +02:00 |
|
Sylvain Rochet
|
e81f092520
|
PPP, changed all the code enclosed between PPP_SERVER #if macro to our PPP PCB structure, making it easier to support PPP server in the future
|
2012-09-27 23:53:20 +02:00 |
|
Sylvain Rochet
|
1ddebcc862
|
Moved PPP headers into include/netif/ppp/, fixing bug #37040.
|
2012-08-18 22:40:19 +02:00 |
|