summaryrefslogtreecommitdiff
path: root/source4/lib/replace/system
AgeCommit message (Expand)AuthorFilesLines
2008-08-01libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headersStefan Metzmacher1-2/+3
2008-05-13libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWOR...Stefan Metzmacher1-0/+4
2008-05-07libreplace: always provide utime() and utimes()Stefan Metzmacher2-1/+16
2008-05-06libreplace: check how portable utimes() and futimes() areStefan Metzmacher1-0/+1
2008-03-18libreplace: move rep_socketpair() to its own module.Michael Adam1-0/+5
2008-03-18Fix macro name (no 's' in ifr_addr).Gerald W. Carter1-1/+1
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-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-20libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.Michael Adam1-8/+8
2008-02-20NetBSD does not support AI_ADDRCONFIGVolker Lendecke1-0/+7
2008-01-22libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_tStefan Metzmacher1-0/+25
2008-01-15Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison1-0/+4
2008-01-15Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison1-0/+4
2007-12-21r26550: libreplace: fallback to __ss_family of struct sockaddr_storageStefan Metzmacher1-0/+9
2007-12-21r26507: Fix function signature for freeifaddrs.Jelmer Vernooij1-1/+1
2007-12-21r26497: Fix return type for freeifaddrs().Jelmer Vernooij1-1/+1
2007-12-21r26492: Some hosts have a define called ifa_dstaddr.Jelmer Vernooij1-0/+1
2007-12-21r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij1-1/+1
2007-12-21r26467: Use getifaddrs() for interface enumeration and provide replacements f...Jelmer Vernooij1-0/+25
2007-12-21r26255: Work around another broken aspect of sys/capability.h on RHEL5.Michael Adam2-0/+25
2007-12-21r26254: Add check for PPC statfs.h to workaround for broken capability.h.Michael Adam1-1/+3
2007-12-21r26253: Add check for broken RedHat 7.2 system header files to lib/replace.Michael Adam1-0/+22
2007-12-21r26102: libreplace: remove system/printing.h as it only contains samba3 stuffStefan Metzmacher1-50/+0
2007-12-21r25910: Try and fix the Solaris build by adding a missing defineStefan Metzmacher1-0/+5
2007-12-21r25892: Keep the tdb code in sync between 3.2.x and 4.0.Jeremy Allison1-0/+4
2007-12-21r25867: libreplace: solaris has different prototypes for getpwent_r and getgr...Stefan Metzmacher1-0/+32
2007-12-21r25865: libreplace: check for nss passwd|group get*_r functionsStefan Metzmacher1-0/+2
2007-12-21r25863: libreplace: we need include <unistd.h> before nss_wrapper.hStefan Metzmacher1-0/+3
2007-12-21r25838: libreplace: include nss_wrapper.h if NSS_WRAPPER is definedStefan Metzmacher1-0/+7
2007-12-21r25728: [libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.cStefan Metzmacher1-0/+11
2007-12-21r25724: - include getaddrinfo.h after we have defined struct addrinfoStefan Metzmacher1-4/+5
2007-12-21r25718: [libreplace] if we replace types define the HAVE_<type> macroStefan Metzmacher1-0/+3
2007-12-21r25715: [libreplace] move definition of struct addrinfo so that it can use so...Stefan Metzmacher1-15/+13
2007-12-21r25714: [libreplace] move define of a constant to near to the othersStefan Metzmacher1-4/+4
2007-12-21r25713: [libreplace] include socket_wrapper.h after we have typedef'ed socklen_tStefan Metzmacher1-7/+7
2007-12-21r25687: Move #defined for getaddrinfo into network.h (as otherStefan Metzmacher1-4/+91
2007-12-21r25685: rename getsmbpass -> rep_getpass and provide the function prototypeStefan Metzmacher1-1/+2
2007-12-21r25677: add missing stuff from samba3Stefan Metzmacher1-0/+30
2007-12-21r25602: don't imply "system/network.h" within replace.h,Stefan Metzmacher1-1/+11
2007-12-21r25601: replace.h should never imply any "system/*.h"Stefan Metzmacher1-0/+10
2007-10-10r25597: HPUX doesn't have INET_ADDRSTRLEN definedStefan Metzmacher1-0/+4
2007-10-10r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getna...Jelmer Vernooij1-0/+4
2007-10-10r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part ofJelmer Vernooij1-8/+0
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell18-36/+18
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell18-18/+18
2007-10-10r23237: update lib/replace from ctdbAndrew Tridgell1-0/+4
2007-10-10r22829: system/select.h needs to bring in epoll.h for epoll usage inAndrew Tridgell1-0/+4
2007-10-10r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij18-201/+288