Added the subversion svn:keywords property (Id) for proper identification.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ident "$Id: commonio.c,v 1.32 2006/05/07 18:32:51 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include "defines.h"
|
||||
#include <sys/stat.h>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* $Id: commonio.h,v 1.9 2005/03/31 05:14:49 kloczek Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
#ifdef WITH_SELINUX
|
||||
#include <selinux/selinux.h>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* $Id: defines.h,v 1.29 2005/09/05 16:22:03 kloczek Exp $ */
|
||||
/* $Id$ */
|
||||
/* some useful defines */
|
||||
|
||||
#ifndef _DEFINES_H_
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ident "$Id: encrypt.c,v 1.14 2005/08/31 17:24:56 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include <unistd.h>
|
||||
#include "prototypes.h"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* $Id: exitcodes.h,v 1.8 2006/01/17 22:06:03 kloczek Exp $ */
|
||||
/* $Id$ */
|
||||
|
||||
/*
|
||||
* Exit codes used by shadow programs
|
||||
|
@@ -30,7 +30,7 @@
|
||||
/*
|
||||
* faillog.h - login failure logging file format
|
||||
*
|
||||
* $Id: faillog.h,v 1.4 2005/03/31 05:14:49 kloczek Exp $
|
||||
* $Id$
|
||||
*
|
||||
* The login failure file is maintained by login(1) and faillog(8)
|
||||
* Each record in the file represents a separate UID and the file
|
||||
|
@@ -32,7 +32,7 @@
|
||||
#include <stdio.h>
|
||||
#include "defines.h"
|
||||
|
||||
#ident "$Id: fputsx.c,v 1.7 2005/08/31 17:24:56 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
|
||||
char *fgetsx (char *buf, int cnt, FILE * f)
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ident "$Id: getdef.c,v 1.40 2006/06/24 13:17:18 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include "prototypes.h"
|
||||
#include "defines.h"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ident "$Id: groupio.c,v 1.13 2005/08/31 17:24:56 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include "prototypes.h"
|
||||
#include "defines.h"
|
||||
|
@@ -32,7 +32,7 @@
|
||||
/* Newer versions of Linux libc already have shadow support. */
|
||||
#if defined(SHADOWGRP) && !defined(HAVE_SHADOWGRP) /*{ */
|
||||
|
||||
#ident "$Id: gshadow.c,v 1.11 2005/08/31 17:24:56 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include <stdio.h>
|
||||
#include "prototypes.h"
|
||||
|
@@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: gshadow_.h,v 1.3 2005/03/31 05:14:49 kloczek Exp $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef _H_GSHADOW
|
||||
|
@@ -31,7 +31,7 @@
|
||||
|
||||
#ifndef HAVE_LCKPWDF
|
||||
|
||||
#ident "$Id: lockpw.c,v 1.7 2005/08/31 17:24:56 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include "prototypes.h"
|
||||
#include "defines.h"
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ident "$Id: port.c,v 1.5 2005/08/31 17:24:56 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
@@ -30,7 +30,7 @@
|
||||
/*
|
||||
* port.h - structure of /etc/porttime
|
||||
*
|
||||
* $Id: port.h,v 1.3 2005/03/31 05:14:49 kloczek Exp $
|
||||
* $Id$
|
||||
*
|
||||
* Each entry in /etc/porttime consists of a TTY device
|
||||
* name or "*" to indicate all TTY devices, followed by
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* Juha Virtanen, <jiivee@hut.fi>; November 1995
|
||||
*/
|
||||
/*
|
||||
* $Id: prototypes.h,v 1.28 2006/02/07 16:36:30 kloczek Exp $
|
||||
* $Id$
|
||||
*
|
||||
* Added a macro to work around ancient (non-ANSI) compilers, just in case
|
||||
* someone ever tries to compile this with SunOS cc... --marekm
|
||||
|
@@ -30,7 +30,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#ifndef USE_PAM
|
||||
#ident "$Id: pwauth.c,v 1.23 2006/06/24 13:17:18 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
@@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: pwauth.h,v 1.6 2005/05/25 19:31:50 kloczek Exp $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef USE_PAM
|
||||
|
@@ -1,7 +1,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ident "$Id: pwio.c,v 1.16 2005/08/31 17:24:56 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include "prototypes.h"
|
||||
#include "defines.h"
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ident "$Id: sgetgrent.c,v 1.6 2005/08/31 17:24:56 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <grp.h>
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ident "$Id: sgetpwent.c,v 1.8 2005/08/31 17:24:56 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "defines.h"
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ident "$Id: sgetspent.c,v 1.9 2005/08/31 17:24:56 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "prototypes.h"
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
#ifdef SHADOWGRP
|
||||
|
||||
#ident "$Id: sgroupio.c,v 1.14 2005/08/31 17:24:56 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include "prototypes.h"
|
||||
#include "defines.h"
|
||||
|
@@ -32,7 +32,7 @@
|
||||
/* Newer versions of Linux libc already have shadow support. */
|
||||
#ifndef HAVE_GETSPNAM
|
||||
|
||||
#ident "$Id: shadow.c,v 1.12 2005/08/31 17:24:56 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "prototypes.h"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ident "$Id: shadowio.c,v 1.16 2005/08/31 17:24:56 kloczek Exp $"
|
||||
#ident "$Id$"
|
||||
|
||||
#include "prototypes.h"
|
||||
#include "defines.h"
|
||||
|
@@ -37,7 +37,7 @@
|
||||
#include <utmp.h>
|
||||
|
||||
#ifndef lint
|
||||
static char rcsid[] = "$Id: utent.c,v 1.5 2005/03/31 05:14:49 kloczek Exp $";
|
||||
static char rcsid[] = "$Id$";
|
||||
#endif
|
||||
|
||||
static int utmp_fd = -1;
|
||||
|
Reference in New Issue
Block a user