summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* autorid: initialize: store config directly before allocating well knowns.Michael Adam2014-04-031-7/+6
* autorid: split idmap_autorid_db_open and idmap_autorid_init_hwms out of idmap...Michael Adam2014-04-032-9/+50
* autorid: in idmap_autorid_saveconfig, add a debug msg when loading gives errorMichael Adam2014-04-031-0/+2
* autorid: improve the precision of the DEBUG at the end of add_rangeMichael Adam2014-04-031-2/+5
* autorid: add a DEBUG upon talloc fail in the add_range function.Michael Adam2014-04-031-0/+1
* autorid: when storing a new range, always check it does not exist.Michael Adam2014-04-031-15/+22
* autorid: fix a potential for data corruption.Michael Adam2014-04-031-1/+33
* autorid: print debug message when a HWM key has been createdMichael Adam2014-04-031-0/+2
* autorid: reverse logic flow in idmap_autorid_init_hwm(), decreasing indentation.Michael Adam2014-04-031-9/+13
* autorid: store hwm as uint32_t in idmap_autorid_init_hwm()Michael Adam2014-04-031-1/+1
* dfs_server: get_dcs: fix pointer list terminationArvid Requate2014-04-031-3/+8
* script to generate content for libcli/util/nterr.c & libcli/util/ntstatus.hNoel Power2014-04-021-0/+243
* Add error codes and message descriptions for NTSTATUSNoel Power2014-04-022-0/+4238
* Use correct error code value for NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGENoel Power2014-04-021-1/+1
* 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-023-8/+11
* Add autogenerated HRESULT error codes and descriptions from MS_ERREFNoel Power2014-04-023-2/+14741
* torture-samr: Add testing of account lockout and password change behaviourAndrew Bartlett2014-04-022-39/+347
* selftest: Run rpc.samr.passwords.badpwdcount against s3dcAndrew Bartlett2014-04-022-1/+2
* 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
* libds: add UF_PARTIAL_SECRETS_ACCOUNT to UF_ACCOUNT_TYPE_MASKStefan Metzmacher2014-04-021-1/+2
* 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-023-27/+297
* lib/param: Add new parameter "old password allowed period"Andrew Bartlett2014-04-024-0/+24
* 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-023-1/+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
* samba-tool add password lockout handling to samba-tool domain passwordsettingsAndrew Bartlett2014-04-021-4/+73
* 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-025-43/+36