Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |
2011-01-03 | core: rewrited to don't use getcontext/swapcontext due to *context functions ↵ | Dmitry Kozlov | |
works buggy on some combinations of kernel/gcc/glibc | |||
2010-12-30 | cli: improved 'show sessions' command | Kozlov Dmitry | |
2010-12-27 | fix compilation warnings | Kozlov Dmitry | |
2010-12-25 | 1.3.2 release | Dmitry Kozlov | |
2010-12-24 | changed install paths to proper ones | Dmitry Kozlov | |
2010-12-22 | minor changes | Dmitry Kozlov | |
2010-12-09 | 1.3.1 release | Dmitry Kozlov | |
2010-12-08 | 1.3.0 release | Kozlov Dmitry | |
2010-11-30 | print version number on startup | Kozlov Dmitry | |
2010-11-21 | bug fixes | Dmitry Kozlov | |
2010-11-13 | cli: implemented tcp frontend to send batch commands | Kozlov Dmitry | |
2010-11-10 | updated build system: accel-pptp.conf will be installed as ↵ | Kozlov Dmitry | |
/etc/accel-pptp.conf.dist to prevent user config erasing | |||
2010-11-10 | initial telnet cli support | Kozlov Dmitry | |
2010-11-09 | ppp: reduced length of session id | Kozlov Dmitry | |
2010-11-09 | radius: fixed incorrect session identification by Framed-IP-Address when ip ↵ | Kozlov Dmitry | |
assigned from internal pool | |||
2010-10-25 | implemented chap-secrets module which reads username,password and ip address ↵ | Dmitry Kozlov | |
from pppd compatible chap-secrets file | |||
2010-10-17 | looking for md5 and other hashing functions in libcrypto | Dmitry Kozlov | |
2010-10-17 | added cpack interface to generate deb packages | Dmitry Kozlov | |
2010-10-15 | implemented timerfd for glibc-2.7 or earlier (debian lenny is now welcome) | Kozlov Dmitry | |
2010-10-08 | fixed some incorrect logging | Dmitry Kozlov | |
2010-10-08 | contrib: updated gentoo ebuilds | Kozlov Dmitry | |
2010-10-06 | project cleanup and prepare to release | Kozlov Dmitry | |
2010-10-04 | bug fixes | Kozlov Dmitry | |
2010-10-04 | ppp: implemented mppe | Kozlov Dmitry | |
radius: implemented mppe support various improvements and bug fixes | |||
2010-09-27 | bug fixes | Kozlov Dmitry | |
2010-09-22 | log: log_file rewrited to use aio | Dmitry Kozlov | |
log: simplified engine various bug fixes | |||
2010-09-20 | fixed many bugs and memory leaks | Dmitry Kozlov | |
2010-09-14 | extra: 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-11 | log: implemented extensible loggin engine with per-session logging support | Kozlov Dmitry | |
log: implemented log_file logging target with per-user/per-session support | |||
2010-09-10 | switching to use triton events instead of ppp_notify | Kozlov Dmitry | |
2010-09-10 | ippool: implemented module ippool which gives IP address from configurable ↵ | Kozlov Dmitry | |
ranges | |||
2010-09-09 | iprange: 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-04 | started work on radius module | Kozlov Dmitry | |
2010-09-03 | project restructured | Kozlov Dmitry | |
2010-09-03 | rewrited triton library | Kozlov Dmitry | |
2010-09-02 | rewriting triton library ... | Kozlov Dmitry | |
2010-09-01 | rewriting triton library ... | Kozlov Dmitry | |
2010-08-24 | implemented MSCHAP-v2 authentication protocol | Kozlov Dmitry | |
2010-08-24 | implemented MSCHAP-v1 authentication protocol | Kozlov Dmitry | |
2010-08-23 | implemented chap authentication | Kozlov Dmitry | |
fixed auth type selection when configure-nak received | |||
2010-08-23 | implemented base ccp module | Kozlov Dmitry | |
2010-08-23 | implemented IPCP primary/secondary dns configuration option | Kozlov Dmitry | |
2010-08-23 | implemented base IPCP module | Kozlov Dmitry | |
implemented IP-Address configuration option | |||
2010-08-20 | using dynamic ppp layers instead of hard coded, but signal ↵ | Kozlov Dmitry | |
transition/handling (up,down,open,close) not fully elaborated | |||
2010-08-17 | reworked/rewrited lcp handling code to become more abstract | Kozlov Dmitry | |
2010-08-06 | * written base code of lcp module | Kozlov Dmitry | |
* written generic auth module | |||
2010-08-03 | initiating work on accel-pptpd, replacement of modified poptop | Kozlov Dmitry | |