summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: limit size of vty buffer to 4096 bytesQuentin Young2017-01-132-51/+53
* Merge pull request #47 from donaldsharp/valgrindDonald Sharp2017-01-091-3/+5
|\
| * lib: Stop potential uninitialized memory accessDonald Sharp2017-01-061-3/+5
* | lib: Update ZAPI to version 4 and HEADER_MARKER to 254Donald Sharp2017-01-042-2/+2
* | watchfrr: Rename watchquagga -> watchfrrDonald Sharp2017-01-044-4/+4
|/
* Merge pull request #37 from LabNConsulting/working/2.0/patch-set-170102aDavid Lamparter2017-01-036-42/+41
|\
| * lib: Partial Revert of 4ecc09d and modify zclient connect behaviorDonald Sharp2017-01-021-19/+9
| * BGP: deal with vnc related string ambiguities (issue #9)G. Paul Ziemba2017-01-023-11/+14
| * lib/command.c: fix leak id'ed by valgrindLou Berger2017-01-021-11/+17
| * prefix.c: replace free with XFREE for memory allocated with XMALLOCLou Berger2017-01-021-1/+1
* | Merge pull request #28 from opensourcerouting/dev/osr/rename-part1Donald Sharp2017-01-036-44/+45
|\ \ | |/ |/|
| * build: rename (2 of ?): route_types macrosDavid Lamparter2016-12-202-18/+18
| * build: replace some hardcoding with ./configureDavid Lamparter2016-12-202-2/+4
| * build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-203-24/+23
* | lib: Ensure ptrs are NULL on freeDonald Sharp2016-12-161-1/+5
|/
* lib: fix prefix2str return value and assertChristian Franke2016-12-081-21/+14
* *: always set SO_SNDBUF and SO_RCVBUF using a best effort approachRenato Westphal2016-12-082-18/+18
* lib: remove unused NS_BITMAP MTYPEDavid Lamparter2016-12-051-1/+0
* Merge branch '-rip' into stable/2.0David Lamparter2016-12-054-7/+22
|\
| * *: create a helper function to set the IP_MULTICAST_LOOP sockoptionRenato Westphal2016-11-252-1/+16
| * ripd: fix the "neighbor" command.Renato Westphal2016-11-252-6/+6
* | Merge branch '-renato' into stable/2.0David Lamparter2016-12-0510-833/+236
|\ \
| * | zebra/lib: remove redundant fields from zebra_vrfRenato Westphal2016-11-282-10/+10
| * | lib/zebra: put vrf_get() on a dietRenato Westphal2016-11-282-168/+54
| * | zebra: order VRFs by name on user outputRenato Westphal2016-11-281-1/+1
| * | lib/zebra: convert vrf_list to a red-black treeRenato Westphal2016-11-282-36/+20
| * | *: rename two vrf functionsRenato Westphal2016-11-283-9/+9
| * | lib: convert vrf code to use red-black trees as wellRenato Westphal2016-11-283-228/+51
| * | lib: convert namespace code to use red-black treesRenato Westphal2016-11-282-53/+37
| * | lib: fix creation of pre-provisioned VRFsRenato Westphal2016-11-281-0/+1
| * | zebra/lib: move some code aroundRenato Westphal2016-11-284-70/+70
| * | lib: remove unused ns codeRenato Westphal2016-11-282-284/+1
| * | zebra/lib: plug several memleaksRenato Westphal2016-11-284-2/+10
| |/
* | lib, zebra: Minimize display of link-params sub dataDonald Sharp2016-12-052-5/+7
* | lib: replace MIT license with ISCDavid Lamparter2016-12-013-48/+30
* | Merge remote-tracking branch 'cmaster-next' into cmaster-next-relengDavid Lamparter2016-11-281-1/+0
|\|
| * lib: Fix nexthop strings to coincide with enumvivek2016-11-251-1/+0
* | Merge remote-tracking branch 'cmaster-next' into cmaster-next-relengDavid Lamparter2016-11-195-8/+98
|\|
| * *: Fix up licensing to be rightDonald Sharp2016-11-185-8/+98
* | lib: replace strlcpy & strlcat with glibc versionsDavid Lamparter2016-11-1510-120/+138
* | build: massively remove needless checksDavid Lamparter2016-11-1516-6807/+7
* | build: don't use deprecation warning on ICCDavid Lamparter2016-11-151-1/+2
* | build: fix -Wmaybe-uninitialized warningsDavid Lamparter2016-11-152-2/+2
|/
* lib: add minimal no-config VTY modeDavid Lamparter2016-11-102-7/+24
* watchquagga: add "write integrated"David Lamparter2016-11-092-0/+8
* watchquagga: add ZLOG_WATCHQUAGGADavid Lamparter2016-11-092-1/+3
* lib: privs: always look up VTY groupDavid Lamparter2016-11-091-23/+28
* lib: add and use set_cloexec()David Lamparter2016-11-094-1/+26
* lib: Fix race condition in shutdown of routemapDonald Sharp2016-10-241-1/+5
* lib: Fix for int64 and json on some systemsDonald Sharp2016-10-211-0/+4