Added the subversion svn:keywords property (Id) for proper identification.

This commit is contained in:
nekral-guest
2007-11-10 23:46:11 +00:00
parent fb3b2ddbff
commit b2120265fd
289 changed files with 301 additions and 289 deletions

View File

@@ -9,7 +9,7 @@
#include <grp.h>
#include <errno.h>
#ident "$Id: addgrps.c,v 1.9 2006/01/23 09:46:30 kloczek Exp $"
#ident "$Id$"
#define SEP ",:"
/*

View File

@@ -39,7 +39,7 @@
#include <pwd.h>
#include <grp.h>
#ident "$Id: age.c,v 1.13 2006/01/18 19:38:27 kloczek Exp $"
#ident "$Id$"
#ifndef PASSWD_PROGRAM
#define PASSWD_PROGRAM "/bin/passwd"

View File

@@ -7,7 +7,7 @@
#include <config.h>
#ident "$Id: basename.c,v 1.4 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include "defines.h"
#include "prototypes.h"

View File

@@ -5,7 +5,7 @@
#include <config.h>
#ident "$Id: chkname.c,v 1.11 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include <ctype.h>
#include "defines.h"

View File

@@ -1,4 +1,4 @@
/* $Id: chkname.h,v 1.3 2005/03/31 05:14:50 kloczek Exp $ */
/* $Id$ */
#ifndef _CHKNAME_H_
#define _CHKNAME_H_

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: chowndir.c,v 1.9 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include <sys/types.h>
#include <sys/stat.h>

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: chowntty.c,v 1.13 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include <sys/types.h>
#include <sys/stat.h>

View File

@@ -32,7 +32,7 @@
#include <stdio.h>
#include "getdef.h"
#ident "$Id: console.c,v 1.7 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
/*

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: copydir.c,v 1.15 2006/07/10 04:35:56 kloczek Exp $"
#ident "$Id$"
#include <sys/stat.h>
#include <sys/types.h>

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: entry.c,v 1.9 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include <sys/types.h>
#include <stdio.h>

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: env.c,v 1.12 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include <stdio.h>
#include <stdlib.h>

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: failure.c,v 1.17 2005/09/26 18:46:11 kloczek Exp $"
#ident "$Id$"
#include <fcntl.h>
#include <stdio.h>

View File

@@ -1,4 +1,4 @@
/* $Id: failure.h,v 1.4 2005/06/10 18:35:17 kloczek Exp $ */
/* $Id$ */
#ifndef _FAILURE_H_
#define _FAILURE_H_

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: fields.c,v 1.7 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include <ctype.h>
#include <string.h>

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: hushed.c,v 1.7 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include <sys/types.h>
#include <stdio.h>

View File

@@ -40,7 +40,7 @@
#include <pwd.h>
#include <time.h>
#ident "$Id: isexpired.c,v 1.15 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
/*

View File

@@ -36,7 +36,7 @@
#ifndef USE_PAM
#ident "$Id: limits.c,v 1.21 2006/07/10 04:11:31 kloczek Exp $"
#ident "$Id$"
#include <sys/types.h>
#include <sys/stat.h>

View File

@@ -32,7 +32,7 @@
#include <config.h>
#ident "$Id: list.c,v 1.5 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include "prototypes.h"
#include "defines.h"

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: log.c,v 1.10 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include <sys/types.h>
#include <pwd.h>

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: loginprompt.c,v 1.9 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include <stdio.h>
#include <signal.h>

View File

@@ -36,7 +36,7 @@
#include "getdef.h"
#ident "$Id: mail.c,v 1.9 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
void mailcheck (void)

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: motd.c,v 1.6 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include <stdio.h>
#include "prototypes.h"

View File

@@ -10,7 +10,7 @@
#include <config.h>
#ident "$Id: myname.c,v 1.4 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include "defines.h"
#include <pwd.h>

View File

@@ -31,7 +31,7 @@
#ifndef USE_PAM
#ident "$Id: obscure.c,v 1.14 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
/*

View File

@@ -2,7 +2,7 @@
#ifdef USE_PAM
#ident "$Id: pam_pass.c,v 1.12 2005/10/19 15:21:07 kloczek Exp $"
#ident "$Id$"
/*

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: pwd2spwd.c,v 1.7 2005/08/31 17:24:57 kloczek Exp $"
#ident "$Id$"
#include <sys/types.h>
#include "prototypes.h"

View File

@@ -1,7 +1,7 @@
#include <config.h>
#ident "$Id: pwd_init.c,v 1.3 2005/08/31 17:24:58 kloczek Exp $"
#ident "$Id$"
#include "defines.h"
#include <signal.h>

View File

@@ -1,6 +1,6 @@
#include <config.h>
#ident "$Id: pwdcheck.c,v 1.9 2005/10/19 15:21:07 kloczek Exp $"
#ident "$Id$"
#include <pwd.h>
#include <stdio.h>

View File

@@ -31,7 +31,7 @@
#ifdef RLOGIN
#ident "$Id: rlogin.c,v 1.10 2005/08/31 17:24:58 kloczek Exp $"
#ident "$Id$"
#include "prototypes.h"
#include "defines.h"

View File

@@ -7,7 +7,7 @@
#include <config.h>
#ident "$Id: salt.c,v 1.10 2005/08/31 17:24:58 kloczek Exp $"
#ident "$Id$"
#include <sys/time.h>
#include <stdlib.h>

View File

@@ -33,7 +33,7 @@
#include <config.h>
#ident "$Id: setugid.c,v 1.10 2005/08/31 17:24:58 kloczek Exp $"
#ident "$Id$"
#include <stdio.h>
#include <grp.h>

View File

@@ -33,7 +33,7 @@
#include <config.h>
#ident "$Id: setupenv.c,v 1.24 2006/05/12 23:11:13 kloczek Exp $"
#ident "$Id$"
#include <sys/types.h>
#include <sys/stat.h>

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: shell.c,v 1.13 2006/01/18 19:38:27 kloczek Exp $"
#ident "$Id$"
#include <stdio.h>
#include <errno.h>

View File

@@ -33,7 +33,7 @@
#include <config.h>
#ident "$Id: strtoday.c,v 1.11 2005/08/31 17:24:58 kloczek Exp $"
#ident "$Id$"
#include "defines.h"
#ifndef USE_GETDATE

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: sub.c,v 1.10 2006/05/07 16:12:16 kloczek Exp $"
#ident "$Id$"
#include <pwd.h>
#include <stdio.h>

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: sulog.c,v 1.10 2005/11/02 16:21:29 kloczek Exp $"
#ident "$Id$"
#include <sys/types.h>
#include <sys/stat.h>

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: ttytype.c,v 1.10 2005/08/31 17:24:58 kloczek Exp $"
#ident "$Id$"
#include <stdio.h>
#include "prototypes.h"

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: tz.c,v 1.7 2005/08/31 17:24:58 kloczek Exp $"
#ident "$Id$"
#include <stdio.h>
#include <string.h>

View File

@@ -1,6 +1,6 @@
#include <config.h>
#ident "$Id: ulimit.c,v 1.4 2005/08/31 17:24:58 kloczek Exp $"
#ident "$Id$"
#if HAVE_ULIMIT_H
#include <ulimit.h>

View File

@@ -40,7 +40,7 @@
#include <fcntl.h>
#include <stdio.h>
#ident "$Id: utmp.c,v 1.18 2005/08/31 17:24:58 kloczek Exp $"
#ident "$Id$"
#if HAVE_UTMPX_H
struct utmpx utxent;

View File

@@ -29,7 +29,7 @@
#include <config.h>
#ident "$Id: valid.c,v 1.6 2005/08/31 17:24:58 kloczek Exp $"
#ident "$Id$"
#include <sys/types.h>
#include <stdio.h>

View File

@@ -9,7 +9,7 @@
#include <config.h>
#ident "$Id: xmalloc.c,v 1.8 2006/01/23 09:46:30 kloczek Exp $"
#ident "$Id$"
#include <stdio.h>
#include "defines.h"