1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/libsmb
Volker Lendecke cb0381ddc6 pylibsmb: Add create_ex()
This is an extension of the create() function allowing smb2 create
contexts to be passed back and forth and also returning the
smb_create_returns. A new function seemed necessary for me because we
need to return not just the fnum. So I chose a 3-tuple, see the test
for an example how to use this.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2022-09-02 13:31:38 +00:00
..
ABI s3:libsmb: Use cli_credentials_set_smb_encryption() 2020-08-19 16:22:42 +00:00
async_smb.c
auth_generic.c s3:libsmb: Check return code of cli_credentials_guess() 2021-06-29 02:19:35 +00:00
cli_smb2_fnum.c libsmb: Remove map_fnum_to_smb2_handle() from cli_smb2_qpathinfo2() 2022-08-26 18:54:37 +00:00
cli_smb2_fnum.h libsmb: Use cli_ntcreate in cli_chkpath 2021-11-11 19:08:37 +00:00
cliconnect.c libsmb: Allow smb2 neg ctx in cli_full_connection_creds_send() 2022-09-02 13:31:38 +00:00
clidfs.c libsmb: Remove unused code 2022-08-26 18:54:37 +00:00
clidgram.c s3: safe_string: do not include string_wrappers.h 2020-08-28 00:56:34 +00:00
clidgram.h
clientgen.c s3/libsmb: check for global parametric option "libsmb:client_guid" 2021-11-04 19:04:31 +00:00
clierror.c libcli: Remove NT_STATUS_INACCESSIBLE_SYSTEM_SHORTCUT error code 2021-11-11 19:08:37 +00:00
clifile.c libsmb: Add tevent_req_received() to cli_posix_readlink_recv() 2022-08-26 18:54:37 +00:00
clifsinfo.c libsmb: Save a few lines in cli_unix_extensions_version() 2022-08-26 18:54:37 +00:00
clilist.c libsmb: Use async cli_smb2_list_send() in cli_list_send() 2020-11-19 02:48:40 +00:00
climessage.c
clioplock.c
cliprint.c libsmb: Avoid a call to SMBC_errno() 2022-02-17 17:13:34 +00:00
cliquota.c
clirap.c libsmb: Move cli_qfilename() to its only user in torture.c 2021-11-11 19:08:37 +00:00
clirap.h libsmb: Move cli_qfilename() to its only user in torture.c 2021-11-11 19:08:37 +00:00
clireadwrite.c libsmb: Remove "trans_oob()" macro 2021-11-11 19:08:37 +00:00
clisecdesc.c libsmb: Make cli_set_security_descriptor() async 2020-11-16 19:53:45 +00:00
clispnego.c
clistr.c libsmb: Remove clistr_pull_talloc() 2020-05-28 19:11:38 +00:00
clisymlink.c libsmb: Correctly return ioctl error from cli_readlink() 2022-08-26 18:54:37 +00:00
clitrans.c
conncache.c
dsgetdcname.c dsgetdcname: Display new flags in debug output 2021-12-24 02:16:33 +00:00
dsgetdcname.h s3-dsgetdcname: add dsgetonedcname() 2021-07-14 16:49:30 +00:00
errormap_wbc.c
errormap_wbc.h
errormap.c
libsmb_cache.c
libsmb_compat.c
libsmb_context.c libsmb: Tab-indent SMBC_module_[init|terminate]() 2022-08-26 18:54:37 +00:00
libsmb_dir.c libsmb: Convert SMBC_getatr() to NTSTATUS 2022-02-07 19:00:34 +00:00
libsmb_file.c libsmb: Avoid a call to SMBC_errno() 2022-02-17 17:13:34 +00:00
libsmb_misc.c libsmb: Make SMBC_dlist_contains return bool 2020-05-25 08:13:27 +00:00
libsmb_path.c libsmb: Slightly simplify SMBC_parse_path() 2022-08-26 18:54:37 +00:00
libsmb_printjob.c libsmb: Avoid a call to SMBC_errno() 2022-02-17 17:13:34 +00:00
libsmb_server.c s3:libsmb: Covscan: unchecked return value for cli_credentials_set_smb_encryption() 2022-05-14 03:49:32 +00:00
libsmb_setget.c
libsmb_stat.c libsmb: Convert SMBC_getatr() to NTSTATUS 2022-02-07 19:00:34 +00:00
libsmb_thread_impl.c
libsmb_thread_posix.c
libsmb_xattr.c libsmb: Move static strings to the .text segment 2022-08-26 18:54:37 +00:00
libsmb.h
namecache.c s3: libsmb: Now we only have namecache_store_sa(), rename it back to namecache_store(). 2020-09-07 13:23:44 +00:00
namequery_dc.c s3:libads: Allocate ADS_STRUCT under a talloc context 2022-06-27 15:50:30 +00:00
namequery.c lib: Move sockaddr_storage_to_samba_sockaddr() to lib/ 2021-01-11 13:19:32 +00:00
namequery.h lib: Move sockaddr_storage_to_samba_sockaddr() to lib/ 2021-01-11 13:19:32 +00:00
nmblib.c fix undefined-shift in put_res_rec fuzz error: ../../source3/libsmb/nmblib.c:451:4: runtime error: left shift of 65312 by 16 places cannot be represented in type 'int' 2021-10-29 20:29:26 +00:00
nmblib.h
passchange.c s3:libsmb: Add dcerpc_samr_chgpasswd_user4 to remote_password_change() 2022-07-28 11:51:29 +00:00
proto.h libsmb: Allow smb2 neg ctx in cli_full_connection_creds_send() 2022-09-02 13:31:38 +00:00
pylibsmb.c pylibsmb: Add create_ex() 2022-09-02 13:31:38 +00:00
samlogon_cache.c s3:winbind: Improve logging in samlogon_cache.c 2022-07-15 14:25:38 +00:00
samlogon_cache.h
smbclient.pc.in
smberr.c
smbsock_connect.c
trusts_util.c s3:libsmb: Zero memory in trust_pw_change() 2022-08-26 07:59:32 +00:00
unexpected.c
unexpected.h
wscript s3:libsmb: Use cli_credentials_set_smb_encryption() 2020-08-19 16:22:42 +00:00