samba-bkup.git
2022-08-19 Stefan Metzmachers3:smbd: let delay_for_oplock_fn() only call leases_db_... master
2022-08-19 Stefan Metzmachers3:smbd: lease_match_break_fn() only needs leases_db_ge...
2022-08-19 Stefan Metzmachers3:smbd: inline fsp_lease_type_is_exclusive() logic...
2022-08-19 Stefan Metzmachers3:locking: move get_existing_share_mode_lock() to...
2022-08-19 Stefan Metzmachers3:locking: pass lease_key explicitly to set_share_mode()
2022-08-19 Stefan Metzmachers3:smbd: only run validate_oplock_types() with smbd...
2022-08-19 Stefan Metzmachers3:g_lock: avoid useless talloc_array(0) in g_lock_dump()
2022-08-19 Stefan Metzmachers3:g_lock: add some const to the shared array passed...
2022-08-19 Stefan Metzmacherlib/util: add unlikely() to SMB_ASSERT()
2022-08-19 Volker Lendeckelib: Map ERANGE to NT_STATUS_INTEGER_OVERFLOW
2022-08-19 Volker Lendeckevfs_gpfs: Prevent mangling of GPFS timestamps after...
2022-08-18 Stefan Metzmachers3:smbd: only clear LEASE_READ if there's no read lease...
2022-08-18 Stefan Metzmachers4:torture/smb2: add smb2.lease.v[1,2]_bug_15148
2022-08-18 Stefan Metzmachers3:smbd: share_mode_flags_set() takes SMB2_LEASE_*...
2022-08-18 Jeremy Allisons3: smbd: Plumb close_type parameter through close_file...
2022-08-18 Jeremy Allisons3: smbd: Add "enum file_close_type close_type" paramet...
2022-08-18 Jeremy Allisons3: smbd: Add "enum file_close_type close_type" paramet...
2022-08-17 Andreas Schneiderrelease-script: Fix shellcheck errors
2022-08-17 Andreas Schneiderlib:fuzzing: Fix shellcheck errors in build_samba.sh
2022-08-17 Andreas Schneidernsswitch: Fix shellcheck errors in test_rfc2307_mapping.sh
2022-08-17 Andreas Schneiderexamples: Fix shellcheck error in VampireDriversFunctions
2022-08-17 Andreas Schneiderexamples: Remove trailing spaces in VampireDriversFunctions
2022-08-17 Andreas Schneiderexamples: Fix shellcheck error in get_next_oid
2022-08-17 Andreas Schneidertestprogs: Fix variable asignment in test_wintest.sh
2022-08-17 Andreas Schneiders3:script: Fix variable asignment in test_dfree_command.sh
2022-08-17 Andreas Schneiderscript: Add script to run shellcheck on shell scripts
2022-08-17 Andreas Schneiderbootstrap: Install ShellCheck and shfmt
2022-08-17 Jeremy Allisons3/smbd: Use after free when iterating smbd_server_conn...
2022-08-17 Jeremy Allisons3/smbd: Use after free when iterating smbd_server_conn...
2022-08-17 Christian Ambachs3:utils remove documentation of -l as alias for -...
2022-08-17 Andreas Schneiderwaf: Fix SO version number of libsamba-errors
2022-08-16 Jule Angermanpages: add smbstatus option --json with sample output
2022-08-16 Jule Angers3:tests: let smbstatus json tests fail if jq is not...
2022-08-16 Stefan Metzmachers3:vfs.h: change SMB_VFS_INTERFACE_VERSION to 48 for...
2022-08-16 Stefan Metzmachers3:vfs.h: add comment about VFS_OPEN_HOW_RESOLVE_NO_SYM...
2022-08-16 Jeremy Allisons3: smbd: Add IS_VETO_PATH checks to openat_pathref_fsp...
2022-08-16 Jeremy Allisons3: smbd: Add IS_VETO_PATH check to openat_pathref_dirf...
2022-08-16 Jeremy Allisons3: tests: Add samba3.blackbox.test_veto_files.
2022-08-15 Stefan Metzmacherselftest/Samba3: let nt4_dc* use vfs_default:VFS_OPEN_H...
2022-08-15 Volker Lendeckevfs_default: Use openat2(RESOLVE_NO_SYMLINKS) if available
2022-08-15 Stefan Metzmachervfs_default: prepare O_PATH usage with openat2()
2022-08-15 Volker Lendeckes3:smbd: let openat_pathref_dirfsp_nosymlink() try...
2022-08-15 Stefan Metzmachers3:smbd: let openat_pathref_dirfsp_nosymlink() handle...
2022-08-15 Stefan Metzmachers3:smbd: let openat_pathref_dirfsp_nosymlink() do a...
2022-08-15 Volker Lendeckevfs: define VFS_OPEN_HOW_RESOLVE_NO_SYMLINKS
2022-08-15 Stefan Metzmacherlib/replace: let DISABLE_OPATH also undef __NR_openat2
2022-08-15 Stefan Metzmacherlib/replace: add fallback defines for __NR_openat2
2022-08-15 Stefan Metzmacherlib/replace: use syscall(__NR_openat2) if available
2022-08-15 Stefan Metzmacherlib/replace: always include <sys/syscall.h> in replace...
2022-08-15 Stefan Metzmacherlib/replace: add a replacement for openat2() that retur...
2022-08-15 Stefan Metzmachervfs_btrfs: fix include order, includes.h or replace...
2022-08-15 Stefan Metzmachervfs_io_uring: hide a possible definition of struct...
2022-08-15 Stefan Metzmacherwafsamba: allow cflags for CHECK_TYPE[_IN]()
2022-08-15 Stefan Metzmachers3:tests: add a lot more tests to test_symlink_traversa...
2022-08-12 Andreas Schneiders3:utils: Fix NULL check
2022-08-12 Andreas Schneiders3:util: Initialize json_object structures so we can...
2022-08-12 Jeremy Allisons3: smbd: Remove unix_convert() and associated functions.
2022-08-12 Jeremy Allisons3: smbd: Remove the old dfs_path_lookup() code.
2022-08-12 Jeremy Allisons3: smbd: Switch get_referred_path() over to use the...
2022-08-12 Jeremy Allisons3: smbd: Add new version of dfs_path_lookup() that...
2022-08-12 Jeremy Allisons3: smbd: Remove dfs_redirect().
2022-08-12 Jeremy Allisons3: smbd: Remove call to dfs_redirect() from filename_c...
2022-08-12 Jeremy Allisons3: smbd: Remove call to dfs_redirect() from filename_c...
2022-08-12 Jeremy Allisons3: smbd: In filename_convert_dirfsp_nosymlink(), cope...
2022-08-12 Jeremy Allisons3: smbd: In filename_convert_dirfsp_nosymlink(), allow...
2022-08-12 Jeremy Allisons3: smbd: Allow openat_pathref_dirfsp_nosymlink() to...
2022-08-12 Jeremy Allisons3: smbd: In get create_junction(), make sure check_pat...
2022-08-12 Jeremy Allisons3: smbd: In get referred_path(), make sure check_path_...
2022-08-12 Jeremy Allisons3: smbd: Add dfs_filename_convert(). Simple wrapper...
2022-08-12 Jeremy Allisons3: smbd: Use helper function msdfs_servicename_matches...
2022-08-12 Jeremy Allisons3: smbd: Use helper function msdfs_servicename_matches...
2022-08-12 Jeremy Allisons3: smbd: Add helper function msdfs_servicename_matches...
2022-08-12 Jeremy Allisons3: smbd: Remove definition of struct dfs_path.
2022-08-12 Jeremy Allisons3: smbd: Remove use of 'struct dfs_path'. Not needed...
2022-08-12 Jeremy Allisons3: smbd: Add TALLOC_CTX * parameter to parse_dfs_path().
2022-08-12 Jeremy Allisons3: smbd: Ensure smb2_file_rename_information() uses...
2022-08-12 Jeremy Allisons3: smbd: Make sure we have identical check_path_syntax...
2022-08-12 Jeremy Allisons3: smbd: In smbd_smb2_create_send() call the helper...
2022-08-12 Jeremy Allisons3: smbd: Add helper function check_path_syntax_smb2().
2022-08-12 Jeremy Allisons3: smbd: Add new function check_path_syntax_smb2_msdfs...
2022-08-12 Jeremy Allisons3: smbd: Fix cosmetic bug logging pathnames from Linux...
2022-08-11 Stefan Metzmachers4:torture/smb2: add smb2.bench.echo
2022-08-11 Stefan Metzmachers4:torture/smb2: teach smb2.bench.path-contention-share...
2022-08-11 Stefan Metzmachers4:param: add --option="libsmb:client_guid=6112f7d3...
2022-08-11 Stefan Metzmachers3:g_lock: use TDB_VOLATILE to avoid fcntl locks
2022-08-11 Stefan Metzmachersmbd: avoid calling SMB_VFS_FGET_NT_ACL() if do_not_che...
2022-08-11 Stefan Metzmachers3:include: remove unused update_stat_ex_file_id()...
2022-08-11 Pavel Filipenskýs3:passdb: Consolidate error checking in fetch_ldap_pw()
2022-08-11 Pavel Filipenskýs3:passdb: Remove upgrade support of samba-2.2 style...
2022-08-10 Ralph Boehmevfs_default: assert all passed in fsp's and names are...
2022-08-10 Ralph Boehmevfs_streams_xattr: restrict which fcntl's are allowed...
2022-08-10 Ralph Boehmesmbd: skip access checks for stat-opens on streams...
2022-08-10 Ralph Boehmesmbd: use metadata_fsp() in get_acl_group_bits()
2022-08-10 Ralph Boehmesmbd: ignore request to set the SPARSE attribute on...
2022-08-10 Ralph Boehmesmbd: use metadata_fsp() with SMB_VFS_FSET_DOS_ATTRIBUTES()
2022-08-10 Ralph Boehmesmbd: use metadata_fsp() with SMB_VFS_FGET_DOS_ATTRIBUTES()
2022-08-10 Ralph Boehmesmbd: use metadata_fsp() with SMB_VFS_FSET_NT_ACL()
2022-08-10 Ralph Boehmesmbd: use metadata_fsp() with SMB_VFS_FGET_NT_ACL()
2022-08-10 Ralph BoehmeCI: add a test trying to delete a stream on a pathref...
2022-08-10 Ralph Boehmevfs_xattr_tdb: add "xattr_tdb:ignore_user_xattr" option
next