X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fntlm.el;h=517e97efe6cc7e8db27603231eeb41f96b3855ed;hb=380310006a5f5e5ac9510ec4927aed69bc7c506d;hp=8e9330c46d0d89521aab916a47fa16025dab983f;hpb=c9a393eeb329a99695566342a9f03b8a30000898;p=gnus diff --git a/lisp/ntlm.el b/lisp/ntlm.el index 8e9330c46..517e97efe 100644 --- a/lisp/ntlm.el +++ b/lisp/ntlm.el @@ -27,9 +27,9 @@ ;; This library is a direct translation of the Samba release 2.2.0 ;; implementation of Windows NT and LanManager compatible password ;; encryption. -;; +;; ;; Interface functions: -;; +;; ;; ntlm-build-auth-request ;; This will return a binary string, which should be used in the ;; base64 encoded form and it is the caller's responsibility to encode @@ -40,7 +40,7 @@ ;; (which will be a binary string) as the first argument and to ;; encode the returned string with base64. The second argument user ;; should be given in user@domain format. -;; +;; ;; ntlm-get-password-hashes ;; ;;