Humm, weird. Yes, the vchkpw module was part of it. In fact, the authinfo
and authtest tools in the authlib dir both worked fine...
jesse
-----Original Message-----
From: Sam Varshavchik [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 11, 2000 8:44 PM
Cc: Sqwebmail
Subject: RE: Authentication problem
On Fri, 11 Aug 2000, Jesse Peterson wrote:
> I finally got fed up with trying to make 0.99 work and thought I'd see
0.36
> would go as smoothly as Jessie says it did for him... well, I d/l'd 0.37a,
> but it still worked as smoothly as I thought it should have... do I dare
say
> a small bug may have been introduced into 0.99 that at the least affect
> vhkpw authentication??
I compared the 0.37a source versus 0.99.
Here are the files that have changed:
INSTALL
INSTALL.html
NEWS
NEWS.html
authlib/Makefile.am
authlib/Makefile.in
authlib/authmysql.c
authlib/authmysql.h
authlib/authmysqllib.c
authlib/authmysqlrc
authlib/authsasl.c
authlib/authsaslcram.c
authlib/authsaslfrombase64.c
authlib/checkpassword.c
authlib/checkpasswordmd5.c
authlib/configure
authlib/configure.in
authlib/cramlib.c
authlib/preauthmysql.c
authlib/preauthvchkpw.c
bdbobj/Makefile.in
bdbobj/bdbobj.c
bdbobj/configure
cgi/Makefile.in
configure
configure.in
dbobj.h.in
gdbmobj/Makefile.in
gdbmobj/testgdbm.C
maildir/Makefile.am
maildir/Makefile.in
maildir/README.maildirquota.html
maildir/README.maildirquota.txt
maildir/configure
maildir/configure.in
maildir/testsuite
maildir/testsuite.txt
md5/Makefile.am
md5/Makefile.in
md5/md5.c
md5/md5.h
random128/Makefile.in
rfc2045/Makefile.am
rfc2045/Makefile.in
rfc2045/reformime.c
rfc822/Makefile.in
rfc822/testsuite.c
rpm.release
sqwebmail/ChangeLog
sqwebmail/Makefile.am
sqwebmail/Makefile.in
sqwebmail/configure
sqwebmail/configure.in
sqwebmail/folder.c
sqwebmail/html/en-us/Makefile.am
sqwebmail/html/en-us/Makefile.in
sqwebmail/html/en-us/abooklist.html
sqwebmail/html/en-us/attachments.html
sqwebmail/html/en-us/folder.html
sqwebmail/html/en-us/folders.html
sqwebmail/html/en-us/ldaplist.html
sqwebmail/html/en-us/ldapsearch.html
sqwebmail/html/en-us/newmsg.html
sqwebmail/html/en-us/preferences.html
sqwebmail/html/en-us/readmsg.html
sqwebmail/newmsg_newdraft.c
sqwebmail/sqwebmail.c
sqwebmail/token.c
sqwebmail.spec
userdb/Makefile.in
userdb/pw2userdb.in
The change in authlib/preauthvchkpw.c is a single line addition of a call
to vclose(). This is the only portion of the code that deals with
vpopmail authentication. The authmysql files are native MySQL
authentication, and are not related to vpopmail.
The only other related change is to authlib/configure.in, the
configuration script. Did you check whether or not you even get
authvchkpw in 0.99?
Other than that, I see nothing else that would affect authvchkpw
authentication.