summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16264: Add, but do not yet enable, the partitions module.Andrew Bartlett6-12/+361
2007-10-10r16263: A number of these searches need to be under the partitions DN, and theAndrew Bartlett1-5/+7
2007-10-10r16240: Add better error reporting in the password_hash moduleAndrew Bartlett1-5/+13
2007-10-10r16227: Don't segfault if the ldb_search() fails.Andrew Bartlett1-2/+5
2007-10-10r16159: Even more work on samldb error reporting. Make sure to get theAndrew Bartlett1-34/+31
2007-10-10r16129: Further clean up the samldb module.Andrew Bartlett1-42/+52
2007-10-10r16125: Add another helpful utility function: samdb_msg_add_int()Andrew Bartlett1-0/+10
2007-10-10r16109: Make this module simpiler, don't intercept operations we are not goingAndrew Bartlett1-21/+0
2007-10-10r16108: Fixes from working with the partition module.Andrew Bartlett1-12/+17
2007-10-10r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett1-4/+7
2007-10-10r16070: Fix kludge_aclsSimo Sorce1-1/+1
2007-10-10r16069: Remove unused destructor and an unused variable.Andrew Bartlett1-9/+0
2007-10-10r16061: Prove that removing the objectClass list in the samldb module breaks ...Andrew Bartlett1-3/+0
2007-10-10r16042: Fix crashbug caused by incorret error reporting.Simo Sorce1-12/+12
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce6-13/+19
2007-10-10r16022: ooops, a bit too aggressive commit :-)Simo Sorce1-1/+1
2007-10-10r16021: While studying how to make samldb really async I found a critical sit...Simo Sorce1-29/+29
2007-10-10r15999: password_hash module changes:Andrew Bartlett1-8/+16
2007-10-10r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce1-2/+2
2007-10-10r15942: Remove the sync internal ldb calls altogether.Simo Sorce7-1067/+53
2007-10-10r15932: Remove per request credsSimo Sorce4-6/+0
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce6-26/+20
2007-10-10r15913: Error passing in the async code is not in agood shapeSimo Sorce1-37/+73
2007-10-10r15859: fixed a crash bug in the ldb password_hash module. This one is quiteAndrew Tridgell1-1/+4
2007-10-10r15804: Fix SAMLOGON testSimo Sorce1-6/+5
2007-10-10r15795: Try to use the async code by defaultSimo Sorce2-14/+43
2007-10-10r15789: hmm, damn, testing uncovcer all your bugs :-)Simo Sorce1-16/+2
2007-10-10r15783: Fix previous commit, was the wrong way to deal with the problemSimo Sorce1-26/+24
2007-10-10r15782: More fixes for async casesSimo Sorce3-26/+42
2007-10-10r15761: Fix-as-you-go ...Simo Sorce1-21/+24
2007-10-10r15725: First shot at making password_hash asyncSimo Sorce2-12/+1077
2007-10-10r15639: fix warningsStefan Metzmacher2-2/+2
2007-10-10r15582: Commit some forgotten stuff that have been setting on my private tree...Simo Sorce2-12/+73
2007-10-10r15511: Using this name causes less warnings on the IBM checker, due to usingAndrew Bartlett1-4/+4
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij4-5/+5
2007-10-10r15319: remove unneeded macrosStefan Metzmacher1-18/+18
2007-10-10r15313: Fix some dependencies in dso modeJelmer Vernooij1-1/+1
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij1-1/+1
2007-10-10r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij3-7/+81
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2-5/+5
2007-10-10r15076: give the correct return codeStefan Metzmacher1-2/+2
2007-10-10r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher2-0/+567
2007-10-10r14894: - add some 'const'Stefan Metzmacher1-1/+1
2007-10-10r14891: fix a bug found by the ibm checkerStefan Metzmacher1-10/+6
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher5-5/+5
2007-10-10r14840: - rename some functionsStefan Metzmacher2-8/+11
2007-10-10r14724: Rearrange some source files, install more headers.Jelmer Vernooij1-1/+2
2007-10-10r14662: To allow the RPC-SAMR test to pass, we need to look for both domainsAndrew Bartlett1-1/+1
2007-10-10r14637: Extend the ACB -> userParameters flag mapping based on the ovbious co...Andrew Bartlett1-1/+9
2007-10-10r14592: Add support for loading shared modules to LDB.Jelmer Vernooij1-24/+24