samba.git
2020-05-21 Ralph Boehmevfs_syncops: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_streams_xattr: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_streams_depot: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_snapper: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_preopen: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_prealloc: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_media_harmony: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_gpfs: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_glusterfs: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_fruit: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_widelinks: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_time_audit: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_shadow_copy2: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_full_audit: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_extd_audit: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_error_inject: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_default: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_commit: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_ceph_snapshots: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_ceph: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_catia: implement SMB_VFS_OPENAT()
2020-05-21 Jeremy Allisons3: VFS: catia: Change saved_errno to catia_saved_errno...
2020-05-21 Ralph Boehmevfs_cap: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_audit: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_aio_pthread: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_aio_pthread: add dirfsp arg to create_private_open_...
2020-05-21 Ralph Boehmevfs_aio_pthread: realign create_private_open_data(...
2020-05-21 Ralph Boehmevfs_aio_pthread: realign create_private_open_data args
2020-05-21 Ralph Boehmevfs: add SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_fruit: pass down cwdfsp as dirfsp in fruit_open()
2020-05-21 Ralph Boehmes3/vfs: add vfs_at_fspcwd()
2020-05-21 Ralph Boehmesmbd: remove redundant conn arg from non_widelink_open()
2020-05-21 Ralph Boehmesmbd: realign non_widelink_open() args
2020-05-21 Ralph Boehmesmbd: remove redundant conn arg from fd_open()
2020-05-21 Ralph Boehmesmbd: remove redundant conn arg from fd_open_atomic()
2020-05-21 Ralph Boehmesmbd: realign fd_open_atomic() args
2020-05-21 Ralph Boehmesmbd: realign args to fd_open_atomic() in open_file()
2020-05-21 Ralph Boehmesmbd: realign args to open_file() in open_file_ntcreate()
2020-05-21 Ralph Boehmesmbd: remove redundant conn arg from open_file()
2020-05-21 Ralph Boehmesmbd: assert (fsp->dirfsp == conn->cwd_fsp) in open_fil...
2020-05-21 Ralph Boehmesmbd: set dirfsp in the SMB2 DH reconnect
2020-05-21 Ralph Boehmesmbd: set fsp->dirfsp in create_file_unixpath()
2020-05-21 Ralph Boehmesmbd: use dirfsp in mkdir_internal()
2020-05-21 Ralph Boehmesmbd: fix check_parent_access() args alignment in mkdir...
2020-05-21 Ralph Boehmesmbd: fix SMB_VFS_MKDIRAT() arg alignment in mkdir_inte...
2020-05-21 Ralph Boehmesmbd: pass dirfsp to mkdir_internal()
2020-05-21 Ralph Boehmesmbd: set fsp->dirfsp in open_directory()
2020-05-21 Ralph Boehmesmbd: use dirfsp in open_directory()
2020-05-21 Ralph Boehmesmbd: pass dirfsp to open_directory()
2020-05-21 Ralph Boehmesmbd: realign args in calls to open_directory()
2020-05-21 Ralph Boehmesmbd: pass dirfsp to create_file_unixpath()
2020-05-21 Ralph Boehmesmbd: realign create_file_unixpath() args
2020-05-21 Ralph Boehmesmbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
2020-05-21 Ralph Boehmesmbd: handling of fsp->dirfsps in close_file()
2020-05-21 Ralph Boehmesmbd: add flag "is_dirfsp" to the fsp_flags
2020-05-21 Ralph Boehmevfs: add dirfsp to struct files_struct
2020-05-21 Ralph Boehmesmbd: move fstat from create_internal_dirfsp() to open_...
2020-05-21 Ralph Boehmesmbd: rename create_internal_dirfsp_at() to create_inte...
2020-05-21 Ralph Boehmesmbd: rename open_internal_dirfsp_at() to open_internal...
2020-05-21 Ralph Boehmevfs_aio_pthread: avoid parent_smb_fname()
2020-05-21 Ralph Boehmevfs_aio_pthread: SMB_VFS_OPEN() is called with cwd...
2020-05-21 Ralph Boehmevfs_aio_pthread: pass smb_fname to create_private_open_...
2020-05-21 Ralph Boehmevfs_aio_pthread: pass smb_fname to open_async()
2020-05-21 Ralph Boehmesmbd: remove dirfsp arg from [create|open]_internal_dir...
2020-05-21 Ralph Boehmesmbd: set fsp_name of conn->cwd_fsp
2020-05-21 Ralph Boehmesmbd: move conn_rootdir_fname to non_widelink_open()
2020-05-21 Ralph Boehmesmbd: prepare for replacing SMB_VFS_READLINKAT() with...
2020-05-21 Ralph Boehmesmbd: remove unused variable twrp_name from filename_co...
2020-05-21 Ralph Boehmesmbd: update function documentation header to match...
2020-05-21 Ralph Boehmesmbd: add open_flags arg to in open_internal_dirfsp_at()
2020-05-21 Ralph Boehmesmbd: exit early in the error case in fd_open()
2020-05-21 Ralph Boehmesmbd: refactor flags computation for fd_open() in open_...
2020-05-19 Björn Jackeadd some missing FSCTL defines
2020-05-19 Björn Jackedocs-xml: update list of posible VFS operations for...
2020-05-19 Björn Jackedocs: improve desription of map acl inherit
2020-05-19 Volker Lendecketevent: Fix a tevent tutorial error
2020-05-19 Volker Lendeckewinbindd: Fix a use-after-free when winbind clients...
2020-05-18 Jeremy Allisons3: lib: Paranoia around use of snprintf copying into...
2020-05-18 Andreas Schneidergitlab-ci: Add new runner for samba-admem-fips
2020-05-18 Andreas Schneiderautobuild: Use sane random sleep values for samba-admem-mit
2020-05-18 Andreas Schneiderautobuild: Add ad_member_fips target
2020-05-18 Andreas Schneiderselftest: Run some tests against ad_member_fips
2020-05-18 Andreas Schneiderselftest: Add ad_member_fips target
2020-05-18 Andreas Schneiderselftest: Add force_fips_mode support to provision_ad_m...
2020-05-18 Andreas Schneiderselftest: Split out a provision_ad_member() function
2020-05-18 Andreas Schneiderselftest: Use Kerberos to join an ad_member
2020-05-15 Michael Adams4/torture: Unlink test file at the beginning of smb2...
2020-05-15 Andreas Schneiders3:gencache: Allow to open gencache as read-only
2020-05-15 Andreas Schneiderlib:util: Add test for path_expand_tilde()
2020-05-15 Andreas Schneiderlib:util: Add path_expand_tilde()
2020-05-15 Isaac Boukrisselftest: add python S4U2Self tests including unkeyed...
2020-05-15 Isaac BoukrisRevert "CVE-2018-16860 selftest: Add test for S4U2Self...
2020-05-15 Isaac BoukrisRevert "selftest: mitm-s4u2self: use zlib for CRC32_che...
2020-05-15 Isaac BoukrisRevert "selftest: allow any kdc error in mitm-s4u2self...
2020-05-15 Stefan Metzmachersmb2_server: do async shutdown for pending multi-channe...
2020-05-15 Stefan MetzmachersmbXsrv_session: add a smbXsrv_session_disconnect_xconn...
2020-05-15 Stefan Metzmachersmb2_server: call smbXsrv_connection_disconnect_transpo...
2020-05-15 Stefan Metzmachersmb2_server: add and use a function that calculated...
2020-05-15 Stefan Metzmachersmb2_server: let smbd_server_connection_terminate_ex...
2020-05-15 Stefan Metzmachers3:smbd: split out smbXsrv_connection_disconnect_transp...
next