summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4-torture: make sure to deal with the highest relative pointer offset correc...Günther Deschner2013-02-011-6/+26
* Fix the compound tests to correctly pass against Windows when run with --sign...Jeremy Allison2013-01-311-6/+6
* s4:service_task: add missing imessaging_cleanup() to task_server_terminate()Stefan Metzmacher2013-01-271-0/+2
* s4:service_task: prevent a segfault if task->msg_ctx is not initialized yetStefan Metzmacher2013-01-271-1/+1
* selftest: rename 'promoted_vampire_dc' to 'promoted_dc'Stefan Metzmacher2013-01-271-2/+2
* selftest: Add test of upgradeprovision using the old alpha13 treeAndrew Bartlett2013-01-271-5/+5
* samba_upgradeprovision: detect dns_backend for the reference provisionStefan Metzmacher2013-01-272-10/+11
* provision: setup names.dns_backendStefan Metzmacher2013-01-271-0/+26
* samba_upgradeprovision: fix the nTSecurityDescriptor on more containers (bug ...Stefan Metzmacher2013-01-271-36/+92
* provision: fix nTSecurityDescriptor of containers in the DnsZones (bug #9481)Stefan Metzmacher2013-01-272-11/+23
* provision: fix nTSecurityDescriptor attributes of CN=*,${CONFIGDN} (bug #9481)Stefan Metzmacher2013-01-274-0/+34
* provision: fix nTSecurityDescriptor of CN={LostAndFound,System},${DOMAINDN} (...Stefan Metzmacher2013-01-272-0/+6
* provision: setup names.name_map['DnsAdmins']Stefan Metzmacher2013-01-271-0/+5
* provision: introduce names.name_map = {}Stefan Metzmacher2013-01-271-0/+1
* provision: add get_dns_{forest,domain}_microsoft_dns_descriptor()Stefan Metzmacher2013-01-272-0/+16
* provision: add get_config_ntds_quotas_descriptor()Stefan Metzmacher2013-01-272-0/+8
* provision: add get_{config,domain}_delete_protected*_descriptor()Stefan Metzmacher2013-01-272-0/+40
* schema.py: add optional name_map={} to get_schema_descriptor()Stefan Metzmacher2013-01-271-1/+1
* provision: add optional name_map={} argument to get_*_descriptor()Stefan Metzmacher2013-01-271-32/+30
* provision: import/export get_dns_partition_descriptor()Stefan Metzmacher2013-01-271-1/+2
* provision: setup names.dns{forest,domain}dnStefan Metzmacher2013-01-271-1/+22
* samba_upgradeprovision: fix resetting of 'nTSecurityDescriptor' on schema obj...Stefan Metzmacher2013-01-271-1/+1
* samba_upgradeprovision: don't reset 'whenCreated' when resetting 'nTSecurityD...Stefan Metzmacher2013-01-271-2/+0
* dbckecker: fix nTSecurityDescriptor values from before 4.0.0rc6 (bug #9481)Stefan Metzmacher2013-01-271-2/+181
* 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
* s4-process_single: Use pid,task_id as cluster_id in process_single just like ...Andrew Bartlett2013-01-261-8/+13
* pymessaging: Pass around the server_id struct to python callbacks rather than...Andrew Bartlett2013-01-261-3/+13
* pymessaging: Use correct unsigned types for server ID tuple elememntsAndrew Bartlett2013-01-261-3/+3
* bug9598: s4-process_single: Use pid,fd as cluster_id in process_single just l...Andrew Bartlett2013-01-251-3/+8
* s4-torture: add some basic tests for PlayGDIScriptOnPrinterIC.Günther Deschner2013-01-241-1/+110
* spoolss: make spoolss deal with ndr64 StartDocPrinter by using proper contain...Günther Deschner2013-01-241-2/+6
* dsdb-acl: remove unused variableStefan Metzmacher2013-01-231-1/+0
* drsuapi: Add documentationMatthieu Patou2013-01-221-3/+18
* drepl-notify: change misleading messageMatthieu Patou2013-01-221-1/+1
* devel-script: add options for RODC and partial replica for replicate flagsMatthieu Patou2013-01-221-1/+21
* devel-scripts: ask with WRIT_REP by defaultMatthieu Patou2013-01-211-0/+1
* devel-getncchange: try to find the dest_dsa automaticallyMatthieu Patou2013-01-211-3/+19
* dbcheck: look in hasMasterNCs as well for determining the instance type of a NCMatthieu Patou2013-01-211-2/+10
* 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-213-36/+64
* 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