summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* ldb:ldb_index.c - fix some memory leaksMatthias Dieter Wallnöfer2010-10-201-1/+6
* ldb:ldb_index.c - let "ldb_module_oom" generate the return codeMatthias Dieter Wallnöfer2010-10-201-15/+8
* ldb:ldb_cache.c - fix memory contexts and memory leaksMatthias Dieter Wallnöfer2010-10-201-3/+4
* ldb:ldb_tdb submodule - use "ldb_msg_new" where appropriateMatthias Dieter Wallnöfer2010-10-202-12/+12
* ldb:ldb_pack.c - remove superflous "message->elements = NULL"Matthias Dieter Wallnöfer2010-10-201-1/+0
* ldb:"ldb_schema_attribute_by_name_internal" - support the whole unsigned int ...Matthias Dieter Wallnöfer2010-10-191-7/+5
* s4-ldb: increase minor version for 2 new functionsAndrew Tridgell2010-10-192-1/+229
* s4-ldb: cope with NULL oid in controlsAndrew Tridgell2010-10-192-9/+11
* s4-ldb: added --relax cmdline optionAndrew Tridgell2010-10-191-0/+9
* s4-ldb: added ldb_req_mark_untrusted() and ldb_req_is_untrusted()Andrew Tridgell2010-10-193-0/+30
* ldb: always return PROTOCOL_ERROR if an operation is unsupportedMatthias Dieter Wallnöfer2010-10-184-4/+4
* ldb:"ldb_schema_attribute_by_name_internal" - switch back to 32bit countersMatthias Dieter Wallnöfer2010-10-181-4/+5
* ldb:ldb_tdb.c - fix up counter variablesMatthias Dieter Wallnöfer2010-10-181-5/+8
* ldb:ldb_tdb.c - improve the error outputsMatthias Dieter Wallnöfer2010-10-181-13/+25
* s4-ldb Add LDB_REQ_SET_LOCATION to help track handler useAndrew Bartlett2010-10-184-0/+14
* ldb Ensure we mark ongoing LDAP requests as PENDINGAndrew Bartlett2010-10-181-0/+2