summaryrefslogtreecommitdiff
path: root/accel-pptpd/CMakeLists.txt
AgeCommit message (Collapse)Author
2010-10-25implemented chap-secrets module which reads username,password and ip address ↵Dmitry Kozlov
from pppd compatible chap-secrets file
2010-10-17looking for md5 and other hashing functions in libcryptoDmitry Kozlov
2010-10-17added cpack interface to generate deb packagesDmitry Kozlov
2010-10-15implemented timerfd for glibc-2.7 or earlier (debian lenny is now welcome)Kozlov Dmitry
2010-10-08fixed some incorrect loggingDmitry Kozlov
2010-10-08contrib: updated gentoo ebuildsKozlov Dmitry
2010-10-06project cleanup and prepare to releaseKozlov Dmitry
2010-10-04bug fixesKozlov Dmitry
2010-10-04ppp: implemented mppeKozlov Dmitry
radius: implemented mppe support various improvements and bug fixes
2010-09-27bug fixesKozlov Dmitry
2010-09-22log: log_file rewrited to use aioDmitry Kozlov
log: simplified engine various bug fixes
2010-09-20fixed many bugs and memory leaksDmitry Kozlov
2010-09-14extra: implemented module 'pppd_compat' which starts pppd compatible ↵Kozlov Dmitry
scripts ip-up, ip-down, and newly introduced - ip-change, when radius CoA request received, also this module manages pppd compatible radattr.pppX files core: implemented module 'sigchld' which handles SIGCHLD signal, waits child processes to terminate and manages pid terminate handlers
2010-09-11log: implemented extensible loggin engine with per-session logging supportKozlov Dmitry
log: implemented log_file logging target with per-user/per-session support
2010-09-10switching to use triton events instead of ppp_notifyKozlov Dmitry
2010-09-10ippool: implemented module ippool which gives IP address from configurable ↵Kozlov Dmitry
ranges
2010-09-09iprange: implemneted modules iprange to validate ip addresses of controlling ↵Kozlov Dmitry
connection and tunnel It will check that ip address of tunnel is not in range of clients ip addresses. This will avoid kernel softlockups due to loopback occured.
2010-09-04started work on radius moduleKozlov Dmitry
2010-09-03project restructuredKozlov Dmitry
2010-09-03rewrited triton libraryKozlov Dmitry
2010-09-02rewriting triton library ...Kozlov Dmitry
2010-09-01rewriting triton library ...Kozlov Dmitry
2010-08-24implemented MSCHAP-v2 authentication protocolKozlov Dmitry
2010-08-24implemented MSCHAP-v1 authentication protocolKozlov Dmitry
2010-08-23implemented chap authenticationKozlov Dmitry
fixed auth type selection when configure-nak received
2010-08-23implemented base ccp moduleKozlov Dmitry
2010-08-23implemented IPCP primary/secondary dns configuration optionKozlov Dmitry
2010-08-23implemented base IPCP moduleKozlov Dmitry
implemented IP-Address configuration option
2010-08-20using dynamic ppp layers instead of hard coded, but signal ↵Kozlov Dmitry
transition/handling (up,down,open,close) not fully elaborated
2010-08-17reworked/rewrited lcp handling code to become more abstractKozlov Dmitry
2010-08-06* written base code of lcp moduleKozlov Dmitry
* written generic auth module
2010-08-03initiating work on accel-pptpd, replacement of modified poptopKozlov Dmitry