torture4: Use torture_assert_not_null where appropriate
[bbaumbach/samba-autobuild/.git] / source3 /
2020-02-25 Volker Lendeckelibsmb: Don't pass "sbuf" to cli_posix_stat_send()
2020-02-25 Volker Lendeckelibsmb: Avoid casts
2020-02-25 Volker Lendeckelibsmb: Use IS[DOT]DOT
2020-02-25 Volker Lendeckelibsmb: Remove a pointless ZERO_STRUCT()
2020-02-25 Volker Lendeckelibsmb: Simplify callers of SMBC_dlist_contains()
2020-02-25 Volker Lendeckelibsmb: Make SMBC_dlist_contains return bool
2020-02-25 Volker Lendeckelibsmb: Align calls to SMBC_dlist_contains()
2020-02-25 Volker Lendeckelibsmb: Add a NULL check
2020-02-25 Ralph BoehmeVFS: default: add support for FILE_ATTRIBUTE_OFFLINE...
2020-02-25 Ralph BoehmeVFS: default: use correct type for pathlen in vfswrap_g...
2020-02-25 Ralph BoehmeVFS: default: avoid a crash in vfswrap_getxattrat_do_sync()
2020-02-25 Ralph BoehmeVFS: default: remove unused arg from vfswrap_is_offline()
2020-02-25 Ralph BoehmeVFS: default: let vfswrap_is_offline() take conn, not...
2020-02-20 Volker Lendeckesmbd: Separate aio_pthread indicator from normal EINTR
2020-02-20 Volker Lendeckelib: Map EINPROGRESS->NT_STATUS_MORE_PROCESSING_REQUIRED
2020-02-20 Volker Lendecketest: Show that smbd does not handle EINTR from open...
2020-02-20 Volker Lendecketest: Intercept open in vfs_error_inject
2020-02-19 Martin Schwenkeselftest: Run a clustered test
2020-02-19 Volker Lendeckelib: Remove unneded #include malloc.h
2020-02-19 Volker Lendeckesmbd: Fix a typo
2020-02-18 Jeremy Allisons3: DFS: Remove is_msdfs_link_internal() - no longer...
2020-02-18 Jeremy Allisons3: DFS: Change the last use of is_msdfs_link_internal...
2020-02-18 Jeremy Allisons3: DFS: Replace calls to is_msdfs_link_internal()...
2020-02-18 Jeremy Allisons3: DFS: Change dfs_path_lookup() to return struct...
2020-02-18 Jeremy Allisons3: DFS: Parse the returned target path in dfs_path_loo...
2020-02-18 Jeremy Allisons3: DFS: Change simple is_msdfs_link() call to use...
2020-02-18 Jeremy Allisons3: VFS: vfs_time_audit: Add read_dfs_pathat().
2020-02-18 Jeremy Allisons3: VFS: vfs_full_audit: Add read_dfs_pathat().
2020-02-18 Jeremy Allisons3: VFS: catia: Add read_dfs_pathat().
2020-02-18 Jeremy Allisons3: VFS: cap: Add cap_read_dfs_pathat().
2020-02-18 Jeremy Allisons3: VFS: shadow_copy2: Add shadow_copy2_read_dfs_pathat().
2020-02-18 Jeremy Allisons3: VFS: gluster: Add vfs_gluster_read_dfs_pathat().
2020-02-18 Jeremy Allisons3: VFS: ceph: Add vfswrap_ceph_read_dfs_pathat().
2020-02-18 Jeremy Allisons3: VFS: Add SMB_VFS_READ_DFS_PATHAT().
2020-02-18 Jeremy Allisons3: smbd: dfs: Clean up exits / talloc heirarchy in...
2020-02-18 Jeremy Allisons3: smbd: dfs: Make parameter names consistent.
2020-02-18 Jeremy Allisons3: smbd: dfs: Allow parse_msdfs_symlink() to be called...
2020-02-18 Jeremy Allisons3: smbd: dfs: Apply some README.Coding to parse_msdfs_...
2020-02-18 Jeremy Allisons3: smbd: dfs: Make parse_msdfs_symlink() external.
2020-02-18 Jeremy Allisons3: smbd: dfs: Move lp_msdfs_shuffle_referrals() call...
2020-02-18 Jeremy Allisons3: smbd: dfs: Cleanup, reformat calls to parse_msdfs_s...
2020-02-18 Jeremy Allisons3: DFS: Don't allow link deletion on a read-only share.
2020-02-18 Jeremy Allisons3: DFS: Don't allow link creation on a read-only share.
2020-02-18 Andreas Schneiders3:tests: Add test for a dropbox with dir mode 0733
2020-02-18 Volker Lendeckelib: Fix a shutdown crash with "clustering = yes"
2020-02-18 Volker Lendeckelib: Introduce messaging_context->per_process_talloc_ctx
2020-02-18 Volker Lendeckelib: Add a TALLOC_CTX to base register_msg_pool_usage...
2020-02-18 Volker Lendeckelib: Simplify register_msg_pool_usage()
2020-02-15 Stefan Metzmachers3:modules: add vfs_io_uring module
2020-02-14 Andreas Schneiders3:tests: Add smbclient test for 'force create mode...
2020-02-14 Volker Lendeckeauth: Fix CID 1458418 Null pointer dereferences (REVERS...
2020-02-14 Volker Lendeckeauth: Fix CID 1458420 Null pointer dereferences (REVERS...
2020-02-10 Volker Lendeckesmbclient: Don't cli_posix_stat() twice
2020-02-10 Volker Lendeckedbwrap: Improve an error message
2020-02-10 Stefan Metzmacherkrb5_wrap: move source3/libads/krb5_errs.c to lib/krb5_...
2020-02-10 Stefan Metzmacherwinbindd_cm: fallback to anonymous for INVALID_COMPUTER...
2020-02-10 Stefan Metzmachersmbspool: add more error codes to the auth_errors array
2020-02-10 Stefan Metzmachersmbspool: use one element per line for the auth_errors...
2020-02-10 Stefan Metzmachers3:libads: prefer ENCTYPE_AES256_CTS_HMAC_SHA1_96 in...
2020-02-10 Stefan Metzmachers3:libads: make use auth4_context_{for,get}_PAC_DATA_CT...
2020-02-10 Stefan Metzmacherauth/kerberos: add auth4_context_{for,get}_PAC_DATA_CTR...
2020-02-07 Volker Lendeckesmbd: Remove overriding file_attributes with unix_mode...
2020-02-07 Volker Lendeckesmbd: Allow a Posix create context to override the...
2020-02-07 Volker Lendeckesmbd: Add posix create ctx to CREATE_FILE for posix...
2020-02-07 Volker Lendeckesmbd: Add a "done:" exit for get_posix_fsp()
2020-02-07 Volker Lendeckesmbd: Make unix_perms_from_wire() public
2020-02-07 Volker Lendeckesmbd: Ignore incoming POSIX create context
2020-02-07 Jeremy Allisons3: lib: Now remote_machine is static, we can depend...
2020-02-07 Andreas Schneiders3:lib: Remove unneded call to set_local_machine_name()
2020-02-07 Andreas Schneiders3:lib: Use a static buffer for (local|remote)_machine
2020-02-07 Douglas Bagnallnmblib: avoid undefined behaviour in handle_name_ptrs()
2020-02-06 Stefan Metzmachersmb2_server: use sendmsg/recvmsg instead of writev...
2020-02-06 Stefan Metzmachers3:rpclient: simplify rpc_tstream_next_vector()
2020-02-06 Ralph Boehmesmbd: avoid double chdir() in chdir_current_service()
2020-02-06 Ralph Boehmes3/lib: RIP smb_user_name
2020-02-06 Ralph Boehmes3/auth: use set_current_user_info() in auth3_check_pas...
2020-02-06 Ralph Boehmes3/auth: use set_current_user_info() in auth3_generate_...
2020-02-06 Ralph Boehmes3/rpc_server/netlogon: use set_current_user_info(...
2020-02-06 Ralph Boehmesmbd: remove sub_set_smb_name()/reload_services()
2020-02-06 Ralph Boehmes3/rpc_server: use talloc_alpha_strcpy() in _winreg_Ini...
2020-02-06 Ralph Boehmes3/lib: use talloc_alpha_strcpy() in sub_set_smb_name()
2020-02-06 Ralph Boehmes3/lib: use talloc_alpha_strcpy() in set_remote_machine...
2020-02-06 Ralph Boehmes3/lib: use talloc_alpha_strcpy() in set_local_machine_...
2020-02-06 Ralph Boehmes3:auth: use talloc_alpha_strcpy() in auth3_session_inf...
2020-02-06 Ralph Boehmes3/auth: use talloc_alpha_strcpy() in create_local_token()
2020-02-06 Ralph Boehmesmbd: setting current_user stuff here is redundant
2020-02-05 Stefan Metzmacherwinbindd: handling missing idmap in getgrgid()
2020-02-05 Stefan Metzmachers3:auth_sam: map an empty domain or '.' to the local...
2020-02-05 Stefan Metzmachers3:selftest: test authentication with an empty userdoma...
2020-02-05 Stefan Metzmachers3:auth_sam: introduce effective_domain helper variables
2020-02-05 Stefan Metzmachers3:auth_sam: make sure we never handle empty usernames
2020-02-05 Stefan Metzmachers3:auth_sam: unify the debug messages of all auth_sam...
2020-02-05 Stefan Metzmachers3:auth_sam: replace confusing FALL_THROUGH; with break;
2020-02-03 Ralph Wuerthnervfs_gpfs: Remove discard_const_p() from gpfswrap_quotac...
2020-02-03 Ralph Wuerthnervfs_gpfs: Remove discard_const_p() from gpfs_putacl...
2020-02-03 Ralph Wuerthnervfs_gpfs: Remove discard_const_p() from gpfswrap_quotac...
2020-01-30 Jeremy Allisons3: VFS: Implement create_dfs_pathat() in catia.
2020-01-30 Jeremy Allisons3: VFS: Implement create_dfs_pathat() in catia.
2020-01-30 Volker Lendeckeauth3: Fix a typo
2020-01-30 Volker Lendeckelib: Align integer types
next