summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp.h
AgeCommit message (Collapse)AuthorFilesLines
2010-03-22Use password instead of passwd as variable nameMarcel Holtmann1-1/+1
2010-03-22Some additional whitespace cleanup for PPP codeMarcel Holtmann1-0/+1
2010-03-22IP support for PPPKristen Carlson Accardi1-0/+12
Adds IPCP support, and creates a TUN interface for sending/receiving IP packets.
2010-03-22CHAP with MD5 authentication supportKristen Carlson Accardi1-0/+15
Authentication support with CHAP and MD5
2010-03-22PPP LCP supportKristen Carlson Accardi1-0/+7
Implement LCP support for the PPP protocol.
2010-03-22Generic PPP control protocol supportKristen Carlson Accardi1-0/+2
Implement a generic protocol that can be shared by both the LCP and the NCP implementation.
2010-03-22Basic PPP protocol supportKristen Carlson Accardi1-0/+130
This patch implements the basic PPP protocol. LCP, NCP etc. are handled in a different patch.