s4/dsdb/schema: Fix Access to field results in deference of null pointer
[samba.git] / source3 / modules /
2019-07-04 Bjoern Jackevfs_nfs4acl_xattr: fix setting of permissions via NFS
2019-07-03 Andreas Schneiders3:modules: Use hash_inode() in vfs_streams_xattr
2019-07-03 Andreas Schneiders3:modules: Use hash_inode() in vfs_fruit
2019-07-03 Andreas Schneiders3:modules: Allow SHA1 usage for file IDs in FIPS mode
2019-07-03 Andreas Schneiders3:modules: Add hash_inode() function based on SHA1
2019-07-02 Volker Lendeckevfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WI...
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from do_lock()
2019-07-02 Volker Lendeckesmbd: Remove unused "blocking_lock" from brl_lock_windo...
2019-07-02 Volker Lendeckevfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWS
2019-07-02 Volker Lendeckesmbd: do_lock() never sees blocking locks anymore
2019-07-02 Volker Lendeckesmbd: Make do_lock() return NTSTATUS
2019-07-01 Ralph Boehmevfs_fruit: change default for "fruit:zero_file_id"...
2019-07-01 Ralph Boehmevfs_fruit: make "fruit:zero_file_id" a per share option
2019-07-01 Ralph Boehmevfs_fruit: move zero file-id to vfs_fruit
2019-07-01 Ralph Boehmes3:smbd: use stored file_id in SMB_VFS_FS_FILE_ID()
2019-07-01 Ralph Boehmes3:vfs: move get_fs_file_id to vfs_default
2019-07-01 Ralph Boehmes3:vfs: add SMB_VFS_FS_FILE_ID()
2019-07-01 Ralph Boehmes3: add st_ex_file_id to struct stat_ex
2019-07-01 Ralph Boehmes3: add st_ex_itime to struct stat_ex
2019-07-01 Ralph Boehmes3: convert struct stat_ex st_ex_calculated_birthtime...
2019-07-01 Ralph Boehmevfs_catia: pass stat info to synthetic_smb_fname()
2019-06-30 Swen Schilligsource3: Update all consumers of strtoul_err(), strtoul...
2019-06-28 Volker Lendeckevfs_preopen: TALLOC_FREE(fde) before closing the underl...
2019-06-28 Volker Lendeckevfs_preopen: Fix an uninitialized variable read
2019-06-28 Volker Lendeckevfs_preopen: Fix for O_NOFOLLOW
2019-06-28 Michael Adamvfs:glusterfs_fuse: treat ENOATTR as ENOENT
2019-06-28 Michael Adamvfs:glusterfs: treat ENOATTR as ENOENT
2019-06-24 Jeremy Allisons3: modules: Fruit. Now we know we have a handle, alway...
2019-06-20 Volker Lendeckevfs: Remove SMB_VFS_BRL_CANCEL_WINDOWS
2019-06-20 Volker Lendeckesmbd: Return "blocker_pid" from do_lock()
2019-06-11 Günther Deschners3/vfs_glusterfs_fuse: Avoid using NAME_MAX directly
2019-06-10 Günther Deschners3/vfs_glusterfs: Avoid using NAME_MAX directly
2019-06-10 Günther DeschnerRevert "s3/vfs_glusterfs_fuse: Dynamically determine...
2019-06-10 Günther DeschnerRevert "s3/vfs_glusterfs: Dynamically determine NAME_MAX"
2019-06-04 Andreas Schneiders3:modules: Put debug msg into the if clause checking...
2019-06-04 Noel Powers3/modules: cppcheck: Fix ctunullpointer error
2019-05-30 Ralph Boehmevfs_fruit: remove a now unnecessary include
2019-05-30 Ralph Boehmevfs_fruit: use VFS functions in ad_read_rsrc_adouble()
2019-05-30 Ralph Boehmevfs_fruit: use fsp and remove syscalls from ad_convert_...
2019-05-30 Ralph Boehmevfs_fruit: use VFS function in ad_convert_truncate()
2019-05-30 Ralph Boehmevfs_fruit: add VFS handle to ad_convert_truncate()
2019-05-30 Ralph Boehmevfs_fruit: use fsp and remove mmap in ad_convert_xattr()
2019-05-30 Ralph Boehmevfs_fruit: remove use of mmap() from ad_convert_move_reso()
2019-05-30 Ralph Boehmevfs_fruit: convert ad_open_rsrc() to open a proper...
2019-05-30 Ralph Boehmevfs_fruit: only do cross protocol locking on non-intern...
2019-05-30 Ralph Boehmevfs_fruit: remove a layer of indirection
2019-05-30 Ralph Boehmevfs_fruit: pass VFS handle to ad_convert_move_reso()
2019-05-30 Ralph Boehmevfs_fruit: remove xattr code from the AppleDouble subsystem
2019-05-30 Ralph Boehmevfs_fruit: remove now unused AppleDouble code for resou...
2019-05-30 Ralph Boehmevfs_fruit: use stream code for resource fork size calcu...
2019-05-30 Ralph Boehmevfs_fruit: use correct case FRUIT_RSRC_STREAM in readdi...
2019-05-30 Ralph Boehmevfs_fruit: ignore AppleDouble files in fruit_unlink()
2019-05-30 Ralph Boehmevfs_fruit: add a missing else
2019-05-30 Ralph Boehmevfs_fruit: add and use is_adouble_file()
2019-05-30 Ralph Boehmevfs_fruit: finally, remove ad_handle from struct adouble
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_delete_adfile()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_finderinfo()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_blank_rfork()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_xattr()
2019-05-30 Ralph Boehmevfs_fruit: indentation fix
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_read_rsrc() and all the...
2019-05-30 Ralph Boehmevfs_fruit: use proper VFS function in ad_read_meta()
2019-05-30 Ralph Boehmevfs_fruit: indentation fix
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_read_meta()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_read()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_set()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_fset()
2019-05-23 Ralph Boehmevfs_fruit: change trigger points of AppleDouble conversion
2019-05-23 Ralph Boehmevfs_fruit: add a forward declaration for ad_get()
2019-05-21 Andreas Schneiders3:vfs: Use GnuTLS MD5 in vfs_fruit
2019-05-21 Andreas Schneiders3:vfs: Use GnuTLS MD5 in vfs_streams_xattr
2019-05-19 Rikard Falkebornvfs_gpfs: Fix return value if getting data fails
2019-05-19 Rikard Falkebornvfs_catia: Fix return value in lock functions
2019-05-14 David Disseldorpvfs: add ceph_snapshots module
2019-05-14 David Disseldorpvfs_ceph: drop fdopendir handler
2019-05-10 David Disseldorpvfs_ceph: fix cephwrap_flistxattr() debug message
2019-05-02 Robert Sanders3: modules: ceph: use current working directory instea...
2019-04-30 Andreas Schneiders3:modules: Use GnuTLS SHA256 in vfs_acl_common
2019-04-26 Anoop C Ss3/vfs_glusterfs_fuse: Dynamically determine NAME_MAX
2019-04-26 Anoop C Ss3/vfs_glusterfs: Dynamically determine NAME_MAX
2019-04-25 Andreas Schneiders3:modules: Fix size types
2019-04-23 Christof Schmittvfs_gpfs: Block punchhole calls for non-sparse files
2019-04-22 Christof Schmittvfs_gpfs: Remove usage of gpfs_prealloc
2019-04-12 David Disseldorpvfs_ceph: explicitly enable libcephfs POSIX ACL support
2019-04-12 David Disseldorpbuild: add explicit cephfs include path for vfs_ceph...
2019-04-11 Swen Schilligmodules: Update error check for new string conversion...
2019-04-10 Christof Schmittvfs_full_audit: Fix logging of get_real_filename output
2019-03-28 Stefan Metzmachervfs_default: fix vfswrap_offload_write_send() NT_STATUS...
2019-03-28 Stefan Metzmachervfs_default: fix DEBUG messages in vfswrap_offload_writ...
2019-03-27 David Disseldorpvfs_snapper: drop unneeded fstat handler
2019-03-18 Ralph Boehmevfs_nfs4acl_xattr: check status for NT_STATUS_ACCESS_DE...
2019-03-18 Ralph Boehmevfs_nfs4acl_xattr: support for NFS 4.0 and 4.1 ACLs...
2019-03-18 Ralph Boehmenfs4acl_xattr: reformat enum nfs4acl_encoding to one...
2019-03-18 Ralph Boehmenfs4acl_xattr: add RFC compliant NFS 4.0 and 4.1 ACL...
2019-03-18 Ralph Boehmenfs4acl_xattr: move a define to a common header file
2019-03-18 Ralph Boehmenfs4acl_xattr: move some functions to a seperate file
2019-03-18 Ralph Boehmenfs4acl_xattr: append 'i' to nfs4acl functions
2019-03-18 Ralph Boehmenfs4acl_xattr: identifiers are XDR encoded as integers
2019-03-12 Andrew Bartlettmodules: Add dependency on tirpc to vfs_nfs4acl_xattr
2019-03-12 Volker Lendeckelib: Remove "struct sid_parse_ret" again
next