summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2018-09-07examples: Fix the smb2mount buildVolker Lendecke2-2/+2
2018-09-05examples: Fix mingw64 detectionVolker Lendecke1-0/+2
2018-08-28examples: Add winexe re-implemented on current Samba libsVolker Lendecke6-0/+2788
2018-08-24PEP8: fix W291: trailing whitespaceJoe Guo1-2/+2
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+4
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-07-27s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2-0/+130
2018-07-27s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2-0/+145
2018-07-25examples/VFS/skel_transparent: make vfs_fn_pointers staticStefan Metzmacher1-1/+1
2018-07-25examples/VFS/skel_opaque: make vfs_fn_pointers staticRalph Boehme1-1/+1
2018-07-25examples/VFS/skel_opaque: fix a likely a copy/paste errorRalph Boehme1-1/+0
2018-07-25examples/VFS/skel_transparent: call smb_vfs_assert_all_fns()Stefan Metzmacher1-0/+8
2018-07-25examples/VFS/skel_transparent: add missing durable handle functionsRalph Boehme1-0/+46
2018-07-25examples/VFS/skel_transparent: add missing audit_file_fnRalph Boehme1-0/+14
2018-07-25examples/VFS/skel_opaque: call smb_vfs_assert_all_fns()Stefan Metzmacher1-0/+7
2018-07-25examples/VFS/skel_opaque: add missing durable handle functionsRalph Boehme1-0/+33
2018-07-25examples/VFS/skel_opaque: add missing audit_file_fnRalph Boehme1-0/+10
2018-05-25s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2-17/+0
2018-05-25s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2-17/+0
2018-05-12Fix typo for responseJoe Guo1-1/+1
2018-05-05s3: client: Add btime_ts to struct finfo.Jeremy Allison1-0/+1
2018-05-05s3: VFS: Remove SMB_VFS_WRITE() function and all implementations.Jeremy Allison2-15/+0
2018-05-04s3: VFS: Remove SMB_VFS_READ() function and all implementations.Jeremy Allison2-15/+0
2018-05-02s3: VFS: Remove fsync_fn() from the VFS and all modules. VFS ABI change.Jeremy Allison2-13/+0
2018-01-24Samba-VirusFilter: common headers and sources.Trever L. Adams1-0/+284
2017-12-13examples/scripts: remove unused shares directoryStefan Metzmacher6-1228/+0
2017-11-11VFS examples: remove init_search_opsUri Simchoni2-12/+0
2017-10-19Removed unused 'oplock contention limit' config parameterChristof Schmitt1-1/+0
2017-08-11examples: add cache effectiveness stats to gencache.stpRalph Boehme1-0/+23
2017-07-19examples: add winbindd.stp and a shell script to generate itRalph Boehme2-0/+3168
2017-07-19examples: add gencache.stpRalph Boehme1-0/+124
2017-07-11s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme2-9/+9
2017-07-10s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme2-16/+0
2017-07-03s3/smbd: remove unneeded flags argument from SMB_VFS_OFFLOAD_WRITE_SENDRalph Boehme2-5/+3
2017-07-03s3/vfs: make SMB_VFS_OFFLOAD_WRITE_SEND offload token basedRalph Boehme2-5/+7
2017-07-03s3/vfs: rename SMB_VFS_COPY_CHUNK_SEND/RECV to SMB_VFS_OFFLOAD_WRITE_SEND/RECVRalph Boehme2-23/+23
2017-07-03s3/vfs: add SMB_VFS_OFFLOAD_READ_SEND/RECVRalph Boehme2-0/+134
2017-07-01s3: VFS: Change SMB_VFS_CONNECTPATH to take const struct smb_filename * inste...Jeremy Allison2-3/+3
2017-07-01s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2-3/+7
2017-07-01s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2-3/+5
2017-07-01s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2-3/+5
2017-06-18s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2-5/+7
2017-06-18s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2-5/+9
2017-06-18s3: VFS: Change SMB_VFS_STATVFS to use const struct smb_filename * instead of...Jeremy Allison2-3/+5
2017-06-18s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2-5/+7
2017-06-18s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2-7/+11
2017-06-18s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2-7/+11
2017-06-18s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2-3/+5
2017-06-18s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2-5/+9