28 Jul
2004
28 Jul
'04
6:44 p.m.
On Wed, 2004-07-28 at 16:15, Andrey Panin wrote:
So now Dovecot has md4, md5, sha1 and des code. Maybe there should be a lib-crypto or something similiar for those.. Or anyway md4 and des would be better in lib/ than lib-ntlm/.
md4 and hmac-md5 can be moved to lib/ easily. I'm not sure about usefulness of ntlm-des.c outside of NTLM authentication code.
Oh, right. It wasn't a full DES implementation.
Updated patches attached.
Committed. I added some consts and split lines so they won't be wider than 80 chars.
The POP3 NTLM kludge probably should be added to pop3_client_workarounds?