[dovecot-cvs] dovecot/src/auth passdb-pam.c,1.47,1.48
tss at dovecot.org
tss at dovecot.org
Thu Feb 22 12:23:55 UTC 2007
- Previous message: [dovecot-cvs] dovecot/src/auth passdb-pam.c,1.37.2.9,1.37.2.10
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.115.2.22, 1.115.2.23 maildir-storage.h, 1.49.2.6, 1.49.2.7 maildir-uidlist.c, 1.51.2.5, 1.51.2.6 maildir-uidlist.h, 1.17.2.2, 1.17.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv10665
Modified Files:
passdb-pam.c
Log Message:
PAM dead-child timeout function was called 1000 times too often.
Index: passdb-pam.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/passdb-pam.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- passdb-pam.c 12 Feb 2007 21:41:08 -0000 1.47
+++ passdb-pam.c 22 Feb 2007 12:23:52 -0000 1.48
@@ -26,7 +26,7 @@
#include <sys/wait.h>
#define PAM_CHILD_TIMEOUT (60*2)
-#define PAM_CHILD_CHECK_TIMEOUT 10
+#define PAM_CHILD_CHECK_TIMEOUT (10*1000)
#ifdef HAVE_SECURITY_PAM_APPL_H
# include <security/pam_appl.h>
- Previous message: [dovecot-cvs] dovecot/src/auth passdb-pam.c,1.37.2.9,1.37.2.10
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.115.2.22, 1.115.2.23 maildir-storage.h, 1.49.2.6, 1.49.2.7 maildir-uidlist.c, 1.51.2.5, 1.51.2.6 maildir-uidlist.h, 1.17.2.2, 1.17.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list