remove RCSID

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25171 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-05-04 06:17:40 +00:00
parent 2fd5f8aa46
commit 942a821fab
123 changed files with 4 additions and 247 deletions

View File

@@ -37,12 +37,8 @@
#include <dlfcn.h>
#endif
RCSID("$Id$");
/* XXX should we fetch these for each open ? */
static HEIMDAL_MUTEX acc_mutex = HEIMDAL_MUTEX_INITIALIZER;
static cc_initialize_func init_func;
#ifdef HAVE_DLOPEN
static void *cc_handle;
#endif

View File

@@ -34,8 +34,6 @@
#include "krb5_locl.h"
#include <fnmatch.h>
RCSID("$Id$");
struct acl_field {
enum { acl_string, acl_fnmatch, acl_retval } type;
union {

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/**
* Add a specified list of error messages to the et list in context.
* Call func (probably a comerr-generated function) with a pointer to

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
struct addr_operations {
int af;
krb5_address_type atype;

View File

@@ -38,8 +38,6 @@
#include <openssl/evp.h>
#endif
RCSID("$Id$");
static int verbose = 0;
static void

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_aname_to_localname (krb5_context context,
krb5_const_principal aname,

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
void KRB5_LIB_FUNCTION
krb5_appdefault_boolean(krb5_context context, const char *appname,
krb5_const_realm realm, const char *option,

View File

@@ -37,8 +37,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
_krb5_principal2principalname (PrincipalName *p,
const krb5_principal from)

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_auth_con_init(krb5_context context,
krb5_auth_context *auth_context)

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_build_ap_req (krb5_context context,
krb5_enctype enctype,

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
static krb5_error_code
make_etypelist(krb5_context context,
krb5_authdata **auth_data)

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/**
* @page krb5_ccache_intro The credential cache functions
* @section section_krb5_ccache Kerberos credential caches

View File

@@ -35,8 +35,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
#undef __attribute__
#define __attribute__(X)

View File

@@ -35,8 +35,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
#ifndef HEIMDAL_SMALLER
krb5_error_code KRB5_LIB_FUNCTION

View File

@@ -32,7 +32,6 @@
*/
#include "krb5_locl.h"
RCSID("$Id$");
/* Gaah! I want a portable funopen */
struct fileptr {

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
KRB5_LIB_VARIABLE const char *krb5_config_file =
#ifdef __APPLE__
"~/Library/Preferences/edu.mit.Kerberos:"

View File

@@ -32,8 +32,6 @@
*/
#include "krb5_locl.h"
RCSID("$Id$");
#include "krb5-v4compat.h"
#ifndef HEIMDAL_SMALLER

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/**
* Copy the list of realms from `from' to `to'.
*

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/**
* Free content of krb5_creds.
*

View File

@@ -31,13 +31,11 @@
* SUCH DAMAGE.
*/
#include "krb5_locl.h"
RCSID("$Id$");
#include <pkinit_asn1.h>
#undef KRB5_DEPRECATED
#define KRB5_DEPRECATED
#include "krb5_locl.h"
#include <pkinit_asn1.h>
#define WEAK_ENCTYPES 1
#ifndef HEIMDAL_SMALLER

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/**
* Reset the (potentially uninitalized) krb5_data structure.
*

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
#include <err.h>
RCSID("$Id$");
enum { MAXSIZE = 24 };
static struct testcase {

View File

@@ -32,7 +32,6 @@
*/
#include "krb5_locl.h"
RCSID("$Id$");
#include "digest_asn1.h"
#ifndef HEIMDAL_SMALLER

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
/**
* Convert the getaddrinfo() error code to a Kerberos et error code.
*

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
#undef __attribute__(x)
#define __attribute__(x)

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
static krb5_error_code
copy_hostname(krb5_context context,
const char *orig_hostname,

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
typedef struct krb5_fcache{
char *filename;
int version;

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_free_kdc_rep(krb5_context context, krb5_kdc_rep *rep)
{

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/*
* Free all memory allocated by `realmlist'
*/

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_generate_seq_number(krb5_context context,
const krb5_keyblock *key,

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_generate_subkey(krb5_context context,
const krb5_keyblock *key,

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
#ifdef __osf__
/* hate */
struct rtentry;

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
/*
* Take the `body' and encode it into `padata' using the credentials
* in `creds'.

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/*
* Try to find out what's a reasonable default principal.
*/

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/*
* Return a NULL-terminated list of default realms in `realms'.
* Free this memory with krb5_free_host_realm.

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
static krb5_error_code
add_addrs(krb5_context context,
krb5_addresses *addr,

View File

@@ -34,8 +34,6 @@
#include "krb5_locl.h"
#include <resolve.h>
RCSID("$Id$");
/* To automagically find the correct realm of a host (without
* [domain_realm] in krb5.conf) add a text record for your domain with
* the name of your realm, like this:

View File

@@ -35,8 +35,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
#ifndef HEIMDAL_SMALLER
static krb5_error_code

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
int KRB5_LIB_FUNCTION
krb5_getportbyname (krb5_context context,
const char *service,

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
typedef struct krb5_get_init_creds_ctx {
KDCOptions flags;
krb5_creds cred;

View File

@@ -43,8 +43,6 @@
#include "kcm.h"
RCSID("$Id$");
typedef struct krb5_kcmcache {
char *name;
struct sockaddr_un path;

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/**
* Zero out a keyblock
*

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/**
* @page krb5_keytab_intro The keytab handing functions
* @section section_krb5_keytab Kerberos Keytabs

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
struct any_data {
krb5_keytab kt;
char *name;

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
#define KRB5_KT_VNO_1 1
#define KRB5_KT_VNO_2 2
#define KRB5_KT_VNO KRB5_KT_VNO_2

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
#ifndef HEIMDAL_SMALLER
/* afs keyfile operations --------------------------------------- */

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/* memory operations -------------------------------------------- */
struct mkt_data {

View File

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

View File

@@ -34,8 +34,6 @@
#include "krb5_locl.h"
#include <dirent.h>
RCSID("$Id$");
/* see if principal is mentioned in the filename access file, return
TRUE (in result) if so, FALSE otherwise */

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
struct facility {
int min;
int max;

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
typedef struct krb5_mcache {
char *name;
unsigned int refcnt;

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
_krb5_s4u2self_to_checksumdata(krb5_context context,
const PA_S4U2Self *self,

View File

@@ -34,7 +34,6 @@
#define KRB5_DEPRECATED
#include "krb5_locl.h"
RCSID("$Id$");
#ifndef HEIMDAL_SMALLER

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_mk_error(krb5_context context,
krb5_error_code error_code,

View File

@@ -33,9 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_mk_priv(krb5_context context,
krb5_auth_context auth_context,

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_mk_rep(krb5_context context,
krb5_auth_context auth_context,

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_mk_req_exact(krb5_context context,
krb5_auth_context *auth_context,

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
krb5_error_code
_krb5_mk_req_internal(krb5_context context,
krb5_auth_context *auth_context,

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_mk_safe(krb5_context context,
krb5_auth_context auth_context,

View File

@@ -32,8 +32,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
enum { MAXSIZE = 24 };
static struct testcase {

View File

@@ -32,8 +32,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
static krb5_error_code
rr13(unsigned char *buf, size_t len)
{

View File

@@ -35,8 +35,6 @@
#include "krb5_locl.h"
#include <err.h>
RCSID("$Id$");
enum { MAX_COMPONENTS = 3 };
static struct testcase {

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
krb5_ssize_t KRB5_LIB_FUNCTION
krb5_net_read (krb5_context context,
void *p_fd,

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
krb5_ssize_t KRB5_LIB_FUNCTION
krb5_net_write (krb5_context context,
void *p_fd,

View File

@@ -34,8 +34,6 @@
#include "krb5_locl.h"
#include <wind.h>
RCSID("$Id$");
struct PAC_INFO_BUFFER {
uint32_t type;
uint32_t buffersize;

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
PA_DATA *
krb5_find_padata(PA_DATA *val, unsigned len, int type, int *idx)
{

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
#include <err.h>
RCSID("$Id$");
enum { MAX_COMPONENTS = 3 };
static struct testcase {

View File

@@ -32,7 +32,7 @@
*/
#include "krb5_locl.h"
RCSID("$Id$");
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif

View File

@@ -57,8 +57,6 @@ host/admin@H5L.ORG
#include <fnmatch.h>
#include "resolve.h"
RCSID("$Id$");
#define princ_num_comp(P) ((P)->name.name_string.len)
#define princ_type(P) ((P)->name.name_type)
#define princ_comp(P) ((P)->name.name_string.val)

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
int KRB5_LIB_FUNCTION
krb5_prompter_posix (krb5_context context,
void *data,

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
static krb5_error_code
compare_addrs(krb5_context context,
krb5_address *a,

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_rd_error(krb5_context context,
const krb5_data *msg,

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_rd_priv(krb5_context context,
krb5_auth_context auth_context,

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_rd_rep(krb5_context context,
krb5_auth_context auth_context,

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
static krb5_error_code
decrypt_tkt_enc_part (krb5_context context,
krb5_keyblock *key,

View File

@@ -33,8 +33,6 @@
#include <krb5_locl.h>
RCSID("$Id$");
static krb5_error_code
verify_checksum(krb5_context context,
krb5_auth_context auth_context,

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_read_message (krb5_context context,
krb5_pointer p_fd,

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/*
* See `sendauth.c' for the format.
*/

View File

@@ -34,8 +34,6 @@
#include "krb5_locl.h"
#include <vis.h>
RCSID("$Id$");
struct krb5_rcache_data {
char *name;
};

View File

@@ -34,8 +34,6 @@
#include "krb5_locl.h"
#include "send_to_kdc_plugin.h"
RCSID("$Id$");
struct send_to_kdc {
krb5_send_to_kdc_func func;
void *data;

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/*
* The format seems to be:
* client -> server

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
/*
* Convert the simple string `s' into a NULL-terminated and freshly allocated
* list in `list'. Return an error code.

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
krb5_error_code KRB5_LIB_FUNCTION
krb5_sock_to_principal (krb5_context context,
int sock,

View File

@@ -32,8 +32,6 @@
#include "krb5_locl.h"
RCSID("$Id$");
static void
print_data(unsigned char *data, size_t len)
{

View File

@@ -34,8 +34,6 @@
#include "krb5_locl.h"
#include "store-int.h"
RCSID("$Id$");
#define BYTEORDER_IS(SP, V) (((SP)->flags & KRB5_STORAGE_BYTEORDER_MASK) == (V))
#define BYTEORDER_IS_LE(SP) BYTEORDER_IS((SP), KRB5_STORAGE_BYTEORDER_LE)
#define BYTEORDER_IS_BE(SP) BYTEORDER_IS((SP), KRB5_STORAGE_BYTEORDER_BE)

View File

@@ -34,8 +34,6 @@
#include "krb5_locl.h"
#include "store-int.h"
RCSID("$Id$");
typedef struct emem_storage{
unsigned char *base;
size_t size;

View File

@@ -34,8 +34,6 @@
#include "krb5_locl.h"
#include "store-int.h"
RCSID("$Id$");
typedef struct fd_storage {
int fd;
} fd_storage;

View File

@@ -34,8 +34,6 @@
#include "krb5_locl.h"
#include "store-int.h"
RCSID("$Id$");
typedef struct mem_storage{
unsigned char *base;
size_t size;

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
#include <err.h>
RCSID("$Id$");
enum { MAXSIZE = 24 };
static struct testcase {

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
#include <err.h>
RCSID("$Id$");
#define RETVAL(c, r, e, s) \
do { if (r != e) krb5_errx(c, 1, "%s", s); } while (0)
#define STRINGMATCH(c, s, _s1, _s2) \

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h"
#include <err.h>
RCSID("$Id$");
static void
print_addr(krb5_context context, const char *addr)
{

View File

@@ -34,8 +34,6 @@
#include <getarg.h>
#include <err.h>
RCSID("$Id$");
static void
test_alname(krb5_context context, krb5_const_realm realm,
const char *user, const char *inst,

View File

@@ -30,10 +30,7 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
#ifdef HAVE_CONFIG_H
#include <config.h>
RCSID("$Id$");
#endif
#include <sys/types.h>
#include <stdio.h>

View File

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

View File

@@ -34,8 +34,6 @@
#include "krb5_locl.h"
#include <err.h>
RCSID("$Id$");
static int
check_config_file(krb5_context context, char *filelist, char **res, int def)
{

View File

@@ -34,8 +34,6 @@
#include <err.h>
#include <getarg.h>
RCSID("$Id$");
static void
time_encryption(krb5_context context, size_t size,
krb5_enctype etype, int iterations)

View File

@@ -34,8 +34,6 @@
#include <err.h>
#include <getarg.h>
RCSID("$Id$");
static void
test_wrapping(krb5_context context,
size_t min_size,

View File

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

View File

@@ -34,8 +34,6 @@
#include <err.h>
#include <getarg.h>
RCSID("$Id$");
/* print all addresses that we find */
static void

View File

@@ -34,8 +34,6 @@
#include <err.h>
#include <getarg.h>
RCSID("$Id$");
static char *password_str;
static krb5_error_code

Some files were not shown because too many files have changed in this diff Show More