drop RCSID

This commit is contained in:
Love Hornquist Astrand
2010-03-16 12:52:58 -07:00
parent dde9ae659b
commit 433b1d5073
23 changed files with 0 additions and 46 deletions

View File

@@ -33,8 +33,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
RCSID("$Id$");
#define WORDS_FILENAME "/usr/share/dict/words" #define WORDS_FILENAME "/usr/share/dict/words"
#define NUSERS 1000 #define NUSERS 1000

View File

@@ -34,8 +34,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
#include "kadmin-commands.h" #include "kadmin-commands.h"
RCSID("$Id$");
/* /*
* del_enctype principal enctypes... * del_enctype principal enctypes...
*/ */

View File

@@ -34,8 +34,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
#include "kadmin-commands.h" #include "kadmin-commands.h"
RCSID("$Id$");
/* /*
* fetch the default principal corresponding to `princ' * fetch the default principal corresponding to `princ'
*/ */

View File

@@ -38,8 +38,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
#include "kadmin-commands.h" #include "kadmin-commands.h"
RCSID("$Id$");
static int static int
get_check_entry(const char *name, kadm5_principal_ent_rec *ent) get_check_entry(const char *name, kadm5_principal_ent_rec *ent)
{ {

View File

@@ -34,8 +34,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
#include "kadmin-commands.h" #include "kadmin-commands.h"
RCSID("$Id$");
struct cpw_entry_data { struct cpw_entry_data {
int random_key; int random_key;
int random_password; int random_password;

View File

@@ -34,8 +34,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
#include "kadmin-commands.h" #include "kadmin-commands.h"
RCSID("$Id$");
static int static int
do_del_entry(krb5_principal principal, void *data) do_del_entry(krb5_principal principal, void *data)
{ {

View File

@@ -34,8 +34,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
#include "kadmin-commands.h" #include "kadmin-commands.h"
RCSID("$Id$");
/* /*
* del_enctype principal enctypes... * del_enctype principal enctypes...
*/ */

View File

@@ -35,8 +35,6 @@
#include "kadmin-commands.h" #include "kadmin-commands.h"
#include <kadm5/private.h> #include <kadm5/private.h>
RCSID("$Id$");
extern int local_flag; extern int local_flag;
int int

View File

@@ -34,8 +34,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
#include "kadmin-commands.h" #include "kadmin-commands.h"
RCSID("$Id$");
struct ext_keytab_data { struct ext_keytab_data {
krb5_keytab keytab; krb5_keytab keytab;
}; };

View File

@@ -36,8 +36,6 @@
#include <parse_units.h> #include <parse_units.h>
#include <rtbl.h> #include <rtbl.h>
RCSID("$Id$");
static struct field_name { static struct field_name {
const char *fieldname; const char *fieldname;
unsigned int fieldvalue; unsigned int fieldvalue;

View File

@@ -37,8 +37,6 @@
#include "kadmin-commands.h" #include "kadmin-commands.h"
#include <kadm5/private.h> #include <kadm5/private.h>
RCSID("$Id$");
static kadm5_ret_t static kadm5_ret_t
create_random_entry(krb5_principal princ, create_random_entry(krb5_principal princ,
unsigned max_life, unsigned max_life,

View File

@@ -36,8 +36,6 @@
#include <sys/wait.h> #include <sys/wait.h>
#endif #endif
RCSID("$Id$");
struct kadm_port { struct kadm_port {
char *port; char *port;
unsigned short def_port; unsigned short def_port;

View File

@@ -35,8 +35,6 @@
#include "kadmin-commands.h" #include "kadmin-commands.h"
#include <sl.h> #include <sl.h>
RCSID("$Id$");
static char *config_file; static char *config_file;
static char *keyfile; static char *keyfile;
int local_flag; int local_flag;

View File

@@ -33,8 +33,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
RCSID("$Id$");
static char *check_library = NULL; static char *check_library = NULL;
static char *check_function = NULL; static char *check_function = NULL;
static getarg_strings policy_libraries = { 0, NULL }; static getarg_strings policy_libraries = { 0, NULL };

View File

@@ -35,8 +35,6 @@
#include "kadmin-commands.h" #include "kadmin-commands.h"
#include <kadm5/private.h> #include <kadm5/private.h>
RCSID("$Id$");
struct entry { struct entry {
char *principal; char *principal;
char *key; char *key;

View File

@@ -34,8 +34,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
#include "kadmin-commands.h" #include "kadmin-commands.h"
RCSID("$Id$");
static void static void
add_tl(kadm5_principal_ent_rec *princ, int type, krb5_data *data) add_tl(kadm5_principal_ent_rec *princ, int type, krb5_data *data)
{ {

View File

@@ -34,8 +34,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
#include "kadmin-commands.h" #include "kadmin-commands.h"
RCSID("$Id$");
int int
password_quality(void *opt, int argc, char **argv) password_quality(void *opt, int argc, char **argv)
{ {

View File

@@ -33,8 +33,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
RCSID("$Id$");
/* This file defines some a function that generates a random password, /* This file defines some a function that generates a random password,
that can be used when creating a large amount of principals (such that can be used when creating a large amount of principals (such
as for a batch of students). Since this is a political matter, you as for a batch of students). Since this is a political matter, you

View File

@@ -34,8 +34,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
#include "kadmin-commands.h" #include "kadmin-commands.h"
RCSID("$Id$");
int int
rename_entry(void *opt, int argc, char **argv) rename_entry(void *opt, int argc, char **argv)
{ {

View File

@@ -34,8 +34,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
#include <krb5-private.h> #include <krb5-private.h>
RCSID("$Id$");
static kadm5_ret_t static kadm5_ret_t
kadmind_dispatch(void *kadm_handle, krb5_boolean initial, kadmind_dispatch(void *kadm_handle, krb5_boolean initial,
krb5_data *in, krb5_data *out) krb5_data *in, krb5_data *out)

View File

@@ -36,8 +36,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
#include "kadmin-commands.h" #include "kadmin-commands.h"
RCSID("$Id$");
extern int local_flag; extern int local_flag;
int int

View File

@@ -32,8 +32,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
RCSID("$Id$");
krb5_context context; krb5_context context;
void *kadm_handle; void *kadm_handle;

View File

@@ -34,8 +34,6 @@
#include "kadmin_locl.h" #include "kadmin_locl.h"
#include <parse_units.h> #include <parse_units.h>
RCSID("$Id$");
/* /*
* util.c - functions for parsing, unparsing, and editing different * util.c - functions for parsing, unparsing, and editing different
* types of data used in kadmin. * types of data used in kadmin.