summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Rename HAVE_POLL to prevent conflicting #definesDonald Sharp2017-05-042-16/+16
* Remove uncalled function causing compiler errorSam Tannous2017-05-041-22/+0
* Revert "Fix the "Use-after-free" of clang SA."Hung-Weic Chiu2017-05-022-4/+1
* Fix the "Use-after-free" of clang SA.Hung-Weic Chiu2017-04-292-1/+4
* Fix the memory leakHung-Weic Chiu2017-04-291-0/+7
* lib: fix usage of getgrouplist() in *BSDMike Tancsa2017-04-011-1/+1
* Rename: FreeRangeRouting FRRoutingLou Berger2017-03-302-2/+2
* *: track version & "defaults" in configsDavid Lamparter2017-03-282-38/+54
* Merge pull request #266 from donaldsharp/nhtDavid Lamparter2017-03-101-1/+1
|\
| * Lowercase frr.confMartín Beauchamp2017-03-091-1/+1
* | lib: handle case specifc types, protect against double free (issue #144)Lou Berger2017-03-091-0/+2
* | Revert "lib: Fix tab completions memleak, memory stats corruption"David Lamparter2017-03-091-10/+4
|/
* *: remove QUAGGA_NO_DEPRECATED_INTERFACESQuentin Young2017-02-271-11/+0
* 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
|\ \