diff --git a/kdc/524.c b/kdc/524.c index 76641b389..cb50263aa 100644 --- a/kdc/524.c +++ b/kdc/524.c @@ -33,8 +33,6 @@ #include "kdc_locl.h" -RCSID("$Id$"); - #include /* diff --git a/kdc/config.c b/kdc/config.c index 58ff16d0e..742e99211 100644 --- a/kdc/config.c +++ b/kdc/config.c @@ -37,8 +37,6 @@ #include #include -RCSID("$Id$"); - struct dbinfo { char *realm; char *dbname; diff --git a/kdc/connect.c b/kdc/connect.c index b126ed591..deb166480 100644 --- a/kdc/connect.c +++ b/kdc/connect.c @@ -33,8 +33,6 @@ #include "kdc_locl.h" -RCSID("$Id$"); - /* Should we enable the HTTP hack? */ int enable_http = -1; diff --git a/kdc/default_config.c b/kdc/default_config.c index 4a1de4ade..e376cbbdd 100644 --- a/kdc/default_config.c +++ b/kdc/default_config.c @@ -37,8 +37,6 @@ #include #include -RCSID("$Id$"); - krb5_error_code krb5_kdc_get_config(krb5_context context, krb5_kdc_configuration **config) { diff --git a/kdc/hprop.c b/kdc/hprop.c index 294d704da..58373025b 100644 --- a/kdc/hprop.c +++ b/kdc/hprop.c @@ -35,8 +35,6 @@ #include "hprop.h" -RCSID("$Id$"); - static int version_flag; static int help_flag; static const char *ktname = HPROP_KEYTAB; diff --git a/kdc/hpropd.c b/kdc/hpropd.c index 3a30b8c25..ca90fc9b7 100644 --- a/kdc/hpropd.c +++ b/kdc/hpropd.c @@ -33,8 +33,6 @@ #include "hprop.h" -RCSID("$Id$"); - static int inetd_flag = -1; static int help_flag; static int version_flag; diff --git a/kdc/kdc-replay.c b/kdc/kdc-replay.c index ccfd9784d..5f7269181 100644 --- a/kdc/kdc-replay.c +++ b/kdc/kdc-replay.c @@ -33,8 +33,6 @@ #include "kdc_locl.h" -RCSID("$Id$"); - static int version_flag; static int help_flag; diff --git a/kdc/kerberos5.c b/kdc/kerberos5.c index e429d929c..c3e94757e 100644 --- a/kdc/kerberos5.c +++ b/kdc/kerberos5.c @@ -33,8 +33,6 @@ #include "kdc_locl.h" -RCSID("$Id$"); - #define MAX_TIME ((time_t)((1U << 31) - 1)) void diff --git a/kdc/krb5tgs.c b/kdc/krb5tgs.c index b6f9c865b..53c0a589b 100644 --- a/kdc/krb5tgs.c +++ b/kdc/krb5tgs.c @@ -33,8 +33,6 @@ #include "kdc_locl.h" -RCSID("$Id$"); - /* * return the realm of a krbtgt-ticket or NULL */ diff --git a/kdc/kstash.c b/kdc/kstash.c index 784525d5e..f8df016ee 100644 --- a/kdc/kstash.c +++ b/kdc/kstash.c @@ -33,8 +33,6 @@ #include "headers.h" -RCSID("$Id$"); - krb5_context context; static char *keyfile; diff --git a/kdc/log.c b/kdc/log.c index 06e64df84..6657aca5c 100644 --- a/kdc/log.c +++ b/kdc/log.c @@ -34,7 +34,6 @@ */ #include "kdc_locl.h" -RCSID("$Id$"); void kdc_openlog(krb5_context context, diff --git a/kdc/misc.c b/kdc/misc.c index 9a3f25464..39f91dcf1 100644 --- a/kdc/misc.c +++ b/kdc/misc.c @@ -33,8 +33,6 @@ #include "kdc_locl.h" -RCSID("$Id$"); - struct timeval _kdc_now; krb5_error_code diff --git a/kdc/mit_dump.c b/kdc/mit_dump.c index e2631b456..48e1e1763 100644 --- a/kdc/mit_dump.c +++ b/kdc/mit_dump.c @@ -33,8 +33,6 @@ #include "hprop.h" -RCSID("$Id$"); - /* can have any number of princ stanzas. format is as follows (only \n indicates newlines) diff --git a/kdc/pkinit.c b/kdc/pkinit.c index 099d3ebe7..4405bf4f1 100644 --- a/kdc/pkinit.c +++ b/kdc/pkinit.c @@ -35,8 +35,6 @@ #include "kdc_locl.h" -RCSID("$Id$"); - #ifdef PKINIT #include diff --git a/kdc/set_dbinfo.c b/kdc/set_dbinfo.c index 2233fa7cc..2f52ca174 100644 --- a/kdc/set_dbinfo.c +++ b/kdc/set_dbinfo.c @@ -35,8 +35,6 @@ #include "kdc_locl.h" -RCSID("$Id: default_config.c 21296 2007-06-25 14:49:11Z lha $"); - static krb5_error_code add_db(krb5_context context, struct krb5_kdc_configuration *c, const char *conf, const char *master_key) diff --git a/kdc/string2key.c b/kdc/string2key.c index da76b6c24..316f2278b 100644 --- a/kdc/string2key.c +++ b/kdc/string2key.c @@ -34,8 +34,6 @@ #include "headers.h" #include -RCSID("$Id$"); - int version5; int version4; int afs; diff --git a/kdc/v4_dump.c b/kdc/v4_dump.c index 94ca71a01..7d5baaefb 100644 --- a/kdc/v4_dump.c +++ b/kdc/v4_dump.c @@ -33,8 +33,6 @@ #include "hprop.h" -RCSID("$Id$"); - static time_t time_parse(const char *cp) { diff --git a/kdc/windc.c b/kdc/windc.c index 0ef9cdb7a..524bc90d9 100644 --- a/kdc/windc.c +++ b/kdc/windc.c @@ -33,8 +33,6 @@ #include "kdc_locl.h" -RCSID("$Id$"); - static krb5plugin_windc_ftable *windcft; static void *windcctx;