drop RCSID

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25319 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-07-05 05:09:16 +00:00
parent 6aa38c372c
commit 5a9dd54e95
13 changed files with 0 additions and 25 deletions

View File

@@ -33,8 +33,6 @@
#include "hdb_locl.h"
RCSID("$Id$");
int
hdb_principal2key(krb5_context context, krb5_const_principal p, krb5_data *key)
{

View File

@@ -33,8 +33,6 @@
#include "hdb_locl.h"
RCSID("$Id$");
#if HAVE_DB1
#if defined(HAVE_DB_185_H)

View File

@@ -33,8 +33,6 @@
#include "hdb_locl.h"
RCSID("$Id$");
#if HAVE_DB3
#ifdef HAVE_DB4_DB_H

View File

@@ -33,8 +33,6 @@
#include "hdb_locl.h"
RCSID("$Id$");
struct hdb_dbinfo {
char *label;
char *realm;

View File

@@ -34,8 +34,6 @@
#include "hdb_locl.h"
#include <der.h>
RCSID("$Id$");
krb5_error_code
hdb_entry_check_mandatory(krb5_context context, const hdb_entry *ent)
{

View File

@@ -34,8 +34,6 @@
#include "hdb_locl.h"
RCSID("$Id$");
#ifdef OPENLDAP
#include <lber.h>

View File

@@ -33,7 +33,6 @@
#include "krb5_locl.h"
#include "hdb_locl.h"
RCSID("$Id$");
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>

View File

@@ -34,8 +34,6 @@
#include "hdb_locl.h"
RCSID("$Id$");
/*
* free all the memory used by (len, keys)
*/

View File

@@ -35,8 +35,6 @@
/* keytab backend for HDB databases */
RCSID("$Id$");
struct hdb_data {
char *dbname;
char *mkey;

View File

@@ -36,8 +36,6 @@
#define O_BINARY 0
#endif
RCSID("$Id$");
struct hdb_master_key_data {
krb5_keytab_entry keytab;
krb5_crypto crypto;

View File

@@ -33,8 +33,6 @@
#include "hdb_locl.h"
RCSID("$Id$");
#if HAVE_NDBM
#if defined(HAVE_GDBM_NDBM_H)

View File

@@ -34,8 +34,6 @@
#include <hex.h>
#include <ctype.h>
RCSID("$Id$");
/*
This is the present contents of a dump line. This might change at
any time. Fields are separated by white space.

View File

@@ -34,8 +34,6 @@
#include "hdb_locl.h"
#include <getarg.h>
RCSID("$Id$");
static int help_flag;
static int version_flag;