summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.17.1 release.samba-4.17.1Jule Anger2022-10-191-1/+1
* WHATSNEW: Add release notes for Samba 4.17.1.Jule Anger2022-10-191-0/+87
* s3: libsmbclient: Fix smbc_stat() to return ENOENT on a non-existent file.Jeremy Allison2022-10-192-10/+26
* s4: torture: libsmbclient: Add a torture test to ensure smbc_stat() returns E...Jeremy Allison2022-10-192-0/+65
* s4:messaging: let imessaging_client_init() use imessaging_init_discard_incomi...Stefan Metzmacher2022-10-191-1/+1
* s3:auth_samba4: make use of imessaging_init_discard_incoming()Stefan Metzmacher2022-10-191-4/+4
* s4:messaging: add imessaging_init_discard_incoming()Stefan Metzmacher2022-10-193-1/+85
* s3/utils: check result of talloc_strdupNoel Power2022-10-181-0/+5
* s3/utils: Check return of talloc_strdupNoel Power2022-10-181-2/+10
* s3/param: Check return of talloc_strdupNoel Power2022-10-181-0/+5
* s4/lib/registry: Fix use after free with popt 1.19Noel Power2022-10-181-1/+1
* s3/utils: Fix use after free with popt 1.19Noel Power2022-10-181-3/+3
* s3/utils: Fix use after free with popt 1.19Noel Power2022-10-181-1/+1
* s3/utils: Add missing poptFreeContextNoel Power2022-10-181-0/+1
* s3/param: Fix use after free with popt-1.19Noel Power2022-10-181-1/+1
* s3/rpcclient: Duplicate string returned from poptGetArgNoel Power2022-10-181-1/+1
* vfs_fruit: add missing calls to tevent_req_received()Ralph Boehme2022-10-181-2/+10
* s3: VFS: fruit. Implement fsync_send()/fsync_recv().Jeremy Allison2022-10-182-3/+102
* s4: smbtorture: Add fsync_resource_fork test to fruit tests.Jeremy Allison2022-10-182-0/+83
* smbXsrv_client: handle NAME_NOT_FOUND from smb2srv_client_connection_{pass,dr...Stefan Metzmacher2022-10-181-0/+49
* smbXsrv_client: make sure we only wait for smb2srv_client_mc_negprot_filter o...Stefan Metzmacher2022-10-181-0/+6
* smbXsrv_client: call smb2srv_client_connection_{pass,drop}() before dbwrap_wa...Stefan Metzmacher2022-10-181-16/+15
* smbXsrv_client: fix a debug message in smbXsrv_client_global_verify_record()Stefan Metzmacher2022-10-181-2/+1
* smbXsrv_client: ignore NAME_NOT_FOUND from smb2srv_client_connection_passedStefan Metzmacher2022-10-181-0/+10
* vfs_glusterfs: Remove special handling of O_CREAT flagAnoop C S2022-10-071-48/+30
* python-drs: Add client-side debug and fallback for GET_ANCAndrew Bartlett2022-10-073-12/+90
* s4-libnet: Add messages to object count mismatch failuresAndrew Bartlett2022-10-071-0/+11
* selftest: Enable "old Samba" mode regarding GET_ANC/GET_TGTAndrew Bartlett2022-10-072-1/+16
* s4-rpc_server:getncchanges Add "old Samba" mode regarding GET_ANC/GET_TGTAndrew Bartlett2022-10-071-8/+44
* selftest: Add tests for GetNCChanges GET_ANC using samba-tool drs clone-dc-da...Andrew Bartlett2022-10-072-0/+107
* selftest: Prepare for "old Samba" mode regarding getncchanges GET_ANC/GET_TGTAndrew Bartlett2022-10-072-5/+11
* pytest/samba_tool_drs_no_dns: use TestCaseInTempDir.rm_files/.rm_dirsDouglas Bagnall2022-10-071-11/+3
* pytest/samba_tool_drs: use TestCaseInTempDir.rm_files/.rm_dirsDouglas Bagnall2022-10-071-10/+3
* pytest/samdb: use TestCaseInTempDir.rm_files/.rm_dirsDouglas Bagnall2022-10-071-6/+2
* pytest/join: use TestCaseInTempDir.rm_files/dirsDouglas Bagnall2022-10-071-4/+2
* pytest/samdb_api: use TestCaseInTempDir.rm_filesDouglas Bagnall2022-10-071-9/+1
* pytest/downgradedatabase: use TestCaseInTempDir.rm_filesDouglas Bagnall2022-10-071-8/+6
* pytest: add file removal helpers for TestCaseInTempDirDouglas Bagnall2022-10-071-0/+35
* s3:auth: Flush the GETPWSID in memory cache for NTLM authAndreas Schneider2022-10-071-2/+6
* s3: smbd: Fix memory leak in smbd_server_connection_terminate_done().Jeremy Allison2022-10-071-0/+1
* vfs_gpfs: Protect against timestamps before the Unix epochVolker Lendecke2022-10-071-4/+4
* lib: Map ERANGE to NT_STATUS_INTEGER_OVERFLOWVolker Lendecke2022-10-071-0/+3
* vfs_gpfs: Prevent mangling of GPFS timestamps after 2106Volker Lendecke2022-10-071-10/+33
* CVE-2021-20251 s3: Ensure bad password count atomic updates for SAMR AES pass...Joseph Sutton2022-09-191-0/+117
* CVE-2021-20251 s3:rpc_server: Split change_oem_password() call out of samr_se...Joseph Sutton2022-09-193-32/+36
* CVE-2021-20251 dsdb/common: Remove transaction logic from samdb_set_password()Joseph Sutton2022-09-191-1/+4
* CVE-2021-20251 s4-rpc_server: Extend scope of transaction for ChangePasswordU...Joseph Sutton2022-09-191-9/+33
* CVE-2021-20251 s4-rpc_server: Use user privileges for SAMR password changeJoseph Sutton2022-09-192-6/+31
* CVE-2021-20251 s4-rpc_server: Use authsam_search_account() to find the userJoseph Sutton2022-09-191-32/+15
* s3:rpc_server: Use BURN_STR() to zero passwordJoseph Sutton2022-09-192-5/+3