summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave r19...Volker Lendecke2007-10-101-6/+12
* r19129: Add comment to clarify behaviorSimo Sorce2007-10-101-0/+4
* r19123: - pass LDFLAGS from configure to MakefileStefan Metzmacher2007-10-101-1/+1
* r19114: fixed another checker warning and a possible error on allocationAndrew Tridgell2007-10-101-1/+3
* r19113: fixed another checker warning.Andrew Tridgell2007-10-101-0/+1
* r19112: fixed a checker warning.Andrew Tridgell2007-10-101-1/+1
* r19079: talloc_array can failVolker Lendecke2007-10-101-0/+1
* r19076: ldb_dn_copy_partial can failVolker Lendecke2007-10-101-0/+1
* r19075: Fix a potential NULL dereferenceVolker Lendecke2007-10-101-0/+4
* r19074: Merge from 3_0: Fix a potential NULL dereference.Volker Lendecke2007-10-101-1/+1
* r19069: The sequence number is a 64 bit unsigned integerSimo Sorce2007-10-101-2/+2
* r19068: Fix a potential NULL dereferenceVolker Lendecke2007-10-101-0/+4
* r19009: ensure that data values from ldap libs are null terminated, to allowAndrew Tridgell2007-10-101-1/+6
* r18978: Fix bug found by:Andrew Bartlett2007-10-101-3/+13
* r18942: add a ldb_set_create_perms() function in ldb. I didn't call itAndrew Tridgell2007-10-104-1/+16
* r18939: don't rely on the umask being right in ldb creation. Both Samba3 andAndrew Tridgell2007-10-101-1/+1
* r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell2007-10-101-0/+5
* r18903: merge from samba3:Stefan Metzmacher2007-10-104-4/+6
* r18894: Merge const fixes from 3_0Volker Lendecke2007-10-101-5/+5
* r18882: make style consistentSimo Sorce2007-10-101-1/+3
* r18881: remove wrong check and statement.Simo Sorce2007-10-101-5/+0
* r18851: Some C++ warningsVolker Lendecke2007-10-101-8/+8
* r18840: make these compatible with g++ warningsAndrew Tridgell2007-10-102-15/+15
* r18834: get the log context code rightAndrew Tridgell2007-10-101-2/+2
* r18832: fixed standalone buildAndrew Tridgell2007-10-101-19/+19
* r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell2007-10-105-4/+41
* r18830: ensure backends aren't added twice (needed for samba3)Andrew Tridgell2007-10-101-13/+19
* r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett2007-10-107-144/+71
* r18777: add helper functions to create an ldb_request structureSimo Sorce2007-10-102-69/+205
* r18770: Avoid crashes and fix up other issues in the client-side paged_search...Andrew Bartlett2007-10-101-27/+57
* r18602: updated web page for new ldb build methodAndrew Tridgell2007-10-101-3/+8
* r18596: removed superfluous semicolonAndrew Tridgell2007-10-101-1/+1
* r18591: Better defaults for share creationSimo Sorce2007-10-101-6/+13
* r18539: 'make distclean' should delete config.cacheAndrew Tridgell2007-10-101-1/+1
* r18538: we need a pipe here, not a logical ORAndrew Tridgell2007-10-101-1/+2
* r18536: fixed the loading of external binary files from ldif into ldbAndrew Tridgell2007-10-102-4/+13
* r18535: move the AC_CANONICAL_HOST and host specific flag tests intoAndrew Tridgell2007-10-104-4/+3051
* r18515: Remove calls to "time" for now as some sh implementations don't have it,Jelmer Vernooij2007-10-101-2/+2
* r18504: Handle mappings for RENAME and KEEP attributes better. We don't needAndrew Bartlett2007-10-101-44/+66
* r18495: More work on the LDAP backend (which now passes a lot of our tests!)Andrew Bartlett2007-10-104-59/+95
* r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher2007-10-102-2/+3
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2007-10-1011-28/+30
* r18438: I should have examined these uses of talloc_move() moreAndrew Tridgell2007-10-103-10/+5
* r18437: added a 'make valgrindtest' target for ldbAndrew Tridgell2007-10-101-0/+3
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2007-10-1011-76/+31
* r18410: Reduce noise in the ldb_ildap backend. We regularly search for thingsAndrew Bartlett2007-10-101-3/+1
* r18347: run slapd in the foreground so timelimit can kill itAndrew Tridgell2007-10-101-2/+3
* r18346: make sure we kill off the slapd processAndrew Tridgell2007-10-102-4/+26
* r18327: 'struct token' is defined on some hostsAndrew Tridgell2007-10-101-5/+5
* r18321: fixed some warnings on AIXAndrew Tridgell2007-10-102-3/+3