summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.17.0 release.samba-4.17.0Jule Anger2022-09-131-2/+2
* WHATSNEW: Add release notes for Samba 4.17.0.Jule Anger2022-09-131-11/+6
* VERSION: Bump version up to Samba 4.17.0rc6...Jule Anger2022-09-061-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.17.0rc5 release.samba-4.17.0rc5Jule Anger2022-09-061-1/+1
* WHATSNEW: Add release notes for Samba 4.17.0rc5.Jule Anger2022-09-061-1/+26
* smbXsrv_client: notify a different node to drop a connection by client guid.Stefan Metzmacher2022-09-064-14/+255
* smbXsrv_client: correctly check in negotiate_request.length smbXsrv_client_co...Stefan Metzmacher2022-09-061-10/+17
* s3:tests: add test_smbXsrv_client_cross_node.shStefan Metzmacher2022-09-063-0/+103
* s3:tests: let test_smbXsrv_client_dead_rec.sh cleanup the correct filesStefan Metzmacher2022-09-061-1/+1
* smbd: Catch streams on non-stream sharesVolker Lendecke2022-09-063-3/+14
* smbd: return NT_STATUS_OBJECT_NAME_INVALID if a share doesn't support streamsRalph Boehme2022-09-061-1/+1
* smbtorture: add a test trying to create a stream on share without streams sup...Ralph Boehme2022-09-065-0/+53
* smbd: implement access checks for SMB2-GETINFO as per MS-SMB2 3.3.5.20.1Ralph Boehme2022-09-063-4/+28
* smbtorture: check required access for SMB2-GETINFORalph Boehme2022-09-063-0/+150
* s4/libcli/smb2: avoid using smb2_composite_setpathinfo() in smb2_util_setatr()Ralph Boehme2022-09-062-15/+32
* WHATSNEW: Document new Protected Users groupJoseph Sutton2022-09-051-0/+39
* WHATSNEW: add more added/updated parametersStefan Metzmacher2022-09-051-2/+7
* WHATSNEW: Make MIT Kerberos 1.20 updates clearerStefan Metzmacher2022-09-051-3/+10
* s3/winbindd: Fix bad access to sid array (with debug level >= info)Noel Power2022-09-031-1/+1
* VERSION: Bump version up to Samba 4.17.0rc4...Jule Anger2022-08-301-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.17.0rc4 release.samba-4.17.0rc4Jule Anger2022-08-301-1/+1
* WHATSNEW: Add release notes for Samba 4.17.0rc4.Jule Anger2022-08-301-1/+8
* vfs_glusterfs: Implement SMB_VFS_FSTATATAnoop C S2022-08-301-0/+50
* vfs_glusterfs: Use glfs_fgetxattr() for SMB_VFS_GET_REAL_FILENAME_ATAnoop C S2022-08-301-18/+28
* vfs_glusterfs: Use glfs_readlinkat() for SMB_VFS_READ_DFS_PATHATAnoop C S2022-08-301-0/+16
* vfs_glusterfs: Use glfs_symlinkat() for SMB_VFS_CREATE_DFS_PATHATAnoop C S2022-08-301-10/+25
* vfs_glusterfs: Use glfs_mknodat() for SMB_VFS_MKNODATAnoop C S2022-08-301-3/+19
* vfs_glusterfs: Use glfs_linkat() for SMB_VFS_LINKATAnoop C S2022-08-301-5/+35
* vfs_glusterfs: Use glfs_readlinkat() for SMB_VFS_READLINKATAnoop C S2022-08-301-3/+19
* vfs_glusterfs: Use glfs_symlinkat() for SMB_VFS_SYMLINKATAnoop C S2022-08-301-5/+23
* vfs_glusterfs: Use glfs_unlinkat() for SMB_VFS_UNLINKATAnoop C S2022-08-301-1/+19
* vfs_glusterfs: Use glfs_renameat() for SMB_VFS_RENAMEATAnoop C S2022-08-301-3/+31
* vfs_glusterfs: Use glfs_mkdirat() for SMB_VFS_MKDIRATAnoop C S2022-08-301-1/+17
* vfs_glusterfs: Use glfs_openat() for SMB_VFS_OPENATAnoop C S2022-08-301-29/+76
* source3/wscript: Detect glusterfs-api with *at() calls supportAnoop C S2022-08-301-0/+4
* vfs_glusterfs: Accept fsp with const qualifierAnoop C S2022-08-301-1/+1
* VERSION: Bump version up to Samba 4.17.0rc4...Jule Anger2022-08-231-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.17.0rc3 release.samba-4.17.0rc3Jule Anger2022-08-231-1/+1
* WHATSNEW: Add release notes for Samba 4.17.0rc3.Jule Anger2022-08-231-1/+27
* smbd: directly pass fsp to SMB_VFS_FGETXATTR() in fget_ea_dos_attribute()Ralph Boehme2022-08-231-2/+2
* smbd: add and use vfs_fget_dos_attributes()Ralph Boehme2022-08-235-5/+44
* smbtorture: add test smb2.stream.attributes2Ralph Boehme2022-08-232-0/+356
* smbtorture: rename smb2.streams.attributes to smb2.streams.attributes1Ralph Boehme2022-08-232-5/+5
* vfs_default: assert all passed in fsp's and names are non-stream typeRalph Boehme2022-08-231-34/+58
* vfs_streams_xattr: restrict which fcntl's are allowed on streamsRalph Boehme2022-08-231-0/+33
* smbd: skip access checks for stat-opens on streams in open_file()Ralph Boehme2022-08-231-22/+29
* smbd: use metadata_fsp() in get_acl_group_bits()Ralph Boehme2022-08-231-1/+1
* smbd: ignore request to set the SPARSE attribute on streamsRalph Boehme2022-08-231-0/+13
* smbd: use metadata_fsp() with SMB_VFS_FSET_DOS_ATTRIBUTES()Ralph Boehme2022-08-231-3/+2
* smbd: use metadata_fsp() with SMB_VFS_FGET_DOS_ATTRIBUTES()Ralph Boehme2022-08-232-2/+4