summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [pim] PIM route type.Everton Marques2010-08-242-0/+3
* [pim] Version up to 0.161Everton Marques2010-08-241-1/+1
* [pim] Clean-upEverton Marques2010-08-242-0/+4
* [pim] Hooks for ssmpingd supportEverton Marques2010-08-241-0/+1
* [pim] Initial pim 0.155Everton Marques2010-08-247-3/+49
* lib: undo the last PIE commitStephen Hemminger2010-01-271-3/+0
* lib: fix PIE build flagsMathias Krause2010-01-201-0/+3
* lib: fix memory loggingDavid Ward2010-01-131-3/+5
* lib: make some structures constantStephen Hemminger2009-12-212-6/+6
* ospf6d: fix warnings from recent prefix bit commitStephen Hemminger2009-12-101-0/+6
* lib: move check_bit into prefix common codeStephen Hemminger2009-12-092-31/+14
* lib: fix warning on little endianStephen Hemminger2009-12-091-1/+2
* lib: make match functions take const argsStephen Hemminger2009-12-082-14/+16
* lib: remove unused function: route_dump_node()Denis Ovsienko2009-12-071-17/+0
* lib: log source of vty connections (bug #566)heasley2009-12-071-0/+6
* lib/trivial: str2prefix checks return of inet_pton in fragile wayPaul Jakma2009-08-281-2/+2
* lib: if_lookup_by_name should be more robust to null argumentPaul Jakma2009-08-281-7/+9
* bgpd: start listener on first instanceStephen Hemminger2009-07-281-0/+1
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-1912-23/+195
* [lib] Fix IPv6 normalisationStephen Hemminger2009-07-161-0/+1
* [lib/cleanup] Use a typedef for the thread typePaul Jakma2009-06-302-6/+8
* Fixes to RFC2385/MD5 BGPChris Caputo2009-06-231-3/+12
* [configure] Refine CLOCK_MONOTONIC testPaul Jakma2009-06-181-2/+10
* [cleanup] Allow message tables to be constantStephen Hemminger2009-06-182-2/+2
* [cleanup] Use const in smux interfaceStephen Hemminger2009-06-182-10/+11
* [lib] Put symbolic backtrace on system logStephen Hemminger2009-06-181-6/+15
* [lib] sockopt_tcp_signature: sin6 requires HAVE_IPV6Stephen Hemminger2009-06-181-0/+2
* [gcc] Add gcc printf format checksStephen Hemminger2009-06-181-6/+12
* [cleanup] Make command nodes staticStephen Hemminger2009-06-126-14/+14
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-1/+1
* [cleanup] add const attribute to lib/if.c::if_dumpStephen Hemminger2009-06-121-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-127-33/+9
* [bgpd] Add support for the old Linux 2.4, TCP_MD5_AUTH RFC2385 patchPaul Jakma2009-06-121-2/+25
* [snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo2009-06-021-51/+44
* [smux] 64-bit fix for lib/smux.h SNMP_INTEGER() macroChris Caputo2009-06-021-2/+2
* [bgp] Fix crash on SIGHUP, deref of freed workqueuesSteve Hill2009-06-021-0/+3
* [lib] Fix timer precision.Joakim Tjernlund2008-11-291-1/+1
* [lib] Move type cast in Fletcher checksumJoakim Tjernlund2008-11-291-1/+1
* [lib] fix missing sockunion_normalise_mappedPaul Jakma2008-11-241-0/+1
* [lib] Switch Fletcher checksum back to old ospfd versionPaul Jakma2008-11-162-33/+21
* [lib] re-enable conversion of v6mapped INET6 sockunions to regular INETPaul Jakma2008-09-091-40/+20
* Merge branch 'restricted-mode'Paul Jakma2008-09-044-4/+75
|\
| * [vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma2008-08-234-4/+75
* | Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund2008-08-251-1/+3
|/
* [administrivia] Git should ignore backup files and .loT filesPaul Jakma2008-08-221-0/+4
* [trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma2008-08-221-4270/+0
* [warnings] Fix various SOS warningsPaul Jakma2008-08-224-2/+7
* [lib] Fix mistake in tcp-md5sig commit which broke compile on BSDPaul Jakma2008-08-221-2/+2
* [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-225-4/+18
* [lib] hash compare function arguments ought to be const qualifiedStephen Hemminger2008-08-225-16/+15