summaryrefslogtreecommitdiff
path: root/accel-pppd/cli
AgeCommit message (Expand)Author
2014-10-22cli: introduced verbose optionDmitry Kozlov
2014-10-03get rid of time(), use clock_gettime(CLOCK_MONOTONIC) insteadDmitry Kozlov
2014-05-12triton: improved epoll events handlingDmitry Kozlov
2013-06-11fixed 'restart' commnd (stops all sessions, then do restart)Kozlov Dmitry
2013-06-04use /var/lib/accel-ppp instead /var/run/accel-pppKozlov Dmitry
2013-05-23cli: fixed 'restart' command (do soft restart, i.e. terminate sessions by def...Dmitry Kozlov
2013-02-17cli: Add the sessions-columns configuration optionGuillaume Nault
2013-02-17cli: Fix "show sessions" if no column to displayGuillaume Nault
2013-02-13cli: Notify user of failed commandsGuillaume Nault
2013-02-12cli: Skip leading spaces before calling regexp cmdsGuillaume Nault
2013-02-12cli: Handle arguments to the "help" commandGuillaume Nault
2013-02-12cli: Modify regexp command handler registrationGuillaume Nault
2013-02-12cli: Improve word splitting functionsGuillaume Nault
2013-02-12cli: Pass complete command line to regexp handlersGuillaume Nault
2013-02-12cli: Use dedicated "help" command handlerGuillaume Nault
2013-02-12cli: Fix regexp command handlingGuillaume Nault
2013-01-24backport 1.7Kozlov Dmitry
2013-01-24cli: show properly comp fieldKozlov Dmitry
2013-01-24merge upstreamKozlov Dmitry
2013-01-24move 'comp' field from struct ppp_t to struct ap_sessionroot
2012-09-05Fix format string errorsGuillaume Nault
2012-09-05Add compilation checks for printf-style format stringsGuillaume Nault
2012-08-29add 'ppp' filed to CTRL to identify ppp sessionsKozlov Dmitry
2012-07-19Merge commit '918036a3c42cb6dd5b796c52b6aaf278c466c928'Kozlov Dmitry
2012-07-19cli: telnet: check for disconnect condition while processing input charsKozlov Dmitry
2012-07-11futher session backup implementationKozlov Dmitry
2012-06-19general preparation for IPoE integrationKozlov Dmitry
2012-05-14cli: add 'comp' field to 'show sessions' to indicate compression/encryption m...Kozlov Dmitry
2012-01-20cli: fix 'show sessions match'Kozlov Dmitry
2012-01-13set FD_CLOEXEC on opened file descriptorsKozlov Dmitry
2011-12-27snmp: implemneted new node (ACCEL-PPP-MIB::cli.0) which can be used to send c...Kozlov Dmitry
2011-08-23ppp: ipv6: multiple prefixes, route option, rdnss option implementationKozlov Dmitry
2011-08-19snmp supportKozlov Dmitry
2011-06-03cli:show sessions: fixed bug when match or order key is not in field list to ...Kozlov Dmitry
2011-05-30rewrited initialization procedure (fix gcc-4.6 builds)Kozlov Dmitry
2011-02-13cli: terminate: check username is not NULLDmitry Kozlov
2011-01-28cli: fixed buffer overflow in telnet partDmitry Kozlov
2011-01-27radius: extended statistics calculationDmitry Kozlov
2011-01-26cli: save history to file when telnet client disconnectsDmitry Kozlov
2011-01-17memory usage optimizationDmitry Kozlov
2011-01-13cli: show sessions: initialize buffer to zero if username is still emptyDmitry Kozlov
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov