|
OpenVAS Libraries
8.0.8
|
Typedefs | |
| typedef unsigned int | bool |
Functions | |
| size_t | smb_iconv_ntlmssp (smb_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
| smb_iconv_t | smb_iconv_open_ntlmssp (const char *tocode, const char *fromcode) |
| int | smb_iconv_close_ntlmssp (smb_iconv_t cd) |
| typedef unsigned int bool |
| int smb_iconv_close_ntlmssp | ( | smb_iconv_t | cd | ) |
| size_t smb_iconv_ntlmssp | ( | smb_iconv_t | cd, |
| const char ** | inbuf, | ||
| size_t * | inbytesleft, | ||
| char ** | outbuf, | ||
| size_t * | outbytesleft | ||
| ) |
This is a simple portable iconv() implementaion.
It only knows about a very small number of character sets - just enough that Samba works on systems that don't have iconv.
| smb_iconv_t smb_iconv_open_ntlmssp | ( | const char * | tocode, |
| const char * | fromcode | ||
| ) |
1.8.11