Sylvain Rochet
|
8641b8a36e
|
PPP_PCB are now allocated using memp_alloc()
|
2012-06-17 23:48:55 +02:00 |
|
Sylvain Rochet
|
be2d3b5886
|
moved back temporarily moved structure definitions from various headers to ppp.h during unit to ppp_pcb transition
|
2012-06-17 02:33:47 +02:00 |
|
Sylvain Rochet
|
3120487243
|
cleanified old style C function declaration from utils.c
|
2012-06-17 01:47:45 +02:00 |
|
Sylvain Rochet
|
4404ef0281
|
prevent conflict with existing (md4|md5|sha1|des) object file if polarssl is already used elsewhere in the project
|
2012-06-17 00:55:11 +02:00 |
|
Sylvain Rochet
|
0c68fc409e
|
fixed pppoe_find_softc_by_session() when we have the same PPPoE session id on 2 ethif
|
2012-06-17 00:33:02 +02:00 |
|
Sylvain Rochet
|
ea7bf19057
|
fixed most "unit 0" used instead of pcb pointer
|
2012-06-17 00:17:22 +02:00 |
|
Sylvain Rochet
|
99bf9775d9
|
NUM_PPP is defined is opt.h, clearing from ppp_impl.h
|
2012-06-16 18:45:53 +02:00 |
|
Sylvain Rochet
|
0e2d5f9d0e
|
removed unused inpacket_buf in ppp_pcb
|
2012-06-16 14:53:13 +02:00 |
|
Sylvain Rochet
|
3065b9f968
|
no more pcb->unit, new user selectable pcb->num for debugging purpose (like netif does)
|
2012-06-16 04:12:10 +02:00 |
|
Sylvain Rochet
|
cce5fbc7b1
|
fixed PPPoS xmit_accm ppp_pcb variable access
|
2012-06-16 03:58:48 +02:00 |
|
Sylvain Rochet
|
82a4d4ec65
|
LCP global variables moved to ppp_pcb as well as input/output buffers
|
2012-06-16 03:53:05 +02:00 |
|
Sylvain Rochet
|
708147625f
|
FSM global variables moved to ppp_pcb
|
2012-06-16 03:30:36 +02:00 |
|
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 |
|