remove RCSID
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25171 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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
|
||||
|
@@ -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 {
|
||||
|
@@ -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
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
struct addr_operations {
|
||||
int af;
|
||||
krb5_address_type atype;
|
||||
|
@@ -38,8 +38,6 @@
|
||||
#include <openssl/evp.h>
|
||||
#endif
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static int verbose = 0;
|
||||
|
||||
static void
|
||||
|
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -37,8 +37,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
krb5_error_code KRB5_LIB_FUNCTION
|
||||
_krb5_principal2principalname (PrincipalName *p,
|
||||
const krb5_principal from)
|
||||
|
@@ -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)
|
||||
|
@@ -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,
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include <krb5_locl.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static krb5_error_code
|
||||
make_etypelist(krb5_context context,
|
||||
krb5_authdata **auth_data)
|
||||
|
@@ -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
|
||||
|
@@ -35,8 +35,6 @@
|
||||
|
||||
#include <krb5_locl.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#undef __attribute__
|
||||
#define __attribute__(X)
|
||||
|
||||
|
@@ -35,8 +35,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#ifndef HEIMDAL_SMALLER
|
||||
|
||||
krb5_error_code KRB5_LIB_FUNCTION
|
||||
|
@@ -32,7 +32,6 @@
|
||||
*/
|
||||
|
||||
#include "krb5_locl.h"
|
||||
RCSID("$Id$");
|
||||
|
||||
/* Gaah! I want a portable funopen */
|
||||
struct fileptr {
|
||||
|
@@ -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:"
|
||||
|
@@ -32,8 +32,6 @@
|
||||
*/
|
||||
|
||||
#include "krb5_locl.h"
|
||||
RCSID("$Id$");
|
||||
|
||||
#include "krb5-v4compat.h"
|
||||
|
||||
#ifndef HEIMDAL_SMALLER
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/**
|
||||
* Copy the list of realms from `from' to `to'.
|
||||
*
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/**
|
||||
* Free content of krb5_creds.
|
||||
*
|
||||
|
@@ -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
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/**
|
||||
* Reset the (potentially uninitalized) krb5_data structure.
|
||||
*
|
||||
|
@@ -33,8 +33,6 @@
|
||||
#include "krb5_locl.h"
|
||||
#include <err.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
enum { MAXSIZE = 24 };
|
||||
|
||||
static struct testcase {
|
||||
|
@@ -32,7 +32,6 @@
|
||||
*/
|
||||
|
||||
#include "krb5_locl.h"
|
||||
RCSID("$Id$");
|
||||
#include "digest_asn1.h"
|
||||
|
||||
#ifndef HEIMDAL_SMALLER
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include <krb5_locl.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/**
|
||||
* Convert the getaddrinfo() error code to a Kerberos et error code.
|
||||
*
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#undef __attribute__(x)
|
||||
#define __attribute__(x)
|
||||
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static krb5_error_code
|
||||
copy_hostname(krb5_context context,
|
||||
const char *orig_hostname,
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
typedef struct krb5_fcache{
|
||||
char *filename;
|
||||
int version;
|
||||
|
@@ -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)
|
||||
{
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/*
|
||||
* Free all memory allocated by `realmlist'
|
||||
*/
|
||||
|
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#ifdef __osf__
|
||||
/* hate */
|
||||
struct rtentry;
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include <krb5_locl.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/*
|
||||
* Take the `body' and encode it into `padata' using the credentials
|
||||
* in `creds'.
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/*
|
||||
* Try to find out what's a reasonable default principal.
|
||||
*/
|
||||
|
@@ -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.
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include <krb5_locl.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static krb5_error_code
|
||||
add_addrs(krb5_context context,
|
||||
krb5_addresses *addr,
|
||||
|
@@ -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:
|
||||
|
@@ -35,8 +35,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#ifndef HEIMDAL_SMALLER
|
||||
|
||||
static krb5_error_code
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include <krb5_locl.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
int KRB5_LIB_FUNCTION
|
||||
krb5_getportbyname (krb5_context context,
|
||||
const char *service,
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
typedef struct krb5_get_init_creds_ctx {
|
||||
KDCOptions flags;
|
||||
krb5_creds cred;
|
||||
|
@@ -43,8 +43,6 @@
|
||||
|
||||
#include "kcm.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
typedef struct krb5_kcmcache {
|
||||
char *name;
|
||||
struct sockaddr_un path;
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/**
|
||||
* Zero out a keyblock
|
||||
*
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/**
|
||||
* @page krb5_keytab_intro The keytab handing functions
|
||||
* @section section_krb5_keytab Kerberos Keytabs
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
struct any_data {
|
||||
krb5_keytab kt;
|
||||
char *name;
|
||||
|
@@ -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
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#ifndef HEIMDAL_SMALLER
|
||||
|
||||
/* afs keyfile operations --------------------------------------- */
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/* memory operations -------------------------------------------- */
|
||||
|
||||
struct mkt_data {
|
||||
|
@@ -36,8 +36,6 @@
|
||||
#include <err.h>
|
||||
#include <getarg.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static int version_flag = 0;
|
||||
static int help_flag = 0;
|
||||
|
||||
|
@@ -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 */
|
||||
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
struct facility {
|
||||
int min;
|
||||
int max;
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
typedef struct krb5_mcache {
|
||||
char *name;
|
||||
unsigned int refcnt;
|
||||
|
@@ -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,
|
||||
|
@@ -34,7 +34,6 @@
|
||||
#define KRB5_DEPRECATED
|
||||
|
||||
#include "krb5_locl.h"
|
||||
RCSID("$Id$");
|
||||
|
||||
#ifndef HEIMDAL_SMALLER
|
||||
|
||||
|
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -32,8 +32,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
enum { MAXSIZE = 24 };
|
||||
|
||||
static struct testcase {
|
||||
|
@@ -32,8 +32,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static krb5_error_code
|
||||
rr13(unsigned char *buf, size_t len)
|
||||
{
|
||||
|
@@ -35,8 +35,6 @@
|
||||
#include "krb5_locl.h"
|
||||
#include <err.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
enum { MAX_COMPONENTS = 3 };
|
||||
|
||||
static struct testcase {
|
||||
|
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "krb5_locl.h"
|
||||
#include <wind.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
struct PAC_INFO_BUFFER {
|
||||
uint32_t type;
|
||||
uint32_t buffersize;
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
PA_DATA *
|
||||
krb5_find_padata(PA_DATA *val, unsigned len, int type, int *idx)
|
||||
{
|
||||
|
@@ -33,8 +33,6 @@
|
||||
#include "krb5_locl.h"
|
||||
#include <err.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
enum { MAX_COMPONENTS = 3 };
|
||||
|
||||
static struct testcase {
|
||||
|
@@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#include "krb5_locl.h"
|
||||
RCSID("$Id$");
|
||||
|
||||
#ifdef HAVE_DLFCN_H
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
@@ -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)
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
int KRB5_LIB_FUNCTION
|
||||
krb5_prompter_posix (krb5_context context,
|
||||
void *data,
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include <krb5_locl.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static krb5_error_code
|
||||
compare_addrs(krb5_context context,
|
||||
krb5_address *a,
|
||||
|
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include <krb5_locl.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static krb5_error_code
|
||||
decrypt_tkt_enc_part (krb5_context context,
|
||||
krb5_keyblock *key,
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include <krb5_locl.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static krb5_error_code
|
||||
verify_checksum(krb5_context context,
|
||||
krb5_auth_context auth_context,
|
||||
|
@@ -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,
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/*
|
||||
* See `sendauth.c' for the format.
|
||||
*/
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "krb5_locl.h"
|
||||
#include <vis.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
struct krb5_rcache_data {
|
||||
char *name;
|
||||
};
|
||||
|
@@ -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;
|
||||
|
@@ -33,8 +33,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/*
|
||||
* The format seems to be:
|
||||
* client -> server
|
||||
|
@@ -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.
|
||||
|
@@ -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,
|
||||
|
@@ -32,8 +32,6 @@
|
||||
|
||||
#include "krb5_locl.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static void
|
||||
print_data(unsigned char *data, size_t len)
|
||||
{
|
||||
|
@@ -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)
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "krb5_locl.h"
|
||||
#include "store-int.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
typedef struct emem_storage{
|
||||
unsigned char *base;
|
||||
size_t size;
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "krb5_locl.h"
|
||||
#include "store-int.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
typedef struct fd_storage {
|
||||
int fd;
|
||||
} fd_storage;
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "krb5_locl.h"
|
||||
#include "store-int.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
typedef struct mem_storage{
|
||||
unsigned char *base;
|
||||
size_t size;
|
||||
|
@@ -33,8 +33,6 @@
|
||||
#include "krb5_locl.h"
|
||||
#include <err.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
enum { MAXSIZE = 24 };
|
||||
|
||||
static struct testcase {
|
||||
|
@@ -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) \
|
||||
|
@@ -33,8 +33,6 @@
|
||||
#include "krb5_locl.h"
|
||||
#include <err.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static void
|
||||
print_addr(krb5_context context, const char *addr)
|
||||
{
|
||||
|
@@ -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,
|
||||
|
@@ -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>
|
||||
|
@@ -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;
|
||||
|
@@ -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)
|
||||
{
|
||||
|
@@ -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)
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include <err.h>
|
||||
#include <getarg.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static void
|
||||
test_wrapping(krb5_context context,
|
||||
size_t min_size,
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include <err.h>
|
||||
#include <getarg.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static int version_flag = 0;
|
||||
static int help_flag = 0;
|
||||
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include <err.h>
|
||||
#include <getarg.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/* print all addresses that we find */
|
||||
|
||||
static void
|
||||
|
@@ -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
Reference in New Issue
Block a user