summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2024-06-30s4:torture: Initialize struct smb2_handleAndreas Schneider1-1/+9
2024-06-30s4:torture: Initialize struct netr_LogonSamLogonExAndreas Schneider1-1/+5
2024-06-30s4:torture: Make sure struct smb2_handle is initializedAndreas Schneider1-1/+6
2024-06-28s4:torture: Initialize struct wrepl_wins_nameAndreas Schneider1-2/+6
2024-06-28s4:torture: Fully initialize struct samr_OpenUserAndreas Schneider1-3/+7
2024-06-28s4:torture: Initialize struct wrepl_wins_nameAndreas Schneider1-1/+3
2024-06-28s4:torture: Initialize struct smb2_handleAndreas Schneider1-1/+6
2024-06-28s4:torture: Initialize struct nbt_name_queryAndreas Schneider1-1/+5
2024-06-28s3:torture: Remove trailing spaces in query.cAndreas Schneider1-6/+6
2024-06-24torture4: Fix some whitespaceVolker Lendecke27-576/+575
2024-06-24s4:dsdb: Avoid possible underflows with new_lenAndreas Schneider1-1/+1
2024-06-24s4:dsdb: Remove trailing spaces in schema_query.cAndreas Schneider1-36/+36
2024-06-24s4:torture: Initialize struct wrepl_wins_nameAndreas Schneider1-1/+3
2024-06-24s4:torture: Remove trailing spaces in winsreplication.cAndreas Schneider1-192/+192
2024-06-19testprogs/blackbox: add test_ldap_token.sh to test "client use kerberos" and ...Stefan Metzmacher1-0/+5
2024-06-17s4:torture/smb2: add smb2.ioctl.copy_chunk_bug15644Stefan Metzmacher1-0/+64
2024-06-13s4:torture: Add missing NULL checks in spoolss.cAndreas Schneider1-5/+12
2024-06-12s4/pytest: remove py2 str/bytes workaround in getnc_exopDouglas Bagnall1-2/+2
2024-06-11selftest: Add a python blackbox test for some misc (widelink) DFS testsNoel Power1-0/+3
2024-06-11s4:auth: Handle expired accounts in authsam_account_ok() (CID 1603594)Jo Sutton1-1/+1
2024-06-11s4:dsdb: Remove trailing whitespaceJo Sutton1-14/+14
2024-06-11s4:auth: Add temporary memory context to authsam_reread_user_logon_data()Jo Sutton1-2/+9
2024-06-11s4:auth: Add common out path to authsam_reread_user_logon_data()Jo Sutton1-7/+9
2024-06-10s4/torture: Remove already existing test_dirAnoop C S1-0/+3
2024-06-10s4/torture: Create test_dir with SEC_RIGHTS_DIR_ALLAnoop C S1-23/+6
2024-06-10kdc: Rotate smart-card only underlying password in 2nd half of lifetimeAndrew Bartlett1-0/+16
2024-06-10kdc: Track the pwdLastSet of expired UF_SMARTCARD_REQUIRED accountsAndrew Bartlett1-0/+21
2024-06-10kdc: Detect (about to) expire UF_SMARTCARD_REQUIRED accounts and rotate passw...Andrew Bartlett3-20/+196
2024-06-10s4-auth: Use consistant externally-supplied time in auth stackAndrew Bartlett4-10/+22
2024-06-10kdc: Use a consistent, stable time throughout the Heimdal KDCAndrew Bartlett7-7/+166
2024-06-10kdc: Mark KDC sam.ldb as not to use ldb_wrap cacheAndrew Bartlett1-2/+5
2024-06-10ldb_wrap: Provide a way to avoid Samba using ldb_wrap()Andrew Bartlett2-1/+8
2024-06-10kdc: Remove confusing duplicate open of sam.ldb to find RODC statusAndrew Bartlett6-44/+29
2024-06-10dsdb: Prepare to handle smartcard password rolloverAndrew Bartlett5-7/+54
2024-06-10dsdb: Use dsdb_gmsa_current_time() in construct_msds_user_account_control_com...Andrew Bartlett1-6/+13
2024-06-10dsdb: UF_SMARTCARD_REQUIRED can have a password expiry, if configured!Andrew Bartlett1-32/+103
2024-06-10dsdb: Reduce minimum maxPwdAge from 1 day to nilAndrew Bartlett1-2/+2
2024-06-10dsdb: Change the magic smartcard_reset to set AES keys like the krbtgt modeAndrew Bartlett1-55/+38
2024-06-10s4-auth: Use msDS-User-Account-Control-Computed for PW expiry checkAndrew Bartlett1-1/+1
2024-06-10s4-auth: Update comment to mention 60mins in the NTLM grace periodAndrew Bartlett1-3/+3
2024-06-10dsdb: Make argument order of dsdb_update_gmsa_{entry_,}keys() consistant with...Andrew Bartlett4-12/+15
2024-06-06s4:dns_server: no-op dns updates with ACCESS_DENIED should be ignoredStefan Metzmacher1-0/+11
2024-06-06s4:dns_server: correctly sign dns update responses with gss-tsig like WindowsStefan Metzmacher1-1/+23
2024-06-06s4:dns_server: dns_verify_tsig should return REFUSED on errorStefan Metzmacher1-3/+3
2024-06-06s4:dns_server: also search DNS_QTYPE_TKEY in the answers section if it's the ...Stefan Metzmacher1-3/+13
2024-06-06s4:dns_server: use tkey->algorithm if available in dns_sign_tsig()Stefan Metzmacher1-1/+4
2024-06-06s4:dns_server: use the client provided algorithm for the fake TSIG structureStefan Metzmacher1-1/+1
2024-06-06s4:dns_server: only allow gss-tsig and gss.microsoft.com for TSIGStefan Metzmacher1-1/+11
2024-06-06s4:dns_server: only allow gss-tsig and gss.microsoft.com for TKEYStefan Metzmacher1-1/+10
2024-06-06s4:dns_server: failed dns updates should result in REFUSED for ACCESS_DENIEDStefan Metzmacher1-0/+2