summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing DESC_ENTRY to lib/log.cßingen2017-02-211-0/+1
* lib: CID 1399296: Assign instead of compare (PW.ASSIGN_WHERE_COMPARE_MEANT)Martin Winter2017-02-101-1/+1
* lib: use fsync() for config writes, plug fd leakDavid Lamparter2017-02-092-27/+45
* *: Found some instances of Quagga.confDonald Sharp2017-02-071-1/+1
* Merge pull request #176 from opensourcerouting/mtype-underflow-backtraceDonald Sharp2017-02-071-0/+6
|\
| * lib: print backtrace on MTYPE count underflowDavid Lamparter2017-02-071-0/+6
* | Merge pull request #161 from donaldsharp/stableMcLibraryDavid Lamparter2017-02-074-7/+7
|\ \ | |/ |/|
| * *: Convert libzebra -> libfrrDonald Sharp2017-02-034-7/+7
* | lib: Fixup CR commentDonald Sharp2017-02-071-2/+2
* | lib: Don't use malloc!Donald Sharp2017-02-061-2/+2
|/
* lib: plug leak in prefix_list_delete()David Lamparter2017-02-011-0/+4
* *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-012-3/+4
* lib: Don't change uid/gid if we are already the correct uid/gidMartin Winter2017-01-252-9/+19
* lib: Add set_socket_path() to sockopt.c to override the path element of a (vt...Martin Winter2017-01-252-0/+26
* lib: additional patch for 496e83aQuentin Young2017-01-181-6/+13
* 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