Sylvain Rochet
|
93559a54e9
|
IPCP global variables moved to ppp_pcb
|
2012-06-16 03:25:31 +02:00 |
|
Sylvain Rochet
|
f10ddea305
|
removed fsm->unit
|
2012-06-16 03:14:26 +02:00 |
|
Sylvain Rochet
|
4a8ff6d824
|
protent prototype switched from unit to ppp_pcb
|
2012-06-16 02:43:13 +02:00 |
|
Sylvain Rochet
|
4b7e3af77c
|
IPCP and LCP structures moved to ppp_pcb
|
2012-06-16 02:13:50 +02:00 |
|
Sylvain Rochet
|
19238a910c
|
global variables removed from chap support
|
2012-06-15 01:22:01 +02:00 |
|
Sylvain Rochet
|
2deb13df43
|
EAP is now using ppp_pcb as well
|
2012-06-15 01:06:27 +02:00 |
|
Sylvain Rochet
|
1ece33e79a
|
PAP and CHAP are now using ppp_pcb*
|
2012-06-15 00:24:39 +02:00 |
|
Sylvain Rochet
|
844f5e5af1
|
moved auth.c global variables to ppp_pcb
|
2012-06-14 00:25:45 +02:00 |
|
Sylvain Rochet
|
51bfac71b0
|
auth.c functions now use ppp_pcb* as first argument
|
2012-06-14 00:08:56 +02:00 |
|
Sylvain Rochet
|
81a0fd782f
|
removed unit from ppp_ioctl()
|
2012-06-13 00:12:55 +02:00 |
|
Sylvain Rochet
|
3a30e5bf78
|
removed ppp_input_header, replaced using 2 chained pbuf the only area we need it
|
2012-06-12 23:28:09 +02:00 |
|
Sylvain Rochet
|
a87096cdc9
|
fixed PPPoS support, improved ppp_input()
|
2012-06-12 00:59:02 +02:00 |
|
Sylvain Rochet
|
527d99fd39
|
removed all PPP unit in ppp.c except pih->unit and unit used in debugging output
|
2012-06-12 00:55:53 +02:00 |
|
Sylvain Rochet
|
6e2722a6d3
|
started the unit to ppp_pcb replacement
|
2012-06-11 01:39:03 +02:00 |
|
Sylvain Rochet
|
8694deaabb
|
don't add ppp_pcb_rx to ppp_pcb struct if PPPOS support is disabled
|
2012-06-10 21:06:02 +02:00 |
|
Sylvain Rochet
|
a226099b04
|
ppp_close() on PPPoE actually works,
clear persist mode if user asked the connection to shutdown
|
2012-06-10 01:45:29 +02:00 |
|
Sylvain Rochet
|
336ba8f419
|
pppoe now have access to the ppp_pcb structure, removed "persist" option copy
|
2012-06-10 01:08:37 +02:00 |
|
Sylvain Rochet
|
5abdc99f3e
|
no more PPP unit number in PPPoE, now using ppp_pcb
|
2012-06-10 01:00:50 +02:00 |
|
Sylvain Rochet
|
f7ef9887d7
|
improved ppp_set_auth() mschap support
|
2012-06-09 23:38:38 +02:00 |
|
Sylvain Rochet
|
fed76f29d0
|
added missing EAP_SUPPORT macro
|
2012-06-09 23:38:26 +02:00 |
|
Sylvain Rochet
|
a3cfbfc6ba
|
ppp_set_auth() modified to handle new handled authtype (mschap + eap)
|
2012-06-09 23:32:31 +02:00 |
|
Sylvain Rochet
|
444646b65e
|
renamed ppp_control to ppp_pcb, replaced unit number to ppp_pcb in all ppp.h declared functions
|
2012-06-09 23:06:45 +02:00 |
|
Sylvain Rochet
|
8bd508a73d
|
moved ppp_settings to ppp_control, improved PPP API to really allow multiple PPP sessions
|
2012-06-09 18:06:55 +02:00 |
|
Sylvain Rochet
|
1cceb4e0ad
|
moved hide_password global variable to ppp_options
|
2012-06-09 17:05:19 +02:00 |
|
Sylvain Rochet
|
c2d2034ae8
|
PPPoE persist is working, removing FIXME comments about that
|
2012-06-09 16:56:32 +02:00 |
|
Sylvain Rochet
|
f94ed922e5
|
moved exit status global variable to ppp_control
|
2012-06-09 16:43:12 +02:00 |
|
Sylvain Rochet
|
7a57d28db4
|
moved listen_time global variable to ppp_settings
|
2012-06-09 16:18:01 +02:00 |
|
Sylvain Rochet
|
ce5121e659
|
removed unused "unsuccess" global variable
|
2012-06-09 16:00:22 +02:00 |
|
Sylvain Rochet
|
a7d7158b05
|
removed useless error_count global variable from ppp.c
|
2012-06-09 15:58:51 +02:00 |
|
Sylvain Rochet
|
6b8c78bacc
|
moved remote_name and explicit_remote global variable to ppp_settings
|
2012-06-09 15:55:01 +02:00 |
|
Sylvain Rochet
|
2da930ba4c
|
removed some useless extern
|
2012-06-09 15:45:52 +02:00 |
|
Sylvain Rochet
|
772cac7946
|
removed useless error_count global variable
|
2012-06-09 15:42:57 +02:00 |
|
Sylvain Rochet
|
42f672d85d
|
phase global variable moved to ppp_control structure
|
2012-06-09 15:39:16 +02:00 |
|
Sylvain Rochet
|
945f2912a7
|
using PPP_DEBUG instead of debug global variable
|
2012-06-09 15:09:00 +02:00 |
|
Sylvain Rochet
|
1ccf516c5e
|
options.c is now empty, removed
|
2012-06-09 14:43:56 +02:00 |
|
Sylvain Rochet
|
fb396b8fac
|
moved debug option from options.c to ppp.c
|
2012-06-09 14:42:31 +02:00 |
|
Sylvain Rochet
|
6db3026d47
|
using our_name from ppp_settings (only used in server mode and disabled by default)
|
2012-06-09 14:39:44 +02:00 |
|
Sylvain Rochet
|
becc306300
|
using idle_time_limit from ppp_settings
|
2012-06-09 14:35:06 +02:00 |
|
Sylvain Rochet
|
4e7ce11684
|
removed holdoff support, can be handled without persist mode outside lwIP
|
2012-06-09 14:31:45 +02:00 |
|
Sylvain Rochet
|
6589cf9d8e
|
removed useless options
|
2012-06-09 14:16:59 +02:00 |
|
Sylvain Rochet
|
552589f098
|
removed multilink option when multilink support is not compiled
|
2012-06-09 14:14:06 +02:00 |
|
Sylvain Rochet
|
2ec79c03a0
|
unused ifunit global variable removed
|
2012-06-09 01:26:21 +02:00 |
|
Sylvain Rochet
|
21653f0f91
|
pr_log is unused, don't even try to build it
|
2012-06-09 01:20:01 +02:00 |
|
Sylvain Rochet
|
b922eaa754
|
print packet is working back, at least for PPPoE
|
2012-06-09 00:52:20 +02:00 |
|
Sylvain Rochet
|
d27da93c33
|
now using maxconnect from ppp_settings
|
2012-06-07 23:34:06 +02:00 |
|
Sylvain Rochet
|
2e6fa7f8a3
|
dns server support is done, clearing FIXME entries
|
2012-06-07 23:05:19 +02:00 |
|
Sylvain Rochet
|
302184938a
|
removed malloc() from ms chap
|
2012-06-07 23:02:08 +02:00 |
|
Sylvain Rochet
|
e5355cc45f
|
PPP server support is now optional (disabled by default, not working until PPP have a "listen" support)
|
2012-06-07 22:22:57 +02:00 |
|
Sylvain Rochet
|
2fe778507a
|
fixed randm if random MD5 support is not enabled
|
2012-06-07 22:19:25 +02:00 |
|
Sylvain Rochet
|
4077422ae2
|
fixed pbuf leaks in ppp_input() in case of packets not expected
|
2012-06-07 20:41:21 +02:00 |
|