amitay/samba.git
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...
2020-05-15 Stefan Metzmachersmb2_server: make sure we detect stale smbXsrv_connecti...
2020-05-15 Günther Deschnersmb2_server: update inline comment for max channels
2020-05-15 Stefan MetzmachersmbXsrv_client: make sure that we store a valid blob
2020-05-15 Stefan MetzmachersmbXsrv_client: fix debug message in smbXsrv_client_cre...
2020-05-15 Andrew Bartletts4/rpc_server/dnsserver: Allow parsing of dnsProperty...
2020-05-15 Andrew Bartlettselftest: Add test for handling of "short" dnsProperty...
2020-05-15 Andrew Bartlettlibrpc/idl: Add dnsp_DnsProperty_short
2020-05-15 Andrew Bartlettselftest: Avoid running the slowest of the "none" tests...
2020-05-15 Volker Lendeckesmbd: Store share_entries in locking.tdb again
2020-05-15 Volker Lendeckesmbd: Move share mode entry parsing up in the file
2020-05-15 Volker Lendeckesmbd: Base locking.tdb on g_lock.c
2020-05-15 Volker Lendeckelib: Add g_lock_dump_send/recv
2020-05-15 Volker Lendeckelib: Add g_lock_set_lock_order()
2020-05-15 Volker Lendeckelib: Add g_lock_writev_data
2020-05-15 Volker Lendeckelib: Allow additional dbufs in g_lock_store()
2020-05-15 Volker Lendeckelib: Add g_lock_seqnum()
2020-05-15 Volker Lendeckelib: Add g_lock_wake_watchers()
2020-05-15 Volker Lendecketorture: Test g_lock_watch_data_send()/recv()
2020-05-15 Volker Lendeckelib: Add g_lock_watch_data_send/recv()
2020-05-15 Volker Lendeckelib: Allow DBWRAP_LOCK_ORDER_NONE in db_open()
2020-05-15 Volker Lendeckedbwrap: Make dbwrap_lock_order_[un]lock() public
2020-05-15 Volker Lendeckedbwrap: Simplify dbwrap_lock_order_[un]lock()
2020-05-14 Volker Lendeckesrvsvc: Move brl_get_locks() out of enum_file_fn()
2020-05-14 Volker Lendecketest: Show that netfileenum is broken
2020-05-14 Volker Lendeckerpcclient: Make netfileenum cmd print the path names
2020-05-14 Volker Lendeckerpcclient: Use struct initializers in cmd_srvsvc_net_fi...
2020-05-14 Volker Lendeckesrvsvc: Collect file ids in enum_file_fn()
2020-05-14 Volker Lendeckesrvsvc: Use a struct initializer in net_enum_files()
2020-05-14 Volker Lendeckesrvsvc: Directly use "ctr3->count" instead of "i"
2020-05-14 Volker Lendeckesrvsvc: Use a struct assignment in enum_file_fn()
2020-05-14 Volker Lendeckesrvsvc: Introduce ctx3 helper var in enum_file_fn()
2020-05-14 Ralph Boehmevfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
2020-05-14 Ralph Boehmesmbd: move processing of root_dir_fid outside of SMB_VF...
2020-05-14 Ralph Boehmes4/torture: add a *real* root_dir_fid test
2020-05-14 Andreas Schneidertestprogs: Add 'net ads join' test for fips
2020-05-13 awalkerlib:param: Fix memory leak in lpcfg_load_internal()
2020-05-13 Ralph Boehmectdb: increase TasksMax limit, the systemd default...
2020-05-12 Jeremy Allisons3: libsmbclient: Finish unifing bad iconv behavior...
2020-05-12 Jeremy Allisons3: libsmb: In SMB2 return NT_STATUS_INVALID_NETWORK_RE...
2020-05-12 Jeremy Allisons3: libsmb: In SMB1 old protocol - return NT_STATUS_INV...
2020-05-12 Jeremy Allisons3: selftest: Add test_smbclient_iconv.sh to check...
2020-05-12 Jeremy Allisons3: selftest: Add share definition [bad_iconv] in files...
2020-05-12 Stefan Metzmachervfs_io_uring: retry after a short writes in vfs_io_urin...
2020-05-12 Stefan Metzmachervfs_io_uring: retry after a short read in vfs_io_uring_...
2020-05-12 Stefan Metzmachervfs_io_uring: protect vfs_io_uring_fsync_completion...
2020-05-12 Stefan Metzmachervfs_io_uring: protect vfs_io_uring_pwrite_completion...
2020-05-12 Stefan Metzmachervfs_io_uring: protect vfs_io_uring_pread_completion...
2020-05-12 Stefan Metzmachervfs_io_uring: split out a vfs_io_uring_pwrite_submit...
2020-05-12 Stefan Metzmachervfs_io_uring: split out a vfs_io_uring_pread_submit...
2020-05-12 Stefan Metzmachervfs_io_uring: split out a vfs_io_uring_request_submit...
next