summaryrefslogtreecommitdiff
path: root/accel-pppd
AgeCommit message (Expand)Author
2013-11-02shaper: remove garbage (fixed sigsegv in 'shaper restore all')Kozlov Dmitry
2013-10-25shaper: check for range overlaps before adjusting range timesDmitry Kozlov
2013-10-25shaper: fixed invalid reference counting (caused unexpected removal of intern...Dmitry Kozlov
2013-10-25radius: properly handle send failuresDmitry Kozlov
2013-10-23radius: skip vendor specific attributes when searching session for DM/CoADmitry Kozlov
2013-09-03snmp: properly terminate snmp threadDmitry Kozlov
2013-08-27shaper: fixed possible race during changing time rangeKozlov Dmitry
2013-08-27Revert "shaper: fixed possible race during changing time range"Kozlov Dmitry
2013-08-27shaper: fixed possible race during changing time rangeKozlov Dmitry
2013-08-15triton: do not call context close if it is marked as need free (f.e. context ...Dmitry Kozlov
2013-08-14radius: don't assign address if Framed-IP-Address=255.255.255.254Kozlov Dmitry
2013-07-24triton: Fix race upon terminationGuillaume Nault
2013-07-05auth_chap: fixed incorrect check for received buffer sizeDmitry Kozlov
2013-06-30mempool: set/check magic only if MEMDEBUG definedDmitry Kozlov
2013-06-14Merge branch '1.7' of ssh://git.code.sf.net/p/accel-ppp/code into 1.7Kozlov Dmitry
2013-06-14connlimit: Fix size of memcpy() for MAC addressGuillaume Nault
2013-06-07ppp: handle LCP DiscardReqKozlov Dmitry
2013-05-14ippool: add cli command to remove persist entriesKozlov Dmitry
2013-04-11Merge branch '1.7' of ssh://git.code.sf.net/p/accel-ppp/code into 1.7Kozlov Dmitry
2013-04-11radius: implemented default-realm optionKozlov Dmitry
2013-03-18ippool: impelented persistanceKozlov Dmitry
2013-02-04build: Set ACCEL_PPP_VERSION in top level cmake fileGuillaume Nault
2013-01-22fix typo LIB_SIFFIX -> LIB_SUFFIXKozlov Dmitry
2013-01-11Merge branch '1.7' of ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/a...Kozlov Dmitry
2013-01-11Fix boolean options parsing in configuration fileGuillaume Nault
2012-12-26cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIXKozlov Dmitry
2012-12-26Revert "Pass proper pointer to rad_packet_find_attr"Kozlov Dmitry
2012-12-26Proper logging of LCP Magic-NumbersAleksey Zhukov
2012-12-26Do not segfault on RADIUS failures during interimAleksey Zhukov
2012-12-26Pass proper pointer to rad_packet_find_attrAleksey Zhukov
2012-12-14l2tp: Fix allocation checking when adding octets AVPGuillaume Nault
2012-12-14cli, tcp: Fix non-NULL terminated string receptionGuillaume Nault
2012-12-14Fix va_end() missing callsGuillaume Nault
2012-12-071.7.3 releaseKozlov Dmitry
2012-12-07auth_pap: make messages like other auth modulesKozlov Dmitry
2012-11-27cli: check xmit_buf is not null at enter to write functionKozlov Dmitry
2012-11-20pppoe: implemented regular expression supportKozlov Dmitry
2012-11-20chap-secrets: implemented encryptionKozlov Dmitry
2012-11-16ippool: fixed initialization orderKozlov Dmitry
2012-11-16optional shaper compilingVladislav Grishenko
2012-11-16ppp: dns/wins code cleanupVladislav Grishenko
2012-11-12Merge branch '1.7' of ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/a...Kozlov Dmitry
2012-11-12Fix lcp echo with verbose parameterRostyslav Davydenko
2012-11-12ppp: add NBNS (WINS) supportVladislav Grishenko
2012-11-12Revert "ppp: force to send dns"Kozlov Dmitry
2012-11-03pppd_compat: set rpath to locate depending librariesKozlov Dmitry
2012-11-03cli: fix 'show sessions match' without enough argumentsKozlov Dmitry
2012-11-02cli: fix double buffer freeKozlov Dmitry
2012-11-01cli: terminate username: check for username is not NULLKozlov Dmitry
2012-11-01fix build with glibc-2.16Alexei Takaseev