drop RCSID
This commit is contained in:
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "kdc_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#include <krb5-v4compat.h>
|
||||
|
||||
/*
|
||||
|
@@ -37,8 +37,6 @@
|
||||
#include <getarg.h>
|
||||
#include <parse_bytes.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
struct dbinfo {
|
||||
char *realm;
|
||||
char *dbname;
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "kdc_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/* Should we enable the HTTP hack? */
|
||||
int enable_http = -1;
|
||||
|
||||
|
@@ -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)
|
||||
{
|
||||
|
@@ -35,8 +35,6 @@
|
||||
|
||||
#include "hprop.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static int version_flag;
|
||||
static int help_flag;
|
||||
static const char *ktname = HPROP_KEYTAB;
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "hprop.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static int inetd_flag = -1;
|
||||
static int help_flag;
|
||||
static int version_flag;
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "kdc_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static int version_flag;
|
||||
static int help_flag;
|
||||
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "kdc_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#define MAX_TIME ((time_t)((1U << 31) - 1))
|
||||
|
||||
void
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "kdc_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/*
|
||||
* return the realm of a krbtgt-ticket or NULL
|
||||
*/
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "headers.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
krb5_context context;
|
||||
|
||||
static char *keyfile;
|
||||
|
@@ -34,7 +34,6 @@
|
||||
*/
|
||||
|
||||
#include "kdc_locl.h"
|
||||
RCSID("$Id$");
|
||||
|
||||
void
|
||||
kdc_openlog(krb5_context context,
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "kdc_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
struct timeval _kdc_now;
|
||||
|
||||
krb5_error_code
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "hprop.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/*
|
||||
can have any number of princ stanzas.
|
||||
format is as follows (only \n indicates newlines)
|
||||
|
@@ -35,8 +35,6 @@
|
||||
|
||||
#include "kdc_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#ifdef PKINIT
|
||||
|
||||
#include <heim_asn1.h>
|
||||
|
@@ -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)
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "headers.h"
|
||||
#include <getarg.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
int version5;
|
||||
int version4;
|
||||
int afs;
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "hprop.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static time_t
|
||||
time_parse(const char *cp)
|
||||
{
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "kdc_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static krb5plugin_windc_ftable *windcft;
|
||||
static void *windcctx;
|
||||
|
||||
|
Reference in New Issue
Block a user