libsmbclient
Data Fields
_SMBCCTX::_smbc_callbacks Struct Reference

#include <libsmbclient.h>

Data Fields

smbc_get_auth_data_fn auth_fn DEPRECATED_SMBC_INTERFACE
smbc_check_server_fn
check_server_fn 
DEPRECATED_SMBC_INTERFACE
smbc_remove_unused_server_fn
remove_unused_server_fn 
DEPRECATED_SMBC_INTERFACE
smbc_add_cached_srv_fn
add_cached_srv_fn 
DEPRECATED_SMBC_INTERFACE
smbc_get_cached_srv_fn
get_cached_srv_fn 
DEPRECATED_SMBC_INTERFACE
smbc_remove_cached_srv_fn
remove_cached_srv_fn 
DEPRECATED_SMBC_INTERFACE
smbc_purge_cached_fn
purge_cached_fn 
DEPRECATED_SMBC_INTERFACE

Detailed Description

Definition at line 2939 of file libsmbclient.h.


Field Documentation

authentication function callback: called upon auth requests

DEPRECATED: Use smbc_getFunctionAuthData(), smbc_setFunctionAuthData()

Definition at line 2947 of file libsmbclient.h.

server cache purging, try to remove all cached servers (disconnect)

DEPRECATED: Use smbc_getFunctionPurgeCachedServers(), smbc_setFunctionPurgeCachedServers()

Definition at line 3010 of file libsmbclient.h.

server cache removal

DEPRECATED: Use smbc_getFunctionRemoveCachedServer(), smbc_setFunctionRemoveCachedServer()

Definition at line 3000 of file libsmbclient.h.

server cache lookup

DEPRECATED: Use smbc_getFunctionGetCachedServer(), smbc_setFunctionGetCachedServer()

Definition at line 2991 of file libsmbclient.h.

Cache subsystem

For an example cache system see samba/source/libsmb/libsmb_cache.c

Cache subsystem * functions follow. server cache addition

DEPRECATED: Use smbc_getFunctionAddCachedServer(), smbc_setFunctionAddCachedServer()

Definition at line 2982 of file libsmbclient.h.

remove a server if unused

DEPRECATED: Use smbc_getFunctionRemoveUnusedServer(), smbc_setFunctionCheckServer()

Definition at line 2965 of file libsmbclient.h.

check if a server is still good

DEPRECATED: Use smbc_getFunctionCheckServer(), smbc_setFunctionCheckServer()

Definition at line 2956 of file libsmbclient.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines