summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-23pppoe: reworked config readKozlov Dmitry
pppoe: tr101 option to enable/disable tr101 handling
2011-06-22shaper_tbf: do explicit locking over nl_socket_alloc/nl_socket_free due to ↵Kozlov Dmitry
this functions are not thread-safe
2011-06-10ppp: implemented passive CCPKozlov Dmitry
2011-06-08changed module init sequenceDmitry Kozlov
2011-06-03cli:show sessions: fixed bug when match or order key is not in field list to ↵Kozlov Dmitry
show
2011-06-02ppp: if single-session=replace check for all session to matchKozlov Dmitry
2011-06-02ppp: make auth layer started after authentication acknowledge packet sentKozlov Dmitry
2011-06-02ppp: terminate CCP if negotiation is not completed in max-failure triesKozlov Dmitry
2011-05-31ppp: treat peer's lcp echo request as lcp echo activity and don't drop ↵Kozlov Dmitry
connection if there is no peer's echo reply
2011-05-31pptp: don't log 'identifier mismatch' message anymoreKozlov Dmitry
2011-05-31radius: Acct-Delay-Time attribute becomes optional and disabled by defaultKozlov Dmitry
2011-05-301.3.6 releaseKozlov Dmitry
2011-05-30updated READMEKozlov Dmitry
2011-05-30updated man and example config file for chap-secrets documentationKozlov Dmitry
2011-05-30rewrited initialization procedure (fix gcc-4.6 builds)Kozlov Dmitry
2011-05-30set PTHREAD_STACK_MIN stack size for threadsKozlov Dmitry
2011-05-25radius: fix incorrect reading acct-timeout optionKozlov Dmitry
2011-05-24fixed segfault at daemon terminationKozlov Dmitry
2011-05-22ppp: fix connection problem when ccp was terminatedDmitry Kozlov
2011-05-21Merge branch 'master' of ↵Dmitry Kozlov
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp
2011-05-21ppp: fix connection problem when ccp was terminatedDmitry Kozlov
2011-05-18use /proc/sys/fs/nr_open in conjuction with /proc/sys/fs/file-max to ↵Kozlov Dmitry
determine limit of maximum number of opened files
2011-05-17ppp: delay IPCP acknowledge until CCP brings upDmitry Kozlov
2011-05-17log_file: don't create per-user log file if session was not successfuly ↵Dmitry Kozlov
authorized log_file: write authentication failed session logs to different file (optional)
2011-05-16ppp: better handling for lost last acknowledge packetKozlov Dmitry
2011-05-16ppp: discard packets with invalid id before passing it to fsmKozlov Dmitry
ppp: default fsm timeout increased to 3 sec. ppp: accept LCP TermReq/TermAck packets in terminating phase
2011-05-10l2tp: dir300 quirkKozlov Dmitry
2011-04-29ppp,log_file: create per-user log file even if client was not successfuly ↵Kozlov Dmitry
authorized
2011-04-29ppp: write authentication failed message to general log tooKozlov Dmitry
2011-04-28various ppp and mppe improvementsKozlov Dmitry
2011-04-25shaper_tbf: fixed bug of incorrect operation when time ranges are spicified ↵Kozlov Dmitry
and connection whithout time range identifier is arrived
2011-04-22fixed mestake about mppe option in man fileKozlov Dmitry
2011-04-22ppp: introduced 'mppe' optionKozlov Dmitry
2011-04-22ppp: introduced 'mppe' optionKozlov Dmitry
2011-04-20ppp: introduced new option 'single-session' to control single session per userKozlov Dmitry
2011-04-19radius: auth_chap_md5: send chap challenge via CHAP-Challenge attribute tooKozlov Dmitry
2011-04-07Merge branch 'master' of ↵Kozlov Dmitry
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp
2011-04-07radius: bugfixKozlov Dmitry
2011-03-05bugfixDmitry Kozlov
2011-03-04ppp: fix incorrect magic in lcp echo replyDmitry Kozlov
2011-03-01radius: fixed operation without accounting serverDmitry Kozlov
2011-02-28Merge branch 'master' of ↵Dmitry Kozlov
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp
2011-02-281.3.5 releaseDmitry Kozlov
2011-02-18ppp: fix lcp echo stoppingKozlov Dmitry
2011-02-13Merge branch 'master' of ↵Dmitry Kozlov
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp
2011-02-13ppp: don't raise error if lcp echo reply received without magicDmitry Kozlov
2011-02-13cli: terminate: check username is not NULLDmitry Kozlov
2011-02-07shaper: fixed rate change from cliKozlov Dmitry
2011-01-28cli: fixed buffer overflow in telnet partDmitry Kozlov
2011-01-28radius: fix statistics output formattingKozlov Dmitry