summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r18317: Make sure we actually have a valid reply or failSimo Sorce2007-10-101-0/+3
* r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldapAndrew Tridgell2007-10-101-1/+1
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-102-3/+3
* r18286: ldb now needs install-sh tooAndrew Tridgell2007-10-101-0/+238
* r18283: libreplace.m4 needs to be early in configure.ac in other packages tooAndrew Tridgell2007-10-101-4/+1
* r18272: Couldn't resist to change this.Simo Sorce2007-10-101-1/+1
* r18245: Ensure we don't keep the rootdse record around (steal it onto theAndrew Bartlett2007-10-101-4/+6
* r18244: more portable shell scriptingAndrew Tridgell2007-10-101-6/+6
* r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher2007-10-101-1/+1
* r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2007-10-101-1/+1
* r18166: Fix build with external popt.Jelmer Vernooij2007-10-101-1/+1
* r18161: Fix LDB build after popt changes.Jelmer Vernooij2007-10-101-1/+1