summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* urgent_replication: Use subunit reporting, remove allow_empty_output.Jelmer Vernooij2014-10-141-72/+44
* dsdb: Do not attempt to return beyond the end of the password history arrayAndrew Bartlett2014-10-131-2/+2
* dsdb: Fix a crash in an error returnVolker Lendecke2014-10-111-1/+1
* repl: Specify the target realm in dreplsrv_get_target_principal()Andrew Bartlett2014-09-301-2/+2
* acl: Fix typo: structrual -> structuralJelmer Vernooij2014-09-271-1/+1
* dsdb: Be less verbose when announcing kcc is being invoked.Jelmer Vernooij2014-09-271-1/+1
* dsdb: improve debugging in DsCrackNameOneFilterAndrew Bartlett2014-09-011-1/+3
* dsdb: Make log message more clearAndrew Bartlett2014-09-011-2/+6
* dsdb: Permit creation of partitions of type INSTANCE_TYPE_UNINSTANTAndrew Bartlett2014-09-011-4/+15
* join.py: Reinstate full_nc_list and make creation of NTDS-DSA object commonAndrew Bartlett2014-09-011-0/+2
* dsdb: Change acl module to look for instanceType flag rather than list of NCsAndrew Bartlett2014-09-012-15/+87
* s4:samba_dnsupdate: cache the already registered recordsStefan Metzmacher2014-08-261-0/+13
* dsdb: Also redact the clearTextPassword input-only attributeAndrew Bartlett2014-08-161-1/+2
* s4-dsdb/cracknames: free realm from smb_krb5_principal_get_realm().Günther Deschner2014-08-081-3/+4
* s4-dsdb/samdb: use smb_krb5_principal_get_comp_string in ldb ACL module.Günther Deschner2014-08-082-6/+9
* s4-dsdb/samdb: use smb_krb5_make_principal for compatibility reasons with MIT.Günther Deschner2014-08-081-4/+5
* messaging4: Change irpc_servers_by_name to NTSTATUSVolker Lendecke2014-07-211-5/+7
* s4:dsdb/samldb: don't allow 'userParameters' to be modified over LDAP for nowStefan Metzmacher2014-07-091-0/+18
* dsdb: Always store and return the userParameters as a array of LE 16-bit valuesAndrew Bartlett2014-07-091-14/+45
* dsdb: Set syntax of userParameters to binary string, not unicode stringAndrew Bartlett2014-07-092-0/+12
* s4:dsdb/repl_meta_data: make sure objectGUID can't be deletedStefan Metzmacher2014-07-091-3/+3
* s4:dsdb/extended_dn_in: don't force DSDB_SEARCH_SHOW_RECYCLEDStefan Metzmacher2014-07-091-17/+20
* s4:dsdb/kcc: use SHOW_RECYCLED instead of SHOW_DELETED in when deleting tombs...Stefan Metzmacher2014-07-091-1/+1
* s4:dsdb/schema_load: make error message more verboseStefan Metzmacher2014-07-091-1/+2
* Order switch statementsSamuel Cabrero2014-07-071-10/+10
* idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfoSamuel Cabrero2014-07-071-1/+26
* secrets: Ensure we store the secureChannelType when written to secrets.ldbAndrew Bartlett2014-07-041-0/+1
* dsdb: Do not refresh the schema using the wrong event contextAndrew Bartlett2014-06-115-112/+191
* dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett2014-06-118-43/+41
* Use GUID_equal in a few placesVolker Lendecke2014-06-106-13/+13
* dsdb: Do not give an error is metadata.tdb does not yet existAndrew Bartlett2014-06-041-2/+2
* dsdb: Do not permit nested event loops when in a transaction, use a nested ev...Andrew Bartlett2014-05-061-13/+80
* dsdb: Rename private_data to rootdse_private_data in rootdseAndrew Bartlett2014-05-061-8/+8
* dsdb: Make it harder to corrupt the database by requiring DBCHECK or RELAX fo...Andrew Bartlett2014-05-032-10/+32
* s4:repl_meta_data: fix array assignment in replmd_process_linked_attribute()Stefan Metzmacher2014-05-021-2/+2
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-283-4/+0
* dsdb: Specify no event context to smb_krb5_init_context() in dsdbAndrew Bartlett2014-04-283-4/+6
* selftest: Add test for password lockoutAndrew Bartlett2014-04-021-0/+1484
* dsdb: Allow SAMR server to return the computed, not actual badPwdCountAndrew Bartlett2014-04-021-11/+49
* s4:dsdb/samldb: rework samldb_user_account_control_change()Stefan Metzmacher2014-04-021-99/+134
* s4:dsdb/samldb: remove fantasy code from samldb_user_account_control_change()Stefan Metzmacher2014-04-021-10/+0
* dsdb: check type with talloc_get_type_abort in samdb_set_passwordAndrew Bartlett2014-04-021-2/+5
* dsdb: Implement password lockout on LDAP password changesAndrew Bartlett2014-04-021-16/+134
* dsdb: Move dsdb_update_bad_pwd_count to dsdb/common/util.cAndrew Bartlett2014-04-021-0/+113
* s4:dsdb/samldb: add let lockoutTime=0 reset badPwdCount=0Stefan Metzmacher2014-04-021-0/+57
* dsdb: collapse wrong password and no-password-hash errors into one handlerAndrew Bartlett2014-04-021-25/+3
* dsdb: Add samdb_result_passwords_from_history helper functionAndrew Bartlett2014-04-021-0/+37
* dsdb: give a better error message and return code on failed password changeAndrew Bartlett2014-04-021-0/+5
* dsdb: Put password lockout support in samdb_result_passwords()Andrew Bartlett2014-04-022-7/+43
* dsdb: Rework samdb_result_acct_flags to use either userAccountControl or msDS...Andrew Bartlett2014-04-021-17/+13