summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* samba_dnsupdate: Introduce automatic site coverageGarming Sam2018-03-211-0/+27
* tests/kcc_util: Add unit tests for automatic site coverageGarming Sam2018-03-211-0/+2
* s4:dsdb: Fix integer operationsAndreas Schneider2018-03-201-3/+3
* s4:client: Fix size typesAndreas Schneider2018-03-201-4/+4
* s4:torture: Fix size types in nss testsAndreas Schneider2018-03-201-2/+2
* s3:torture: Fix size types in spoolss testAndreas Schneider2018-03-201-1/+1
* s4:torture: Fix size types in qfileinfo testAndreas Schneider2018-03-201-3/+3
* s4:torture: Fix size types in qsinfo testAndreas Schneider2018-03-201-3/+3
* s4:rpc_server: Fix size typesAndreas Schneider2018-03-201-2/+2
* s4:utils: Fix size typesAndreas Schneider2018-03-201-1/+1
* s4:cldap_server: Fix size typesAndreas Schneider2018-03-201-1/+1
* s4:ldap_server: Fix size typesAndreas Schneider2018-03-201-2/+2
* s4:rpc_server: Fix size types in dcerpc dnsserverAndreas Schneider2018-03-202-3/+3
* s4:dns_server: Fix size typesAndreas Schneider2018-03-201-2/+2
* s4:ntvfs: Fix size type in pvfs functionsAndreas Schneider2018-03-201-4/+4
* heimdal: Fix size typesAndreas Schneider2018-03-205-6/+7
* s4:rpc_server/lsa: make use of dom_sid_is_valid_account_domain()Stefan Metzmacher2018-03-191-31/+1
* s4:kdc: make sure we expand group memberships of the local domainStefan Metzmacher2018-03-191-0/+11
* s4:kdc: pass krbtgt and server to samba_kdc_update_pac_blob()Stefan Metzmacher2018-03-194-1/+16
* s4:kdc: remember is_krbtgt, is_rodc and is_trust samba_kdc_entryStefan Metzmacher2018-03-192-1/+8
* s4:auth_winbind: make sure we expand group memberships of the local domainStefan Metzmacher2018-03-191-0/+12
* s4:auth_winbind: only call authsam_logon_success_accounting() for local usersStefan Metzmacher2018-03-191-34/+23
* s4:auth: add authsam_update_user_info_dc() that implements SID expanding for ...Stefan Metzmacher2018-03-192-0/+65
* s4:auth: split out a authsam_domain_group_filter() functionStefan Metzmacher2018-03-191-6/+44
* s4:selftest: run samba4.blackbox.trust_token against fl2003dc and fl2008r2dcStefan Metzmacher2018-03-191-0/+2
* dsdb:repl_meta_data: improve error message in get_parsed_dns()Stefan Metzmacher2018-03-191-2/+6
* dsdb:extended_dn_store: add support for FPO (foreignSecurityPrincipal) enable...Stefan Metzmacher2018-03-191-32/+206
* dsdb:samldb: require as_system or provision control to create foreignSecurity...Stefan Metzmacher2018-03-191-4/+42
* dsdb:extended_dn_store: make sure reject storing references to deleted object...Stefan Metzmacher2018-03-191-2/+134
* dsdb:extended_dn_store: split out a extended_replace_dn() functionStefan Metzmacher2018-03-191-18/+36
* dsdb:extended_dn_store: rename extended_replace_dn to extended_replace_callbackStefan Metzmacher2018-03-191-2/+2
* dsdb:extended_dn_store: We need to ignore self references on add operationStefan Metzmacher2018-03-191-2/+20
* dsdb:extended_dn_store: pass the full 'struct dsdb_attribute' to extended_sto...Stefan Metzmacher2018-03-191-3/+4
* dsdb:extended_dn_store: we need to pass down our altered request down on NO_S...Stefan Metzmacher2018-03-191-1/+1
* dsdb:extended_dn_store: ignore DRSUAPI_ATTID_distinguishedName attributesStefan Metzmacher2018-03-191-0/+10
* Remove dead codeSimo Sorce2018-03-192-2/+0
* bugfix memory leak. partition_dn is only used to search and compare and is no...Andrej Gessel2018-03-191-2/+2
* s4: vfs: fruit tests: Add regression test for dealing with NFS ACE entries.Jeremy Allison2018-03-171-0/+171
* s4: dsdb/password_hash: use UF_TRUST_ACCOUNT_MASKRalph Boehme2018-03-131-3/+1
* CVE-2018-1057: s4:dsdb/acl: changing dBCSPwd is only allowed with a controlRalph Boehme2018-03-131-1/+10
* CVE-2018-1057: s4:dsdb: use DSDB_CONTROL_PASSWORD_ACL_VALIDATION_OIDRalph Boehme2018-03-132-4/+67
* CVE-2018-1057: s4:dsdb/samdb: define DSDB_CONTROL_PASSWORD_ACL_VALIDATION_OID...Ralph Boehme2018-03-133-0/+11
* CVE-2018-1057: s4:dsdb/acl: run password checking only onceRalph Boehme2018-03-131-0/+5
* CVE-2018-1057: s4/dsdb: correctly detect password resetsRalph Boehme2018-03-131-1/+17
* CVE-2018-1057: s4:dsdb/acl: add a NULL check for talloc_new() in acl_check_pa...Ralph Boehme2018-03-131-0/+4
* CVE-2018-1057: s4:dsdb/acl: add check for DSDB_CONTROL_PASSWORD_HASH_VALUES_O...Ralph Boehme2018-03-131-0/+20
* CVE-2018-1057: s4:dsdb/acl: check for internal controls before other checksRalph Boehme2018-03-131-14/+23
* CVE-2018-1057: s4:dsdb/acl: remove unused else branches in acl_check_password...Ralph Boehme2018-03-131-2/+12
* CVE-2018-1057: s4:dsdb/acl: only call dsdb_acl_debug() if we checked the acl ...Ralph Boehme2018-03-131-0/+8
* CVE-2018-1057: s4:dsdb/password_hash: add a helper variable for passwordAttr-...Ralph Boehme2018-03-131-6/+3