1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/libsmb
David Mulder f481cd4a60 libcli: Add client support for SMB2_FILE_POSIX_INFORMATION
Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
2022-11-29 10:26:37 +00:00
..
ABI
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 libcli: Add client support for SMB2_FILE_POSIX_INFORMATION 2022-11-29 10:26:37 +00:00
cli_smb2_fnum.h libsmb: Allow listing with posix context 2022-11-29 10:26: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 s3: libsmb: Fix cli_resolve_path() to cope with DFS paths passed in as well as local paths. 2022-09-15 18:43:32 +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: Make cli_state_save_tcon()/cli_state_restore_tcon() static. 2022-09-15 18:43:32 +00:00
clierror.c libcli: Remove NT_STATUS_INACCESSIBLE_SYSTEM_SHORTCUT error code 2021-11-11 19:08:37 +00:00
clifile.c libsmb: Pass symlink error up through cli_smb2_create_fnum_recv() 2022-11-22 18:27:33 +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: Allow listing with posix context 2022-11-29 10:26:37 +00:00
climessage.c
clioplock.c libsmb: Use tevent_req_nterror()'s retval 2022-09-19 17:23:31 +00:00
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: Add cli_fsctl_send/recv 2022-10-03 20:03:32 +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
clisymlink.c smbd: Pass unparsed_path_length to symlink_reparse_buffer_marshall() 2022-11-22 18:27:33 +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 s3: libsmbclient: Fix smbc_stat() to return ENOENT on a non-existent file. 2022-10-19 00:13:56 +00:00
libsmb_misc.c
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 s3: libsmbclient: Fix smbc_getxattr() to return 0 on success. 2022-11-01 18:31:22 +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 listing with posix context 2022-11-29 10:26:37 +00:00
pylibsmb.c tests/s3: Test SMB2_FIND_POSIX_INFORMATION dir query 2022-11-29 10:26:37 +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:g_lock: add callback function to g_lock_lock() 2022-09-20 00:34:35 +00:00
unexpected.c
unexpected.h
wscript