summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb/ldb_modules
Commit message (Expand)AuthorAgeFilesLines
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-102-2/+3
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2007-10-101-6/+4
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-4/+4
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-102-2/+2
* r14840: - rename some functionsStefan Metzmacher2007-10-101-6/+9
* r14662: To allow the RPC-SAMR test to pass, we need to look for both domainsAndrew Bartlett2007-10-101-1/+1
* r14592: Add support for loading shared modules to LDB.Jelmer Vernooij2007-10-101-24/+24
* r14465: kludge_acl -> asyncSimo Sorce2007-10-101-2/+114
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-103-2/+5
* r14458: extended_dn -> asyncSimo Sorce2007-10-101-11/+146
* r14426: ensure res is initialisedAndrew Tridgell2007-10-101-1/+1
* r14401: Let samldb intercept the async requests.Simo Sorce2007-10-101-0/+86
* r14390: the rootdse does not show a distinguishedName attributeSimo Sorce2007-10-101-0/+3
* r14389: rootdse -> asyncSimo Sorce2007-10-101-19/+107
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-2/+1
* r14373: remove unreached wrong code, found by sparseStefan Metzmacher2007-10-101-1/+0
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-102-0/+2
* r14312: Formatting and comments.Andrew Bartlett2007-10-101-4/+6
* r14293: fixed some errors found with beamAndrew Tridgell2007-10-101-0/+6
* r13998: From now on ldb_request() will require an alloced requestSimo Sorce2007-10-102-22/+33
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2007-10-101-8/+8
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-103-0/+4
* r13909: Make this code clearer.Andrew Bartlett2007-10-101-2/+4
* r13840: Mark some functions as public.Jelmer Vernooij2007-10-101-8/+0
* r13823: make async_wait part of the modules opsSimo Sorce2007-10-101-1/+1
* r13803: fixed two errors found with 'make valgrindtest'Andrew Tridgell2007-10-101-1/+1
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-109-124/+59
* r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, usingAndrew Tridgell2007-10-101-0/+9
* r13616: Add new ldb functions: ldb_msg_add_steal_string() andAndrew Bartlett2007-10-101-7/+7
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2007-10-104-18/+24
* r13606: An attempt to fix #3525.Andrew Bartlett2007-10-101-1/+5
* r13507: the 'data' element of LDAP controls is optional.Stefan Metzmacher2007-10-101-0/+3
* r13353: Fix a crash bug in rootdse when we do not pass in credentialsSimo Sorce2007-10-102-9/+7
* r13256: Free temporary memory on error cases, and try to clean up what's leftAndrew Bartlett2007-10-101-0/+9
* r13253: More work to ensure that we don't keep data on long-term contexts.Andrew Bartlett2007-10-101-0/+5
* r13207: Use the new API for using/not using kerbeors in hdb-ldb.cAndrew Bartlett2007-10-101-1/+5
* r13150: Correct comment.Andrew Bartlett2007-10-101-1/+1
* r12998: A big update to samldb.cAndrew Bartlett2007-10-101-194/+433
* r12943: Generate a SID for the domain join account using the modules, ratherAndrew Bartlett2007-10-101-2/+0
* r12895: Error strings save lives.Andrew Bartlett2007-10-101-10/+16
* r12860: Remove unused function. (we handle this in the password_hash module).Andrew Bartlett2007-10-101-22/+0
* r12851: Fix some typosJelmer Vernooij2007-10-102-4/+4
* r12842: don't include system headers directlyStefan Metzmacher2007-10-101-1/+1
* r12818: When denying an operation, include what we think the username is inAndrew Bartlett2007-10-101-1/+16
* r12773: - remove unused variable, fix the build with some old compilersStefan Metzmacher2007-10-101-3/+0
* r12769: Make ldb_next_request() evident, I was much confused on first sightSimo Sorce2007-10-101-4/+6
* r12763: Oops. If you call ldb_search from within an ldb module's searchAndrew Bartlett2007-10-101-1/+3
* r12762: Simo correctly asked that the policy logic (which attributes containAndrew Bartlett2007-10-101-26/+62
* r12746: An initial version of the kludge_acls module.Andrew Bartlett2007-10-102-0/+223
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2007-10-107-39/+26