s3:lib: Create the cache path of user gencache recursively
[metze/samba-autobuild/.git] / source3 /
2021-01-06 Andreas Schneiders3:lib: Create the cache path of user gencache recursively
2021-01-05 Andrew Walkers3:utils - explicitly free cmdline_messaging_context
2021-01-04 Dimitry Andriclib: Avoid declaring zero-length VLAs in various messag...
2021-01-01 Stefan MetzmacherHappy New Year 2021!
2020-12-30 Archanavfs_gpfs:Logging filename for smbd_gpfs_set_times_path()
2020-12-23 Björn Jackenet: remove obsolete net ads dns gethostbyname command
2020-12-18 Jeremy Allisonsmbd: close_file() should never see an internal dirfsp.
2020-12-17 Ralph Boehmevfs_acl_tdb: avoid deleting the NT ACL from the tdb
2020-12-17 Ralph Boehmevfs_acl_xattr: avoid removing the ACL xattr
2020-12-17 Ralph Boehmevfs_acl_common: add an fsp extension when setting ACL
2020-12-17 Ralph Boehmevfs_acl_common: add and use a function exit label
2020-12-17 Ralph Boehmevfs_acl_xattr: reformatting
2020-12-17 Ralph Boehmevfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
2020-12-17 Ralph Boehmeposix_acls: use pathref fsp in copy_access_posix_acl()
2020-12-17 Ralph Boehmesmbd: use pathref fsp in change_dir_owner_to_parent()
2020-12-17 Ralph Boehmesmbd: use a real dirfsp/atname in mkdir_internal()...
2020-12-17 Ralph Boehmesmbd: after creating a directory, open the fsp as pathr...
2020-12-17 Ralph Boehmesmbd: pass fsp to mkdir_internal()
2020-12-17 Ralph Boehmesmbd: open a pathref fsp on the parent directory
2020-12-17 Ralph Boehmevfs_time_audit: support real dirfsps in smb_time_audit_...
2020-12-17 Ralph Boehmevfs_full_audit: support real dirfsps in smb_full_audit_...
2020-12-17 Ralph Boehmevfs_shadow_copy2: support real dirfsps in shadow_copy2_...
2020-12-17 Ralph Boehmesmbd: check for absolute paths in full_path_from_dirfsp...
2020-12-17 Ralph Boehmevfs_linux_xfs_sgid: support real dirfsps in linux_xfs_s...
2020-12-17 Ralph Boehmevfs_glusterfs: support real dirfsps in vfs_gluster_mkdi...
2020-12-17 Ralph Boehmevfs_audit: support real dirfsps in audit_mkdirat()
2020-12-17 Ralph Boehmevfs_extd_audit: support real dirfsps in audit_mkdirat()
2020-12-17 Ralph Boehmevfs_xattr_tdb: support real dirfsps in xattr_tdb_mkdirat()
2020-12-17 Ralph Boehmevfs_media_harmony: support real dirfsps in mh_mkdirat()
2020-12-17 Ralph Boehmevfs_syncops: support real dirfsps in syncops_mkdirat()
2020-12-17 Ralph Boehmevfs_unityed_media: support real dirfsps in um_mkdirat()
2020-12-17 Ralph Boehmevfs_default: remove assert from vfswrap_mkdirat()
2020-12-17 Ralph Boehmesmbd: move mode logic out of vfswrap_mkdirat() to the...
2020-12-17 Ralph Boehmepysmbd: use SMB_VFS_SYS_ACL_SET_FD() in set_sys_acl_conn()
2020-12-17 Ralph Boehmeposix_acls: use SMB_VFS_SYS_ACL_SET_FD() in set_unix_po...
2020-12-17 Ralph Boehmeposix_acls: use SMB_VFS_SYS_ACL_SET_FD() in set_canon_a...
2020-12-17 Ralph Boehmevfs_default: add support for SMB_ACL_TYPE_DEFAULT and...
2020-12-17 Ralph Boehmevfs_aixacl2: handle pathref fsps in aixjfs2_sys_acl_set...
2020-12-17 Ralph Boehmevfs_aixacl: handle pathref fsps in aixacl_sys_acl_set_fd()
2020-12-17 Ralph Boehmevfs_vxfs: add support for SMB_ACL_TYPE_DEFAULT in vxfs_...
2020-12-17 Ralph Boehmevfs_tru64acl: add support for SMB_ACL_TYPE_DEFAULT...
2020-12-17 Ralph Boehmevfs_solarisacl: add support for SMB_ACL_TYPE_DEFAULT...
2020-12-17 Ralph Boehmevfs_posixacl: support SMB_ACL_TYPE_DEFAULT in posixacl_...
2020-12-17 Ralph Boehmevfs_gpfs: add support for SMB_ACL_TYPE_DEFAULT in gpfsa...
2020-12-17 Ralph Boehmevfs_fake_acls: add support for SMB_ACL_TYPE_DEFAULT...
2020-12-17 Ralph Boehmevfs_aixacl2: use ACL type in aixjfs2_sys_acl_set_fd()
2020-12-17 Ralph Boehmevfs_aixacl: use passed in ACL type in aixacl_sys_acl_se...
2020-12-17 Ralph Boehmeposixacl_xattr: add support for SMB_ACL_TYPE_DEFAULT...
2020-12-17 Ralph Boehmevfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
2020-12-17 Ralph Boehmesmbd: remove fd_close() from open_directory()
2020-12-17 Jeremy Allisonsmbd: Ensure close_directory() and close_normal_file...
2020-12-17 Ralph Boehmesmbd: mark fsp as valid FSA fsp after Durable Handle...
2020-12-17 Jeremy Allisonsmbd: Move closing a print file out of close_normal_fil...
2020-12-17 Jeremy Allisonsmbd: On error exit in create_file_unixpath(), we can...
2020-12-17 Jeremy Allisonsmbd: If an smb_filename already has a pathref fsp...
2020-12-17 Jeremy Allisonsmbd: dup_file_fsp() for old DOS style opens also needs...
2020-12-17 Jeremy Allisonsmbd: Fix debugs in file_new() and fsp_new().
2020-12-17 Björn Baumbachsmbd/notify: add option "honor change notify privilege"
2020-12-17 Stefan Metzmachers3:pylibsmb: remove unused SECINFO_DEFAULT_FLAGS
2020-12-17 Stefan Metzmachers3:pylibsmb: add notify() support
2020-12-17 Stefan Metzmachers3:pylibsmb: add echo() support
2020-12-17 Stefan Metzmachers3:pylibsmb: PyErr_NTSTATUS_IS_ERR_RAISE => PyErr_NTSTA...
2020-12-17 Björn Baumbachs3:libsmb: set correct min and max smb protocol when...
2020-12-17 Björn Baumbachs3:libsmb: set min smb protocol when enforcing smb1...
2020-12-16 Jeremy Allisonsmbd: Remove the smb_fname parameter from set_ea().
2020-12-16 Jeremy Allisonsmbd: set_ea() must have an fsp, so remove uses of...
2020-12-16 Jeremy Allisonsmbd: smb_info_set_ea() can only get fsp==NULL in POSIX...
2020-12-16 Ralph Boehmevfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESS...
2020-12-16 Ralph Boehmesmbd: remove unused get_ea_dos_attribute()
2020-12-16 Ralph Boehmevfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()
2020-12-16 Ralph Boehmevfs: add and use fget_ea_dos_attribute()
2020-12-16 Ralph Boehmesmbd: use SMB_VFS_FGET_DOS_ATTRIBUTES() in open_file_nt...
2020-12-16 Ralph Boehmesmbd: RIP dos_mode()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in tsmsm_fset_dos_attributes()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in tsmsm_set_dos_attributes()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in dos_mode_at_vfs_get_dosmode_done()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in smb_set_file_disposition_info()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in smb_set_file_dosmode()
2020-12-16 Ralph Boehmesmbd: pass fsp to smb_set_file_dosmode()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in smbd_do_qfilepathinfo()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in call_trans2open()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in smbd_smb2_create_after_exec()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in setup_close_full_information()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in reply_getattrE()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in copy_file()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in rename_internals_fsp()
2020-12-16 Ralph Boehmesmbd: README.Coding fixes in rename_internals_fsp()
2020-12-16 Ralph Boehmesmbd: use SMB_VFS_FSTAT() in rename_internals_fsp()
2020-12-16 Ralph Boehmesmbd: call rename_open_files() a bit earlier in rename_...
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in do_unlink()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in can_rename()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in reply_open_and_X()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in reply_open()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in reply_getatr()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in open_file_ntcreate()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in check_base_file_access()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in copy_internals()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in call_nt_transact_create()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in reply_ntcreate_and_X()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in mark_file_modified()
next