summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij1-1/+1
2010-10-25ldb:gendb_* calls: support a "NULL" resultset parameterMatthias Dieter Wallnöfer1-4/+5
2010-10-24Add dump_data_cb()Volker Lendecke2-21/+48
2010-10-24Add print_asc_cb()Volker Lendecke2-3/+24
2010-10-24talloc: pytalloc should not depend on samba specific codeStefan Metzmacher1-3/+2
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij3-3/+3
2010-10-23s4: Rename NSS_WRAPPER to nss_wrapper.Jelmer Vernooij2-7/+8
2010-10-23s4: Rename UID_WRAPPER to uid_wrapper.Jelmer Vernooij3-7/+7
2010-10-23s4: Rename WRAP_XATTR to wrap_xattr.Jelmer Vernooij1-7/+7
2010-10-23waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij4-4/+4
2010-10-23tdb: Revert re-addition of tdb_set_logging_function.Jelmer Vernooij3-3/+0
2010-10-23tdb: commit the version 1.2.7 signaturesMatthias Dieter Wallnöfer1-0/+61
2010-10-23lib/util: Add tevent WERROR wrappersKai Blin3-2/+126
2010-10-23tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local...Stefan Metzmacher2-5/+11
2010-10-23tsocket: ask the kernel for the specific local address after a tcp connectStefan Metzmacher1-3/+54
2010-10-23lib/replace: use snprintf() in test code to avoid warnings in the IBM-CheckerStefan Metzmacher1-2/+2
2010-10-23lib/replace: fix rep_strtoull() prototypeStefan Metzmacher2-3/+3
2010-10-22asn1_tests: Implement negative unit-tests for ber_write_OID_String()Kamen Mazdrashki1-0/+22
2010-10-22asn1: ber_write_OID_String() to be more picky about supplied OIDKamen Mazdrashki1-0/+5
2010-10-21waf: Mark the replacement zlib private so that it can build on machine withou...Matthieu Patou1-0/+1
2010-10-22replace: use replace for non 'samba' compliant strptimeMatthieu Patou1-0/+19
2010-10-22replace: use a wrapper around strtoll if it didn't behave as expectedMatthieu Patou3-2/+77
2010-10-21Lowercase socket_wrapper name.Jelmer Vernooij5-2/+5
2010-10-21tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)Jelmer Vernooij12-128/+126
2010-10-21lib: make WRAP_XATTR a private libraryAndrew Tridgell1-6/+7
2010-10-21s4-waf: removed the XATTR and SASL aliasesAndrew Tridgell1-1/+1
2010-10-21lib: add UTIL_TEVENT to samba_sockets grouping libraryAndrew Tridgell1-1/+1
2010-10-21waf-build: create a samba_sockets grouping libraryAndrew Tridgell1-0/+7
2010-10-21waf: replace the is_bundled option with private_libraryAndrew Tridgell3-4/+4
2010-10-21s4-build: fixed some formattingAndrew Tridgell3-5/+6
2010-10-21build: subunit and popt need to be marked as private librariesAndrew Tridgell2-4/+5
2010-10-21replace: make libreplace a private libraryAndrew Tridgell1-0/+1
2010-10-21wrapper: make socket_wrapper, uid_wrapper and nss_wrapper private libsAndrew Tridgell3-12/+15
2010-10-21s4:lib/util/charset/iconv.c - remove a distinction which can never happenMatthias Dieter Wallnöfer1-4/+1
2010-10-20pytalloc: use talloc_unlink() to free py_talloc objectsKamen Mazdrashki1-1/+3
2010-10-20talloc: make header C++ safeSimo Sorce1-0/+8
2010-10-20s3: Don't use talloc_autofree_context in map_fileVolker Lendecke1-1/+1
2010-10-20uid_wrapper: The gid wrapper does not require a destructorVolker Lendecke1-2/+2
2010-10-20asn1_tests.c: Make test data static constKamen Mazdrashki1-6/+6
2010-10-20lib/util/asn1.c: comment spellingKamen Mazdrashki1-1/+1
2010-10-19replace: cope with systems that have fdatasync(), but don't have the prototypeAndrew Tridgell3-1/+7
2010-10-17tdb: Bump version to 1.2.7 after addition of pytdb.__version__.Jelmer Vernooij1-1/+1
2010-10-17Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer3-0/+148
2010-10-17s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer3-150/+0
2010-10-17s4:lib/util/util_ldb.c - remove unused "gendb_add_ldif" callMatthias Dieter Wallnöfer1-17/+0
2010-10-17s4:"wrap_casefold" - move it to "ldb_wrap.c" since it's only used thereMatthias Dieter Wallnöfer1-5/+0
2010-10-13s4-torture: fixed uninitialised variable errorAndrew Tridgell1-1/+1
2010-10-12lib/debug Add DEBUGC and DEBUGADDC as dummiesAndrew Bartlett1-0/+4
2010-10-11torture: Add debug on what we are removingMatthieu Patou1-0/+1
2010-10-11lib/torture: Add function to clean up the output directoryAndrew Bartlett2-1/+66