pamckpasswd

Graeme Mathieson graeme+inn-workers at mathie.cx
Sat Jan 12 16:16:11 UTC 2002


On Wed, Jan 09, 2002 at 07:34:25PM +0900, Katsuhiro Kondou wrote:
> 
> In article <20020108185052.GE13286 at mathie.cx>,
> 	Graeme Mathieson <graeme+inn-workers at mathie.cx> wrote;
> 
> } > I'm wondering if both are included into CURRENT.
> } 
> } That would be great, yes.
> 
> It'd be helpful to give us a patch to include pamckpasswd.

I'm not sure I understand what you mean.  The patch for
authprogs/ckpasswd is all that's required for PAM support.  Are you
wanting to include pamckpasswd in contrib (instead|as well)?

Incidentally, have a a one-liner patch:

diff -u -r1.1.1.4 makehistory.c
--- expire/makehistory.c        19 Jul 2001 09:00:46 -0000      1.1.1.4
+++ expire/makehistory.c        12 Jan 2002 16:06:03 -0000
@@ -790,7 +790,7 @@
     char *HistoryDir;
     char *p;
     char *buff;
-    size_t npairs;
+    size_t npairs = 0;

     /* First thing, set up logging and our identity. */
     openlog("makehistory", L_OPENLOG_FLAGS | LOG_PID, LOG_INN_PROG);

I've spent hours trying to figure out why makehistory wasn't working...
Still, I've got an idea of how the history API works now.  For an
encore, I'm going to try and figure out why inn-CURRENT is crashing for
me in the first place.  I *think* it's something to do with newgroup
control messages.  The times it's crashed, the last thing that
was logged was similar to:

Jan 11 22:49:32 drusilla controlchan[21910]: control_newgroup,
    alt.pl.nowe-grupy CensorKiller at 127.0.0.1 CensorKiller at 127.0.0.1
    @0402003C3F6B007F00000000000000000000@, homer.mathie.cx, doit, 1
Jan 11 22:51:32 drusilla controlchan[21910]: ctlinnd returned status 0
    (<18AE3AF8762660E2F0D at news.bcn.ttd.net>)

FWIW, it's running 2.4 prerelease 20020109 on Debian/Sparc (Testing),
built with:

./configure  --prefix=/news --with-perl --with-python
--enable-uucp-rnews --with-berkeleydb=/usr --with-openssl=/usr
--with-sendmail=/usr/sbin/sendmail
-- 
graeme+sig at mathie.cx                          http://www.mathie.cx/~graeme/


More information about the inn-workers mailing list