Searched +refs:SASL +refs:NTLM +refs:Decode (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dntlm.tcl3 # This is an implementation of Microsoft's NTLM authentication mechanism.
15 package require SASL 1.0; # tcllib 1.7
19 namespace eval ::SASL {
20 namespace eval NTLM {
50 proc ::SASL::NTLM::NTLM {context challenge args} {
63 array set params [Decode $challenge]
72 Decode $ctx(response)
83 # NTLM clien
[all...]

Completed in 111 milliseconds