summaryrefslogtreecommitdiff
path: root/source3/lib/replace/system/network.h
AgeCommit message (Expand)AuthorFilesLines
2008-09-16Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij1-332/+0
2008-05-16libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWOR...Stefan Metzmacher1-0/+4
2008-03-19libreplace: move rep_socketpair() to its own module.Michael Adam1-0/+5
2008-03-18libreplace: replace inet_ntoa() when it is missingMichael Adam1-1/+1
2008-03-14libreplace: add an inet_aton() function that calls inet_pton().Michael Adam1-0/+5
2008-02-28Fix macro name (no 's' in ifr_addr).Gerald W. Carter1-1/+1
2008-02-26libreplace: Add tests for connect and gethostbyname.Michael Adam1-0/+10
2008-02-26Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.Michael Adam1-5/+5
2008-02-19r26507: Fix function signature for freeifaddrs.Jelmer Vernooij1-1/+1
2008-02-19r26497: Fix return type for freeifaddrs().Jelmer Vernooij1-1/+1
2008-02-19r26492: Some hosts have a define called ifa_dstaddr.Jelmer Vernooij1-0/+1
2008-02-19r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij1-1/+1
2008-02-19r26467: Use getifaddrs() for interface enumeration and provide replacements f...Jelmer Vernooij1-0/+25
2008-02-01NetBSD does not support AI_ADDRCONFIGVolker Lendecke1-0/+7
2008-01-18Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_stor...Stefan Metzmacher1-4/+0
2008-01-18r26550: libreplace: fallback to __ss_family of struct sockaddr_storageStefan Metzmacher1-0/+9
2007-12-25Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storageVolker Lendecke1-0/+4
2007-12-17Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison1-0/+4
2007-10-25Try and fix the Solaris build by adding a missing defineJeremy Allison1-0/+5
2007-10-25[libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.cmetze1-0/+11
2007-10-25- include getaddrinfo.h after we have defined struct addrinfometze1-4/+5
2007-10-25[libreplace] if we replace types define the HAVE_<type> macrometze1-0/+3
2007-10-25[libreplace] move definition of struct addrinfo so that it can use socklen_tmetze1-15/+13
2007-10-25[libreplace] move define of a constant to near to the othersmetze1-4/+4
2007-10-25[libreplace] include socket_wrapper.h after we have typedef'ed socklen_tmetze1-7/+7
2007-10-16Move #defined for getaddrinfo into network.h (as otherJeremy Allison1-4/+91
2007-10-15missing stuff from samba4's libreplaceStefan Metzmacher1-0/+4
2007-10-15don't imply "system/network.h" within replace.h,metze1-1/+11
2007-10-10r25507: Fix definition of struct sockaddr_storage ifJeremy Allison1-0/+5
2007-10-10r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfoJeremy Allison1-1/+5
2007-10-10r25495: Fixup definitions for missing sockaddr_storage.Jeremy Allison1-1/+2
2007-10-10r25487: Try fix the build - fix socklen_t and sa_family_t.Jeremy Allison1-0/+8
2007-10-10r25474: Try and fix the build on Mac OS X 10.4.9.Jeremy Allison1-0/+4
2007-10-10r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison1-0/+12
2007-10-10r25232: sync lib/replace with SAMBA_4_0Stefan Metzmacher1-8/+0
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell1-1/+1
2007-10-10r23309: sync lib/replace with SAMBA_4_0Stefan Metzmacher1-11/+16
2007-10-10r18958: merge from samba4:Stefan Metzmacher1-0/+4
2007-10-10r18953: sync socket_wrapper with samba4Stefan Metzmacher1-0/+4
2007-10-10r18644: bring in libreplace in lib/replaceStefan Metzmacher1-0/+105