summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* sidmap: Some source code cleanups.Kai Blin2008-02-051-10/+12
* Remove useless layer of indirection, where every service calledAndrew Bartlett2008-02-041-9/+1
* Rework service init functions to pass down service name. This isAndrew Bartlett2008-02-041-1/+1
* ldb: Add ldb_oom() calls in a couple of places.Jelmer Vernooij2008-01-264-2/+18
* repl_meta_data: add some TODOs to replmd_modify_originating()Stefan Metzmacher2008-01-251-0/+17
* Use the repl_meta_data module by default.Andrew Bartlett2008-01-241-0/+4
* Get more information from ldb when reporting a failed replication.Andrew Bartlett2008-01-231-2/+2
* Fix DRSUAPI replication test - NET-API-BECOME-DC.Andrew Bartlett2008-01-231-126/+14
* Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test.Andrew Bartlett2008-01-231-2/+2
* ranged_results: fix use of uninitialised variable (end)Andrew Bartlett2008-01-231-2/+4
* Only set showOnlyInAdvancedView: TRUE when adding default values.Andrew Bartlett2008-01-181-2/+2
* Merge commit 'origin/v4-0-test' into 4-0-localAndrew Bartlett2008-01-181-0/+1
|\
| * Search for memberOf when clients ask for a wildcard against OpenLDAPAndrew Bartlett2008-01-181-0/+1
* | Add showInAdvancedViewOnly to every new objectAndrew Bartlett2008-01-181-0/+4
|/
* Correct authorship of instanceType moduleAndrew Bartlett2008-01-181-1/+1
* Add in a new module to handle instanceTypeAndrew Bartlett2008-01-182-0/+141
* ldb_map objectClass munging: Don't hard-code 'extensibleObject'.Andrew Bartlett2008-01-172-3/+3
* Rework linked_attributes module for the REPLACE case.Andrew Bartlett2008-01-161-6/+86
* Rework control handling to remove the 'domain_scope' controlAndrew Bartlett2008-01-161-17/+37
* Remove 'dn' from mapping, it isn't a valid attribute in AD, and causesAndrew Bartlett2008-01-112-19/+1
* Add in new module to normalise DNs being returned from OpenLDAP. ThisAndrew Bartlett2008-01-112-0/+179
* r26697: Leak less memory into the ldb context.Andrew Bartlett2008-01-081-3/+15
* r26679: It is very bad to free the ldb handle when you didn't create it...Andrew Bartlett2008-01-061-1/+1
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-1/+1
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-3/+2
* r26648: Move detection of global catalog captability to a central function, soAndrew Bartlett2008-01-031-0/+36
* r26642: samba3sam.py: Remove more EJS-specific code.Jelmer Vernooij2008-01-011-261/+239
* r26640: Janitorial: Remove some more uses of global_loadparm.Jelmer Vernooij2008-01-013-7/+7
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-018-18/+24
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-0111-24/+59
* r26637: More work converting to Python.Jelmer Vernooij2008-01-011-16/+16
* r26630: Split up big tests into various smaller functions, making it easier t...Jelmer Vernooij2007-12-301-183/+185
* r26612: Tests show that we don't need to use a callback.Andrew Bartlett2007-12-271-3/+0
* r26598: Simplify the way Python tests are run.Jelmer Vernooij2007-12-261-3/+3
* r26593: - More work on the python versions of samba3dump and the samba3sam te...Jelmer Vernooij2007-12-261-64/+63
* r26573: Fix warnings.Jelmer Vernooij2007-12-241-1/+1
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-241-0/+1067
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-2113-18/+18
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-2113-18/+18
* r26528: dsdb: Fix a warning.Kai Blin2007-12-211-4/+3
* r26521: Fix newlines.Jelmer Vernooij2007-12-213-12/+12
* r26508: Tighter dependencies in an attempt to fix missing symbol errors on sun9.Jelmer Vernooij2007-12-211-1/+1
* r26493: Fix includes for dsdb/common.Jelmer Vernooij2007-12-211-0/+1
* r26488: Implement tests for the ranged_results module.Andrew Bartlett2007-12-211-28/+34
* r26485: Fix indent, remove left-over debug.Andrew Bartlett2007-12-211-2/+1
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-218-1891/+1946
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-212-5/+7
* r26419: Add a module to implement 'ambigious name resolution' by munging theAndrew Bartlett2007-12-212-0/+324
* r26412: Add comments and refactor to reuse common code.Andrew Bartlett2007-12-211-10/+29