summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* script to generate content for libcli/util/nterr.c & libcli/util/ntstatus.hNoel Power2014-04-021-0/+243
* script to generate libcli/util/hresult.c & libcli/util/hresult.hNoel Power2014-04-021-0/+207
* Allow FSRVP access generic HRESULT error message descriptionsNoel Power2014-04-021-2/+3
* torture-samr: Add testing of account lockout and password change behaviourAndrew Bartlett2014-04-021-39/+346
* torture-samr: Add test for lockout with and without a password historyAndrew Bartlett2014-04-021-2/+18
* torture-samr: Improve rpc.samr.passwords.badpwdcount testAndrew Bartlett2014-04-021-10/+12
* selftest: Add test for password lockoutAndrew Bartlett2014-04-022-0/+1485
* dsdb: Allow SAMR server to return the computed, not actual badPwdCountAndrew Bartlett2014-04-022-13/+58
* s4:rpc_server/samr: passdown unmodified acct_flags to the ldb layer.Stefan Metzmacher2014-04-021-15/+1
* 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
* s4-samr: Escape the username in the LDAP filterAndrew Bartlett2014-04-021-2/+2
* s4-auth: Support password history correctly, including allowing NTLM logins u...Andrew Bartlett2014-04-022-26/+297
* 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-022-100/+113
* auth: Split out badPwdCount update into a helper functionAndrew Bartlett2014-04-021-48/+79
* kdc: call authsam_zero_bad_pwd_count on successful AS-REQAndrew Bartlett2014-04-021-0/+2
* kdc: Include values from msDS-User-Account-Control-Computed when checking use...Andrew Bartlett2014-04-021-0/+20
* kdc: Set flags.locked_out on a locked-out user.Andrew Bartlett2014-04-021-1/+1
* heimdal: Only indicate successful authentication after successful authzAndrew Bartlett2014-04-021-4/+4
* heimdal: Match windows and return KRB5KDC_ERR_CLIENT_REVOKED when the account...Andrew Bartlett2014-04-021-1/+1
* heimdal: Do not attempt password authentication for locked out accountsAndrew Bartlett2014-04-021-0/+8
* s4-auth: Add authsam_zero_bad_pwd_count to zero out badPwdCount and lockoutTi...Andrew Bartlett2014-04-022-0/+67
* 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
* s4-auth: Rework memory handling to use a tmp_ctxAndrew Bartlett2014-04-021-17/+51
* dsdb: give a better error message and return code on failed password changeAndrew Bartlett2014-04-021-0/+5
* s4:auth: Add password lockout support to the AD DCAndrew Bartlett2014-04-025-4/+156
* dsdb: Put password lockout support in samdb_result_passwords()Andrew Bartlett2014-04-026-27/+68
* dsdb: Rework samdb_result_acct_flags to use either userAccountControl or msDS...Andrew Bartlett2014-04-024-37/+31
* dsdb-operational: Implement msDS-UserPasswordExpiryTimeComputedAndrew Bartlett2014-04-021-1/+47
* dsdb-operational: Implement msDS-User-Account-Control-ComputedAndrew Bartlett2014-04-021-1/+165
* dsdb-operational: Use a list for the extra attributes that may be requiredAndrew Bartlett2014-04-021-28/+52
* s4:auth/sam: use a higher time resolution in authsam_account_ok()Stefan Metzmacher2014-04-021-2/+2
* s4:dsdb/util_samr: simplify dsdb_add_user()Stefan Metzmacher2014-04-021-42/+8
* dsdb-tests: Remove pointless creation of ldaptestouAndrew Bartlett2014-04-021-1/+0
* torture-samr: Do not issue a TORTURE_FAIL unless *this* test failedAndrew Bartlett2014-04-021-3/+5
* torture-samr: Lock accounts for 5 seconds in rpc.samr.passwords.badpwdcount t...Andrew Bartlett2014-04-021-0/+10
* torture-samr: Try breaking the NT hash first, as the LM hash may not be being...Andrew Bartlett2014-04-021-6/+6
* torture-samr: set min password age to 0 for lockout and badpwdcount testsAndrew Bartlett2014-04-021-1/+5
* torture-samr: Make failures easier to trace with torture_assertAndrew Bartlett2014-04-021-42/+17
* torture-samr: Indent samba3-skip blockAndrew Bartlett2014-04-021-20/+20
* torture-samr: Actually fail on failures in rpc.samr, rather than just printin...Andrew Bartlett2014-04-021-174/+174
* kerberos: Map KRB5KDC_ERR_CLIENT_REVOKED to NT_STATUS_ACCOUNT_LOCKED_OUTAndrew Bartlett2014-04-021-0/+3
* selftest: make blackbox_setpassword.sh test run independentlyAndrew Bartlett2014-04-021-0/+2
* torture/samr: Re-open the user when checking for ACB_AUTOLOCKAndrew Bartlett2014-04-021-12/+24
* torture-samr: Set lockout_seconds to 60 for samba3Andrew Bartlett2014-04-021-0/+4
* s4:torture/wscript_build: explicitly use allow_warnings=True where neededStefan Metzmacher2014-04-021-0/+4