summaryrefslogtreecommitdiff
path: root/lib/keychain.c
AgeCommit message (Expand)Author
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-02-14ospf6d: fix coverity issues.Abhinay Ramesh
2022-02-09lib: Changes to support hash algo in keychain.Abhinay Ramesh
2022-02-09lib: Support auto completion of configured keychain.Abhinay Ramesh
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-03-17*: require semicolon after DEFINE_QOBJ & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-08-24lib, tools: fix reloading of key sub-context in key chainsAlexander Chernavin
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: move CLI parent data to cmd_node->parent_nodeDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter
2020-04-16*: clean up cmd_node initializersDavid Lamparter
2020-03-05*: use gmtime_r, localtime_r exclusivelyMark Stapp
2019-04-03lib: reduce exported var symbolsQuentin Young
2019-02-25*: remove null check before XFREEQuentin Young
2019-01-24Treewide: use ANSI function definitionsRuben Kerkhof
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-08-01ripd: null check keylyq140
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-02-07lib: 'no accept-lifetime' and 'no send-lifetime' for keychaindturlupov
2017-10-24*: add missing \n in some help stringsRenato Westphal
2017-10-05*: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter
2017-07-14*: remove VTYNL, part 1 of 6David Lamparter
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-29*: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young
2017-06-29*: use vty_outlnQuentin Young
2017-06-27*: remove VTY_GET_*Quentin Young
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-03-28*: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter
2016-12-09lib: remove vty->indexDavid Lamparter
2016-10-17Merge branch 'cmaster-next' into vtysh-grammarQuentin Young
2016-10-07lib: replace vty->index_sub with qobjDavid Lamparter
2016-10-07lib: use qobj for vty->index context positionDavid Lamparter
2016-10-07lib: qobj: register ifaces, routemaps & keychainsDavid Lamparter
2016-09-23lib: add 'int idx_foo' argv index variablesDaniel Walton
2016-09-23convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton
2016-09-23lib: argv update for filter.c, if_rmap.c keychain.c and plist.cDaniel Walton
2016-09-22Revert "lib: Fixup more files"Daniel Walton
2016-09-20lib: Fixup more filesDonald Sharp
2016-09-19*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter
2016-05-26lib: silence type range warning in macroDavid Lamparter
2015-08-26Fixup code to use correct XMALLOC operatorsDonald Sharp
2014-06-04*: nuke ^L (page feed)David Lamparter
2009-06-12[cleanup] Make command nodes staticStephen Hemminger