summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* python: Bulk conversion callers of ldb.Dn second paramNoel Power2018-04-302-5/+5
* s4/dsdb: Additionally accept unicode as string param in Py2Noel Power2018-04-301-1/+1
* python: bulk replace dict.iteritems to items for py3Joe Guo2018-04-131-2/+2
* dsdb: Use talloc_get_type_abort() in schema_load_{start,end}_transactionAndrew Bartlett2018-04-121-2/+4
* dsdb: ensure we take out a read lock during the dsdb_initAndrew Bartlett2018-04-124-29/+55
* dsdb: Rework schema reload during the read lockAndrew Bartlett2018-04-121-40/+29
* dsdb: Load schema during the read_lock() hook, not the searchAndrew Bartlett2018-04-121-13/+6
* dsdb: Allow search before init() is called in extended_dn_outAndrew Bartlett2018-04-121-1/+1
* dsdb: Move ldb_set_default_dns() into rootdse_get_private_data()Andrew Bartlett2018-04-121-2/+5
* dsdb: Create rootdse_get_private_data()Andrew Bartlett2018-04-121-15/+48
* dsdb: Wait until a transaction starts to call dsdb_schema_set_indices_and_att...Andrew Bartlett2018-04-121-45/+15
* dsdb: Allow search before init() call in encrypted_secretsAndrew Bartlett2018-04-121-1/+1
* dsdb: Do not create a transaction in partition_init()Andrew Bartlett2018-04-121-32/+27
* dsdb: Ensure to cancel the transaction if we fail to save the prefixMapAndrew Bartlett2018-04-121-0/+1
* dsdb: check for dSHeuristics more carefullyAndrew Bartlett2018-04-121-6/+25
* dsdb: Check for userPassword support after loading the databasesAndrew Bartlett2018-04-121-3/+15
* s4:ldb/password_hash.c: improve krb5 context error messageWilliam Brown2018-04-111-3/+20
* dsdb: add lmdbLevelOne as a required feature.Gary Lockyer2018-04-062-1/+13
* dsdb: Fix CID 1034966 Uninitialized scalar variableVolker Lendecke2018-04-041-0/+1
* dsdb: Fix CID 1034744 Dereference after null checkVolker Lendecke2018-04-041-1/+1
* dsdb: Fix CID 1433614 Dereference after null checkVolker Lendecke2018-03-291-2/+4
* s4/dsdb: python3 api should take 'bytes'Noel Power2018-03-231-5/+7
* s3/dsdb: convert print func to be py2/py3 compatibleNoel Power2018-03-2325-202/+235
* Fix invocation of gnutls_aead_cipher_encrypt()Timur I. Bakeyev2018-03-231-3/+3
* s4:dsdb: Fix integer operationsAndreas Schneider2018-03-201-3/+3
* 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
* 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-131-0/+9
* 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
* CVE-2018-1057: s4:dsdb/password_hash: add a helper variable for LDB_FLAG_MOD_...Ralph Boehme2018-03-131-5/+9
* CVE-2018-1057: s4:dsdb/tests: add a test for password change with empty deleteRalph Boehme2018-03-131-0/+49
* partition: Allow a different backend store from @PARTITIONGarming Sam2018-03-052-13/+26