summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* dsdb-repl_meta_data: Move TODO comment about conflicts and missing parentsAndrew Bartlett2013-05-281-9/+4
* dsdb-repl_meta_data: Handle renames better, considering only the RDN as given...Andrew Bartlett2013-05-281-76/+141
* dsdb-linked_attributes: Do not crash if the target GUID can not be foundAndrew Bartlett2013-05-281-0/+15
* dsdb-repl: merge the logic from libnet_vampire_cb_apply_schema()Stefan Metzmacher2013-05-231-6/+113
* dsdb-repl: split out dsdb_repl_resolve_working_schemaStefan Metzmacher2013-05-231-53/+94
* dsdb-drs: when replicating schema object checks ask for removal of previous v...Matthieu Patou2013-05-231-3/+4
* dsdb-schema: make deduplication of class and schema possible (bug #8680)Matthieu Patou2013-05-233-10/+113
* dsdb-schema: schema_fill_possible_inferiors() should rebuild everthingStefan Metzmacher2013-05-231-2/+2
* Fix warning by setting the variable from GUID to const GUIDMatthieu Patou2013-05-201-1/+2
* Fix more unused varsMatthieu Patou2013-05-201-2/+1
* Fix a warning about a set but unused variable by actually using itMatthieu Patou2013-05-201-0/+5
* Fix warnings about set but unused variablesMatthieu Patou2013-05-202-10/+1
* operational: remove double loopsMatthieu Patou2013-05-201-31/+47
* dsdb-schema: remove looping on all schema classes for system_possible_inferriorMatthieu Patou2013-05-201-34/+19
* s4:dsdb python tests - set the executable flagMatthias Dieter Wallnöfer2013-05-172-0/+0
* dsdb: Expand on what the error finding the ntSecurityDescriptor was in acl_readAndrew Bartlett2013-05-161-2/+8
* dsdb-schema: Print clear debug message when we find a OID in our local DB we ...Andrew Bartlett2013-05-161-0/+1
* dsdb-repl: Allow the name attribute (and name-based schema lookups) to be ski...Andrew Bartlett2013-05-161-12/+19
* source4/dsdb/schema/schema_convert_to_ol.c: Fix typo in comment.Karolin Seeger2013-05-151-1/+1
* source4/dsdb/samdb/ldb_modules/local_password.c: Fix typo in comment.Karolin Seeger2013-05-151-1/+1
* dsdb-drepl: create a new schedulable event for running pending operationsMatthieu Patou2013-05-153-1/+79
* dsdb: make the name of non related class more obviousMatthieu Patou2013-05-141-2/+3
* s4:dsdb: Fix warnings about not set / set but unused / shadowed variablesMatthieu Patou2013-04-197-20/+5
* dsdb: Check for pointers before we deference them.Andreas Schneider2013-03-051-7/+7
* dsdb-descriptor: Avoid segfault copying an SD without an owner or groupAndrew Bartlett2013-02-221-4/+12
* dsdb-descriptor: Spell out security descriptor flags as constantsAndrew Bartlett2013-02-222-2/+2
* ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2013-02-201-3/+10
* dsdb-operational: rework the loop for attribute removalMatthieu Patou2013-02-081-41/+92
* dsdb-repl: make message more clearerMatthieu Patou2013-02-081-2/+2
* replmetadata: raise msg level for conflict resolution so that we don't polute...Matthieu Patou2013-02-081-2/+2
* dsdb-repl: do not ask to add ref when doing getncchange for an exopMatthieu Patou2013-02-081-0/+7
* dsdb-cracknames: Fix potential double free and memory leaksMatthieu Patou2013-02-081-2/+4
* dsdb/util: rework samdb_check_password() to support utf8Stefan Metzmacher2013-02-041-5/+16
* dsdb/password_hash: rename variable 'stat' to 'vstat'Stefan Metzmacher2013-02-041-5/+5
* dsdb/password_hash: make sure that io->n.cleartext_utf8.data is a null termin...Stefan Metzmacher2013-02-041-0/+23
* dsdb-descriptor: get_default_group() should always return the DAG sid (bug #9...Stefan Metzmacher2013-01-271-5/+10
* tests/sec_descriptor: the default owner behavior depends on domainControllerF...Stefan Metzmacher2013-01-271-4/+4
* dsdb-acl: remove unused variableStefan Metzmacher2013-01-231-1/+0
* drepl-notify: change misleading messageMatthieu Patou2013-01-221-1/+1
* dsdb: Fix warning about unused varMatthieu Patou2013-01-211-2/+0
* dsdb: Explain ordering constraints on the ACL module as well.Andrew Bartlett2013-01-211-2/+2
* dsdb: Ensure "authenticated users" is processed for group membershipsAndrew Bartlett2013-01-212-31/+25
* libcli/security: handle node initialisation in one spot in insert_in_object_t...Andrew Bartlett2013-01-212-11/+10
* dsdb-acl: the SEC_ADS_DELETE_CHILD checks need objectclass->schemaIDGUIDStefan Metzmacher2013-01-211-2/+7
* dsdb-acl: make use of acl_check_access_on_objectclass() for the object in acl...Stefan Metzmacher2013-01-211-6/+50
* dsdb-acl: make use of acl_check_access_on_{attribute,objectclass} in acl_rena...Stefan Metzmacher2013-01-211-47/+43
* dsdb-acl: make use of acl_check_access_on_attribute() in acl_modify()Stefan Metzmacher2013-01-211-44/+16
* dsdb-acl: remove unused acl_check_access_on_class()Stefan Metzmacher2013-01-211-46/+0
* dsdb-acl: use acl_check_access_on_objectclass() instead of acl_check_access_o...Stefan Metzmacher2013-01-211-8/+13
* dsdb-acl: Use the structural objectClass in acl_check_access_on_attribute()Andrew Bartlett2013-01-211-16/+16