summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r25868: nss_wrapper: add solaris versions of getpwent_r and getgrent_rStefan Metzmacher1-0/+62
2007-12-21r25867: libreplace: solaris has different prototypes for getpwent_r and getgr...Stefan Metzmacher1-0/+32
2007-12-21r25866: nss_wrapper: not all systems have get*_r callsStefan Metzmacher1-0/+20
2007-12-21r25865: libreplace: check for nss passwd|group get*_r functionsStefan Metzmacher1-0/+2
2007-12-21r25864: libreplace: we should only have one location where we check for requi...Stefan Metzmacher1-4/+1
2007-12-21r25863: libreplace: we need include <unistd.h> before nss_wrapper.hStefan Metzmacher1-0/+3
2007-12-21r25862: Avoid po, causes trouble on BSD systems.Jelmer Vernooij1-9/+4
2007-12-21r25861: Fix export dynamic for HPUX.Jelmer Vernooij1-4/+12
2007-12-21r25860: Remove flag that causes problems on some hosts.Jelmer Vernooij1-1/+1
2007-12-21r25859: Wrap native HPUX functions in dl implementation.Jelmer Vernooij1-0/+16
2007-12-21r25858: Clean up po files.Jelmer Vernooij1-1/+1
2007-12-21r25857: IndentAndrew Bartlett1-1/+2
2007-12-21r25856: If the search fails, it is not valid to steal 'res'.Andrew Bartlett1-6/+7
2007-12-21r25855: Check for HPUX dl functions.Jelmer Vernooij1-0/+5
2007-12-21r25854: Link against -ldl properly.Jelmer Vernooij2-2/+3
2007-12-21r25853: Specify LIBS to sample_module - fixes build for gcov hosts.Jelmer Vernooij1-3/+6
2007-12-21r25852: Move SHLIBEXT determination into a test as well.Jelmer Vernooij2-3/+19
2007-12-21r25851: Move system-specific ldflags checks to libreplace so they can be used...Jelmer Vernooij3-2/+42
2007-12-21r25850: Add macro for picflag.Jelmer Vernooij3-3/+65
2007-12-21r25846: Add configure test for -Wl,--export-dynamic.Jelmer Vernooij4-1/+14
2007-12-21r25844: Enable soloading by default.Jelmer Vernooij1-2/+2
2007-12-21r25843: Finish check-soloading.Jelmer Vernooij2-9/+11
2007-12-21r25842: Start working on test for loading dso's in ldb.Jelmer Vernooij5-1/+94
2007-12-21r25839: use nss_wrapper code in samba4 ifStefan Metzmacher1-0/+1
2007-12-21r25838: libreplace: include nss_wrapper.h if NSS_WRAPPER is definedStefan Metzmacher1-0/+7
2007-12-21r25837: nss_wrapper: add nss_wrapper.plStefan Metzmacher1-0/+265
2007-12-21r25836: nss_wrapper: add support for groups and return EPERM in initgroups()Stefan Metzmacher1-15/+356
2007-12-21r25835: nss_wrapper: add support for passwd accountsStefan Metzmacher1-14/+567
2007-12-21r25834: nss_wrapper: add lib/nss_wrapper skeletonStefan Metzmacher4-0/+374
2007-12-21r25830: fix compiler warningStefan Metzmacher2-2/+2
2007-12-21r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner1-1/+1
2007-12-21r25802: fix the build on solaris, void functions doesn't return valuesStefan Metzmacher1-2/+2
2007-12-21r25799: Add dump_data_skip_zeros() which omits 16 zero bytes in a row (if not...Günther Deschner2-9/+71
2007-12-21r25783: socket_wrapper: don't include "includes.h"Stefan Metzmacher1-12/+5
2007-12-21r25755: Fix a couple of memory leaks, in particular a new leak onto the NULLAndrew Bartlett1-2/+4
2007-12-21r25728: [libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.cStefan Metzmacher1-0/+11
2007-12-21r25726: [libreplace] move and fix getaddrinfo configure checksStefan Metzmacher2-30/+33
2007-12-21r25725: merge commit bc9008aa1dcb66890795f0ff2d3046da7df867d9 from v3-2-test:Stefan Metzmacher1-5/+0
2007-12-21r25724: - include getaddrinfo.h after we have defined struct addrinfoStefan Metzmacher3-16/+24
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-21r25695: [libreplace] fix the standalone build of libreplaceStefan Metzmacher2-28/+34
2007-12-21r25690: - only use a readonly traverse in ldb_search when not in a transactio...Andrew Tridgell3-3/+21
2007-12-21r25687: Move #defined for getaddrinfo into network.h (as otherStefan Metzmacher2-84/+91
2007-12-21r25686: Added in missing def for AI_ADDRCONFIG.Stefan Metzmacher1-0/+4
2007-12-21r25685: rename getsmbpass -> rep_getpass and provide the function prototypeStefan Metzmacher2-2/+3
2007-12-21r25684: use "system/*.h" to get the system includesStefan Metzmacher1-15/+3
2007-12-21r25683: fix the compilation of getpass.c and it's configure testStefan Metzmacher2-13/+2