Simon Goldschmidt
|
d6227aece6
|
splitted ppp.h to an internal and external header file to get a clear separation of which functions an application or port may use (task #11281)
|
2011-09-11 19:30:28 +02:00 |
|
goldsimon
|
1551bb702d
|
Fixed bug #29855: PPP: Backport a bugfix in LcpSendEchoRequest from pppd
|
2010-05-11 16:53:41 +00:00 |
|
goldsimon
|
8d9fa63460
|
PPP: use LWIP_DEBUGF() instead of ppp_trace()
|
2010-02-22 20:16:39 +00:00 |
|
goldsimon
|
ea78d69c6d
|
Added debug output and missing casts
|
2010-02-22 17:49:49 +00:00 |
|
goldsimon
|
9c41e1eea3
|
Replaced tabs with spaces
|
2010-01-29 23:04:06 +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
|
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 |
|
fbernon
|
fc2d28b851
|
Minor changes in PPP (coding style, tabs, idents...)
|
2007-12-19 20:47:22 +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 |
|
marcbou
|
931fcfd0f5
|
Added PPPoE support and various PPP improvements.
|
2007-08-16 18:12:20 +00:00 |
|
goldsimon
|
7932bf483b
|
Ongoing fix to patch #5822: converted more statements like (void)arg; into LWIP_UNUSED_ARG(arg);
|
2007-04-11 19:39:24 +00:00 |
|
christiaans
|
7599985a0a
|
Some build fixes for OpenBSD.
|
2005-10-10 07:27:31 +00:00 |
|
likewise
|
45e36d9f56
|
Dependencies on C library memset() etc., so include <string.h>.
|
2004-07-05 00:00:21 +00:00 |
|
jani
|
26d9b28f77
|
sio and PPP updates from Marc
|
2003-06-02 11:12:56 +00:00 |
|
jani
|
ff63557d39
|
Cleanups in PPP: C++ comments removed, make it compile for unixsim too. Does not work yet only compiles
|
2003-05-30 08:49:34 +00:00 |
|
jani
|
31776e23fe
|
add PPP stack from Marc. Work in progress
|
2003-05-27 14:37:56 +00:00 |
|