libsmb: Add cli_smb2_set_info_fnum
[nivanova/samba-autobuild/.git] / source3 / modules /
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...
2018-07-11 Pooja Mahadikpass 'rdonly' or 'directory' flag to open a directory...
2018-07-06 David Disseldorpvfs_ceph: don't lie about flock support
2018-07-05 Timur I. BakeyevMake "none" the default setting for the successful...
2018-07-05 Timur I. BakeyevMake sure that vfs*audit modules recognize and accept...
2018-06-18 Stefan Metzmachersmbd: add an effective connection_struct->user_ev_ctx...
2018-06-18 Stefan Metzmachervfs_glusterfs: explain that/why we use the raw tevent_c...
2018-06-18 Stefan Metzmachervfs_default: maintain vfswrap_offload_write_state-...
2018-06-18 Stefan Metzmachervfs_default: make use of change_to_user_by_fsp() in...
2018-06-18 Stefan Metzmachervfs_btrfs: make use of become_user_by_fsp() in order...
2018-06-18 Stefan Metzmachervfs_btrfs: don't keep state->subreq in btrfs_offload_wr...
2018-06-18 Stefan Metzmachervfs_btrfs: update s/btrfs_cc_state/btrfs_offload_write_...
2018-06-18 Stefan Metzmachervfs_btrfs: remove unused checks which are already caugh...
2018-06-18 Stefan Metzmachervfs_default: remove unused checks which are already...
2018-06-14 Stefan Metzmachervfs_glusterfs: use tevent_req_defer_callback() in order...
2018-06-13 Swen SchilligCID 1416475: possibly dereferencing NULL in fruit_pread...
2018-06-13 Swen SchilligCID 1416476: possibly dereferencing NULL in fruit_ftrun...
2018-06-13 Swen SchilligCID 1416477: possibly dereferencing NULL in fruit_pwrit...
2018-06-13 Swen SchilligCID 1416478: de-ref NULL value in fruit_pwrite_rsrc
2018-06-02 Jeremy Allisons3: VFS: Remove unused enum value.
2018-05-30 Ralph Boehmevfs_fruit: delete 0 byte size streams if AAPL is enabled
2018-05-25 Christof Schmittvfs_gpfs: Use full_path_tos instead of talloc_asprintf
2018-05-25 Christof Schmittvfs_gpfs: Remove get_full_smb_filename from is_offline...
2018-05-25 Christof Schmittvfs_gpfs: Remove wrong get_full_smb_filename from ntime...
2018-05-25 Christof Schmittvfs_gpfs: Adjust debug level when get_winattrs returns...
2018-05-25 Jeremy Allisons3: vfs_fake_acls: Correctly implement the chmod/fchmod...
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_FCHMOD_ACL().
2018-05-25 Jeremy Allisons3: modules: vfs_ceph: Remove FCHMOD_ACL in cephwrap_fc...
2018-05-25 Jeremy Allisons3: modules: vfs_default: Remove FCHMOD_ACL in fchmod.
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_CHMOD_ACL().
2018-05-25 Jeremy Allisons3: modules: vfs_ceph: Remove CHMOD_ACL in cephwrap_chm...
2018-05-25 Jeremy Allisons3: modules: vfs_ceph: Remove CHMOD_ACL in cephwrap_mkd...
2018-05-25 Jeremy Allisons3: modules: vfs_default: Remove CHMOD_ACL in chmod.
2018-05-25 Jeremy Allisons3: modules: vfs_default: Remove CHMOD_ACL in mkdir.
2018-05-25 Volker Lendeckevfs_time_audit: Fix a log message
2018-05-18 Ralph Boehmevfs_zfsacl: return synthesized ACL when ZFS return...
2018-05-16 Andreas Schneiders3:modules: Initialize pointers in vfs_virusfilter
2018-05-16 Timur I. BakeyevRemove extra 0x prefix for the "%p" format specifiers...
2018-05-11 Ralph Boehmes3:smbd: fix interaction between chown and SD flags
2018-05-10 Gary Lockyersamdb: Add remote address to connect
2018-05-09 David Disseldorpvfs_ceph: add fake async pwrite/pread send/recv hooks
2018-05-09 Vandana Rungtas3: VFS: Fix memory leak in vfs_ceph.
2018-05-04 Jeremy Allisons3: VFS: Remove SMB_VFS_WRITE() function and all implem...
2018-05-04 Jeremy Allisons3: VFS: ceph: Replace the lseek/write ftruncate extend...
2018-05-04 Jeremy Allisons3: VFS: default: Remove recursion into the VFS inside...
2018-05-04 Jeremy Allisons3: VFS: default: Remove fallback if we don't have...
2018-05-04 Jeremy Allisons3: VFS: Remove SMB_VFS_READ() function and all impleme...
2018-05-03 Andrew Bartlettvfs_virusfilter_fsav: Initialize stack pointers per...
2018-05-02 Jeremy Allisons3: VFS: default: Remove recursion into the VFS inside...
2018-05-02 Jeremy Allisons3: VFS: default: Remove fallback if we don't have...
2018-05-01 Jeremy Allisons3: VFS: Remove fsync_fn() from the VFS and all modules...
2018-04-30 Jeremy Allisonceph: VFS: Add asynchronous fsync to ceph module, fake...
2018-04-23 Stefan Metzmachers3:vfs_aio_pthread: make use of pthreadpool_tevent...
2018-04-23 Stefan Metzmachers3:smbd: call pthreadpool_tevent_init() already in...
2018-04-11 Jeremy Allisons3: vfs: vfs_streams_xattr: Don't blindly re-use the...
2018-04-11 Volker Lendeckevfs_fruit: Fix CID 1416474 Dereference null return...
2018-04-09 Jeremy Allisons3: smbd: Fix memory leak in vfswrap_getwd()
2018-04-03 Andreas Schneiders3:modules: Set -Wno-strict-overflow for getdate if...
2018-04-03 Andreas Schneiders3:modules: Generate new getdate.c with bison
2018-04-03 Andreas Schneiders3:modules: Update getdate.y to work with newer bison...
2018-04-03 Stefan Metzmachers3:modules: fix the build of vfs_aixacl2.c
2018-04-03 Stefan Metzmachers3:modules: make virusfilter_io_connect_path() more...
2018-04-03 Stefan Metzmachers3:modules: fix the picky-developer build of vfs_virusf...
2018-03-28 Volker Lendeckevfs_fruit: Fix CID 1433613 Operands don't affect result
2018-03-21 Jeremy Allisons3: smbd: Fruit. Make the use of dom_sid_compare_domain...
next