- Use the MD4_SUM_LENGTH define in place of some hard-wired values.
authorWayne Davison <wayned@samba.org>
Sat, 9 Apr 2005 18:11:23 +0000 (18:11 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 9 Apr 2005 18:11:23 +0000 (18:11 +0000)
commit5037cf3adf5fd11b0f13722402237134a521752e
treee844db95a33ad0789a4196033c202855e47ca757
parent180443af42778dd0209fb76e08e4cbb33fec5e09
- Use the MD4_SUM_LENGTH define in place of some hard-wired values.
- Pass the hostname in to auth_server().
- Generate a unique error for each failure type in auth_server() so
  that the log-file contains why the authorization failed.
- Don't use sscanf() to parse the client's auth-challenge response.
authenticate.c