summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix use of realpath, fix init functions for ldb.Jelmer Vernooij2008-02-251-27/+27
|/
* Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-2025-56/+53
* Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij2008-02-2027-205/+33
* Fix accidently introduced bug - thanks metze.Jelmer Vernooij2008-02-191-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-191-0/+1
|\
| * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett2008-02-191-1/+1
| |\
| * | Explain that these OIDs are DNsAndrew Bartlett2008-02-191-0/+1
* | | Remove uses of global_loadparm.Jelmer Vernooij2008-02-193-15/+18
| |/ |/|
* | Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-181-1/+1
|/
* Give a more useful error when the templates.ldb can't be found.Andrew Bartlett2008-02-091-2/+4
* Reset error stringsAndrew Bartlett2008-02-081-0/+2
* 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