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