diff --git a/iwebadmin-x/iwebadmin.c b/iwebadmin-x/iwebadmin.c index 0befd5409..aa015ba61 100644 --- a/iwebadmin-x/iwebadmin.c +++ b/iwebadmin-x/iwebadmin.c @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: iwebadmin.c,v 1.35 2023-08-06 21:16:55+05:30 Cprogrammer Exp mbhangui $ + * $Id: iwebadmin.c,v 1.36 2023-10-24 11:11:57+05:30 Cprogrammer Exp mbhangui $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -882,6 +882,9 @@ quickAction(char *username, int action) /* * $Log: iwebadmin.c,v $ + * Revision 1.36 2023-10-24 11:11:57+05:30 Cprogrammer + * added few configurable debug statements + * * Revision 1.35 2023-08-06 21:16:55+05:30 Cprogrammer * added configurable mrtg url * diff --git a/iwebadmin-x/template.c b/iwebadmin-x/template.c index b4dfb3598..47133ae4c 100644 --- a/iwebadmin-x/template.c +++ b/iwebadmin-x/template.c @@ -1,5 +1,5 @@ /* - * $Id: template.c,v 1.31 2023-08-07 12:32:13+05:30 Cprogrammer Exp mbhangui $ + * $Id: template.c,v 1.32 2023-10-24 11:12:05+05:30 Cprogrammer Exp mbhangui $ * Copyright (C) 1999-2004 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/pam-multi-x/pam-multi.c b/pam-multi-x/pam-multi.c index 02044e880..19dbb257a 100644 --- a/pam-multi-x/pam-multi.c +++ b/pam-multi-x/pam-multi.c @@ -139,7 +139,7 @@ static int update_passwd(pam_handle_t *, const char *, const char *); #endif #ifndef lint -static char sccsid[] = "$Id: pam-multi.c,v 1.20 2021-07-18 08:27:16+05:30 Cprogrammer Exp mbhangui $"; +static char sccsid[] = "$Id: pam-multi.c,v 1.21 2023-11-13 10:26:36+05:30 Cprogrammer Exp mbhangui $"; #endif /* @@ -1321,6 +1321,9 @@ struct pam_module _pam_multi = { /* * $Log: pam-multi.c,v $ + * Revision 1.21 2023-11-13 10:26:36+05:30 Cprogrammer + * include crypt.h + * * Revision 1.20 2021-07-18 08:27:16+05:30 Cprogrammer * fixed salt size *