summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij25-56/+53
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij27-205/+33
2008-02-19Fix accidently introduced bug - thanks metze.Jelmer Vernooij1-1/+1
2008-02-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij1-0/+1
2008-02-19Remove uses of global_loadparm.Jelmer Vernooij3-15/+18
2008-02-19Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett1-1/+1
2008-02-19Explain that these OIDs are DNsAndrew Bartlett1-0/+1
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij1-1/+1
2008-02-09Give a more useful error when the templates.ldb can't be found.Andrew Bartlett1-2/+4
2008-02-08Reset error stringsAndrew Bartlett1-0/+2
2008-02-05sidmap: Some source code cleanups.Kai Blin1-10/+12
2008-02-04Remove useless layer of indirection, where every service calledAndrew Bartlett1-9/+1
2008-02-04Rework service init functions to pass down service name. This isAndrew Bartlett1-1/+1
2008-01-26ldb: Add ldb_oom() calls in a couple of places.Jelmer Vernooij4-2/+18
2008-01-25repl_meta_data: add some TODOs to replmd_modify_originating()Stefan Metzmacher1-0/+17
2008-01-24Use the repl_meta_data module by default.Andrew Bartlett1-0/+4
2008-01-23Get more information from ldb when reporting a failed replication.Andrew Bartlett1-2/+2
2008-01-23Fix DRSUAPI replication test - NET-API-BECOME-DC.Andrew Bartlett1-126/+14
2008-01-23Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test.Andrew Bartlett1-2/+2
2008-01-23ranged_results: fix use of uninitialised variable (end)Andrew Bartlett1-2/+4
2008-01-18Only set showOnlyInAdvancedView: TRUE when adding default values.Andrew Bartlett1-2/+2
2008-01-18Merge commit 'origin/v4-0-test' into 4-0-localAndrew Bartlett1-0/+1
2008-01-18Add showInAdvancedViewOnly to every new objectAndrew Bartlett1-0/+4
2008-01-18Search for memberOf when clients ask for a wildcard against OpenLDAPAndrew Bartlett1-0/+1
2008-01-18Correct authorship of instanceType moduleAndrew Bartlett1-1/+1
2008-01-18Add in a new module to handle instanceTypeAndrew Bartlett2-0/+141
2008-01-17ldb_map objectClass munging: Don't hard-code 'extensibleObject'.Andrew Bartlett2-3/+3
2008-01-16Rework linked_attributes module for the REPLACE case.Andrew Bartlett1-6/+86
2008-01-16Rework control handling to remove the 'domain_scope' controlAndrew Bartlett1-17/+37
2008-01-11Remove 'dn' from mapping, it isn't a valid attribute in AD, and causesAndrew Bartlett2-19/+1
2008-01-11Add in new module to normalise DNs being returned from OpenLDAP. ThisAndrew Bartlett2-0/+179
2008-01-08r26697: Leak less memory into the ldb context.Andrew Bartlett1-3/+15
2008-01-06r26679: It is very bad to free the ldb handle when you didn't create it...Andrew Bartlett1-1/+1
2008-01-05r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-1/+1
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij1-3/+2
2008-01-03r26648: Move detection of global catalog captability to a central function, soAndrew Bartlett1-0/+36
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 Vernooij3-7/+7
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij8-18/+24
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij11-24/+59
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 Vernooij13-18/+18
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij13-18/+18
2007-12-21r26528: dsdb: Fix a warning.Kai Blin1-4/+3