summaryrefslogtreecommitdiffstats
path: root/lib/keychain.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripd: null check keylyq1402018-08-011-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-6/+6
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-4/+2
* lib: 'no accept-lifetime' and 'no send-lifetime' for keychaindturlupov2018-02-071-0/+40
* *: add missing \n in some help stringsRenato Westphal2017-10-241-4/+4
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-652/+655
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-7/+7
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-7/+7
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-2/+2
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-11/+11
|/
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-2/+2
* *: use vty_outlnQuentin Young2017-06-291-13/+13
* *: remove VTY_GET_*Quentin Young2017-06-271-3/+3
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
* *: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter2017-03-281-2/+2
* lib: remove vty->indexDavid Lamparter2016-12-091-1/+1
* Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-66/+34
|\
| * lib: replace vty->index_sub with qobjDavid Lamparter2016-10-071-57/+20
| * lib: use qobj for vty->index context positionDavid Lamparter2016-10-071-8/+3
| * lib: qobj: register ifaces, routemaps & keychainsDavid Lamparter2016-10-071-2/+12
* | lib: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-38/+143
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-18/+18
* | lib: argv update for filter.c, if_rmap.c keychain.c and plist.cDaniel Walton2016-09-231-38/+38
* | Revert "lib: Fixup more files"Daniel Walton2016-09-221-38/+38
* | lib: Fixup more filesDonald Sharp2016-09-211-38/+38
|/
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+3
* lib: silence type range warning in macroDavid Lamparter2016-05-261-6/+10
* Fixup code to use correct XMALLOC operatorsDonald Sharp2015-08-261-6/+6
* *: nuke ^L (page feed)David Lamparter2014-06-041-4/+4
* [cleanup] Make command nodes staticStephen Hemminger2009-06-121-2/+2
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-8/+2
* 2005-05-06 Paul Jakma <paul@dishone.st>paul2005-05-061-36/+41
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-14/+14
* 2004-10-31 Paul Jakma <paul@dishone.st>paul2004-10-311-24/+5
* Number of warnings is down to 3 again in lib directory. A lot of const'shasso2004-10-051-20/+23
* Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGERhasso2004-03-041-2/+2
* Initial revisionpaul2002-12-131-0/+1001