|
NAMEntlm_type1 -SYNOPSIS#include <heimntlm.h> Data Fieldsuint32_t flags char * domain char * hostname uint32_t os [2] Detailed DescriptionStruct for the NTLM type1 message info, the strings is assumed to be in UTF8. When filled in by the library it should be freed with heim_ntlm_free_type1().Examples:
test_ntlm.c. Field Documentationuint32_t ntlm_type1::flagsExamples:test_ntlm.c. char* ntlm_type1::domainExamples:test_ntlm.c. char* ntlm_type1::hostnameExamples:test_ntlm.c. uint32_t ntlm_type1::os[2]Examples:test_ntlm.c. AuthorGenerated automatically by Doxygen for Heimdalntlmlibrary from the source code.
Visit the GSP FreeBSD Man Page Interface. |