| Commit message (Expand) | Author | Age | Files | Lines |
* | *: ditch vty_outln(), part 2 of 2 | David Lamparter | 2017-07-14 | 1 | -2/+2 |
* | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -35/+35 |
* | lib: move \n vs. \r\n handling into vty code | David Lamparter | 2017-07-13 | 1 | -37/+19 |
* | lib: fix vty_out with >1024 bytes of output | David Lamparter | 2017-07-06 | 1 | -2/+4 |
* | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 1 | -10/+10 |
* | *: s/VTY_NEWLINE/VTYNL/g | Quentin Young | 2017-06-29 | 1 | -8/+8 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -59/+56 |
* | lib: add vty_outln() | Quentin Young | 2017-06-29 | 1 | -13/+32 |
* | lib: actually exit when asked to do so | Quentin Young | 2017-06-21 | 1 | -1/+4 |
* | ldpd: convert cli and get rid of the xml interface | Renato Westphal | 2017-06-16 | 1 | -26/+0 |
* | lib: remove BGP_ENCAP(V6)_NODE | Lou Berger | 2017-05-23 | 1 | -2/+0 |
* | lib: detangle protocol name/instance from logging | David Lamparter | 2017-05-18 | 1 | -1/+2 |
* | Merge pull request #538 from qlyoung/fix-stack-access-2 | Lou Berger | 2017-05-17 | 1 | -6/+6 |
|\ |
|
| * | lib: let vty.c manage its own pointers | Quentin Young | 2017-05-16 | 1 | -6/+6 |
* | | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
|/ |
|
* | Merge pull request #531 from qlyoung/fix-stack-ref | Lou Berger | 2017-05-15 | 1 | -8/+6 |
|\ |
|
| * | lib: fix access to stack value | Quentin Young | 2017-05-15 | 1 | -8/+6 |
* | | lib: cli: autocomplete variables | David Lamparter | 2017-05-15 | 1 | -3/+23 |
|/ |
|
* | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 1 | -14/+16 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -9/+13 |
* | Merge branch 'master' into EIGRP | Donald Sharp | 2017-05-02 | 1 | -0/+2 |
|\ |
|
| * | bgpd: labeled unicast config | Don Slice | 2017-04-06 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'origin/master' into EIGRP | Donald Sharp | 2017-04-06 | 1 | -6/+6 |
|\| |
|
| * | *: apply DEFUN_NOSH for node-switch CLI commands | David Lamparter | 2017-03-28 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'origin/master' into EIGRP | Donald Sharp | 2017-03-17 | 1 | -0/+2 |
|\| |
|
| * | Merge branch 'stable/2.0' | David Lamparter | 2017-03-10 | 1 | -0/+2 |
| |\ |
|
| | * | lib: handle case specifc types, protect against double free (issue #144) | Lou Berger | 2017-03-09 | 1 | -0/+2 |
| | * | lib: use fsync() for config writes, plug fd leak | David Lamparter | 2017-02-09 | 1 | -1/+8 |
* | | | eigrp: Initial Commit | Donald Sharp | 2017-03-09 | 1 | -0/+2 |
|/ / |
|
* | | lib: hide away logging internals | David Lamparter | 2017-03-08 | 1 | -4/+1 |
* | | lib: simplify protocol/log naming | David Lamparter | 2017-03-08 | 1 | -2/+2 |
* | | *: get rid of zlog(*, LOG_LEVEL, ...) | David Lamparter | 2017-03-08 | 1 | -10/+10 |
* | | *: add frr_config_fork() | David Lamparter | 2017-03-08 | 1 | -4/+4 |
* | | lib: define BGP_EVPN_NODE | Philippe Guibert | 2017-02-14 | 1 | -0/+1 |
* | | lib: rework vty_use_backup_config() | David Lamparter | 2017-02-10 | 1 | -31/+17 |
* | | lib: fix remaining coverity issues | David Lamparter | 2017-02-10 | 1 | -1/+1 |
* | | lib: use fsync() for config writes, plug fd leak | David Lamparter | 2017-02-09 | 1 | -1/+8 |
* | | Merge branch 'frr/pull/152' ("Lib fixes") | David Lamparter | 2017-02-07 | 1 | -1/+1 |
|\ \ |
|
| * | | lib: Properly Initialize code | Donald Sharp | 2017-02-02 | 1 | -1/+1 |
* | | | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-02-02 | 1 | -1/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | lib: Don't change uid/gid if we are already the correct uid/gid | Martin Winter | 2017-01-25 | 1 | -2/+5 |
| * | lib: additional patch for 496e83a | Quentin Young | 2017-01-18 | 1 | -6/+13 |
| * | lib: limit size of vty buffer to 4096 bytes | Quentin Young | 2017-01-13 | 1 | -50/+52 |
* | | lib: move at_close call in vty_stdio to end | David Lamparter | 2017-01-31 | 1 | -1/+5 |
* | | lib: clean up tab-completion memory counting | David Lamparter | 2017-01-31 | 1 | -3/+1 |
* | | bgpd: add vrf-policy config using existing vnc code | Lou Berger | 2017-01-23 | 1 | -0/+1 |
* | | lib: additional patch for 496e83a | Quentin Young | 2017-01-18 | 1 | -6/+13 |
* | | Merge branch 'master' into cleanup | Donald Sharp | 2017-01-13 | 1 | -48/+50 |
|\ \ |
|
| * | | lib: limit size of vty buffer to 4096 bytes | Quentin Young | 2017-01-11 | 1 | -48/+50 |
* | | | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -87/+1 |
|/ / |
|