summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make some trivial functions on interfaces inlineStephen Hemminger2008-07-112-66/+59
* Set IPv4 TOS value for BGPStephen Hemminger2008-07-082-0/+14
* ifdef out dead codeStephen Hemminger2008-05-281-0/+2
* get rid of compiler warningsStephen Hemminger2008-05-281-29/+29
* Remove extraneous smux log messages for routing daemons connectivity to snmpdMohit Mehta2008-04-301-3/+6
* Modifications to quagga to enable bgp, ospf and rip mib traversalsMohit Mehta2008-04-212-8/+12
* TCP MD5SIG patchMichael H. Warfield2008-04-152-0/+61
* Merge branch 'upstream' into hollywoodTom Grennan2008-04-106-17/+74
|\
| * [lib] Fix the struct message LOOKUP function to be more robustpaul2008-02-283-10/+34
| * [lib/linklist] Enforce "nodes must have data" invariant more rigorouslypaul2008-02-282-5/+23
| * [c++] remove/rename some names in headers that clash with C++ reserved wordspaul2008-02-261-1/+1
| * [link-detect] Improve BSD support.ajs2008-01-112-3/+5
| * [link-detect] Try to get BSD link-detect to work properly.ajs2008-01-102-0/+7
| * [lib] add mising UL qualifier to numerical constantpaul2008-01-082-1/+7
* | Filter unwanted netlink messagesStephen Hemminger2008-03-311-0/+1
|/
* + fixed bug #418 (changing address on an existing interface doesn't cause exi...pilot2007-11-124-11/+41
* [snmp-smux] Fix problems if 'smux peer ...' is issued multiple timespaul2007-10-222-2/+17
* + pidfiles are now always created with 0644 perms instead if LOGFILE_MASK (0600)pilot2007-10-042-3/+10
* [privs/Solaris] Quagga should work in zones with IP instancespaul2007-09-182-0/+12
* Bug #362 is fixed now.pilot2007-08-213-0/+36
* Merged own patch for the bug #391 (debugging and comments mostly).pilot2007-08-132-0/+6
* [ospfd] Fix bad SPF calculation on some topologies - incorrect sortingpaul2007-08-063-1/+6
* [bgpd] cleanup, compact and consolidate capability parsing codepaul2007-08-062-1/+9
* [lib] Add comments regarding setsockopt_multicast_ipv4 arguments.ajs2007-07-063-4/+13
* [linux] Fix strange compilation problem by explicitly including <linux/types.h>ajs2007-06-012-0/+9
* [autoconf] GNU_SOURCE can be defined twice, through AC_FUNC_STRNLENpaul2007-05-102-4/+4
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningspaul2007-05-106-21/+21
* [bgpd] Trim memory usage of BGP routespaul2007-05-042-0/+6
* [zebra] Routemap support on received routes, with 'set src' command (linux)paul2007-05-026-13/+43
* [logging] Minor performance tweakajs2007-04-292-9/+20
* [logging] Add new "log timestamp precision" command for subsecond timestampsajs2007-04-286-42/+179
* [64-bit] Fix 4 problems with printf formats and 64-bit size_tajs2007-04-272-1/+5
* [zebra] Bug #351: Don't redistribute routes to ipv4 link-local prefixespaul2007-04-102-0/+5
* [lib] Make message lookup function more robust.ajs2007-03-202-8/+30
* [PtP over ethernet] New peer flag allows much more addressing flexibilityajs2006-12-125-50/+66
* [lib] Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commandspaul2006-10-152-2/+56
* [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues)ajs2006-09-262-7/+17
* [lib] Bug #134: threads should be more robust against backward time jumpspaul2006-08-273-24/+210
* [lib] remove autogenerated file, update .cvsignorepaul2006-07-272-203/+2
* [lib] Optimise thread_call by caching pointer to thread history in the threadpaul2006-07-253-14/+35
* [lib] Do not call vty_close in vty_log_out to avoid possible free memory accessajs2006-07-112-2/+15
* [lib] Fix infinite recursion for errors on vtys with terminal monitor enabledajs2006-07-102-0/+13
* [debug] Debug messages to terminal vty sessions should include timestampsajs2006-07-032-3/+14
* [lib] Fix merge error in ChangeLogpaul2006-06-301-5/+5
* [lib] Fix typo in cpp conditional for malloc.h includepaul2006-06-302-1/+6
* [lib] Remove bare routes in route_types: fix mistake in commmitpaul2006-06-271-3/+1
* [lib] Remove numeric route-type argument in redistribute arg stringspaul2006-06-272-6/+13
* [lib] Centralise Zserv route type information, auto-generate redist stringspaul2006-06-275-4/+279
* [zebra] remove internal if_flag_dump, use libzebras version.paul2006-06-152-1/+4
* [lib] list_delete shouldn't duplicate list_delete_all_nodepaul2006-06-152-10/+3