]> eyrie.org Git - kerberos/sident.git/commitdiff
Remove svn:keywords and expand Id main origin/master
authorRuss Allbery <rra@stanford.edu>
Tue, 4 Jan 2011 01:16:50 +0000 (01:16 +0000)
committerRuss Allbery <rra@stanford.edu>
Tue, 4 Jan 2011 01:16:50 +0000 (01:16 +0000)
In preparation for converting the repository to Git, expand all the Id
keywords in the repository and remove the svn:keywords property.  This
way, we won't lose the Id strings when going to Git for an archival
repository.

34 files changed:
Makefile.in
autogen
configure.ac
debian/watch
include/sident.h
m4/int32.m4
m4/kernel.m4
man/Makefile.in
perl/Makefile.PL.in
requester/Makefile.in
requester/gssapi.c
requester/id_close.c
requester/id_open.c
requester/id_parse.c
requester/id_query.c
requester/ident.c
requester/ident_auth.c
requester/lifetime.c
requester/sident-test.c
requester/support.c
requester/tables.c
responder/Makefile.in
responder/gssapi.c
responder/ident_auth.c
responder/identd.c
responder/identd.h
responder/itest.c
responder/kernel_helper.c
responder/lifetime.c
responder/parse.c
responder/pidentd.h
responder/tables.c
tools/makedepend
tools/mkmanifest

index 61c5299f68a2b9e7d4119106350586f7bdb02a3f..8b631b21e30719b84f74ca342b1749e1d53f37b6 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for the sident software
-# $Id$
+# $Id: Makefile.in 2428 2006-02-08 19:50:25Z rra $
 #
 # Please send bug fixes/bug reports to: rra@stanford.edu 
 
diff --git a/autogen b/autogen
index 017bca80da28054528ceb396628c95d205355361..229dabd56a05da30a92217614c393826ac0ff4b6 100755 (executable)
--- a/autogen
+++ b/autogen
@@ -1,6 +1,6 @@
 #!/bin/sh
 # autogen -- Run the appropriate commands to bootstrap a CVS checkout.
-# $Id$
+# $Id: autogen 2427 2006-02-08 18:25:06Z rra $
 
 set -e
 autoconf
index 49ab65fb1cc583f27f0a2e8866837d41b13a6516..648d836c952a5a298d612c28166c1e5f32a4102e 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $Id$
+dnl $Id: configure.ac 2435 2006-02-08 21:56:03Z rra $
 
 dnl Put more complex macros into separate files to make them easier to
 dnl maintain.  (Also good for macros that should be used in other projects as
@@ -9,7 +9,7 @@ m4_include([m4/kerberos.m4])
 m4_include([m4/kernel.m4])
 m4_include([m4/libtool.m4])
 
-AC_REVISION($Revision$)
+AC_REVISION($Revision: 2435 $)
 AC_PREREQ(2.57)
 AC_INIT([S/Ident], [3.6], [rra@stanford.edu], [sident])
 AC_CONFIG_AUX_DIR([tools])
index 646a049165ff62e242a85bdef4207ee29302f541..74c946e12719a3d58cd59229a5ae196c129f8850 100644 (file)
@@ -1,5 +1,5 @@
 # watch -- Rules for uscan to find new upstream versions.
-# $Id$
+# $Id: watch 572 2004-07-24 04:46:53Z eagle $
 #
 # I don't use this personally since I'm also the upstream maintainer, but
 # it's included for the benefit of automated package analysis systems.
index 7daca80834acc6fe605a2eb380a71bef6ee8cf2b..c3a4526254520798a8985a0aed9cf35fdc4be937 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: sident.h 549 2004-06-17 01:26:49Z eagle $
 **
 **  Interface to the S/Ident requester library.
 **
index 5b6541956e9041aa813c1e60ba4e3a610e97903d..7a061ae7ec5cf354972ffbbb8573b6cbaf14cb8f 100644 (file)
@@ -1,5 +1,5 @@
 dnl int32.m4 -- Find an appropriate int32_t and uint32_t.
-dnl $Id$
+dnl $Id: int32.m4 438 2003-05-30 23:34:00Z eagle $
 dnl
 dnl The public macro exposed by this file is SIDENT_TYPE_INT32.  This macro
 dnl locates the appropriate header files to include for int32_t and uint32_t
index a81b1377cca1ecf2a4532c427dfdf4d9c06c0717..dbc3881c4ac1d81d2b82a2d97cc94e5b38821370 100644 (file)
@@ -1,5 +1,5 @@
 dnl kernel.m4 -- Find the appropriate kernel module.
-dnl $Id$
+dnl $Id: kernel.m4 567 2004-07-23 23:02:58Z eagle $
 dnl
 dnl Defines the macro SIDENT_KERNEL_MODULE, which probes for the appropriate
 dnl kernel module to use on the local system, links the appropriate kernel
index d7bf2f31aa25f51290d13645bcb29c5ff0fda670..a25b84734b1b235b5f3a12da986eb351571ddd04 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for the S/Ident manual pages.
-# $Id$
+# $Id: Makefile.in 521 2004-06-12 22:27:14Z eagle $
 
 srcdir         = @srcdir@
 VPATH          = @srcdir@
index 600bb29650821901de16d4d56e813138aeb86f6f..9351ec2585adf7f050ee9938b4b0f0184aa2e69e 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.PL for Sident Perl bindings.  -*- perl -*-
-# $Id$
+# $Id: Makefile.PL.in 2428 2006-02-08 19:50:25Z rra $
 
 # It's practically impossible to change the library link order with the Perl
 # build system.  It's also pratically impossible to correctly link a Perl
index 5a8ffc4c92d76743d11509311112887bbe03dce1..8e0109db42a720fbf0d9922d89092e5a53a6f6cf 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for the libsident library.
-# $Id$
+# $Id: Makefile.in 2428 2006-02-08 19:50:25Z rra $
 
 srcdir         = @srcdir@
 top_srcdir     = @top_srcdir@
index 4ac79931ad5f6c2d116d773ab504cca40a79b934..2bb8f98acce35406a77a4c890b5e1c0769057220 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: gssapi.c 553 2004-06-18 06:34:34Z eagle $
 **
 **  GSS-API implementation for requester.
 **
index 61fe00f842dfd125d9c56d2ef2c79719f53f6731..bf9a419a27843e90ef8d27c5e47ed606aa10b145 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: id_close.c 550 2004-06-17 01:27:41Z eagle $
 **
 **  Low-level call to close a connection to an ident server.
 **
index 7ddbcc5f3cfd1f7cd0a485a17afab2fcc27b8cce..51c291ed0a4a5ac758617970602d92752d7c2586 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: id_open.c 550 2004-06-17 01:27:41Z eagle $
 **
 **  Low-level call to establish/initiate a connection to an ident server.
 **
index 8b316c82ac672f2be696631d4f4a8271c5a967d5..3f4b3e353066d8e055f559527d68ccedcd52cc4c 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: id_parse.c 550 2004-06-17 01:27:41Z eagle $
 **
 **  Low-level function to receive and parse a reply from an ident server.
 **
index e02a666ede2f894469e53f8502f4b9dffaefec32..3d89502fb6c8783beb227d093008af53adf9d5ba 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: id_query.c 550 2004-06-17 01:27:41Z eagle $
 **
 **  Low-level call to transmit a query to an ident server.
 **
index 63a14e64b894c3d76b5f0685f52b3160150a12fe..e1e7b95f5bf9356c4db763e241f05d5b7e5ffec6 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: ident.c 2429 2006-02-08 20:01:28Z rra $
 **
 **  High-level interface to the ident library.
 **
index 2ba8d8cd5924226a2cffd1f7ad439761caca66cc..d5766a033e1d2cb8ae1d43ae306ea4157ab508aa 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: ident_auth.c 2430 2006-02-08 21:32:45Z rra $
 **
 **  SASL-based authentication mechanisms for ident.
 **
index 191d8c4b48bac428f9b09ee55debafd375926bcc..472835d9de97a20e5c46b5448752b02e52c11157 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: lifetime.c 565 2004-07-23 22:29:39Z eagle $
 **
 **  Lifetime conversion routine for Kerberos libraries that don't have it.
 **
index 54a275a124ff4cf643f63b58fe6e1a03a29e5cb5..3a9c09fb63aa4a5437d8eddfc3b8f6ddd103755a 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: sident-test.c 2430 2006-02-08 21:32:45Z rra $
 **
 **  This is a daemon suitable for running from tcpserver or inetd that runs
 **  through a sequence of ident calls to the remote host, trying Kerberos v4,
index 335981c3fafb9734bcc2f2cba32b0ec33472191f..dea34d0ad657461d2fd6ccd2d8ad746b55ac4c13 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: support.c 550 2004-06-17 01:27:41Z eagle $
 **
 **  Support utilities for libsident.
 **
index 577d3239b2a5d3f1cc11c3282800eeb2470576d9..c3dc5ad483ce848ccff84b5657c52f57fb7e8ad0 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: tables.c 2430 2006-02-08 21:32:45Z rra $
 **
 **  String tables used by library routines and made available by sident.h.
 **  The ident_err_txt table must match the enum id_codes.
index ccfbefdd80173032a8a989d3e1fb10319cf9166d..ec2938a5baec1d2498008e27cfac00bee1070dce 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for the sidentd daemon.
-# $Id$
+# $Id: Makefile.in 2428 2006-02-08 19:50:25Z rra $
 
 srcdir         = @srcdir@
 top_srcdir     = @top_srcdir@
index 8f25939699177303cb5a2f0ac8aa761ed91f0d09..7f07eb09c7d21bf2f64133b6968a33257c7a56ec 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: gssapi.c 590 2005-09-23 01:48:18Z eagle $
 **
 **  GSS-API implementation for an S/Ident responder.
 **
index f1f002534469e195105b72af81a924dd4a3fdd31..605a3b282ef18926e0bf5136f5f7f7f88edf424b 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: ident_auth.c 2430 2006-02-08 21:32:45Z rra $
 **
 **  SASL-based authentication mechanisms for identd.
 **
index 1146d2079e3bed3e5e9f9933568a8b61768dc799..00b71c269617081acc9e998c931f8155628b8320 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: identd.c 2429 2006-02-08 20:01:28Z rra $
 **
 **  A TCP/IP S/Ident protocol server (main routines).
 **
index 9a592a883a55d862ef776d61db8d7a8266314479..1eab97717e10a13d271a4c741d874c14426f1735 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: identd.h 545 2004-06-14 04:45:50Z eagle $
 **
 **  Common variables for the S/Ident daemon.
 **
index f9e9a42b66aceca6f515f8906b58b448811406ec..d9e3fe9a3f78c824a12672d9f89de350c034fd7c 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: itest.c 545 2004-06-14 04:45:50Z eagle $
 **
 **  Simple but effective hack to test the kernel module.
 **
index 6b7c339728395e2b3121fe0075e05cb0fd247490..019c2a12f808f531db696a09a0b2c71119f91070 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: kernel_helper.c 556 2004-06-18 08:23:34Z eagle $
 **
 **  Glue routines for the pident kernel files.
 **
index 191d8c4b48bac428f9b09ee55debafd375926bcc..472835d9de97a20e5c46b5448752b02e52c11157 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: lifetime.c 565 2004-07-23 22:29:39Z eagle $
 **
 **  Lifetime conversion routine for Kerberos libraries that don't have it.
 **
index e94a496c23b3a6610bc14f84c706f855f153d9d6..309cba09edaadfcc43fe7018307243cc4bc99501 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: parse.c 590 2005-09-23 01:48:18Z eagle $
 **
 **  The S/Ident protocol parser.
 **
index d663be0e9a28ae3a0eee11127f7286051ef04f4d..a7a377ea444bdf45febe4043985d94f90b3875f2 100644 (file)
@@ -4,7 +4,7 @@
  * This file provides the glue necessary to use pident 3.* k_os files with
  * S/Ident without any changes to the k_os files.
  *
- * $Id$
+ * $Id: pidentd.h 556 2004-06-18 08:23:34Z eagle $
  */
 
 #ifndef PIDENTD_H
index 577d3239b2a5d3f1cc11c3282800eeb2470576d9..c3dc5ad483ce848ccff84b5657c52f57fb7e8ad0 100644 (file)
@@ -1,4 +1,4 @@
-/*  $Id$
+/*  $Id: tables.c 2430 2006-02-08 21:32:45Z rra $
 **
 **  String tables used by library routines and made available by sident.h.
 **  The ident_err_txt table must match the enum id_codes.
index 42a73586e7df9d2115b127fddfc3c9d58763e564..92893d2cedb3b156440956a8c8efc5d20a8c5f8c 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $Id$
+# $Id: makedepend 474 2003-05-31 21:03:36Z eagle $
 #
 # makedepend -- Generate dependencies for makefiles.
 #
index 9809853183f16735c218bd67405e4640d3dffe57..166fd4cc24841c6b5f59865913eb6dd6a02b81fd 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/perl
-# $Id$
+# $Id: mkmanifest 2433 2006-02-08 21:47:27Z rra $
 #
 # Generate a filename-only manifest from a source tree.
 #