Skip to content

Commit

Permalink
updated RCS log
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Jan 1, 2024
1 parent 76aff60 commit 22ca5d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion iwebadmin-x/iwebadmin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion iwebadmin-x/template.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion pam-multi-x/pam-multi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*
Expand Down Expand Up @@ -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
*
Expand Down

0 comments on commit 22ca5d1

Please sign in to comment.