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

..12-Nov-201028

auth.cH A D22-Mar-201010.5 KiB

main.cH A D22-Mar-201032.3 KiB

MakefileH A D22-Mar-20101.8 KiB

options.cH A D22-Mar-20105.3 KiB

pppd.hH A D22-Mar-201026.9 KiB

pppoe.cH A D22-Mar-20106.8 KiB

pppoe.hH A D22-Mar-20106.6 KiB

READMEH A D22-Mar-2010664

sys-linux.cH A D22-Mar-201028 KiB

utils.cH A D22-Mar-201015.2 KiB

README

1PPPoEcd 2.4.1
2$Id: README,v 1.1.1.1 2008/10/15 03:30:13 james26_jang Exp $
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