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"
RCSID("$Id$");
#define WORDS_FILENAME "/usr/share/dict/words"
#define NUSERS 1000

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -33,8 +33,6 @@
#include "kadmin_locl.h"
RCSID("$Id$");
/* This file defines some a function that generates a random password,
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

View File

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

View File

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

View File

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

View File

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

View File

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