summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:torture/drs: verify the whole metadata array to be the same in the repl_mo...Stefan Metzmacher2016-07-081-22/+0
* s4:dsdb/password_hash: force replication meta data for empty password attributesStefan Metzmacher2016-07-081-4/+37
* s4:dsdb/common: add a replication metadata stamp for an empty logonHours attr...Stefan Metzmacher2016-07-081-3/+21
* s4:samba_dsdb: add "dsdb_flags_ignore" moduleStefan Metzmacher2016-07-081-3/+103
* s4:dsdb/samdb: add DSDB_FLAG_INTERNAL_FORCE_META_DATAStefan Metzmacher2016-07-082-6/+53
* s4-dsdb: Add missing header file for write() and close()Andreas Schneider2016-07-061-0/+1
* s4-torture: Add AES and RC4 enctype checksAndreas Schneider2016-07-061-1/+226
* s4-torture: Add torture_check_krb5_error() functionAndreas Schneider2016-07-061-74/+111
* schema: Reorder dsdb_set_schema() to unlink the old schema lastAndrew Bartlett2016-07-061-12/+13
* dsdb: Remove 120 second delay and USN from schema refresh checkAndrew Bartlett2016-07-066-158/+76
* dsdb: Remove use of schema USN in samldb_add_handle_msDS_IntIdAndrew Bartlett2016-07-063-64/+21
* schema: Make the fetch of the schema version fastAndrew Bartlett2016-07-062-3/+20
* provision: Ignore duplicate attid and governsID checkBob Campbell2016-07-064-6/+21
* kerberos: Return enc data on PREAUTH_FAILEDGarming Sam2016-07-052-79/+117
* password_hash: Make an error message clearerBob Campbell2016-07-051-1/+1
* check_password_script: Add a DEBUG message for timeoutsBob Campbell2016-07-051-12/+35
* selftest: add check password script testBob Campbell2016-07-051-0/+1
* check-password-script: Allow AD to execute these scriptsGarming Sam2016-07-054-8/+73
* selftest: Add test for domain join + kerberos-only authUri Simchoni2016-07-011-1/+1
* s4:rpc_server/netlogon: make use of auth_convert_user_info_dc_saminfo{2,6}()Stefan Metzmacher2016-06-301-32/+8
* s4:rpc_server/netlogon: initialize pointer to NULL in dcesrv_netr_LogonSamLog...Stefan Metzmacher2016-06-301-7/+7
* auth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamInfo* from level 3 to 6Stefan Metzmacher2016-06-301-8/+7
* s4:auth/kerberos: improve error message in kerberos_pac_to_user_info_dc()Stefan Metzmacher2016-06-301-1/+6
* s4:auth: fill user_principal_* and dns_domain_name in authsam_make_user_info_...Stefan Metzmacher2016-06-304-1/+28
* s4:auth: make use of lpcfg_sam_name() in authsam_get_user_info_dc_principal()Stefan Metzmacher2016-06-301-1/+1
* s4:dsdb/tests: let password_lockout.py verify the logonCount valuesStefan Metzmacher2016-06-301-2/+91
* s4:dsdb/tests: let password_lockout.py validate the lastLogon and lastLogonTi...Stefan Metzmacher2016-06-301-24/+45
* s4:dsdb/tests: let password_lockout.py test with all combinations of krb5, nt...Stefan Metzmacher2016-06-301-33/+67
* s4:dsdb/tests: let password_lockout.py verify more fields in _readd_user()Stefan Metzmacher2016-06-301-11/+52
* s4:dsdb/tests: let password_lockout.py copy user{name,pass} from the template...Stefan Metzmacher2016-06-301-2/+23
* s4:dsdb/tests: let password_lockout.py use creds and other_ldb as function ar...Stefan Metzmacher2016-06-301-18/+20
* s4:dsdb/tests: let password_lockout.py use userpass variables in all functionsStefan Metzmacher2016-06-301-25/+42
* s4:dsdb/tests: let password_lockout.py use other_ldb variables instead of sel...Stefan Metzmacher2016-06-301-23/+25
* s4:dsdb/tests: let password_lockout.py use userdn variables in all functionsStefan Metzmacher2016-06-301-80/+93
* s4:dsdb/tests: let password_lockout.py make use of self.addCleanup() to clean...Stefan Metzmacher2016-06-301-5/+2
* s4:dsdb/tests: let password_lockout.py use _readd_user() for testuser3 tooStefan Metzmacher2016-06-301-101/+2
* s4:dsdb/tests: let password_lockout.py pass creds as argument to _readd_user()Stefan Metzmacher2016-06-301-3/+3
* s4:dsdb/tests: let password_lockout.py use user{name,pass,dn} variables in _r...Stefan Metzmacher2016-06-301-15/+19
* s4:dsdb/tests: let password_lockout.py pass username,userpass optionally to i...Stefan Metzmacher2016-06-301-3/+3
* s4:dsdb/tests: let password_lockout.py let _readd_user() return the ldb conne...Stefan Metzmacher2016-06-301-2/+3
* s4:dsdb/tests: let password_lockout.py make use of the _readd_user() helper f...Stefan Metzmacher2016-06-301-119/+1
* s4:dsdb/tests: let password_lockout.py add a _readd_user() helper functionStefan Metzmacher2016-06-301-0/+121
* s4:dsdb/tests: let password_lockout.py make the LDAP error string checks more...Stefan Metzmacher2016-06-301-21/+21
* s4:dsdb/tests: let password_lockout.py cross-check the lastLogon value with samrStefan Metzmacher2016-06-301-0/+5
* s4:dsdb/tests: let password_lockout.py reduce the values for lockoutDuration ...Stefan Metzmacher2016-06-301-2/+2
* s4:auth/sam: update the logonCount for interactive logonsStefan Metzmacher2016-06-301-0/+16
* s4:auth/sam: don't update lastLogon just because it's 0 currentlyStefan Metzmacher2016-06-301-3/+1
* s4:auth/sam: only reset badPwdCount when the effetive value is not 0 alreadyStefan Metzmacher2016-06-301-6/+12
* s4:dsdb: add some const to {samdb_result,dsdb}_effective_badPwdCount()Stefan Metzmacher2016-06-301-2/+2
* s4:kdc: don't allow interactive password logons with UF_SMARTCARD_REQUIREDStefan Metzmacher2016-06-301-0/+75