summaryrefslogtreecommitdiffstats
path: root/lib/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: rename enum to avoid conflictRenato Westphal2019-02-121-1/+1
* lib: don't disable "log file" on "log syslog"David Lamparter2019-01-241-2/+0
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* lib: simplify detection of when the user is leaving the CLI config modeRenato Westphal2019-01-191-55/+1
* lib: reset the vty xpath index when entering the config modeRenato Westphal2019-01-191-2/+0
* Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp2018-12-011-15/+3
|\
| * *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-15/+3
* | lib, ripd: rework API for converted CLI commandsRenato Westphal2018-11-261-1/+6
|/
* lib: introduce new northbound APIRenato Westphal2018-10-271-3/+32
* lib: If command was successful don't store the command as an errorDonald Sharp2018-10-251-1/+3
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-1/+1
* lib, vtysh: Allow notification across multiple lines of failureDonald Sharp2018-10-111-6/+14
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-4/+4
* Merge pull request #3040 from pacovn/static_analysis__drop_const_1Quentin Young2018-09-171-2/+2
|\
| * bgpd isisd ldpd lib: const drop fixes (SA)F. Aragon2018-09-171-2/+2
* | *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
|/
* Merge pull request #2994 from opensourcerouting/sa-warningsDonald Sharp2018-09-091-0/+1
|\
| * *: fix clang-6 SA warningsDavid Lamparter2018-09-081-0/+1
* | fabricd: add new daemon as build of isisdChristian Franke2018-09-051-0/+3
|/
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-2/+2
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* lib: Add LIB_ERR_SYSTEM_CALL and convert VRF_SOCKET to SOCKETDonald Sharp2018-08-141-1/+3
* Merge branch 'master' into bfd-finalDonald Sharp2018-08-141-5/+1
|\
| * *: ALLOC calls cannot failDonald Sharp2018-08-111-5/+1
* | bfdd: add vty shell commandsRafael Zalamena2018-08-081-0/+11
|/
* Merge pull request #2503 from pacovn/Coverity_1469898_Uninitialized_scalar_va...Quentin Young2018-06-261-2/+5
|\
| * lib: uninitialized variable (2) (Coverity 1469898)paco2018-06-221-2/+5
* | *: remove deprecated 'log trap' commandsQuentin Young2018-06-251-39/+0
* | lib: null check (Coverity 1470150)paco2018-06-221-0/+3
* | lib: Add --log-level to daemonsDonald Sharp2018-06-191-4/+14
* | lib: Add new cli to specify where to output logs on startupDonald Sharp2018-06-191-1/+22
|/
* lib: null return value check (Coverity 1469894)paco2018-06-121-2/+3
* lib: fix output mangling with | includeQuentin Young2018-06-061-3/+2
* lib: add vector_compact(), use after str splitsQuentin Young2018-06-061-2/+4
* lib: fix static analysis issues, use regfree()Quentin Young2018-06-061-2/+11
* lib: add vector_remove() to vector.[ch]Quentin Young2018-06-061-1/+2
* *: style for | supportQuentin Young2018-06-061-5/+6
* vtysh: add | supportQuentin Young2018-06-061-2/+2
* lib: add cli preprocessor for `|` actionsQuentin Young2018-06-061-0/+53
* lib: add hook for preprocessing commandsQuentin Young2018-06-061-0/+63
* lib: add string utilitiesQuentin Young2018-06-061-79/+39
* lib: Moved no-password warnings into header filePascal Mathis2018-05-131-16/+4
* lib: Improved warnings for 'no (enable) password'Pascal Mathis2018-05-121-14/+22
* Merge pull request #2132 from donaldsharp/missed_stuffRuss White2018-05-121-78/+101
|\
| * lib: Fix bad functionDonald Sharp2018-05-091-1/+1
| * bgpd, lib, zebra: Cleanup formatting issues foundDonald Sharp2018-05-091-14/+22
| * watchfrr always writes 'log syslog informational' to the configDaniel Walton2018-05-091-78/+93
| * lib: move ip node above vrf node for config orderQuentin Young2018-05-091-1/+1
* | lib: Ported 'no (enable) password' from stable/3.0Pascal Mathis2018-05-111-3/+46
|/
* lib: allow hostname to begin with a letter or numberDon Slice2018-05-011-1/+1