summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* s4-ldb: honor controls on search in ldbeditAndrew Tridgell2010-11-043-1/+81
* Move the checking of single valued attributes back into the tdb backend.Andrew Tridgell2010-11-041-0/+44
* build: a more portable way of finding waf in makefilesAndrew Tridgell2010-11-031-3/+1
* s4-ldb: fixed sorting of module namesAndrew Tridgell2010-11-031-1/+6
* s4-ldb: make ldbtest depend on ldbAndrew Tridgell2010-11-031-1/+1
* waf: added reconfigure targets to our librariesAndrew Tridgell2010-11-031-0/+5
* s4-ldb: give the user a hint as to what may be wrongAndrew Tridgell2010-11-021-2/+2
* s4-ldb: expose some more ldb module functionsAndrew Tridgell2010-11-037-22/+383
* s4-ldb: removed ldb_includes.hAndrew Tridgell2010-11-0119-29/+54
* s4-ldb: use ldb_set_modules_dir() to load additional ldb modulesAndrew Tridgell2010-11-012-8/+12
* s4-ldb: enable ldb module version checkingAndrew Tridgell2010-11-0110-6/+20
* s4-ldb: added support for ldb module version checkingAndrew Tridgell2010-11-012-2/+11
* ldb:tools/ldbtest.c - fix build warningMatthias Dieter Wallnöfer2010-11-012-2/+3
* s4-ldb: fixed build of paged searchesAndrew Tridgell2010-11-011-1/+1
* s4-ldb: convert existing ldb tools to use new command line hooksAndrew Tridgell2010-11-018-76/+29
* s4-ldb: added ldb command line hook supportAndrew Tridgell2010-11-015-65/+273
* s4-ldb: moved the ldb_ildap backend into lib/ldb-sambaAndrew Tridgell2010-11-011-879/+0
* s4-ldb: added support for general ldb hooks in modulesAndrew Tridgell2010-11-012-12/+65
* s4-ldb: added an override flag to ldb_register_backend()Andrew Tridgell2010-11-014-30/+33
* s4-ldb: it is not an error for the modules directory to not existAndrew Tridgell2010-11-011-0/+5
* s4-test: we don't need to set LDB_MODULES_PATH any moreAndrew Tridgell2010-11-012-4/+0
* s4-ldb: removed the old ldb module loading styleAndrew Tridgell2010-11-012-158/+34
* s4-ldb: convert the rest of the ldb modules to the new styleAndrew Tridgell2010-11-019-22/+66
* s4-ldb: convert the openldap ldb backend to the new style of moduleAndrew Tridgell2010-11-012-16/+18
* s4-ldb: convert the ildap module to the new type of ldb moduleAndrew Tridgell2010-11-012-17/+17
* s4-ldb: support a new type of ldb module loadingAndrew Tridgell2010-11-014-1/+199
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-317-301/+0
* ldb: Drop autoconf-based build system.Jelmer Vernooij2010-10-3016-4260/+0
* s4-cmdline: make cmdline-credentials a private libraryAndrew Tridgell2010-10-301-1/+1
* s4-ldb: add explicit depenencies on ldb library in ldb modulesAndrew Tridgell2010-10-301-2/+10
* s4-ldb: create a private library ldb-cmdlineAndrew Tridgell2010-10-301-5/+6
* waf: Only specify vnum for non-private libraries.Jelmer Vernooij2010-10-261-2/+6
* waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2010-10-261-1/+1
* waf: moved the -Wl,-no-undefined flags to source4 and ldbAndrew Tridgell2010-10-251-0/+4
* ldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion withJelmer Vernooij2010-10-242-7/+7
* s4: Rename LIBCLI_LDAP to libcli_ldap.Jelmer Vernooij2010-10-241-1/+1
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-231-1/+1
* ldb: Support using system pyldb library.Jelmer Vernooij2010-10-231-8/+12
* ldb: Install pkg-config file for pyldb.Jelmer Vernooij2010-10-232-0/+14
* ldb: Install pyldb-util as public library.Jelmer Vernooij2010-10-231-2/+3
* ldb:ldb.h - include a comment that the relax control is mainly used by the Op...Matthias Dieter Wallnöfer2010-10-231-0/+2
* s4/ldb:introduce the LDB_CONTROL_PROVISION_OID controlMatthias Dieter Wallnöfer2010-10-232-0/+33
* ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO...Matthias Dieter Wallnöfer2010-10-232-2/+2
* ldb:ldb_modules.c - "dlclose" could cause inference on "dlerror"Matthias Dieter Wallnöfer2010-10-211-1/+1
* s4-ldb: make ldb_options_find() publicAndrew Tridgell2010-10-213-2/+231
* s4-ldb: make pyldb_util a private libraryAndrew Tridgell2010-10-211-1/+5
* waf: replace the is_bundled option with private_libraryAndrew Tridgell2010-10-211-1/+1
* ldb:ldb_modules.c - if we don't find the associated dynamic object then pleas...Matthias Dieter Wallnöfer2010-10-211-0/+1
* ldb:ldb_tdb/ldb_cache.c - remove a superflous "talloc_free"Matthias Dieter Wallnöfer2010-10-211-3/+1
* ldb:ldb_tdb/ldb_cache.c - in this function we don't use LDB return codesMatthias Dieter Wallnöfer2010-10-211-1/+1