summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-10-18zclient: fix router-id calculation for IPv6 (#595)Dmitry Tejblum
2010-10-06bgpd, lib: adopt afi_t and safi_t in several placesMichael Lambert
2010-09-17lib/vty.c: add missing format string when printing out motd messageNico Golde
2010-09-17Document rules for zalloc and friends.Greg Troxel
2010-01-27lib: undo the last PIE commitStephen Hemminger
2010-01-20lib: fix PIE build flagsMathias Krause
2010-01-13lib: fix memory loggingDavid Ward
2009-12-21lib: make some structures constantStephen Hemminger
2009-12-10ospf6d: fix warnings from recent prefix bit commitStephen Hemminger
2009-12-09lib: move check_bit into prefix common codeStephen Hemminger
2009-12-09lib: fix warning on little endianStephen Hemminger
2009-12-08lib: make match functions take const argsStephen Hemminger
2009-12-07lib: remove unused function: route_dump_node()Denis Ovsienko
2009-12-07lib: log source of vty connections (bug #566)heasley
2009-08-28lib/trivial: str2prefix checks return of inet_pton in fragile wayPaul Jakma
2009-08-28lib: if_lookup_by_name should be more robust to null argumentPaul Jakma
2009-07-28bgpd: start listener on first instanceStephen Hemminger
2009-07-19[bgpd] Stability fixes including bugs 397, 492Chris Caputo
2009-07-16[lib] Fix IPv6 normalisationStephen Hemminger
2009-06-30[lib/cleanup] Use a typedef for the thread typePaul Jakma
2009-06-23Fixes to RFC2385/MD5 BGPChris Caputo
2009-06-18[configure] Refine CLOCK_MONOTONIC testPaul Jakma
2009-06-18[cleanup] Allow message tables to be constantStephen Hemminger
2009-06-18[cleanup] Use const in smux interfaceStephen Hemminger
2009-06-18[lib] Put symbolic backtrace on system logStephen Hemminger
2009-06-18[lib] sockopt_tcp_signature: sin6 requires HAVE_IPV6Stephen Hemminger
2009-06-18[gcc] Add gcc printf format checksStephen Hemminger
2009-06-12[cleanup] Make command nodes staticStephen Hemminger
2009-06-12[cleanup] functions taking no args should be declared with void argsStephen Hemminger
2009-06-12[cleanup] add const attribute to lib/if.c::if_dumpStephen Hemminger
2009-06-12[cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger
2009-06-12[bgpd] Add support for the old Linux 2.4, TCP_MD5_AUTH RFC2385 patchPaul Jakma
2009-06-02[snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo
2009-06-02[smux] 64-bit fix for lib/smux.h SNMP_INTEGER() macroChris Caputo
2009-06-02[bgp] Fix crash on SIGHUP, deref of freed workqueuesSteve Hill
2008-11-29[lib] Fix timer precision.Joakim Tjernlund
2008-11-29[lib] Move type cast in Fletcher checksumJoakim Tjernlund
2008-11-24[lib] fix missing sockunion_normalise_mappedPaul Jakma
2008-11-16[lib] Switch Fletcher checksum back to old ospfd versionPaul Jakma
2008-09-09[lib] re-enable conversion of v6mapped INET6 sockunions to regular INETPaul Jakma
2008-09-04Merge branch 'restricted-mode'Paul Jakma
2008-08-25Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund
2008-08-23[vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma
2008-08-22[administrivia] Git should ignore backup files and .loT filesPaul Jakma
2008-08-22[trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma
2008-08-22[warnings] Fix various SOS warningsPaul Jakma
2008-08-22[lib] Fix mistake in tcp-md5sig commit which broke compile on BSDPaul Jakma
2008-08-22[lib] mes_lookup string lookup table argument should be marked constStephen Hemminger
2008-08-22[lib] hash compare function arguments ought to be const qualifiedStephen Hemminger
2008-08-22[lib] Add fletcher checksum implementationJingjing Duan