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

@ -8,7 +8,7 @@ This document is freely plagiarised from the 'Artistic Licence',
distributed as part of the Perl v4.0 kit by Larry Wall, which is distributed as part of the Perl v4.0 kit by Larry Wall, which is
available from most major archive sites. I stole it from CrackLib. available from most major archive sites. I stole it from CrackLib.
$Id: COPYING,v 1.1 2005/12/11 16:55:40 kloczek Exp $ $Id$
*) *)
This documents purpose is to state the conditions under which this This documents purpose is to state the conditions under which this

View File

@ -6,6 +6,18 @@
man/es/, man/ko/, man/it/, etc/, etc/pam.d/, po/: Restore the man/es/, man/ko/, man/it/, etc/, etc/pam.d/, po/: Restore the
ignore patterns from the previous repository. ignore patterns from the previous repository.
* libmisc/*.c, libmisc/*.h, libmisc/getdate.y, shadow.spec.in,
src/*.c, contrib/groupmems.shar, contrib/pwdauth.c,
doc/README.platforms, doc/WISHLIST, doc/console.c.spec.txt,
lib/*.c, lib/*.h, COPYING, man/*.xml, man/sv/*.[1358],
man/de/*.[1358], man/ja/*.[1358], man/fi/*.[1358],
man/fr/*.[1358], man/pt_BR/*.[1358], man/pl/*.[1358],
man/hu/*.[1358], man/tr/*.[1358], man/ru/*.[1358],
man/zh_TW/*.[1358], man/id/*.[1358], man/zh_CN/*.[1358],
man/cs/*.[1358], man/es/*.[1358], man/ko/*.[1358],
man/it/*.[1358], etc/login.access, etc/login.defs, NEWS: Added the
subversion svn:keywords property (Id) for proper identification.
2007-11-10 Nicolas François <nicolas.francois@centraliens.net> 2007-11-10 Nicolas François <nicolas.francois@centraliens.net>
* man/sv/sv.po, man/de/de.po, man/fr/fr.po, man/pl/pl.po, * man/sv/sv.po, man/de/de.po, man/fr/fr.po, man/pl/pl.po,

2
NEWS
View File

@ -1,4 +1,4 @@
$Id: NEWS,v 1.492 2007/02/01 20:49:25 kloczek Exp $ $Id$
shadow-4.0.18.1 -> shadow-4.0.18.2 UNRELEASED shadow-4.0.18.1 -> shadow-4.0.18.2 UNRELEASED

View File

@ -467,7 +467,7 @@ X.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
X.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF X.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
X.\" SUCH DAMAGE. X.\" SUCH DAMAGE.
X.\" X.\"
X.\" $Id: groupmems.shar,v 1.2 2006/11/12 19:20:35 kloczek Exp $ X.\" $Id$
X.\" X.\"
X.TH GROUPMEMS 8 X.TH GROUPMEMS 8
X.SH NAME X.SH NAME

View File

@ -30,7 +30,7 @@
* If you improve it, please send me your changes. * If you improve it, please send me your changes.
*/ */
static char rcsid[] = "$Id: pwdauth.c,v 1.2 1997/12/07 23:26:45 marekm Exp $"; static char rcsid[] = "$Id$";
/* /*
* Define USE_SYSLOG to use syslog() to log successful and failed * Define USE_SYSLOG to use syslog() to log successful and failed

View File

@ -1,4 +1,4 @@
# $Id: README.platforms,v 1.4 1999/06/07 16:40:44 marekm Exp $ # $Id$
# #
# This is the current (still incomplete) list of platforms this # This is the current (still incomplete) list of platforms this
# package has been verified to work on. Additions (preferably # package has been verified to work on. Additions (preferably

View File

@ -1,4 +1,4 @@
$Id: WISHLIST,v 1.25 2005/12/11 16:14:00 kloczek Exp $ $Id$
This is my wishlist for the shadow suite, in no particular order. Feel This is my wishlist for the shadow suite, in no particular order. Feel
free to do anything from this list and mail me the diffs :-). free to do anything from this list and mail me the diffs :-).

View File

@ -1,4 +1,4 @@
$Id: console.c.spec.txt,v 1.1 1997/06/16 00:02:41 marekm Exp $ $Id$
Specification for console.c source file -- Specification for console.c source file --

View File

@ -1,4 +1,4 @@
# $Id: login.access,v 1.2 1996/09/10 02:45:04 marekm Exp $ # $Id$
# #
# Login access control table. # Login access control table.
# #

View File

@ -1,7 +1,7 @@
# #
# /etc/login.defs - Configuration control definitions for the shadow package. # /etc/login.defs - Configuration control definitions for the shadow package.
# #
# $Id: login.defs,v 1.9 2006/07/16 09:00:20 kloczek Exp $ # $Id$
# #
# #

View File

@ -1,7 +1,7 @@
#include <config.h> #include <config.h>
#ident "$Id: commonio.c,v 1.32 2006/05/07 18:32:51 kloczek Exp $" #ident "$Id$"
#include "defines.h" #include "defines.h"
#include <sys/stat.h> #include <sys/stat.h>

View File

@ -1,4 +1,4 @@
/* $Id: commonio.h,v 1.9 2005/03/31 05:14:49 kloczek Exp $ */ /* $Id$ */
#ifdef WITH_SELINUX #ifdef WITH_SELINUX
#include <selinux/selinux.h> #include <selinux/selinux.h>

View File

@ -1,4 +1,4 @@
/* $Id: defines.h,v 1.29 2005/09/05 16:22:03 kloczek Exp $ */ /* $Id$ */
/* some useful defines */ /* some useful defines */
#ifndef _DEFINES_H_ #ifndef _DEFINES_H_

View File

@ -29,7 +29,7 @@
#include <config.h> #include <config.h>
#ident "$Id: encrypt.c,v 1.14 2005/08/31 17:24:56 kloczek Exp $" #ident "$Id$"
#include <unistd.h> #include <unistd.h>
#include "prototypes.h" #include "prototypes.h"

View File

@ -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 * Exit codes used by shadow programs

View File

@ -30,7 +30,7 @@
/* /*
* faillog.h - login failure logging file format * 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) * The login failure file is maintained by login(1) and faillog(8)
* Each record in the file represents a separate UID and the file * Each record in the file represents a separate UID and the file

View File

@ -32,7 +32,7 @@
#include <stdio.h> #include <stdio.h>
#include "defines.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) char *fgetsx (char *buf, int cnt, FILE * f)

View File

@ -29,7 +29,7 @@
#include <config.h> #include <config.h>
#ident "$Id: getdef.c,v 1.40 2006/06/24 13:17:18 kloczek Exp $" #ident "$Id$"
#include "prototypes.h" #include "prototypes.h"
#include "defines.h" #include "defines.h"

View File

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

View File

@ -32,7 +32,7 @@
/* Newer versions of Linux libc already have shadow support. */ /* Newer versions of Linux libc already have shadow support. */
#if defined(SHADOWGRP) && !defined(HAVE_SHADOWGRP) /*{ */ #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 <stdio.h>
#include "prototypes.h" #include "prototypes.h"

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: gshadow_.h,v 1.3 2005/03/31 05:14:49 kloczek Exp $ * $Id$
*/ */
#ifndef _H_GSHADOW #ifndef _H_GSHADOW

View File

@ -31,7 +31,7 @@
#ifndef HAVE_LCKPWDF #ifndef HAVE_LCKPWDF
#ident "$Id: lockpw.c,v 1.7 2005/08/31 17:24:56 kloczek Exp $" #ident "$Id$"
#include "prototypes.h" #include "prototypes.h"
#include "defines.h" #include "defines.h"

View File

@ -29,7 +29,7 @@
#include <config.h> #include <config.h>
#ident "$Id: port.c,v 1.5 2005/08/31 17:24:56 kloczek Exp $" #ident "$Id$"
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>

View File

@ -30,7 +30,7 @@
/* /*
* port.h - structure of /etc/porttime * 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 * Each entry in /etc/porttime consists of a TTY device
* name or "*" to indicate all TTY devices, followed by * name or "*" to indicate all TTY devices, followed by

View File

@ -6,7 +6,7 @@
* Juha Virtanen, <jiivee@hut.fi>; November 1995 * 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 * Added a macro to work around ancient (non-ANSI) compilers, just in case
* someone ever tries to compile this with SunOS cc... --marekm * someone ever tries to compile this with SunOS cc... --marekm

View File

@ -30,7 +30,7 @@
#include <config.h> #include <config.h>
#ifndef USE_PAM #ifndef USE_PAM
#ident "$Id: pwauth.c,v 1.23 2006/06/24 13:17:18 kloczek Exp $" #ident "$Id$"
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: pwauth.h,v 1.6 2005/05/25 19:31:50 kloczek Exp $ * $Id$
*/ */
#ifndef USE_PAM #ifndef USE_PAM

View File

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

View File

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

View File

@ -29,7 +29,7 @@
#include <config.h> #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 <sys/types.h>
#include "defines.h" #include "defines.h"

View File

@ -29,7 +29,7 @@
#include <config.h> #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 <sys/types.h>
#include "prototypes.h" #include "prototypes.h"

View File

@ -3,7 +3,7 @@
#ifdef SHADOWGRP #ifdef SHADOWGRP
#ident "$Id: sgroupio.c,v 1.14 2005/08/31 17:24:56 kloczek Exp $" #ident "$Id$"
#include "prototypes.h" #include "prototypes.h"
#include "defines.h" #include "defines.h"

View File

@ -32,7 +32,7 @@
/* Newer versions of Linux libc already have shadow support. */ /* Newer versions of Linux libc already have shadow support. */
#ifndef HAVE_GETSPNAM #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 <sys/types.h>
#include "prototypes.h" #include "prototypes.h"

View File

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

View File

@ -37,7 +37,7 @@
#include <utmp.h> #include <utmp.h>
#ifndef lint #ifndef lint
static char rcsid[] = "$Id: utent.c,v 1.5 2005/03/31 05:14:49 kloczek Exp $"; static char rcsid[] = "$Id$";
#endif #endif
static int utmp_fd = -1; static int utmp_fd = -1;

View File

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

View File

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

View File

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

View File

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

View File

@ -29,7 +29,7 @@
#include <config.h> #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/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@ -29,7 +29,7 @@
#include <config.h> #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/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@ -32,7 +32,7 @@
#include <stdio.h> #include <stdio.h>
#include "getdef.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> #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/stat.h>
#include <sys/types.h> #include <sys/types.h>

View File

@ -29,7 +29,7 @@
#include <config.h> #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 <sys/types.h>
#include <stdio.h> #include <stdio.h>

View File

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

View File

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

View File

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

View File

@ -29,7 +29,7 @@
#include <config.h> #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 <sys/types.h>
#include <stdio.h> #include <stdio.h>

View File

@ -40,7 +40,7 @@
#include <pwd.h> #include <pwd.h>
#include <time.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 #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/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

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

View File

@ -29,7 +29,7 @@
#include <config.h> #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 <sys/types.h>
#include <pwd.h> #include <pwd.h>

View File

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

View File

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

View File

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

View File

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

View File

@ -31,7 +31,7 @@
#ifndef USE_PAM #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 #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> #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 <sys/types.h>
#include "prototypes.h" #include "prototypes.h"

View File

@ -1,7 +1,7 @@
#include <config.h> #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 "defines.h"
#include <signal.h> #include <signal.h>

View File

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

View File

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

View File

@ -7,7 +7,7 @@
#include <config.h> #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 <sys/time.h>
#include <stdlib.h> #include <stdlib.h>

View File

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

View File

@ -33,7 +33,7 @@
#include <config.h> #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/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

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

View File

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

View File

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

View File

@ -29,7 +29,7 @@
#include <config.h> #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/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

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

View File

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

View File

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

View File

@ -40,7 +40,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <stdio.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 #if HAVE_UTMPX_H
struct utmpx utxent; struct utmpx utxent;

View File

@ -29,7 +29,7 @@
#include <config.h> #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 <sys/types.h>
#include <stdio.h> #include <stdio.h>

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='chage.1'> <refentry id='chage.1'>
<!-- $Id: chage.1.xml,v 1.35 2006/07/11 13:34:47 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>chage</refentrytitle> <refentrytitle>chage</refentrytitle>
<manvolnum>1</manvolnum> <manvolnum>1</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='chfn.1'> <refentry id='chfn.1'>
<!-- $Id: chfn.1.xml,v 1.23 2006/11/12 19:20:34 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>chfn</refentrytitle> <refentrytitle>chfn</refentrytitle>
<manvolnum>1</manvolnum> <manvolnum>1</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='chgpasswd.8'> <refentry id='chgpasswd.8'>
<!-- $Id: chgpasswd.8.xml,v 1.4 2006/10/28 12:29:04 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>chgpasswd</refentrytitle> <refentrytitle>chgpasswd</refentrytitle>
<manvolnum>8</manvolnum> <manvolnum>8</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='chpasswd.8'> <refentry id='chpasswd.8'>
<!-- $Id: chpasswd.8.xml,v 1.20 2006/10/28 12:29:04 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>chpasswd</refentrytitle> <refentrytitle>chpasswd</refentrytitle>
<manvolnum>8</manvolnum> <manvolnum>8</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='chsh.1'> <refentry id='chsh.1'>
<!-- $Id: chsh.1.xml,v 1.24 2006/11/12 19:20:34 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>chsh</refentrytitle> <refentrytitle>chsh</refentrytitle>
<manvolnum>1</manvolnum> <manvolnum>1</manvolnum>

View File

@ -1,5 +1,5 @@
.\" @(#)lastlog.8 3.3 08:24:58 29 Sep 1993 (National Guard Release) .\" @(#)lastlog.8 3.3 08:24:58 29 Sep 1993 (National Guard Release)
.\" $Id: lastlog.8,v 1.3 2005/12/01 20:38:24 kloczek Exp $ .\" $Id$
.\" .\"
.TH LASTLOG 8 .TH LASTLOG 8
.SH JMÉNO .SH JMÉNO

View File

@ -1,4 +1,4 @@
.\" $Id: passwd.1,v 1.10 2006/01/25 07:33:59 kloczek Exp $ .\" $Id$
.\" Copyright 1989 - 1994, Julianne Frances Haugh .\" Copyright 1989 - 1994, Julianne Frances Haugh
.\" All rights reserved. .\" All rights reserved.
.\" .\"

View File

@ -1,4 +1,4 @@
.\"$Id: vipw.8,v 1.3 2005/12/01 20:38:25 kloczek Exp $ .\"$Id$
.\" .\"
.\"Translated into german by Helge Kreutzmann <kreutzm@itp.uni\-hannover.de> .\"Translated into german by Helge Kreutzmann <kreutzm@itp.uni\-hannover.de>
.TH VIPW 8 "21 Jul 2004" .TH VIPW 8 "21 Jul 2004"

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)vipw.8 6.7 (Berkeley) 3/16/91 .\" from: @(#)vipw.8 6.7 (Berkeley) 3/16/91
.\" $Id: vipw.8,v 1.2 2006/01/25 07:33:59 kloczek Exp $ .\" $Id$
.\" .\"
.\" .\"
.\" Translated into Spanish on Fri Aug 28 1998 by Gerardo Aburruzaga .\" Translated into Spanish on Fri Aug 28 1998 by Gerardo Aburruzaga

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='expiry.1'> <refentry id='expiry.1'>
<!-- $Id: expiry.1.xml,v 1.16 2006/10/28 12:29:04 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>expiry</refentrytitle> <refentrytitle>expiry</refentrytitle>
<manvolnum>1</manvolnum> <manvolnum>1</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='faillog.5'> <refentry id='faillog.5'>
<!-- $Id: faillog.5.xml,v 1.18 2006/07/20 20:26:13 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>faillog</refentrytitle> <refentrytitle>faillog</refentrytitle>
<manvolnum>5</manvolnum> <manvolnum>5</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='faillog.8'> <refentry id='faillog.8'>
<!-- $Id: faillog.8.xml,v 1.21 2006/05/28 16:17:36 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>faillog</refentrytitle> <refentrytitle>faillog</refentrytitle>
<manvolnum>8</manvolnum> <manvolnum>8</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='gpasswd.1'> <refentry id='gpasswd.1'>
<!-- $Id: gpasswd.1.xml,v 1.21 2006/10/28 12:29:04 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>gpasswd</refentrytitle> <refentrytitle>gpasswd</refentrytitle>
<manvolnum>1</manvolnum> <manvolnum>1</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='groupadd.8'> <refentry id='groupadd.8'>
<!-- $Id: groupadd.8.xml,v 1.29 2007/02/01 20:49:25 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>groupadd</refentrytitle> <refentrytitle>groupadd</refentrytitle>
<manvolnum>8</manvolnum> <manvolnum>8</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='groupdel.8'> <refentry id='groupdel.8'>
<!-- $Id: groupdel.8.xml,v 1.18 2006/10/05 20:31:25 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>groupdel</refentrytitle> <refentrytitle>groupdel</refentrytitle>
<manvolnum>8</manvolnum> <manvolnum>8</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='groupmems.8'> <refentry id='groupmems.8'>
<!-- $Id: groupmems.8.xml,v 1.22 2006/11/12 19:20:34 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>groupmems</refentrytitle> <refentrytitle>groupmems</refentrytitle>
<manvolnum>8</manvolnum> <manvolnum>8</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='groupmod.8'> <refentry id='groupmod.8'>
<!-- $Id: groupmod.8.xml,v 1.20 2007/02/01 20:49:25 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>groupmod</refentrytitle> <refentrytitle>groupmod</refentrytitle>
<manvolnum>8</manvolnum> <manvolnum>8</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='groups.1'> <refentry id='groups.1'>
<!-- $Id: groups.1.xml,v 1.17 2006/10/28 12:29:04 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>groups</refentrytitle> <refentrytitle>groups</refentrytitle>
<manvolnum>1</manvolnum> <manvolnum>1</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='grpck.8'> <refentry id='grpck.8'>
<!-- $Id: grpck.8.xml,v 1.19 2006/10/28 12:29:04 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>grpck</refentrytitle> <refentrytitle>grpck</refentrytitle>
<manvolnum>8</manvolnum> <manvolnum>8</manvolnum>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<refentry id='gshadow.5'> <refentry id='gshadow.5'>
<!-- $Id: gshadow.5.xml,v 1.19 2006/05/20 12:11:38 kloczek Exp $ --> <!-- $Id$ -->
<refmeta> <refmeta>
<refentrytitle>gshadow</refentrytitle> <refentrytitle>gshadow</refentrytitle>
<manvolnum>5</manvolnum> <manvolnum>5</manvolnum>

View File

@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $Id: chsh.1,v 1.6 2006/04/24 18:43:40 kloczek Exp $ .\" $Id$
.\" .\"
.TH CHSH 1 .TH CHSH 1
.SH NÉV .SH NÉV

View File

@ -4,7 +4,7 @@
.\" published by the Free Software Foundation; either version 2 of the .\" published by the Free Software Foundation; either version 2 of the
.\" License, or (at your option) any later version. .\" License, or (at your option) any later version.
.\" .\"
.\" $Id: gpasswd.1,v 1.4 2005/12/01 20:38:25 kloczek Exp $ .\" $Id$
.\" .\"
.TH GPASSWD 1 .TH GPASSWD 1
.SH NÉV .SH NÉV

View File

@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $Id: groups.1,v 1.6 2005/12/01 20:38:25 kloczek Exp $ .\" $Id$
.\" .\"
.TH GROUPS 1 .TH GROUPS 1
.SH NÉV .SH NÉV

Some files were not shown because too many files have changed in this diff Show More