summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb
Commit message (Expand)AuthorAgeFilesLines
* r17331: Oops, how did I commit this empty file...Andrew Bartlett2007-10-101-0/+0
* r17303: More testing results: Don't try and call a NULL callback, and use theAndrew Bartlett2007-10-101-1/+6
* r17302: Testing!Andrew Bartlett2007-10-102-5/+7
* r17299: Improve the partition module to replicate attribute records into allAndrew Bartlett2007-10-101-59/+181
* r17298: Fix up the local_password module to the current LDB API, and build it...Andrew Bartlett2007-10-102-96/+108
* r17289: Fix the build: I havn't commited this module yet.Andrew Bartlett2007-10-101-10/+0
* r17288: Don't mess with entries in the local password prefix, and fix constAndrew Bartlett2007-10-101-5/+21
* r17287: Add the local_password module to the tree, so it doesn't get lost inAndrew Bartlett2007-10-103-3/+904
* r17186: "async" word abuse clean-up part 2Simo Sorce2007-10-107-78/+78
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-105-78/+78
* r17103: Big updates to the not-yet-enabled partitions module. It now servicesAndrew Bartlett2007-10-101-4/+189
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2007-10-101-1/+1
* r16933: Sort the partitions in order from most, to least specific.Andrew Bartlett2007-10-101-2/+13
* r16914: Add more tests for the partition module.Andrew Bartlett2007-10-101-25/+137
* r16860: Fix (and reactivate) the RPC-SAMR test. We need to allow these sidsAndrew Bartlett2007-10-101-5/+3
* r16854: Fix the RPC-SAMR-PASSWORDS test. It failed because we allocated usersAndrew Bartlett2007-10-101-1/+3
* r16831: Use a valid memory context (found by the IBM checker).Andrew Bartlett2007-10-101-2/+2
* r16829: Fix a number of issues raised by the IBM checker, or gcc warnings.Andrew Bartlett2007-10-101-1/+1
* r16827: Factor out some code into common samdb functions:Andrew Bartlett2007-10-102-176/+179
* r16784: - make some function in ldb static, they not need to be exported anyw...Simo Sorce2007-10-101-4/+4
* r16771: Add const and some better debug messages.Andrew Bartlett2007-10-101-7/+13
* r16769: Working on fixing the RPC-SAMR test against Samba4. This fixesAndrew Bartlett2007-10-101-66/+106
* r16264: Add, but do not yet enable, the partitions module.Andrew Bartlett2007-10-106-12/+361
* r16263: A number of these searches need to be under the partitions DN, and theAndrew Bartlett2007-10-101-5/+7
* r16240: Add better error reporting in the password_hash moduleAndrew Bartlett2007-10-101-5/+13
* r16227: Don't segfault if the ldb_search() fails.Andrew Bartlett2007-10-101-2/+5
* r16159: Even more work on samldb error reporting. Make sure to get theAndrew Bartlett2007-10-101-34/+31
* r16129: Further clean up the samldb module.Andrew Bartlett2007-10-101-42/+52
* r16125: Add another helpful utility function: samdb_msg_add_int()Andrew Bartlett2007-10-101-0/+10
* r16109: Make this module simpiler, don't intercept operations we are not goingAndrew Bartlett2007-10-101-21/+0
* r16108: Fixes from working with the partition module.Andrew Bartlett2007-10-101-12/+17
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2007-10-101-4/+7
* r16070: Fix kludge_aclsSimo Sorce2007-10-101-1/+1
* r16069: Remove unused destructor and an unused variable.Andrew Bartlett2007-10-101-9/+0
* r16061: Prove that removing the objectClass list in the samldb module breaks ...Andrew Bartlett2007-10-101-3/+0
* r16042: Fix crashbug caused by incorret error reporting.Simo Sorce2007-10-101-12/+12
* r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce2007-10-106-13/+19
* r16022: ooops, a bit too aggressive commit :-)Simo Sorce2007-10-101-1/+1
* r16021: While studying how to make samldb really async I found a critical sit...Simo Sorce2007-10-101-29/+29
* r15999: password_hash module changes:Andrew Bartlett2007-10-101-8/+16
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-101-2/+2
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-107-1067/+53
* r15932: Remove per request credsSimo Sorce2007-10-104-6/+0
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-106-26/+20
* r15913: Error passing in the async code is not in agood shapeSimo Sorce2007-10-101-37/+73
* r15859: fixed a crash bug in the ldb password_hash module. This one is quiteAndrew Tridgell2007-10-101-1/+4
* r15804: Fix SAMLOGON testSimo Sorce2007-10-101-6/+5
* r15795: Try to use the async code by defaultSimo Sorce2007-10-102-14/+43
* r15789: hmm, damn, testing uncovcer all your bugs :-)Simo Sorce2007-10-101-16/+2
* r15783: Fix previous commit, was the wrong way to deal with the problemSimo Sorce2007-10-101-26/+24