search for: 8fd9efcb

Displaying 1 result from an estimated 1 matches for "8fd9efcb".

2008 Oct 11
1
Password scheme module thoughts?
Hi, all. I have successfully deployed the code I wrote to handle Post.Office password hashes. However, I had to implement it as a hack to password-scheme.c. I'd like to implement it as a module so I don't have to hack Dovecot whenever a new release comes out. However, I had a few thoughts: 1. I used Dovecot's own MD5 routines in my implementation because I know how they