drop RCSID

This commit is contained in:
Love Hornquist Astrand
2010-03-16 12:50:09 -07:00
parent 97648fc257
commit dde9ae659b
18 changed files with 0 additions and 35 deletions

View File

@@ -33,8 +33,6 @@
#include "kdc_locl.h" #include "kdc_locl.h"
RCSID("$Id$");
#include <krb5-v4compat.h> #include <krb5-v4compat.h>
/* /*

View File

@@ -37,8 +37,6 @@
#include <getarg.h> #include <getarg.h>
#include <parse_bytes.h> #include <parse_bytes.h>
RCSID("$Id$");
struct dbinfo { struct dbinfo {
char *realm; char *realm;
char *dbname; char *dbname;

View File

@@ -33,8 +33,6 @@
#include "kdc_locl.h" #include "kdc_locl.h"
RCSID("$Id$");
/* Should we enable the HTTP hack? */ /* Should we enable the HTTP hack? */
int enable_http = -1; int enable_http = -1;

View File

@@ -37,8 +37,6 @@
#include <getarg.h> #include <getarg.h>
#include <parse_bytes.h> #include <parse_bytes.h>
RCSID("$Id$");
krb5_error_code krb5_error_code
krb5_kdc_get_config(krb5_context context, krb5_kdc_configuration **config) krb5_kdc_get_config(krb5_context context, krb5_kdc_configuration **config)
{ {

View File

@@ -35,8 +35,6 @@
#include "hprop.h" #include "hprop.h"
RCSID("$Id$");
static int version_flag; static int version_flag;
static int help_flag; static int help_flag;
static const char *ktname = HPROP_KEYTAB; static const char *ktname = HPROP_KEYTAB;

View File

@@ -33,8 +33,6 @@
#include "hprop.h" #include "hprop.h"
RCSID("$Id$");
static int inetd_flag = -1; static int inetd_flag = -1;
static int help_flag; static int help_flag;
static int version_flag; static int version_flag;

View File

@@ -33,8 +33,6 @@
#include "kdc_locl.h" #include "kdc_locl.h"
RCSID("$Id$");
static int version_flag; static int version_flag;
static int help_flag; static int help_flag;

View File

@@ -33,8 +33,6 @@
#include "kdc_locl.h" #include "kdc_locl.h"
RCSID("$Id$");
#define MAX_TIME ((time_t)((1U << 31) - 1)) #define MAX_TIME ((time_t)((1U << 31) - 1))
void void

View File

@@ -33,8 +33,6 @@
#include "kdc_locl.h" #include "kdc_locl.h"
RCSID("$Id$");
/* /*
* return the realm of a krbtgt-ticket or NULL * return the realm of a krbtgt-ticket or NULL
*/ */

View File

@@ -33,8 +33,6 @@
#include "headers.h" #include "headers.h"
RCSID("$Id$");
krb5_context context; krb5_context context;
static char *keyfile; static char *keyfile;

View File

@@ -34,7 +34,6 @@
*/ */
#include "kdc_locl.h" #include "kdc_locl.h"
RCSID("$Id$");
void void
kdc_openlog(krb5_context context, kdc_openlog(krb5_context context,

View File

@@ -33,8 +33,6 @@
#include "kdc_locl.h" #include "kdc_locl.h"
RCSID("$Id$");
struct timeval _kdc_now; struct timeval _kdc_now;
krb5_error_code krb5_error_code

View File

@@ -33,8 +33,6 @@
#include "hprop.h" #include "hprop.h"
RCSID("$Id$");
/* /*
can have any number of princ stanzas. can have any number of princ stanzas.
format is as follows (only \n indicates newlines) format is as follows (only \n indicates newlines)

View File

@@ -35,8 +35,6 @@
#include "kdc_locl.h" #include "kdc_locl.h"
RCSID("$Id$");
#ifdef PKINIT #ifdef PKINIT
#include <heim_asn1.h> #include <heim_asn1.h>

View File

@@ -35,8 +35,6 @@
#include "kdc_locl.h" #include "kdc_locl.h"
RCSID("$Id: default_config.c 21296 2007-06-25 14:49:11Z lha $");
static krb5_error_code static krb5_error_code
add_db(krb5_context context, struct krb5_kdc_configuration *c, add_db(krb5_context context, struct krb5_kdc_configuration *c,
const char *conf, const char *master_key) const char *conf, const char *master_key)

View File

@@ -34,8 +34,6 @@
#include "headers.h" #include "headers.h"
#include <getarg.h> #include <getarg.h>
RCSID("$Id$");
int version5; int version5;
int version4; int version4;
int afs; int afs;

View File

@@ -33,8 +33,6 @@
#include "hprop.h" #include "hprop.h"
RCSID("$Id$");
static time_t static time_t
time_parse(const char *cp) time_parse(const char *cp)
{ {

View File

@@ -33,8 +33,6 @@
#include "kdc_locl.h" #include "kdc_locl.h"
RCSID("$Id$");
static krb5plugin_windc_ftable *windcft; static krb5plugin_windc_ftable *windcft;
static void *windcctx; static void *windcctx;