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"
RCSID("$Id$");
#include <krb5-v4compat.h>
/*

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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)

View File

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

View File

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

View File

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