Re: lka.c patch

2017-12-21 Thread Gilles Chehade
On Sat, Dec 16, 2017 at 09:08:09AM -0600, Edgar Pettijohn wrote: > Sorry forgot to make cpass an int > > Index: lka.c > === > RCS file: /cvs/src/usr.sbin/smtpd/lka.c,v > retrieving revision 1.199 > diff -u -p -u -r1.199 lka.c > ---

Re: lka.c patch

2017-12-16 Thread Edgar Pettijohn
Sorry forgot to make cpass an int Index: lka.c === RCS file: /cvs/src/usr.sbin/smtpd/lka.c,v retrieving revision 1.199 diff -u -p -u -r1.199 lka.c --- lka.c 17 May 2017 14:00:06 - 1.199 +++ lka.c 16 Dec 2017

lka.c patch

2017-12-16 Thread Edgar Pettijohn
I was playing with some perl cgi for a webapp to automate user (sql) tables, etc updating / allow users to change their passwords. I had never noticed that `smtpctl encrypt ${string}' provided a different hash each time. Which is obviously the more better way to do passwords. However, looking