vfs_default: add sync fallback to pread_send/recv
[samba.git] / source3 / modules /
2019-01-11 Ralph Boehmevfs_default: add sync fallback to pread_send/recv
2019-01-11 Ralph BoehmeRevert "vfs_glusterfs: explain that/why we use the...
2019-01-11 Ralph BoehmeRevert "smbd: add an effective connection_struct->user_...
2019-01-11 Ralph BoehmeRevert "smbd: make use of smbd_impersonate_{conn_vuid...
2019-01-11 Ralph Boehmesmbd: rename sconn->raw_thread_pool to sconn->pool
2019-01-11 Ralph BoehmeRevert "s3: vfs: add user_vfs_evg to connection_struct"
2019-01-11 Ralph BoehmeRevert "vfs_aio_pthread: use event context and threadpo...
2019-01-11 Ralph Boehmes3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SE...
2019-01-11 Ralph Boehmes3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit...
2018-12-21 Günther Deschners3-vfs-fruit: add close call
2018-12-20 Volker Lendeckevfs: Use dom_sid_str_buf
2018-12-20 Günther Deschners3-vfs-streams_xattr: add close call
2018-12-12 Andreas Schneiders3:modules: Remove superfloues sha256.h include in...
2018-12-12 Andreas Schneiders3:modules: Remove superfloues sha256.h include in...
2018-12-11 Günther Deschners3-vfs: Prevent NULL pointer dereference in vfs_glusterfs.
2018-12-10 Volker Lendeckevfs: Use dom_sid_str_buf
2018-12-02 Ralph Boehmevfs_fruit: avoid dereferencing fsp->base_fsp in fruit_f...
2018-11-30 Olly BettsFix spelling mistakes
2018-11-28 Andreas Schneiders3:modules: Use #ifdef instead of #if for config.h...
2018-11-27 Ralph Boehmevfs_shadow_copy2: in fstat also convert fsp->fsp_name...
2018-11-27 Ralph Boehmevfs_shadow_copy2: nicely deal with attempts to open...
2018-11-27 Ralph Boehmevfs_shadow_copy2: add shadow_copy2_strip_snapshot_converted
2018-11-27 Ralph Boehmevfs_shadow_copy2: add _already_converted arg to shadow_...
2018-11-27 Ralph Boehmevfs_error_inject: add EBADF error
2018-11-27 Ralph Boehmevfs_error_inject: add pwrite
2018-11-15 Jeremy Allisons3: VFS: fake_acls: Fix Coverity CID 1435850 Uninitiali...
2018-11-09 Ralph Boehmevfs_fruit: validation of writes on AFP_AfpInfo stream
2018-11-09 Ralph Boehmevfs_fruit: move a comment to the right place
2018-11-02 Ralph Boehmevfs_delay_inject: implement pread_send and pwrite_send
2018-11-01 Ralph Boehmevfs_fruit: let fruit_open_meta() with O_CREAT return...
2018-10-31 Ralph Boehmevfs_fruit: don't check for delete-on-close on the Finde...
2018-10-31 Ralph Boehmevfs_fruit: let fruit_pwrite_meta_stream also ftruncate...
2018-10-31 Ralph Boehmevfs_fruit: pass stream size to delete_invalid_meta_stream()
2018-10-31 Ralph Boehmevfs_fruit: let fruit handle all aio on the FinderInfo...
2018-10-31 Ralph Boehmevfs_fruit: do ino calculation
2018-10-31 Ralph Boehmevfs_fruit: prepare fruit_pread_meta() for reading on...
2018-10-31 Ralph Boehmevfs_fruit: prepare fruit_pwrite_meta() for on-demand...
2018-10-31 Ralph Boehmevfs_fruit: prepare struct fio for fake-fd and on-demand...
2018-10-31 Ralph Boehmevfs_fruit: add fio->created
2018-10-31 Ralph Boehmevfs_fruit: remove resource fork special casing
2018-10-31 Ralph Boehmevfs_fruit: add some debugging of dev/ino
2018-10-31 Ralph Boehmevfs_fruit: filter empty streams
2018-10-31 Ralph Boehmevfs_fruit: use check on global_fruit_config.nego_aapl...
2018-10-31 Ralph Boehmevfs_fruit: don't unlink 0-byte size truncated streams
2018-10-31 Ralph Boehmevfs_fruit: update handling of read-only creation of...
2018-10-31 Ralph Boehmevfs_streams_xattr: fix open implementation
2018-10-31 Ralph Boehmevfs_fruit: optionally delete AppleDouble files without...
2018-10-31 Ralph Boehmevfs_fruit: add option "delete_empty_adfiles"
2018-10-31 Ralph Boehmevfs_fruit: detect empty resource forks in ad_convert()
2018-10-31 Ralph Boehmevfs_fruit: add option "wipe_intentionally_left_blank_rfork"
2018-10-29 Ralph Boehmevfs_fruit: remove check for number of xattrs from ad_co...
2018-10-11 Björn Baumbachvfs_full_audit: ntimes: log a-, m-, c- and creation...
2018-10-10 Ralph Boehmevfs_fruit: move check in ad_convert() to ad_convert_...
2018-10-10 Ralph Boehmevfs_fruit: make call to ad_convert_truncate() optional
2018-10-10 Ralph Boehmevfs_fruit: add out arg "converted_xattr" to ad_convert_...
2018-10-10 Ralph Boehmevfs_fruit: add check for OS X filler in FinderInfo...
2018-10-10 Ralph Boehmevfs_fruit: call ad_convert_move_reso() from ad_convert_...
2018-10-10 Ralph Boehmevfs_fruit: let the ad_convert_*() subfunction update...
2018-10-10 Ralph Boehmevfs_fruit: let the ad_convert_*() subfunctions mmap...
2018-10-10 Ralph Boehmevfs_fruit: fix error returns in ad_convert_xattr()
2018-10-10 Ralph Boehmevfs_fruit: use ADEDOFF_RFORK_DOT_UND offset macro in...
2018-10-10 Ralph Boehmevfs_fruit: split out moving of the resource fork
2018-10-10 Ralph Boehmevfs_fruit: use ADEDOFF_RFORK_DOT_UND offset macro in...
2018-10-10 Ralph Boehmevfs_fruit: split out truncating from ad_convert()
2018-10-10 Ralph Boehmevfs_fruit: move FinderInfo lenght check to ad_convert()
2018-10-10 Ralph Boehmevfs_fruit: move FinderInfo conversion to helper functio...
2018-10-10 Ralph Boehmevfs_fruit: move storing of modified struct adouble...
2018-10-10 Ralph Boehmevfs_fruit: remove unneeded fd argument from ad_convert()
2018-10-10 Ralph Boehmevfs_fruit: do direct return from error checks in ad_con...
2018-10-10 Ralph Boehmevfs_fruit: move setting ADEID_FINDERI length to ad_conv...
2018-10-10 Ralph Boehmevfs_fruit: store filler bytes from AppleDouble file...
2018-10-10 Ralph Boehmevfs_fruit: fix two comments
2018-09-18 Christof Schmittvfs_gpfs: Check for GPFS file system on connect
2018-09-14 Volker Lendeckestreams_xattr: Make error handling more obvious
2018-09-14 Volker Lendeckestreams_xattr: Make error handling more obvious
2018-09-07 Volker Lendeckevfs_fruit: fix an uninitialized variable error
2018-09-07 Christof Schmitts3: Rename server_event_context() to global_event_context()
2018-09-05 Thomas Nagybuild:wafsamba: Build on waf 1.9
2018-08-31 Ralph Boehmevfs_delay_inject: adding delay to VFS calls
2018-08-27 Jeremy Allisons3: VFS: vfs_full_audit: Ensure smb_fname_str_do_log...
2018-08-27 Jeremy Allisons3: VFS: vfs_full_audit: Add $cwd arg to smb_fname_str_...
2018-08-23 Volker Lendeckevfs_fruit: Don't unlink the main file
2018-08-20 Volker Lendeckevfs_fruit: Fix a leak of "br_lck"
2018-08-17 Volker Lendeckelib: Pass mem_ctx to state_path()
2018-08-13 Ralph Wuerthners3: vfs: time_audit: fix handling of token_blob in...
2018-07-27 Ralph Boehmesmbd: use async dos_mode_at_send in smbd_smb2_query_dir...
2018-07-27 Ralph Boehmevfs_default: implement SMB_VFS_GET_DOS_ATTRIBUTES_SEND...
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECV
2018-07-27 Ralph Boehmevfs_xattr_tdb: implement SMB_VFS_GETXATTRAT_SEND/RECV
2018-07-27 Ralph Boehmevfs_default: implement SMB_VFS_GETXATTRAT_SEND/RECV
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECV
2018-07-25 Stefan Metzmachers3:modules: add vfs_not_implemented module
2018-07-25 Ralph Boehmevfs_aio_pthread: use event context and threadpool from...
2018-07-25 Ralph Boehmes3: vfs: add user_vfs_evg to connection_struct
2018-07-25 Ralph Boehmesmbd: rename sconn->pool to sconn->raw_thread_pool
2018-07-24 Ralph Boehmevfs_default: fix async fsync idle/busy time profiling
2018-07-24 Stefan Metzmachervfs_default: call smb_vfs_assert_all_fns()
2018-07-24 Ralph Boehmelib/util: rename USE_LINUX_THREAD_CREDENTIALS to HAVE_L...
2018-07-12 Stefan Metzmachersmbd: make use of smbd_impersonate_{conn_vuid,conn_sess...
2018-07-11 Timur I. Bakeyevvfs_audit: Extend list of recognized syslog(3) faciliti...
next