Crate pavao_sys

Crate pavao_sys 

Source
Expand description

§Pavão-sys

Pavão=sys exposes the C bindings for the libsmbclient library to rust.

If you’re looking for the Rust SMB library checkout pavao.

Structs§

_SMBCCTX
_smbc_callbacks
_smbc_options
libsmb_file_info
Structure that represents all attributes of a directory entry. libsmb_file_info as implemented in libsmbclient.h
print_job_info
smbc_dirent

Enums§

SMBC_internal_data
_SMBCFILE
_SMBCSRV

Functions§

smbc_free_context
smbc_getFunctionChmod
smbc_getFunctionClose
smbc_getFunctionClosedir
smbc_getFunctionLseek
smbc_getFunctionMkdir
smbc_getFunctionOpen
smbc_getFunctionOpendir
smbc_getFunctionPrintFile
smbc_getFunctionRead
smbc_getFunctionReaddir
smbc_getFunctionReaddirPlus
smbc_getFunctionRename
smbc_getFunctionRmdir
smbc_getFunctionStat
smbc_getFunctionStatVFS
smbc_getFunctionUnlink
smbc_getFunctionWrite
smbc_getNetbiosName
smbc_getTimeout
smbc_getUser
smbc_getWorkgroup
smbc_init_context
smbc_new_context
smbc_setDebug
smbc_setFunctionAuthDataWithContext
smbc_setNetbiosName
smbc_setOptionBrowseMaxLmbCount
smbc_setOptionCaseSensitive
smbc_setOptionDebugToStderr
smbc_setOptionFallbackAfterKerberos
smbc_setOptionNoAutoAnonymousLogin
smbc_setOptionOneSharePerServer
smbc_setOptionOpenShareMode
smbc_setOptionSmbEncryptionLevel
smbc_setOptionUrlEncodeReaddirEntries
smbc_setOptionUseCCache
smbc_setOptionUseKerberos
smbc_setTimeout
smbc_setUser
smbc_setWorkgroup
smbc_version

Type Aliases§

SMBCCTX
SMBCFILE
SMBCSRV
smbc_add_cached_srv_fn
smbc_bool
smbc_check_server_fn
smbc_chmod_fn
smbc_close_fn
smbc_closedir_fn
smbc_creat_fn
smbc_fstat_fn
smbc_fstatdir_fn
smbc_get_auth_data_fn
smbc_get_auth_data_with_context_fn
smbc_get_cached_srv_fn
smbc_getdents_fn
smbc_getxattr_fn
smbc_list_print_job_fn
smbc_list_print_jobs_fn
smbc_listxattr_fn
smbc_lseek_fn
smbc_lseekdir_fn
smbc_mkdir_fn
smbc_open_fn
smbc_open_print_job_fn
smbc_opendir_fn
smbc_print_file_fn
smbc_purge_cached_fn
smbc_read_fn
smbc_readdir_fn
smbc_readdirplus_fn
smbc_remove_cached_srv_fn
smbc_remove_unused_server_fn
smbc_removexattr_fn
smbc_rename_fn
smbc_rmdir_fn
smbc_setxattr_fn
smbc_share_mode
smbc_smb_encrypt_level
Values for option SMB Encryption Level, as set and retrieved with smbc_setOptionSmbEncryptionLevel() and smbc_getOptionSmbEncryptionLevel()
smbc_stat_fn
smbc_statvfs_fn
smbc_telldir_fn
smbc_unlink_fn
smbc_unlink_print_job_fn
smbc_utimes_fn
smbc_write_fn