summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-10-12 08:00:34 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-10-12 08:00:34 +0000
commit54845e6fb6d0fa0f7f77b4a7d8520897e0e98496 (patch)
treefcceee7165453e442871d496b08f03e30260d784
parentc71aa8cee12cf5f098c514ab4c0d3543508a5989 (diff)
add keyword expansion (svn:keywords) to all files containing keywords
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@9 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--CVSVersionInfo.txt2
-rw-r--r--ChangeLog2
-rw-r--r--NEWS2
-rw-r--r--aix_authmeth.c2
-rwxr-xr-xcertutil2
-rw-r--r--dnsconfig.c2
-rw-r--r--doc/autofs-4.1.3-lookup-nssldap.patch2
-rw-r--r--doc/lookup_nssldap.c2
-rw-r--r--exports.linux2
-rw-r--r--exports.solaris2
-rw-r--r--irs-grp.c2
-rw-r--r--irs-hosts.c2
-rw-r--r--irs-netgrp.c2
-rw-r--r--irs-network.c2
-rw-r--r--irs-nss.c2
-rw-r--r--irs-nss.h2
-rw-r--r--irs-proto.c2
-rw-r--r--irs-pwd.c2
-rw-r--r--irs-service.c2
-rw-r--r--irs.h2
-rw-r--r--ldap-alias.c4
-rw-r--r--ldap-alias.h2
-rw-r--r--ldap-automount.c4
-rw-r--r--ldap-automount.h2
-rw-r--r--ldap-bp.c4
-rw-r--r--ldap-bp.h2
-rw-r--r--ldap-ethers.c4
-rw-r--r--ldap-ethers.h2
-rw-r--r--ldap-grp.c2
-rw-r--r--ldap-grp.h2
-rw-r--r--ldap-hosts.c4
-rw-r--r--ldap-netgrp.c4
-rw-r--r--ldap-netgrp.h2
-rw-r--r--ldap-network.c4
-rw-r--r--ldap-network.h2
-rw-r--r--ldap-nss.c2
-rw-r--r--ldap-nss.h2
-rw-r--r--ldap-parse.h2
-rw-r--r--ldap-proto.c4
-rw-r--r--ldap-proto.h2
-rw-r--r--ldap-pwd.c2
-rw-r--r--ldap-pwd.h2
-rw-r--r--ldap-rpc.c4
-rw-r--r--ldap-rpc.h2
-rw-r--r--ldap-schema.c4
-rw-r--r--ldap-schema.h2
-rw-r--r--ldap-service.c4
-rw-r--r--ldap-service.h2
-rw-r--r--ldap-sldap.c4
-rw-r--r--ldap-sldap.h2
-rw-r--r--ldap-spwd.c2
-rw-r--r--ldap-spwd.h2
-rw-r--r--ldap.conf2
-rw-r--r--ltf.c2
-rw-r--r--nss_ldap.52
-rw-r--r--nsswitch.ldap2
-rw-r--r--pagectrl.c2
-rw-r--r--resolve.c2
-rw-r--r--resolve.h2
-rw-r--r--snprintf.c2
-rw-r--r--tests/nsswitch.test2
-rw-r--r--tests/testpw.c2
-rw-r--r--tests/testpw4.c2
-rw-r--r--tests/testpw5.c2
-rw-r--r--tests/testpw6.c2
-rw-r--r--util.c2
66 files changed, 78 insertions, 78 deletions
diff --git a/CVSVersionInfo.txt b/CVSVersionInfo.txt
index c279132..5162304 100644
--- a/CVSVersionInfo.txt
+++ b/CVSVersionInfo.txt
@@ -1,5 +1,5 @@
# Created and modified by checkpoint; do not edit
-# $Id: CVSVersionInfo.txt,v 2.293 2006/06/22 02:39:11 lukeh Exp $
+# $Id$
# $Name: nss_ldap-251 $
ProjectName: nss_ldap
ProjectVersion: 251
diff --git a/ChangeLog b/ChangeLog
index 37a62f4..9b2e41e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-$Id: ChangeLog,v 2.374 2006/05/15 08:13:44 lukeh Exp $
+$Id$
===============================================================
251 Luke Howard <lukeh@padl.com>
diff --git a/NEWS b/NEWS
index e4bf1df..48de310 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-#ident $Id: NEWS,v 2.5 2004/06/19 05:23:05 lukeh Exp $
+#ident $Id$
Please contact PADL Software Development Support <dev@padl.com>
if you wish to contribute.
diff --git a/aix_authmeth.c b/aix_authmeth.c
index 19b9e35..d8d8e59 100644
--- a/aix_authmeth.c
+++ b/aix_authmeth.c
@@ -25,7 +25,7 @@
#include "config.h"
static char rcsId[] =
- "$Id: aix_authmeth.c,v 2.31 2006/02/24 01:28:59 lukeh Exp $";
+ "$Id$";
#ifdef HAVE_USERSEC_H
diff --git a/certutil b/certutil
index bac2727..c367d18 100755
--- a/certutil
+++ b/certutil
@@ -1,5 +1,5 @@
#!/bin/sh
-#ident $Id: certutil,v 2.2 2001/05/27 12:16:31 lukeh Exp $
+#ident $Id$
#
# certutil -- manage trusted X.509 certificates
# inspired by Netscape PKCS #11 toolkit
diff --git a/dnsconfig.c b/dnsconfig.c
index e836c76..c40ac6f 100644
--- a/dnsconfig.c
+++ b/dnsconfig.c
@@ -28,7 +28,7 @@
*/
static char rcsId[] =
- "$Id: dnsconfig.c,v 2.43 2006/01/13 10:24:58 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/doc/autofs-4.1.3-lookup-nssldap.patch b/doc/autofs-4.1.3-lookup-nssldap.patch
index d6b72c4..7f2690f 100644
--- a/doc/autofs-4.1.3-lookup-nssldap.patch
+++ b/doc/autofs-4.1.3-lookup-nssldap.patch
@@ -1,7 +1,7 @@
--- autofs-4.1.3/modules/lookup_nssldap.c 1970-01-01 01:00:00.000000000 +0100
+++ autofs-4.1.3/modules/lookup_nssldap.c 2005-06-28 15:13:49.000000000 +0200
@@ -0,0 +1,326 @@
-+#ident "$Id: autofs-4.1.3-lookup-nssldap.patch,v 1.1 2005/08/08 23:28:37 lukeh Exp $"
++#ident "$Id$"
+/* ----------------------------------------------------------------------- *
+ *
+ * lookup_nss.c - module for Linux automountd to access a NSS
diff --git a/doc/lookup_nssldap.c b/doc/lookup_nssldap.c
index 7ec7b6d..3f7b04f 100644
--- a/doc/lookup_nssldap.c
+++ b/doc/lookup_nssldap.c
@@ -1,4 +1,4 @@
-#ident "$Id: lookup_nssldap.c,v 1.3 2005/08/08 23:28:37 lukeh Exp $"
+#ident "$Id$"
/* ----------------------------------------------------------------------- *
*
* lookup_nss.c - module for Linux automountd to access a NSS
diff --git a/exports.linux b/exports.linux
index 2df32e5..d10f8f4 100644
--- a/exports.linux
+++ b/exports.linux
@@ -1,4 +1,4 @@
-#ident $Id: exports.linux,v 2.8 2005/05/25 00:05:08 lukeh Exp $
+#ident $Id$
EXPORTED {
global:
# Published NSS service module interfaces
diff --git a/exports.solaris b/exports.solaris
index 3ad3bd4..8292617 100644
--- a/exports.solaris
+++ b/exports.solaris
@@ -1,4 +1,4 @@
-#ident $Id: exports.solaris,v 2.6 2006/01/12 10:19:20 lukeh Exp $
+#ident $Id$
nss_ldap.so.1 {
global:
# Published NSS service module interfaces
diff --git a/irs-grp.c b/irs-grp.c
index 1a56742..f5f57e2 100644
--- a/irs-grp.c
+++ b/irs-grp.c
@@ -23,7 +23,7 @@
#include <errno.h>
#include "irs-nss.h"
-/* $Id: irs-grp.c,v 2.26 2005/05/20 05:30:39 lukeh Exp $ */
+/* $Id$ */
#ifdef HAVE_USERSEC_H
void *gr_pvtinit (void);
diff --git a/irs-hosts.c b/irs-hosts.c
index 216d944..0b5b8d6 100644
--- a/irs-hosts.c
+++ b/irs-hosts.c
@@ -23,7 +23,7 @@
#include <errno.h>
#include "irs-nss.h"
-/* $Id: irs-hosts.c,v 2.26 2005/05/20 05:30:39 lukeh Exp $ */
+/* $Id$ */
#ifdef HAVE_USERSEC_H
void *ho_pvtinit (void);
diff --git a/irs-netgrp.c b/irs-netgrp.c
index cb15015..351c3f7 100644
--- a/irs-netgrp.c
+++ b/irs-netgrp.c
@@ -23,7 +23,7 @@
#include <errno.h>
#include "irs-nss.h"
-/* $Id: irs-netgrp.c,v 2.6 2004/09/16 10:14:46 lukeh Exp $ */
+/* $Id$ */
#ifdef HAVE_USERSEC_H
void *ng_pvtinit (void);
diff --git a/irs-network.c b/irs-network.c
index 0bef0a6..4e5281a 100644
--- a/irs-network.c
+++ b/irs-network.c
@@ -23,7 +23,7 @@
#include <errno.h>
#include "irs-nss.h"
-/* $Id: irs-network.c,v 2.25 2005/05/20 05:30:39 lukeh Exp $ */
+/* $Id$ */
#ifdef HAVE_USERSEC_H
void *nw_pvtinit (void);
diff --git a/irs-nss.c b/irs-nss.c
index 6aebe64..2e79e1e 100644
--- a/irs-nss.c
+++ b/irs-nss.c
@@ -18,7 +18,7 @@
Boston, MA 02111-1307, USA.
*/
-static char rcsId[] = "$Id: irs-nss.c,v 2.16 2005/05/20 05:30:39 lukeh Exp $";
+static char rcsId[] = "$Id$";
#include "config.h"
diff --git a/irs-nss.h b/irs-nss.h
index b59c1da..f16124d 100644
--- a/irs-nss.h
+++ b/irs-nss.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: irs-nss.h,v 2.20 2005/05/20 05:30:40 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_IRS_H
diff --git a/irs-proto.c b/irs-proto.c
index 2e36497..ce1ccca 100644
--- a/irs-proto.c
+++ b/irs-proto.c
@@ -23,7 +23,7 @@
#include <errno.h>
#include "irs-nss.h"
-/* $Id: irs-proto.c,v 2.23 2005/05/20 05:30:40 lukeh Exp $ */
+/* $Id$ */
#ifdef HAVE_USERSEC_H
void *pr_pvtinit (void);
diff --git a/irs-pwd.c b/irs-pwd.c
index 8783f76..a8ea043 100644
--- a/irs-pwd.c
+++ b/irs-pwd.c
@@ -23,7 +23,7 @@
#include <errno.h>
#include "irs-nss.h"
-/* $Id: irs-pwd.c,v 2.24 2005/05/20 05:30:40 lukeh Exp $ */
+/* $Id$ */
#ifdef HAVE_USERSEC_H
void *pw_pvtinit (void);
diff --git a/irs-service.c b/irs-service.c
index 0a53dbb..bddb8c0 100644
--- a/irs-service.c
+++ b/irs-service.c
@@ -23,7 +23,7 @@
#include <errno.h>
#include "irs-nss.h"
-/* $Id: irs-service.c,v 2.26 2005/05/20 05:30:40 lukeh Exp $ */
+/* $Id$ */
#ifdef HAVE_USERSEC_H
void *sv_pvtinit (void);
diff --git a/irs.h b/irs.h
index b15fedd..3fc8c80 100644
--- a/irs.h
+++ b/irs.h
@@ -16,7 +16,7 @@
*/
/*
- * $Id: irs.h,v 2.3 2004/09/10 11:49:09 lukeh Exp $
+ * $Id$
*/
#ifndef _IRS_H_INCLUDED
diff --git a/ldap-alias.c b/ldap-alias.c
index f6004e4..6de3fd4 100644
--- a/ldap-alias.c
+++ b/ldap-alias.c
@@ -17,12 +17,12 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-alias.c,v 2.31 2006/01/11 18:03:48 lukeh Exp $
+ $Id$
*/
static char rcsId[] =
- "$Id: ldap-alias.c,v 2.31 2006/01/11 18:03:48 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-alias.h b/ldap-alias.h
index 2ee8b95..6bdedb5 100644
--- a/ldap-alias.h
+++ b/ldap-alias.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-alias.h,v 2.18 2005/05/20 05:30:40 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_ALIAS_H
diff --git a/ldap-automount.c b/ldap-automount.c
index 19f58fa..ea462d7 100644
--- a/ldap-automount.c
+++ b/ldap-automount.c
@@ -17,11 +17,11 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-automount.c,v 2.9 2006/01/13 16:15:33 lukeh Exp $
+ $Id$
*/
-static char rcsId[] = "$Id: ldap-automount.c,v 2.9 2006/01/13 16:15:33 lukeh Exp $";
+static char rcsId[] = "$Id$";
#include "config.h"
diff --git a/ldap-automount.h b/ldap-automount.h
index de5dc68..df27c57 100644
--- a/ldap-automount.h
+++ b/ldap-automount.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-automount.h,v 1.5 2006/01/12 10:19:20 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_AUTOMOUNT_H
diff --git a/ldap-bp.c b/ldap-bp.c
index fa881f5..e37b44d 100644
--- a/ldap-bp.c
+++ b/ldap-bp.c
@@ -17,11 +17,11 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-bp.c,v 2.27 2006/01/11 18:03:48 lukeh Exp $
+ $Id$
*/
-static char rcsId[] = "$Id: ldap-bp.c,v 2.27 2006/01/11 18:03:48 lukeh Exp $";
+static char rcsId[] = "$Id$";
#include "config.h"
diff --git a/ldap-bp.h b/ldap-bp.h
index 5989ae3..2cb79e1 100644
--- a/ldap-bp.h
+++ b/ldap-bp.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-bp.h,v 2.18 2005/05/20 05:30:40 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_BP_H
diff --git a/ldap-ethers.c b/ldap-ethers.c
index 5cd7b54..c91b814 100644
--- a/ldap-ethers.c
+++ b/ldap-ethers.c
@@ -17,12 +17,12 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-ethers.c,v 2.36 2006/01/11 18:03:48 lukeh Exp $
+ $Id$
*/
static char rcsId[] =
- "$Id: ldap-ethers.c,v 2.36 2006/01/11 18:03:48 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-ethers.h b/ldap-ethers.h
index 76e5c7a..150ac9f 100644
--- a/ldap-ethers.h
+++ b/ldap-ethers.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-ethers.h,v 2.26 2005/05/20 05:30:40 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_ETHERS_H
diff --git a/ldap-grp.c b/ldap-grp.c
index dfeb568..0f9ea71 100644
--- a/ldap-grp.c
+++ b/ldap-grp.c
@@ -19,7 +19,7 @@
*/
static char rcsId[] =
- "$Id: ldap-grp.c,v 2.105 2006/03/22 13:18:56 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-grp.h b/ldap-grp.h
index a5ec7c1..f50eb7c 100644
--- a/ldap-grp.h
+++ b/ldap-grp.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-grp.h,v 2.22 2005/05/20 05:30:40 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_GRP_H
diff --git a/ldap-hosts.c b/ldap-hosts.c
index 3fe6dca..98b10ad 100644
--- a/ldap-hosts.c
+++ b/ldap-hosts.c
@@ -17,11 +17,11 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-hosts.c,v 2.35 2006/01/11 18:03:48 lukeh Exp $
+ $Id$
*/
static char rcsId[] =
- "$Id: ldap-hosts.c,v 2.35 2006/01/11 18:03:48 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-netgrp.c b/ldap-netgrp.c
index bb5c63c..675d4e4 100644
--- a/ldap-netgrp.c
+++ b/ldap-netgrp.c
@@ -18,11 +18,11 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-netgrp.c,v 2.44 2006/01/11 18:03:48 lukeh Exp $
+ $Id$
*/
static char rcsId[] =
- "$Id: ldap-netgrp.c,v 2.44 2006/01/11 18:03:48 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-netgrp.h b/ldap-netgrp.h
index b4b4cd4..cefe65b 100644
--- a/ldap-netgrp.h
+++ b/ldap-netgrp.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-netgrp.h,v 2.18 2005/05/20 05:30:41 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_NETGRP_H
diff --git a/ldap-network.c b/ldap-network.c
index cafc872..ffbe514 100644
--- a/ldap-network.c
+++ b/ldap-network.c
@@ -17,13 +17,13 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-network.c,v 2.33 2006/01/11 18:03:48 lukeh Exp $
+ $Id$
*/
/* parts based on nss_nis */
static char rcsId[] =
- "$Id: ldap-network.c,v 2.33 2006/01/11 18:03:48 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-network.h b/ldap-network.h
index d847115..6c6089b 100644
--- a/ldap-network.h
+++ b/ldap-network.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-network.h,v 2.17 2005/05/20 05:30:41 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_NETWORK_H
diff --git a/ldap-nss.c b/ldap-nss.c
index 2078b89..6f8d586 100644
--- a/ldap-nss.c
+++ b/ldap-nss.c
@@ -19,7 +19,7 @@
*/
static char rcsId[] =
- "$Id: ldap-nss.c,v 2.282 2006/05/15 08:13:44 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-nss.h b/ldap-nss.h
index aaea4da..f49e001 100644
--- a/ldap-nss.h
+++ b/ldap-nss.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-nss.h,v 2.136 2006/01/13 16:15:34 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_NSS_H
diff --git a/ldap-parse.h b/ldap-parse.h
index b8d5e90..1234616 100644
--- a/ldap-parse.h
+++ b/ldap-parse.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-parse.h,v 2.21 2005/05/20 05:30:41 lukeh Exp $
+ $Id$
*/
diff --git a/ldap-proto.c b/ldap-proto.c
index 1d86ef6..824a6df 100644
--- a/ldap-proto.c
+++ b/ldap-proto.c
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-proto.c,v 2.30 2006/01/11 18:03:49 lukeh Exp $
+ $Id$
*/
/*
@@ -28,7 +28,7 @@
static char rcsId[] =
- "$Id: ldap-proto.c,v 2.30 2006/01/11 18:03:49 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-proto.h b/ldap-proto.h
index e213de4..623dc2a 100644
--- a/ldap-proto.h
+++ b/ldap-proto.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-proto.h,v 2.17 2005/05/20 05:30:41 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_PROTO_H
diff --git a/ldap-pwd.c b/ldap-pwd.c
index e908180..0eaee03 100644
--- a/ldap-pwd.c
+++ b/ldap-pwd.c
@@ -19,7 +19,7 @@
*/
static char rcsId[] =
- "$Id: ldap-pwd.c,v 2.46 2006/01/11 18:03:49 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-pwd.h b/ldap-pwd.h
index e6c8b81..2175a9d 100644
--- a/ldap-pwd.h
+++ b/ldap-pwd.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-pwd.h,v 2.20 2005/05/20 05:30:42 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_PWD_H
diff --git a/ldap-rpc.c b/ldap-rpc.c
index f613ec6..a5122e6 100644
--- a/ldap-rpc.c
+++ b/ldap-rpc.c
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-rpc.c,v 2.29 2006/01/11 18:03:49 lukeh Exp $
+ $Id$
*/
/*
@@ -28,7 +28,7 @@
static char rcsId[] =
- "$Id: ldap-rpc.c,v 2.29 2006/01/11 18:03:49 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-rpc.h b/ldap-rpc.h
index 57267f6..b035341 100644
--- a/ldap-rpc.h
+++ b/ldap-rpc.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-rpc.h,v 2.17 2005/05/20 05:30:42 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_RPC_H
diff --git a/ldap-schema.c b/ldap-schema.c
index 90a7425..7bfb37e 100644
--- a/ldap-schema.c
+++ b/ldap-schema.c
@@ -17,11 +17,11 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-schema.c,v 2.33 2006/05/15 08:13:44 lukeh Exp $
+ $Id$
*/
static char rcsId[] =
- "$Id: ldap-schema.c,v 2.33 2006/05/15 08:13:44 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-schema.h b/ldap-schema.h
index 106b06f..9178114 100644
--- a/ldap-schema.h
+++ b/ldap-schema.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-schema.h,v 1.37 2006/01/13 10:24:58 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_SCHEMA_H
diff --git a/ldap-service.c b/ldap-service.c
index 8c90ad7..31985fb 100644
--- a/ldap-service.c
+++ b/ldap-service.c
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-service.c,v 2.32 2006/01/11 18:03:49 lukeh Exp $
+ $Id$
*/
/*
@@ -28,7 +28,7 @@
static char rcsId[] =
- "$Id: ldap-service.c,v 2.32 2006/01/11 18:03:49 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-service.h b/ldap-service.h
index ac7b328..aa229ed 100644
--- a/ldap-service.h
+++ b/ldap-service.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-service.h,v 2.17 2005/05/20 05:30:42 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_SERVICE_H
diff --git a/ldap-sldap.c b/ldap-sldap.c
index 5f8f85f..efbc23b 100644
--- a/ldap-sldap.c
+++ b/ldap-sldap.c
@@ -17,12 +17,12 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-sldap.c,v 2.12 2006/01/13 10:35:16 lukeh Exp $
+ $Id$
*/
static char rcsId[] =
- "$Id: ldap-sldap.c,v 2.12 2006/01/13 10:35:16 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-sldap.h b/ldap-sldap.h
index f2278fc..5b1dba8 100644
--- a/ldap-sldap.h
+++ b/ldap-sldap.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-sldap.h,v 2.4 2006/01/12 13:06:23 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_SLDAP_H
diff --git a/ldap-spwd.c b/ldap-spwd.c
index db1d731..a529c74 100644
--- a/ldap-spwd.c
+++ b/ldap-spwd.c
@@ -19,7 +19,7 @@
*/
static char rcsId[] =
- "$Id: ldap-spwd.c,v 2.34 2006/01/11 18:03:49 lukeh Exp $";
+ "$Id$";
#include "config.h"
diff --git a/ldap-spwd.h b/ldap-spwd.h
index bd4ec53..a313ace 100644
--- a/ldap-spwd.h
+++ b/ldap-spwd.h
@@ -17,7 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
- $Id: ldap-spwd.h,v 2.17 2005/05/20 05:30:42 lukeh Exp $
+ $Id$
*/
#ifndef _LDAP_NSS_LDAP_LDAP_SPWD_H
diff --git a/ldap.conf b/ldap.conf
index 8a8213f..ab115d6 100644
--- a/ldap.conf
+++ b/ldap.conf
@@ -1,4 +1,4 @@
- @(#)$Id: ldap.conf,v 2.47 2006/05/15 08:13:44 lukeh Exp $
+ @(#)$Id$
#
# This is the configuration file for the LDAP nameservice
# switch library and the LDAP PAM module.
diff --git a/ltf.c b/ltf.c
index b185495..8fc4456 100644
--- a/ltf.c
+++ b/ltf.c
@@ -18,7 +18,7 @@
Boston, MA 02111-1307, USA.
*/
-static char rcsId[] = "$Id: ltf.c,v 2.29 2005/05/20 05:30:42 lukeh Exp $";
+static char rcsId[] = "$Id$";
#include "config.h"
diff --git a/nss_ldap.5 b/nss_ldap.5
index 4a94630..89f153b 100644
--- a/nss_ldap.5
+++ b/nss_ldap.5
@@ -1,7 +1,7 @@
.TH nss_ldap 5
.\" Copyright 1997-2005 Luke Howard."
.\" Copying restrictions apply. See COPYING.
-.\" $Id: nss_ldap.5,v 2.14 2006/03/09 03:48:34 lukeh Exp $
+.\" $Id$
.SH NAME
nss_ldap \- LDAP nameservice provider
.SH DESCRIPTION
diff --git a/nsswitch.ldap b/nsswitch.ldap
index 3daad54..68fb91a 100644
--- a/nsswitch.ldap
+++ b/nsswitch.ldap
@@ -1,4 +1,4 @@
-#ident $Id: nsswitch.ldap,v 2.4 2003/10/02 02:36:25 lukeh Exp $
+#ident $Id$
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# uses LDAP conjunction with files.
diff --git a/pagectrl.c b/pagectrl.c
index 8862281..70b9672 100644
--- a/pagectrl.c
+++ b/pagectrl.c
@@ -20,7 +20,7 @@
Boston, MA 02111-1307, USA.
*/
-static char rcsId[] = "$Id: pagectrl.c,v 2.4 2006/01/13 10:24:59 lukeh Exp $";
+static char rcsId[] = "$Id$";
#include "config.h"
diff --git a/resolve.c b/resolve.c
index 83e7e0b..ead586b 100644
--- a/resolve.c
+++ b/resolve.c
@@ -52,7 +52,7 @@
#include "resolve.h"
-static char rcsId[] = "$Id: resolve.c,v 2.10 2004/06/29 16:09:57 lukeh Exp $";
+static char rcsId[] = "$Id$";
#if defined(HAVE_RES_SEARCH) && defined(HAVE_DN_EXPAND)
diff --git a/resolve.h b/resolve.h
index c678911..5253a8d 100644
--- a/resolve.h
+++ b/resolve.h
@@ -38,7 +38,7 @@
* SUCH DAMAGE.
*/
-/* $Id: resolve.h,v 2.5 2001/08/17 05:30:13 lukeh Exp $ */
+/* $Id$ */
/* THIS IS NOT (yet) A PUBLIC INTERFACE */
diff --git a/snprintf.c b/snprintf.c
index d57e90f..be64118 100644
--- a/snprintf.c
+++ b/snprintf.c
@@ -1,4 +1,4 @@
-static char rcsId[] = "$Id: snprintf.c,v 2.9 2001/08/17 05:30:14 lukeh Exp $";
+static char rcsId[] = "$Id$";
#include "config.h"
diff --git a/tests/nsswitch.test b/tests/nsswitch.test
index 9240353..dd8f532 100644
--- a/tests/nsswitch.test
+++ b/tests/nsswitch.test
@@ -1,4 +1,4 @@
-#ident $Id: nsswitch.test,v 1.2 2001/01/09 00:21:22 lukeh Exp $
+#ident $Id$
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# uses LDAP conjunction with files.
diff --git a/tests/testpw.c b/tests/testpw.c
index e65f986..04fb793 100644
--- a/tests/testpw.c
+++ b/tests/testpw.c
@@ -1,5 +1,5 @@
-/* $Id: testpw.c,v 1.2 2001/01/09 00:21:22 lukeh Exp $ */
+/* $Id$ */
/* This program just tests getpwent/getpwnam. You want to have nss_ldap
* plugged in, so to speak, to test anything useful.
diff --git a/tests/testpw4.c b/tests/testpw4.c
index bf6f234..9dba073 100644
--- a/tests/testpw4.c
+++ b/tests/testpw4.c
@@ -8,7 +8,7 @@
#include "irs-nss.h"
static const char *testhost = "davinci.eng.sun.com";
-static char rcsid[] = "$Id: testpw4.c,v 1.2 2001/01/09 00:21:22 lukeh Exp $";
+static char rcsid[] = "$Id$";
void
main (void)
diff --git a/tests/testpw5.c b/tests/testpw5.c
index 8daaca8..bb79e3a 100644
--- a/tests/testpw5.c
+++ b/tests/testpw5.c
@@ -1,5 +1,5 @@
-/* $Id: testpw5.c,v 1.2 2001/01/09 00:21:22 lukeh Exp $ */
+/* $Id$ */
/* This program just tests getpwent/getpwnam. You want to have nss_ldap
* plugged in, so to speak, to test anything useful.
diff --git a/tests/testpw6.c b/tests/testpw6.c
index f3a1596..6d776ca 100644
--- a/tests/testpw6.c
+++ b/tests/testpw6.c
@@ -1,5 +1,5 @@
-/* $Id: testpw6.c,v 1.2 2006/01/10 18:06:39 lukeh Exp $ */
+/* $Id$ */
/* This program just tests getpwent/getpwnam. You want to have nss_ldap
* plugged in, so to speak, to test anything useful.
diff --git a/util.c b/util.c
index e81f2bd..c4ada48 100644
--- a/util.c
+++ b/util.c
@@ -58,7 +58,7 @@
#include "ldap-nss.h"
#include "util.h"
-static char rcsId[] = "$Id: util.c,v 2.132 2006/01/25 20:30:27 lukeh Exp $";
+static char rcsId[] = "$Id$";
static NSS_STATUS do_getrdnvalue (const char *dn,
const char *rdntype,