summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Collapse)AuthorAgeFilesLines
* s4:dsdb/dns/dns_update.c - fix a typoMatthias Dieter Wallnöfer2010-04-171-1/+1
|
* s4:Replaced dsdb_get_dom_sid_from_ldb_message() with samdb_result_dom_sid()Nadezhda Ivanova2010-04-162-55/+7
|
* s4:rootdse: only return "tokenGroups", when the client asked for themStefan Metzmacher2010-04-151-1/+1
| | | | metze
* pydsdb: Fix memory leak on invalid parameters, formatting, trivialJelmer Vernooij2010-04-151-8/+15
| | | | typos.
* s4 python: Add a function to get the oid of an attribute when the attid is knownMatthieu Patou2010-04-151-0/+37
| | | | | | This function is mainly to help decoding replPropertyMetaData in python Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4:samdb_server_site_name - fix indentationMatthias Dieter Wallnöfer2010-04-131-4/+6
|
* s4:acl/descriptor LDB module - distinguish between root and default basednMatthias Dieter Wallnöfer2010-04-132-0/+12
| | | | | | | | The first is the forest base DN, the second the domain base DN. At the moment we assume that they are both the same but it hasn't to be so. Nadia, I would invite you to fix the outstanding parts regarding this (I added comments).
* s4:dsdb/common/util.c - add a call which determines centrally the forest DNS ↵Matthias Dieter Wallnöfer2010-04-131-0/+19
| | | | domainname
* s4:remove "samdb_root_dn", "samdb_base_dn", "samdb_config_dn" and ↵Matthias Dieter Wallnöfer2010-04-131-20/+0
| | | | | | "samdb_schema_dn" They aren't needed anymore.
* Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer2010-04-1311-21/+24
| | | | | We should use the "ldb_get_*_basedn" calls since they are available in the LDB library.
* s4:objectclass LDB module - remove a unneeded newlineMatthias Dieter Wallnöfer2010-04-131-2/+1
|
* s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functionsMatthias Dieter Wallnöfer2010-04-121-1/+1
| | | | Purely cosmetic change.
* subunit: Remove more test output that could be interpreted by subunit.Jelmer Vernooij2010-04-111-1/+1
|
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-1/+1
| | | | | | Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit.
* s4:samdb_server_site_dn - free unused DNs in the right wayMatthias Dieter Wallnöfer2010-04-111-2/+2
|
* s4:dsdb Don't use the permissive modify control on schemaInfo updatesAndrew Bartlett2010-04-101-2/+2
| | | | | | | | | The use of 'replace' is enough to wipe out the old value, whatever it is, we don't need to set 'permissive modify' too. Additionally, this seems to be causing trouble for the OpenLDAP backend Andrew Bartlett
* s4:dsdb Don't return operational attributes on special DNsAndrew Bartlett2010-04-101-0/+5
|
* s4:rootdse Implement "tokenGroups" in the rootDSEAndrew Bartlett2010-04-101-0/+18
| | | | | | | This returns the currently connected user's full token. This is very useful for debugging, and should be used in ACL tests. Andrew Bartlett
* s4:dsdb Improve error message in extended_dn_inAndrew Bartlett2010-04-101-1/+1
| | | | | | | This error occours when an extended DN cannot be resolved, so it's most helpful to print the problematic extended DN. Andrew Bartlett
* s4:schema Try to fix OpenLDAP backend after schema reload support.Andrew Bartlett2010-04-101-4/+2
| | | | | | If we can't get @REPLCHANGED, default to a value of 0. Andrew Bartlett
* s4/dsdb: Set schemaInfo attribute value during provisioningKamen Mazdrashki2010-04-091-0/+49
| | | | | After provisioning new Forest, schemaInfo should be set to a value with revision=1 and current invocation_id
* s4/dsdb: split writing of schemaInfo blob in two partsKamen Mazdrashki2010-04-091-21/+46
| | | | | | | ldb_msg preparation is moved into separate function so that it can be used for implementing schemaInfo updates both on module stack (dsdb_module_... functions) and directly on ldb_context
* s4/dsdb: Let caller to control if valid invocationId is critical or ↵Kamen Mazdrashki2010-04-093-3/+8
| | | | zero-guid is acceptable
* s4/dsdb: Use dsdb_schema_info object to create default schemaInfo valuesKamen Mazdrashki2010-04-092-7/+22
|
* s4/dsdb: Use dsdb_schema_info object to verify schema_info blobsKamen Mazdrashki2010-04-092-21/+20
|
* s4/waf: add new files to WAF buildKamen Mazdrashki2010-04-091-1/+1
|
* s4/samldb: schemaInfo attribute must be updated when adding new Schema objectKamen Mazdrashki2010-04-091-0/+50
|
* s4/dsdb: dsdb_schema_info object implementationKamen Mazdrashki2010-04-092-1/+385
|
* s4/dsdb: Define dsdb representation for schemaInfo attributeKamen Mazdrashki2010-04-091-0/+8
|
* s4-python: Move load_partition_usn to dsdb module.Jelmer Vernooij2010-04-083-2/+51
|
* s4:dsdb - Handle INVALID_DN_SYNTAX from OpenLDAP in ↵Endi S. Dewata2010-04-081-1/+1
| | | | | | dsdb_module_load_partition_usn(). Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* s4-python: Move set_global_schema to pydsdb.Jelmer Vernooij2010-04-081-35/+104
|
* s4-python: Move samdb_ntds_objectGUID to pydsdb.Jelmer Vernooij2010-04-071-0/+148
|
* s4-python: Move set_opaque_integer to pyldb.Jelmer Vernooij2010-04-061-66/+0
|
* s4-waf: added python_dsdb from merge with masterAndrew Tridgell2010-04-061-0/+5
|
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-1/+1
| | | | This works with both standalone lib builds and bundled builds
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-3/+0
| | | | we won't be using the mk -> wscript generator again
* s4-waf: fixed some deps now we don't auto-include tevent and replaceAndrew Tridgell2010-04-061-1/+1
| | | | | this is preparation for being able to use system versions of these libraries
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-062-0/+4
| | | | them
* build: waf quicktest nearly worksAndrew Tridgell2010-04-062-47/+43
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+309
|
* build: nearly there on samba4 buildAndrew Tridgell2010-04-061-2/+2
|
* build: fixes from itaAndrew Tridgell2010-04-061-2/+2
|
* build: source= is clearer for source listsAndrew Tridgell2010-04-061-6/+6
|
* build: heimdal_build waf supportAndrew Tridgell2010-04-061-0/+52
| | | | heimdal now mostly builds
* s4-python: Move dsdb_convert_schema_to_openldap to dsdb.Jelmer Vernooij2010-04-041-0/+30
|
* s4-python: Move set_opaque_integer -> dsdb.Jelmer Vernooij2010-04-041-6/+72
|
* s4-python: Move samdb_server_site_name to dsdb module.Jelmer Vernooij2010-04-041-0/+38
|
* s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij2010-04-042-0/+84
|
* s4-drs: replmd_delete with the 3 stage deletion recycle binEduardo Lima2010-03-262-105/+204
|