summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r25852: Move SHLIBEXT determination into a test as well.Jelmer Vernooij2007-12-212-3/+19
* r25851: Move system-specific ldflags checks to libreplace so they can be used...Jelmer Vernooij2007-12-213-2/+42
* r25850: Add macro for picflag.Jelmer Vernooij2007-12-213-3/+65
* r25846: Add configure test for -Wl,--export-dynamic.Jelmer Vernooij2007-12-214-1/+14
* r25844: Enable soloading by default.Jelmer Vernooij2007-12-211-2/+2
* r25843: Finish check-soloading.Jelmer Vernooij2007-12-212-9/+11
* r25842: Start working on test for loading dso's in ldb.Jelmer Vernooij2007-12-215-1/+94
* r25839: use nss_wrapper code in samba4 ifStefan Metzmacher2007-12-211-0/+1
* r25838: libreplace: include nss_wrapper.h if NSS_WRAPPER is definedStefan Metzmacher2007-12-211-0/+7
* r25837: nss_wrapper: add nss_wrapper.plStefan Metzmacher2007-12-211-0/+265
* r25836: nss_wrapper: add support for groups and return EPERM in initgroups()Stefan Metzmacher2007-12-211-15/+356
* r25835: nss_wrapper: add support for passwd accountsStefan Metzmacher2007-12-211-14/+567
* r25834: nss_wrapper: add lib/nss_wrapper skeletonStefan Metzmacher2007-12-214-0/+374
* r25830: fix compiler warningStefan Metzmacher2007-12-212-2/+2
* r25803: Make our security descriptor acl manipulation methods more generic so...Günther Deschner2007-12-211-1/+1
* r25802: fix the build on solaris, void functions doesn't return valuesStefan Metzmacher2007-12-211-2/+2
* r25799: Add dump_data_skip_zeros() which omits 16 zero bytes in a row (if not...Günther Deschner2007-12-212-9/+71
* r25783: socket_wrapper: don't include "includes.h"Stefan Metzmacher2007-12-211-12/+5
* r25755: Fix a couple of memory leaks, in particular a new leak onto the NULLAndrew Bartlett2007-12-211-2/+4
* r25728: [libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.cStefan Metzmacher2007-12-211-0/+11
* r25726: [libreplace] move and fix getaddrinfo configure checksStefan Metzmacher2007-12-212-30/+33
* r25725: merge commit bc9008aa1dcb66890795f0ff2d3046da7df867d9 from v3-2-test:Stefan Metzmacher2007-12-211-5/+0
* r25724: - include getaddrinfo.h after we have defined struct addrinfoStefan Metzmacher2007-12-213-16/+24
* r25718: [libreplace] if we replace types define the HAVE_<type> macroStefan Metzmacher2007-12-211-0/+3
* r25715: [libreplace] move definition of struct addrinfo so that it can use so...Stefan Metzmacher2007-12-211-15/+13
* r25714: [libreplace] move define of a constant to near to the othersStefan Metzmacher2007-12-211-4/+4
* r25713: [libreplace] include socket_wrapper.h after we have typedef'ed socklen_tStefan Metzmacher2007-12-211-7/+7
* r25695: [libreplace] fix the standalone build of libreplaceStefan Metzmacher2007-12-212-28/+34
* r25690: - only use a readonly traverse in ldb_search when not in a transactio...Andrew Tridgell2007-12-213-3/+21
* r25687: Move #defined for getaddrinfo into network.h (as otherStefan Metzmacher2007-12-212-84/+91
* r25686: Added in missing def for AI_ADDRCONFIG.Stefan Metzmacher2007-12-211-0/+4
* r25685: rename getsmbpass -> rep_getpass and provide the function prototypeStefan Metzmacher2007-12-212-2/+3
* r25684: use "system/*.h" to get the system includesStefan Metzmacher2007-12-211-15/+3
* r25683: fix the compilation of getpass.c and it's configure testStefan Metzmacher2007-12-212-13/+2
* r25682: r16320: Ensure variable is not null before calling fclose. Klocwork #...Stefan Metzmacher2007-12-211-1/+1
* r25681: r16245: Cope with string being zero len. Klocwork bug #410. Jeremy.Stefan Metzmacher2007-12-211-2/+4
* r25680: Volker's fix for bug #668. Change the \n after the password prompt to...Stefan Metzmacher2007-12-211-2/+3
* r25679: reapply: Allow ^C to interrupt smbpasswd if using our getpass. from J...Stefan Metzmacher2007-12-211-4/+32
* r25678: reformat getpass() replacement codeStefan Metzmacher2007-12-211-62/+58
* r25677: add missing stuff from samba3Stefan Metzmacher2007-12-211-0/+30
* r25676: fixed a valgrind error in the epoll event backend. The linked listAndrew Tridgell2007-12-211-3/+2
* r25661: We don't actually need to know with DEBUG(0, ... every time we ask forAndrew Bartlett2007-12-211-6/+0
* r25660: Add a new interface 'generate_secret_buffer()', to be used when weAndrew Bartlett2007-12-212-18/+58
* r25630: Allow "NULL" as memory context, for consistency with the rest of the ...Jelmer Vernooij2007-12-211-1/+1
* r25628: Fix formatting, missing include.Jelmer Vernooij2007-12-211-1/+3
* r25627: Remove unused global.Jelmer Vernooij2007-12-211-14/+5
* r25626: Move some debug-specific prototypes to debug.h.Jelmer Vernooij2007-12-213-56/+56
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-219-79/+62
* r25614: Add trivial tdb website.Jelmer Vernooij2007-12-211-0/+44
* r25613: verify the length and type before checking the value,Stefan Metzmacher2007-12-211-3/+2