summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.17.2 release.samba-4.17.2Jule Anger2022-10-241-1/+1
* WHATSNEW: Add release notes for Samba 4.17.2.Jule Anger2022-10-241-2/+51
* CVE-2022-3592 smbd: Slightly simplify filename_convert_dirfsp()Volker Lendecke2022-10-242-6/+7
* CVE-2022-3592 lib: add subdir_of() to source3/lib/util_path.cVolker Lendecke2022-10-242-0/+55
* CVE-2022-3592 torture3: Show that our symlink traversal checks are insecureVolker Lendecke2022-10-241-0/+4
* CVE-2022-3592 smbd: No empty path components in openat_pathref_dirfsp_nosymli...Volker Lendecke2022-10-241-0/+6
* CVE-2022-3437 third_party/heimdal: Pass correct length to _gssapi_verify_pad()Joseph Sutton2022-10-242-4/+2
* CVE-2022-3437 third_party/heimdal: Check for overflow in _gsskrb5_get_mech()Joseph Sutton2022-10-242-1/+2
* CVE-2022-3437 third_party/heimdal: Check buffer length against overflow for D...Joseph Sutton2022-10-242-5/+14
* CVE-2022-3437 third_party/heimdal: Check the result of _gsskrb5_get_mech()Joseph Sutton2022-10-242-1/+4
* CVE-2022-3437 third_party/heimdal: Avoid undefined behaviour in _gssapi_verif...Joseph Sutton2022-10-241-3/+3
* CVE-2022-3437 third_party/heimdal: Don't pass NULL pointers to memcpy() in DE...Joseph Sutton2022-10-241-6/+8
* CVE-2022-3437 third_party/heimdal: Use constant-time memcmp() in unwrap_des3()Joseph Sutton2022-10-241-1/+1
* CVE-2022-3437 third_party/heimdal: Use constant-time memcmp() for arcfour unwrapJoseph Sutton2022-10-241-7/+7
* CVE-2022-3437 s4/auth/tests: Add unit tests for unwrap_des3()Joseph Sutton2022-10-244-0/+1279
* CVE-2022-3437 third_party/heimdal_build: Add gssapi-subsystem subsystemJoseph Sutton2022-10-241-6/+12
* CVE-2022-3437 third_party/heimdal: Remove __func__ compatibility workaroundJoseph Sutton2022-10-241-4/+0
* VERSION: Bump version up to Samba 4.17.2...Jule Anger2022-10-191-2/+2
* 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