summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules
AgeCommit message (Expand)AuthorFilesLines
2008-01-01r26642: samba3sam.py: Remove more EJS-specific code.Jelmer Vernooij1-261/+239
2008-01-01r26640: Janitorial: Remove some more uses of global_loadparm.Jelmer Vernooij2-5/+5
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij4-9/+11
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij7-18/+48
2008-01-01r26637: More work converting to Python.Jelmer Vernooij1-16/+16
2007-12-30r26630: Split up big tests into various smaller functions, making it easier t...Jelmer Vernooij1-183/+185
2007-12-27r26612: Tests show that we don't need to use a callback.Andrew Bartlett1-3/+0
2007-12-26r26598: Simplify the way Python tests are run.Jelmer Vernooij1-3/+3
2007-12-26r26593: - More work on the python versions of samba3dump and the samba3sam te...Jelmer Vernooij1-64/+63
2007-12-24r26573: Fix warnings.Jelmer Vernooij1-1/+1
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij1-0/+1067
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij11-15/+15
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij11-15/+15
2007-12-21r26521: Fix newlines.Jelmer Vernooij3-12/+12
2007-12-21r26488: Implement tests for the ranged_results module.Andrew Bartlett1-28/+34
2007-12-21r26485: Fix indent, remove left-over debug.Andrew Bartlett1-2/+1
2007-12-21r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij3-27/+34
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-1/+1
2007-12-21r26419: Add a module to implement 'ambigious name resolution' by munging theAndrew Bartlett2-0/+324
2007-12-21r26360: Add some const.Jelmer Vernooij1-1/+1
2007-12-21r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij1-1/+1
2007-12-21r26319: Split encoding functions out of libcli_ldap.Jelmer Vernooij3-4/+6
2007-12-21r26297: Correct error message. This function verifies attributes, notAndrew Bartlett1-1/+1
2007-12-21r26284: Rather than just debug, push the error back up the stack as the errorAndrew Bartlett1-10/+10
2007-12-21r26283: fix typoAndrew Bartlett1-1/+1
2007-12-21r26282: These modules expect errors, but if we don't wipe the error string, weAndrew Bartlett2-0/+7
2007-12-21r26271: Remove some more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij1-1/+1
2007-12-21r26244: Add a module (sans tests for the moment) that implements rangedAndrew Bartlett2-0/+217
2007-12-21r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij1-0/+2
2007-12-21r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij2-3/+3
2007-12-21r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett1-26/+64
2007-12-21r26182: Extend our linked attribute testsuite to cover many more possibleAndrew Bartlett1-74/+218
2007-12-21r26140: Add a new test for searches by distinguieshedName and dn, andAndrew Bartlett1-0/+18
2007-12-21r26137: Rename the entryUUID module to better match it's purpose: being aAndrew Bartlett2-51/+61
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-12-21r25981: Don't create an ldb_request on NULL.Andrew Bartlett1-8/+11
2007-12-21r25949: Make error messages clearer and more correct.Andrew Bartlett1-2/+2
2007-12-21r25942: Make various ldb modules handle an LDB backend that enforces validityAndrew Bartlett7-163/+348
2007-12-21r25941: Use samdb_relative_path() (new function in samdb.c) in the partitionsAndrew Bartlett1-30/+3
2007-12-21r25940: Rework the samldb and templates handling.Andrew Bartlett1-35/+48
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher7-93/+110
2007-12-21r25891: Test that we get the correct return value when we attempt to referenceAndrew Bartlett1-2/+2
2007-12-21r25887: Build Samba-specific ldb modules as dso's.Jelmer Vernooij1-2/+23
2007-12-21r25839: use nss_wrapper code in samba4 ifStefan Metzmacher1-1/+1
2007-12-21r25788: Use a single routine to handle the creation of modify requests in theAndrew Bartlett1-202/+132
2007-12-21r25781: Handle and test linked attribute renames.Andrew Bartlett1-7/+310
2007-12-21r25780: fix bool returnStefan Metzmacher1-1/+1
2007-12-21r25763: Handle modifies, in the easy case (add/delete of elements), for theAndrew Bartlett1-1/+151
2007-12-21r25762: This test belongs best with the other checks for a valid parent, inAndrew Bartlett2-8/+8