summaryrefslogtreecommitdiff
path: root/accel-pppd/cli
AgeCommit message (Expand)Author
2021-12-16vrf: T10: Add VRF supportDmitriyEshenko
2021-10-05Fixed typos in cli help.soup
2021-05-25cli: fix absent OK status for 'show version'Vladislav Grishenko
2021-04-27Add 'show version' command in CLIroot
2021-03-20Fixed some errors found by valgrind and pvs-studio (#11)[anp/hsw]
2021-03-17Merge branch 'master' of github.com:xebd/accel-pppDmitry Kozlov
2021-03-13Fix another errors found by cppcheck[anp/hsw]
2021-02-06fix build with non-portable _SC_PAGE_SIZEVladislav Grishenko
2020-10-15cli/telnet: fix crash on damaged history file.shumbor
2019-01-19ipoe/cli: fix build warningsVladislav Grishenko
2018-10-26cli: fix include directive for list.hGuillaume Nault
2018-10-23cli: add network namespace column in "show sessions"Guillaume Nault
2018-10-23ipv6: fix IPv6 processing of sessions that only have only a link-local addressGuillaume Nault
2018-01-13updated default config fileDmitry Kozlov
2018-01-13cli: show sessions: added uptime-raw columnt to print uptime in secondsDmitry Kozlov
2017-12-26reworked context prioritiesDmitry Kozlov
2017-10-16move build_ip6_addr function to ipdb.cDmitry Kozlov
2017-09-25cli: introduced ip6 and ip6-dp fields in "show sessions" commandDmitry Kozlov
2016-05-31accel-ppp Debian x32 fix minor -Wformat warningsMarek Michalkiewicz
2016-04-28cli: flush pending data before disconnectingGuillaume Nault
2016-04-28cli: fix data output miss-orderingGuillaume Nault
2016-04-28cli: fix partial line duplication and truncationGuillaume Nault
2016-03-18improved restart and termination procedureDmitry Kozlov
2016-03-18make termination caused by SIGTERM softDmitry Kozlov
2015-11-30cli: show sesisons: introduced rx-bytes-raw,tx-bytes-raw fieldsDmitry Kozlov
2015-11-30cli: show sesisons: introduced rx-bytes,rx-pkts,tx-bytes,tx-pkts fieldsDmitry Kozlov
2014-11-22remove trailing whitespacesDmitry Kozlov
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