goldsimon
|
9c41e1eea3
|
Replaced tabs with spaces
|
2010-01-29 23:04:06 +00:00 |
|
goldsimon
|
5fa0347e64
|
Cleanly separate the portability file inet.h and its contents from the stack: moved htonX- functions to def.h (and the new def.c - they are not ipv4 dependent), let inet.h depend on ip_addr.h and not the other way round. This fixes bug #28732.
|
2010-01-29 08:20:32 +00:00 |
|
goldsimon
|
a5463f0400
|
Moved missing include
|
2010-01-26 16:09:03 +00:00 |
|
goldsimon
|
61e5301d49
|
bug #26523: Compiler Warnings
|
2010-01-24 13:19:34 +00:00 |
|
goldsimon
|
972ca9e6c1
|
reorganised PPP sourcecode to 2.3.11 including some bugfix backports from 2.4.x.
|
2010-01-18 20:49:43 +00:00 |
|
goldsimon
|
7ede02ca8b
|
Fixed bug #27856: PPP: Set netif link- and status-callback by adding ppp_set_netif_statuscallback()/ppp_set_netif_linkcallback()
|
2010-01-14 20:04:52 +00:00 |
|
goldsimon
|
b463562241
|
Use protocol definition from tcp.h, not from sockets.h
|
2010-01-14 19:59:28 +00:00 |
|
goldsimon
|
67c587f9f7
|
Fixed NO_SYS==0: starting pppInputThread failed; fixed some comments
|
2010-01-13 11:19:03 +00:00 |
|
goldsimon
|
68ddcc6ca7
|
Fixed bug #13315 (PPP PAP authentication can result in erroneous callbacks) by copying the code from recent pppd
|
2010-01-11 16:38:56 +00:00 |
|
goldsimon
|
13c9d2dade
|
Added/changed comments
|
2010-01-10 11:48:28 +00:00 |
|
goldsimon
|
53bc34f3e2
|
Fixed bug #28195 (PPP: remove duplicate TCP/IP protocol header definitions - use the lwIP ones) - deleted unused header file
|
2010-01-09 12:45:23 +00:00 |
|
goldsimon
|
81640c4a83
|
Fixed compilation of VJ_SUPPORT after separating tx and rx
|
2010-01-08 15:52:17 +00:00 |
|
goldsimon
|
3269da52cc
|
Initial version of PPP for NO_SYS==1, some TODOs are remaining, but it works...
|
2009-12-31 17:56:51 +00:00 |
|
goldsimon
|
3ba5ddefa7
|
Removed unnecessary tcpip-callbacks: this whole module runs inside the tcpip-thread. This also makes PPPoE usable with NO_SYS==1
|
2009-12-31 17:18:09 +00:00 |
|
goldsimon
|
1d45aa8d45
|
Reorganised PPP source code from ucip structure to pppd structure to easily compare our code against the pppd code (around v2.3.1)
|
2009-12-31 17:08:08 +00:00 |
|
goldsimon
|
957331fff4
|
Added a note why MSCHAP currently doesn't work with lwIP PPP
|
2009-12-07 07:50:24 +00:00 |
|
goldsimon
|
1d5809679b
|
Various small improvements from patch #6965 (removed _inet_ntoa, set PPP netif down before removing, change log message and comment)
|
2009-12-06 11:59:56 +00:00 |
|
goldsimon
|
b1ad36eece
|
Fixed bug #27079 (Yet another leak in PPP): outpacket_buf can be statically allocated (like in ucip)
|
2009-12-06 11:12:18 +00:00 |
|
goldsimon
|
1b42286bda
|
pppInit: Remove zeroing the stats - no protocol does that
|
2009-12-06 10:56:28 +00:00 |
|
goldsimon
|
5da0620c6b
|
Fixed checking input packet length (20 bytes is a valid packet and is used e.g. with MS RAS server)
|
2009-12-06 10:14:46 +00:00 |
|
goldsimon
|
b5d28e0a9c
|
patch #6969: PPP: missing PAP authentication UNTIMEOUT
|
2009-12-04 15:41:26 +00:00 |
|
goldsimon
|
3fa63b35b3
|
The guy's name is Van Jacobson (not Jabobsen or Jacobsen :-)
|
2009-12-04 08:57:22 +00:00 |
|
goldsimon
|
32acb82bc0
|
Fixed some typos
|
2009-12-03 18:07:00 +00:00 |
|
goldsimon
|
04c5246e02
|
Fix compilation for PPPOE without PPPOS and VJ_SUPPORT without PPPOS_SUPPORT
|
2009-12-01 20:46:14 +00:00 |
|
goldsimon
|
e7d5739ce7
|
Fixed bug #27078: Possible memory leak in pppInit()
|
2009-08-23 17:40:29 +00:00 |
|
goldsimon
|
ce3082976c
|
Fixed bug #27266: wait-state debug message in pppMain occurs every ms
|
2009-08-23 12:37:36 +00:00 |
|
goldsimon
|
0e91e2adf2
|
bug #27267: Added include to string.h where needed
|
2009-08-23 11:24:51 +00:00 |
|
goldsimon
|
23d7f5425d
|
Fixed bug #21680: PPP upap_rauthnak() drops legal NAK packets
|
2009-05-01 12:10:34 +00:00 |
|
goldsimon
|
217f279fdb
|
Fixed bug #24228: Memory corruption with PPP and DHCP
|
2009-05-01 11:42:36 +00:00 |
|
goldsimon
|
b3a5d6df0d
|
bug #25763: Corrected 4 occurrences of SMEMCPY to MEMCPY; corrected indentation
|
2009-04-15 14:48:56 +00:00 |
|
fbernon
|
03f888c968
|
ppp: minor changes: fix some 'is unused' warning when debug is off.
|
2008-03-16 08:53:58 +00:00 |
|
jifl
|
f067d34392
|
* pbuf.c, ppp.c: Fix warnings on some systems with mem_malloc.
|
2008-03-04 16:37:46 +00:00 |
|
kieranm
|
42344ce20c
|
2008-03-04 Kieran Mansley (contributions by others)
* Numerous small compiler error/warning fixes from contributions to
mailing list after 1.3.0 release candidate made.
|
2008-03-04 13:41:23 +00:00 |
|
fbernon
|
7b11fb75d9
|
Minor changes: replace directy call to memcpy by MEMCPY macro.
|
2008-01-26 16:11:39 +00:00 |
|
fbernon
|
1dfa246674
|
Minor changes: fix some PPP traces.
|
2008-01-03 20:22:14 +00:00 |
|
fbernon
|
fc2d28b851
|
Minor changes in PPP (coding style, tabs, idents...)
|
2007-12-19 20:47:22 +00:00 |
|
fbernon
|
3f96a15fd4
|
Minor changes (tabs)
|
2007-12-03 21:44:51 +00:00 |
|
fbernon
|
a72e4a406f
|
Minor changes: coding style (tabs, ident, etc...).
|
2007-12-02 23:58:11 +00:00 |
|
fbernon
|
2fe1254aae
|
Minor changes: coding style (tabs, ident, etc...).
|
2007-12-02 23:38:45 +00:00 |
|
fbernon
|
e4590b26fb
|
Include a temporary sample of queue.h to fix build.
|
2007-12-02 23:33:58 +00:00 |
|
fbernon
|
325d6e7cfa
|
Minor changes: coding style (tabs, ident, etc...).
|
2007-12-02 23:24:59 +00:00 |
|
fbernon
|
6bce832060
|
Minor changes: coding style (tabs, ident, etc...).
|
2007-12-02 22:56:19 +00:00 |
|
fbernon
|
37a5a87057
|
Minor changes: coding style (tabs, ident, etc...).
|
2007-12-02 22:35:55 +00:00 |
|
fbernon
|
865f6eb5f3
|
Changes for coding style (typo, use LINK_STATS_INC, tabs, ident, etc...). Be careful, even if this change is minor, there is lot of lines modified, so, an error is always possible (I hope there is no problems).
|
2007-12-02 20:38:02 +00:00 |
|
fbernon
|
e5a98b6a5b
|
Minor changes: fix some problems with PPPoE include path, add small comments in slip.c (unusual octal values?)
|
2007-11-30 17:22:20 +00:00 |
|
fbernon
|
b714cd5f4b
|
First fix for bug #21664 "PPP code is broken".
|
2007-11-29 22:19:56 +00:00 |
|
fbernon
|
90a3f88c08
|
Change parameters list for sys_thread_new (see "task #7252 : Create sys_thread_new_ex()"). Two new parameters have to be provided: a task name, and a task stack size. For this one, since it's platform dependant, you could define the best one for you in your lwipopts.h. For port maintainers, you can just add these new parameters in your sys_arch.c file, and but it's not mandatory, use them in your OS specific functions.
|
2007-09-05 16:14:28 +00:00 |
|
marcbou
|
dbd61d129d
|
Fix potential pbuf leaks.
|
2007-08-17 22:15:24 +00:00 |
|
marcbou
|
7862ba583e
|
Moved lwip/src/netif/ppp/ppp_oe.h to lwip/src/include/netif/ppp_oe.h
|
2007-08-16 21:12:24 +00:00 |
|
marcbou
|
75935ad251
|
Changed // style comments to /* style */ comments.
|
2007-08-16 20:17:50 +00:00 |
|