summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* r19183: merge from samba4:Stefan Metzmacher2006-10-091-3/+13
* r19182: merge from samba4:Stefan Metzmacher2006-10-094-1/+16
* r19163: pass always a mem_ctx to functions and a ldb_context where neededStefan Metzmacher2006-10-075-20/+23
* r19145: talloc_reference() can fail!Stefan Metzmacher2006-10-061-1/+3
* r19137: that looks nicer:-)Stefan Metzmacher2006-10-062-2/+2
* r19135: fix bugs...Stefan Metzmacher2006-10-061-5/+4
* r19133: More C++ warnings -- Merge across?Volker Lendecke2006-10-061-6/+12
* r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?Volker Lendecke2006-10-066-14/+19
* r19124: merge from samba4:Stefan Metzmacher2006-10-061-1/+1
* r19079: talloc_array can failVolker Lendecke2006-10-041-0/+1
* r19076: ldb_dn_copy_partial can failVolker Lendecke2006-10-041-0/+1
* r19075: Fix a potential NULL dereferenceVolker Lendecke2006-10-041-0/+4
* r19072: Fix a potential NULL dereference. Simo/Tridge, not merging yet to 4_0...Volker Lendecke2006-10-041-1/+1
* r19071: Backport to SAMBA_3_0 as wellSimo Sorce2006-10-041-2/+2
* r19067: Fix a potential NULL dereferenceVolker Lendecke2006-10-041-0/+4
* r18939: don't rely on the umask being right in ldb creation. Both Samba3 andAndrew Tridgell2006-09-272-2/+4
* r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell2006-09-261-0/+5
* r18901: try to fix the samba3 build without having ldapStefan Metzmacher2006-09-254-4/+6
* r18900: Next attempt to fix the Solaris build. Not sure about whether to merg...Volker Lendecke2006-09-251-1/+1
* r18889: Add some const. What's the policy here? Should I do this in Samba4 as...Volker Lendecke2006-09-251-5/+5
* r18851: Some C++ warningsVolker Lendecke2006-09-231-8/+8
* r18840: make these compatible with g++ warningsAndrew Tridgell2006-09-232-15/+15
* r18834: get the log context code rightAndrew Tridgell2006-09-231-2/+2
* r18832: fixed standalone buildAndrew Tridgell2006-09-221-19/+19
* r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell2006-09-225-4/+41
* r18830: ensure backends aren't added twice (needed for samba3)Andrew Tridgell2006-09-221-13/+19
* r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett2006-09-217-144/+71
* r18777: add helper functions to create an ldb_request structureSimo Sorce2006-09-212-69/+205
* r18770: Avoid crashes and fix up other issues in the client-side paged_search...Andrew Bartlett2006-09-211-27/+57
* r18602: updated web page for new ldb build methodAndrew Tridgell2006-09-181-3/+8
* r18596: removed superfluous semicolonAndrew Tridgell2006-09-171-1/+1
* r18591: Better defaults for share creationSimo Sorce2006-09-171-6/+13
* r18539: 'make distclean' should delete config.cacheAndrew Tridgell2006-09-141-1/+1
* r18538: we need a pipe here, not a logical ORAndrew Tridgell2006-09-141-1/+2
* r18536: fixed the loading of external binary files from ldif into ldbAndrew Tridgell2006-09-142-4/+13
* r18535: move the AC_CANONICAL_HOST and host specific flag tests intoAndrew Tridgell2006-09-144-4/+3051
* r18515: Remove calls to "time" for now as some sh implementations don't have ...Jelmer Vernooij2006-09-141-2/+2
* r18504: Handle mappings for RENAME and KEEP attributes better. We don't needAndrew Bartlett2006-09-141-44/+66
* r18495: More work on the LDAP backend (which now passes a lot of our tests!)Andrew Bartlett2006-09-144-59/+95
* r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher2006-09-132-2/+3
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2006-09-1311-28/+30
* r18438: I should have examined these uses of talloc_move() moreAndrew Tridgell2006-09-133-10/+5
* r18437: added a 'make valgrindtest' target for ldbAndrew Tridgell2006-09-131-0/+3
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2006-09-1311-76/+31
* r18410: Reduce noise in the ldb_ildap backend. We regularly search for thingsAndrew Bartlett2006-09-121-3/+1
* r18347: run slapd in the foreground so timelimit can kill itAndrew Tridgell2006-09-101-2/+3
* r18346: make sure we kill off the slapd processAndrew Tridgell2006-09-102-4/+26
* r18327: 'struct token' is defined on some hostsAndrew Tridgell2006-09-101-5/+5
* r18321: fixed some warnings on AIXAndrew Tridgell2006-09-102-3/+3
* r18317: Make sure we actually have a valid reply or failSimo Sorce2006-09-101-0/+3