summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:kdc: tunnel the check_client_access status to hdb_samba4_audit()Stefan Metzmacher2022-03-173-0/+6
* s4-kdc: Handle previously unhandled auth event typesJoseph Sutton2022-03-171-0/+43
* s4:auth: let authenticate_ldap_simple_bind() pass down the mapped nt4namesStefan Metzmacher2022-03-161-2/+3
* s4:auth: rename user_info->mapped_state to user_info->cracknames_calledStefan Metzmacher2022-03-162-3/+3
* s4:auth: fix confusing DEBUG message in authsam_want_check()Stefan Metzmacher2022-03-161-2/+2
* s4:auth: check for user_info->mapped.account_name if it needs to be filledStefan Metzmacher2022-03-161-6/+1
* s4:rpc_server/samr: don't set mapped_state in auth_usersupplied_info for audi...Stefan Metzmacher2022-03-161-1/+0
* s4:kdc: don't set mapped_state in auth_usersupplied_info for audit loggingStefan Metzmacher2022-03-161-1/+0
* s4:dsdb: don't set mapped_state in auth_usersupplied_info for audit loggingStefan Metzmacher2022-03-161-1/+0
* s4:smb_server: don't set mapped_state explicitly in auth_usersupplied_infoStefan Metzmacher2022-03-161-2/+0
* s4:auth: encrypt_user_info() should set password_state instead of mapped_stateStefan Metzmacher2022-03-161-2/+2
* s4:auth: a simple bind uses the DCs name as workstationStefan Metzmacher2022-03-161-1/+2
* rodc: Add tests for simple BIND alongside NTLMSSP bindsGarming Sam2022-03-161-22/+37
* s4:auth_sam: use USER_INFO_INTERACTIVE_LOGON as inducation for an interactive...Stefan Metzmacher2022-03-161-2/+3
* dsdb/tests: add test_login_basics_simple()Stefan Metzmacher2022-03-161-7/+19
* dsdb/tests: prepare BasePasswordTestCase for simple bind testsStefan Metzmacher2022-03-161-3/+17
* dsdb/tests: introduce assertLoginSuccessStefan Metzmacher2022-03-162-5/+15
* dsdb/tests: make use of assertLoginFailure helperStefan Metzmacher2022-03-161-6/+1
* dsdb/tests: let all BasePasswordTestCase tests provide self.host_url[_ldaps]Stefan Metzmacher2022-03-163-7/+9
* dsdb/tests: passwords.py don't need to import BasePasswordTestCaseStefan Metzmacher2022-03-161-1/+0
* s4-kdc: Fix memory leak in FAST cookie handlingAndrew Bartlett2022-03-141-0/+1
* selftest: use 'kdc enable fast = no' for fl2000 fl2003Stefan Metzmacher2022-03-141-1/+4
* s4:kdc: make use of the 'kdc enable fast' optionStefan Metzmacher2022-03-142-2/+13
* s4:kdc: redirect pre-authentication failures to an RWDCStefan Metzmacher2022-03-082-72/+24
* s4:kdc: let pac functions in wdc-samba4.c take astgs_request_tStefan Metzmacher2022-03-081-4/+6
* s4: torture: Add new SMB2 lease test test_lease_duplicate_open().Jeremy Allison2022-03-071-0/+70
* s4: torture: Add new SMB2 lease test test_lease_duplicate_create().Jeremy Allison2022-03-071-0/+54
* s4/auth/simple_bind: correctly report TLS stateDouglas Bagnall2022-03-071-2/+2
* s4:kdc: hdb_samba4_audit() is only called once per requestStefan Metzmacher2022-03-021-11/+15
* s4-kdc: Adapt to move from HDB auditing to KDC auditing constantsAndrew Bartlett2022-03-022-17/+18
* s4:kdc: Adapt to removal of publicly accessible request structure membersJoseph Sutton2022-03-021-22/+18
* s4:kdc: Adapt to hdb_entry_ex removalJoseph Sutton2022-03-026-71/+76
* s4:kdc: Increment plugin minor versionJoseph Sutton2022-03-021-1/+1
* s4:kdc: Explicitly set plugin minor versionJoseph Sutton2022-03-021-1/+1
* s4:kdc: Adapt to removal of auth audit event typesJoseph Sutton2022-03-021-43/+28
* s4:kdc: Rename windc to kdc pluginJoseph Sutton2022-03-023-10/+10
* s4:kdc: Add referral policy callbackJoseph Sutton2022-03-022-2/+8
* s4:kdc: Add 'not authorised' auth eventsJoseph Sutton2022-03-021-0/+2
* s4:kdc: Adapt to removal of auth event detailsJoseph Sutton2022-03-021-4/+38
* s4:kdc: Refactor HDB APIJoseph Sutton2022-03-021-35/+59
* s4:kdc: Don't pass empty PAC buffers to krb5_pac_add_buffer()Joseph Sutton2022-03-021-2/+3
* s4:sam: Don't use talloc_steal for msg attributes in authsam_make_user_info_dc()Stefan Metzmacher2022-03-021-5/+14
* s4:kdc: Translate HDB flags to SDB flagsAndreas Schneider2022-02-141-1/+5
* s4:kdc: Remove trailing spaces in hdb-samba4.cAndreas Schneider2022-02-141-3/+3
* s4:kdc: Add a HDB to SDB maskAndreas Schneider2022-02-141-0/+12
* s4: test: Add samba4.libsmbclient.rename test. Currently fails for SMB3.Jeremy Allison2022-02-041-0/+112
* CVE-2022-0336: s4/dsdb/samldb: Don't return early when an SPN is re-added to ...Joseph Sutton2022-01-311-2/+1
* blackbox.ndrdump: fix test_ndrdump_fuzzed_NULL_struct_ntlmssp_CHALLENGE_MESSA...Stefan Metzmacher2022-01-301-3/+49
* s4:torture/ndr: demonstrate the ndr_push_string(STR_NOTERM|REMAINING) of "" i...Stefan Metzmacher2022-01-301-3/+27
* blackbox.ndrdump: adjust example files to the usage of dump_data_diff output.Stefan Metzmacher2022-01-305-0/+466