summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-31Fix the compound tests to correctly pass against Windows when run with --sign...Jeremy Allison1-6/+6
2013-01-30Add new function smbXcli_session_copy(), to be used when creating compound SM...Jeremy Allison2-0/+29
2013-01-30smbd: Fix a typoVolker Lendecke1-1/+1
2013-01-30smbd: Fix a typoVolker Lendecke1-1/+1
2013-01-29s3:winbindd: change getpwsid() to return a passwd struct for a group sid id-m...Michael Adam1-9/+43
2013-01-29s3:winbindd: check the correct variable for talloc success in rpc_query_user()Michael Adam1-1/+1
2013-01-29s3:winbindd:getgrnam: also produce a group struct for a user with ID_TYPE_BOTHMichael Adam1-2/+13
2013-01-29s3:winbindd: create group structs for gids that are coming from a user sid id...Michael Adam1-0/+49
2013-01-29s3:winbindd: factor add_wbint_Principal_to_dict() out of wb_group_members_done()Michael Adam2-17/+47
2013-01-29s3:winbindd: fix a cut'n'paste comment typo in wb_fill_pwentMichael Adam1-1/+1
2013-01-29s3:winbindd: rename winbindd_getgrnam_lookupsid_done to winbindd_getgrnam_loo...Michael Adam1-3/+3
2013-01-29s3:utils/net remove aclmapset commandChristian Ambach1-73/+0
2013-01-29s3:net_idmap_dump support dumping autorid backendChristian Ambach1-8/+106
2013-01-29s3:net_idmap_dump add missing bracesChristian Ambach1-1/+2
2013-01-29s3:net_idmap_dump remove obsolete support for tdb:idmap2.tdb parameterChristian Ambach1-6/+2
2013-01-29s3:net_idmap_dump deal with idmap config * : backend config styleChristian Ambach1-6/+13
2013-01-28Regression test for bug #9571 - Unlink after open causes smbd to panicJeremy Allison1-0/+44
2013-01-28Fix bug #9571 - Unlink after open causes smbd to panic.Pavel Shilovsky1-3/+3
2013-01-28Fix bug #9588 - ACLs are not inherited to directories for DFS shares.Jeremy Allison1-0/+13
2013-01-28smbcontrol: Fix undefined serverid_traverse_read warningVolker Lendecke1-0/+1
2013-01-28smbcontrol: Fix the build with libunwindVolker Lendecke1-1/+1
2013-01-27s4:service_task: add missing imessaging_cleanup() to task_server_terminate()Stefan Metzmacher1-0/+2
2013-01-27s4:service_task: prevent a segfault if task->msg_ctx is not initialized yetStefan Metzmacher1-1/+1
2013-01-27selftest: rename 'promoted_vampire_dc' to 'promoted_dc'Stefan Metzmacher2-11/+11
2013-01-27selftest: Add test of upgradeprovision using the old alpha13 treeAndrew Bartlett3-5/+141
2013-01-27samba_upgradeprovision: detect dns_backend for the reference provisionStefan Metzmacher2-10/+11
2013-01-27provision: setup names.dns_backendStefan Metzmacher1-0/+26
2013-01-27samba_upgradeprovision: fix the nTSecurityDescriptor on more containers (bug ...Stefan Metzmacher1-36/+92
2013-01-27provision: fix nTSecurityDescriptor of containers in the DnsZones (bug #9481)Stefan Metzmacher2-11/+23
2013-01-27provision: fix nTSecurityDescriptor attributes of CN=*,${CONFIGDN} (bug #9481)Stefan Metzmacher4-0/+34
2013-01-27provision: fix nTSecurityDescriptor of CN={LostAndFound,System},${DOMAINDN} (...Stefan Metzmacher2-0/+6
2013-01-27provision: setup names.name_map['DnsAdmins']Stefan Metzmacher1-0/+5
2013-01-27provision: introduce names.name_map = {}Stefan Metzmacher1-0/+1
2013-01-27provision: add get_dns_{forest,domain}_microsoft_dns_descriptor()Stefan Metzmacher2-0/+16
2013-01-27provision: add get_config_ntds_quotas_descriptor()Stefan Metzmacher2-0/+8
2013-01-27provision: add get_{config,domain}_delete_protected*_descriptor()Stefan Metzmacher2-0/+40
2013-01-27schema.py: add optional name_map={} to get_schema_descriptor()Stefan Metzmacher1-1/+1
2013-01-27provision: add optional name_map={} argument to get_*_descriptor()Stefan Metzmacher1-32/+30
2013-01-27provision: import/export get_dns_partition_descriptor()Stefan Metzmacher1-1/+2
2013-01-27provision: setup names.dns{forest,domain}dnStefan Metzmacher1-1/+22
2013-01-27samba_upgradeprovision: fix resetting of 'nTSecurityDescriptor' on schema obj...Stefan Metzmacher1-1/+1
2013-01-27samba_upgradeprovision: don't reset 'whenCreated' when resetting 'nTSecurityD...Stefan Metzmacher1-2/+0
2013-01-27dbckecker: fix nTSecurityDescriptor values from before 4.0.0rc6 (bug #9481)Stefan Metzmacher1-2/+181
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-27libcli/security: calculate INHERIT_ONLY correcty for AUDIT and ALARM aces (bu...Stefan Metzmacher1-4/+16
2013-01-26s4-process_single: Use pid,task_id as cluster_id in process_single just like ...Andrew Bartlett1-8/+13
2013-01-26pymessaging: Pass around the server_id struct to python callbacks rather than...Andrew Bartlett1-3/+13
2013-01-26pymessaging: Use correct unsigned types for server ID tuple elememntsAndrew Bartlett1-3/+3
2013-01-26ldb: Ensure to decrement the transaction_active whenever we delete a transactionAndrew Bartlett4-1/+266