summaryrefslogtreecommitdiff
path: root/accel-pptpd/iprange.c
AgeCommit message (Collapse)Author
2010-09-20fixed many bugs and memory leaksDmitry Kozlov
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.