summaryrefslogtreecommitdiffstats
path: root/lib/sockunion.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Add back sockunion_str2suPaul Jakma2012-06-141-0/+12
* lib, zebra: extend use of sockunion2ip macroJorge Boncompte [DTI2]2012-05-021-3/+3
* bgpd: Fix memory leak of some "show ip bgp neighbor" commandsJorge Boncompte [DTI2]2012-05-021-33/+0
* lib: remove last uses of sockunion_su2str()Jorge Boncompte [DTI2]2012-05-021-19/+0
* lib: add sockopt helper for setting IPV6_V6ONLY and use itDavid Lamparter2011-12-131-0/+24
* lib: fix memory leak on connect() failureStephen Hemminger2011-12-061-12/+11
* lib: Add support for IPv6 ttl securityStephen Hemminger2011-03-241-11/+19
* bgpd: Cleanups & fixes for minttl / GTSMStephen Hemminger2011-03-241-8/+8
* bgpd: RFC 5082 Generalized TTL Security Mechanism supportNick Hilliard2011-03-231-0/+22
* lib: add TCP_CORK wrapperStephen Hemminger2011-03-211-0/+10
* [lib] Fix IPv6 normalisationStephen Hemminger2009-07-161-0/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-2/+1
* [lib] fix missing sockunion_normalise_mappedPaul Jakma2008-11-241-0/+1
* [lib] re-enable conversion of v6mapped INET6 sockunions to regular INETPaul Jakma2008-09-091-40/+20
* [bgpd] TCP-MD5: password vty configuration and initial Linux supportPaul Jakma2008-07-211-2/+6
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-101-8/+8
* [lib/sockunion] trivial: use XSTRDUP.Paul Jakma2006-02-211-2/+2
* 2005-05-19 Paul Jakma <paul@dishone.st>paul2005-05-191-4/+4
* 2005-05-06 Paul Jakma <paul@dishone.st>paul2005-05-061-4/+4
* * sockunion.c: Fix warning message.hasso2005-05-061-1/+1
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-5/+5
* 2004-10-13 Paul Jakma <paul@dishone.st>paul2004-10-131-4/+4
* Some more const string fixes.hasso2004-10-111-1/+1
* Number of warnings is down to 3 again in lib directory. A lot of const'shasso2004-10-051-1/+1
* 2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>paul2004-05-081-2/+2
* Last fixes from 6Wind patch.hasso2003-05-251-0/+5
* Fix incorrect buffer bounds.paul2003-05-241-4/+4
* Initial revisionpaul2002-12-131-0/+756