drop RCSID
This commit is contained in:
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "kadmin_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#define WORDS_FILENAME "/usr/share/dict/words"
|
||||
|
||||
#define NUSERS 1000
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "kadmin_locl.h"
|
||||
#include "kadmin-commands.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/*
|
||||
* del_enctype principal enctypes...
|
||||
*/
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "kadmin_locl.h"
|
||||
#include "kadmin-commands.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/*
|
||||
* fetch the default principal corresponding to `princ'
|
||||
*/
|
||||
|
@@ -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)
|
||||
{
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "kadmin_locl.h"
|
||||
#include "kadmin-commands.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
struct cpw_entry_data {
|
||||
int random_key;
|
||||
int random_password;
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "kadmin_locl.h"
|
||||
#include "kadmin-commands.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static int
|
||||
do_del_entry(krb5_principal principal, void *data)
|
||||
{
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "kadmin_locl.h"
|
||||
#include "kadmin-commands.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/*
|
||||
* del_enctype principal enctypes...
|
||||
*/
|
||||
|
@@ -35,8 +35,6 @@
|
||||
#include "kadmin-commands.h"
|
||||
#include <kadm5/private.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
extern int local_flag;
|
||||
|
||||
int
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "kadmin_locl.h"
|
||||
#include "kadmin-commands.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
struct ext_keytab_data {
|
||||
krb5_keytab keytab;
|
||||
};
|
||||
|
@@ -36,8 +36,6 @@
|
||||
#include <parse_units.h>
|
||||
#include <rtbl.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static struct field_name {
|
||||
const char *fieldname;
|
||||
unsigned int fieldvalue;
|
||||
|
@@ -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,
|
||||
|
@@ -36,8 +36,6 @@
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
struct kadm_port {
|
||||
char *port;
|
||||
unsigned short def_port;
|
||||
|
@@ -35,8 +35,6 @@
|
||||
#include "kadmin-commands.h"
|
||||
#include <sl.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static char *config_file;
|
||||
static char *keyfile;
|
||||
int local_flag;
|
||||
|
@@ -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 };
|
||||
|
@@ -35,8 +35,6 @@
|
||||
#include "kadmin-commands.h"
|
||||
#include <kadm5/private.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
struct entry {
|
||||
char *principal;
|
||||
char *key;
|
||||
|
@@ -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)
|
||||
{
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "kadmin_locl.h"
|
||||
#include "kadmin-commands.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
int
|
||||
password_quality(void *opt, int argc, char **argv)
|
||||
{
|
||||
|
@@ -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
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "kadmin_locl.h"
|
||||
#include "kadmin-commands.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
int
|
||||
rename_entry(void *opt, int argc, char **argv)
|
||||
{
|
||||
|
@@ -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)
|
||||
|
@@ -36,8 +36,6 @@
|
||||
#include "kadmin_locl.h"
|
||||
#include "kadmin-commands.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
extern int local_flag;
|
||||
|
||||
int
|
||||
|
@@ -32,8 +32,6 @@
|
||||
|
||||
#include "kadmin_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
krb5_context context;
|
||||
void *kadm_handle;
|
||||
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user