• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..09-Apr-20135

auth.cH A D17-Jan-201111.3 KiB

main.cH A D17-Jan-201134.4 KiB

MakefileH A D17-Jan-20111.7 KiB

options.cH A D17-Jan-20116.3 KiB

pppd.hH A D17-Jan-201127.6 KiB

pppoe.cH A D17-Jan-20117.1 KiB

pppoe.hH A D17-Jan-20116.9 KiB

pppoe.mod.hH A D17-Jan-20116.9 KiB

READMEH A D17-Jan-2011628

sys-linux.cH A D17-Jan-201129.2 KiB

utils.cH A D17-Jan-201115.4 KiB

README

1PPPoEcd 2.4.1
2$Id$
3
4This is PPPoEcd, a PPPoE client daemon. It is essentially a
5stripped-down version of PPPd with
6
7- minimal options support (see options.c)
8- statically linked PPPoE client support
9- PAP/CHAP/CCP only
10
11Private versions of pppd.h and pppoe.h are used in this directory to
12
13- override debug function calls
14- override non-applicable function calls
15- compile out non-applicable code paths through static const options
16
17Most of the common-code protocol files have been left alone. A lot of
18dead code could probably be stripped from them, but most of the bloat
19was in sys-linux.o and options.o.
20
21