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>
|
#include <dlfcn.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/* XXX should we fetch these for each open ? */
|
|
||||||
static HEIMDAL_MUTEX acc_mutex = HEIMDAL_MUTEX_INITIALIZER;
|
static HEIMDAL_MUTEX acc_mutex = HEIMDAL_MUTEX_INITIALIZER;
|
||||||
static cc_initialize_func init_func;
|
static cc_initialize_func init_func;
|
||||||
|
|
||||||
#ifdef HAVE_DLOPEN
|
#ifdef HAVE_DLOPEN
|
||||||
static void *cc_handle;
|
static void *cc_handle;
|
||||||
#endif
|
#endif
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include <fnmatch.h>
|
#include <fnmatch.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
struct acl_field {
|
struct acl_field {
|
||||||
enum { acl_string, acl_fnmatch, acl_retval } type;
|
enum { acl_string, acl_fnmatch, acl_retval } type;
|
||||||
union {
|
union {
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a specified list of error messages to the et list in context.
|
* Add a specified list of error messages to the et list in context.
|
||||||
* Call func (probably a comerr-generated function) with a pointer to
|
* Call func (probably a comerr-generated function) with a pointer to
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
struct addr_operations {
|
struct addr_operations {
|
||||||
int af;
|
int af;
|
||||||
krb5_address_type atype;
|
krb5_address_type atype;
|
||||||
|
@@ -38,8 +38,6 @@
|
|||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static int verbose = 0;
|
static int verbose = 0;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_aname_to_localname (krb5_context context,
|
krb5_aname_to_localname (krb5_context context,
|
||||||
krb5_const_principal aname,
|
krb5_const_principal aname,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
void KRB5_LIB_FUNCTION
|
void KRB5_LIB_FUNCTION
|
||||||
krb5_appdefault_boolean(krb5_context context, const char *appname,
|
krb5_appdefault_boolean(krb5_context context, const char *appname,
|
||||||
krb5_const_realm realm, const char *option,
|
krb5_const_realm realm, const char *option,
|
||||||
|
@@ -37,8 +37,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
_krb5_principal2principalname (PrincipalName *p,
|
_krb5_principal2principalname (PrincipalName *p,
|
||||||
const krb5_principal from)
|
const krb5_principal from)
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_auth_con_init(krb5_context context,
|
krb5_auth_con_init(krb5_context context,
|
||||||
krb5_auth_context *auth_context)
|
krb5_auth_context *auth_context)
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_build_ap_req (krb5_context context,
|
krb5_build_ap_req (krb5_context context,
|
||||||
krb5_enctype enctype,
|
krb5_enctype enctype,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static krb5_error_code
|
static krb5_error_code
|
||||||
make_etypelist(krb5_context context,
|
make_etypelist(krb5_context context,
|
||||||
krb5_authdata **auth_data)
|
krb5_authdata **auth_data)
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @page krb5_ccache_intro The credential cache functions
|
* @page krb5_ccache_intro The credential cache functions
|
||||||
* @section section_krb5_ccache Kerberos credential caches
|
* @section section_krb5_ccache Kerberos credential caches
|
||||||
|
@@ -35,8 +35,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#undef __attribute__
|
#undef __attribute__
|
||||||
#define __attribute__(X)
|
#define __attribute__(X)
|
||||||
|
|
||||||
|
@@ -35,8 +35,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#ifndef HEIMDAL_SMALLER
|
#ifndef HEIMDAL_SMALLER
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
|
@@ -32,7 +32,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/* Gaah! I want a portable funopen */
|
/* Gaah! I want a portable funopen */
|
||||||
struct fileptr {
|
struct fileptr {
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
KRB5_LIB_VARIABLE const char *krb5_config_file =
|
KRB5_LIB_VARIABLE const char *krb5_config_file =
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
"~/Library/Preferences/edu.mit.Kerberos:"
|
"~/Library/Preferences/edu.mit.Kerberos:"
|
||||||
|
@@ -32,8 +32,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#include "krb5-v4compat.h"
|
#include "krb5-v4compat.h"
|
||||||
|
|
||||||
#ifndef HEIMDAL_SMALLER
|
#ifndef HEIMDAL_SMALLER
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Copy the list of realms from `from' to `to'.
|
* Copy the list of realms from `from' to `to'.
|
||||||
*
|
*
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Free content of krb5_creds.
|
* Free content of krb5_creds.
|
||||||
*
|
*
|
||||||
|
@@ -31,13 +31,11 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "krb5_locl.h"
|
|
||||||
RCSID("$Id$");
|
|
||||||
#include <pkinit_asn1.h>
|
|
||||||
|
|
||||||
#undef KRB5_DEPRECATED
|
|
||||||
#define KRB5_DEPRECATED
|
#define KRB5_DEPRECATED
|
||||||
|
|
||||||
|
#include "krb5_locl.h"
|
||||||
|
#include <pkinit_asn1.h>
|
||||||
|
|
||||||
#define WEAK_ENCTYPES 1
|
#define WEAK_ENCTYPES 1
|
||||||
|
|
||||||
#ifndef HEIMDAL_SMALLER
|
#ifndef HEIMDAL_SMALLER
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reset the (potentially uninitalized) krb5_data structure.
|
* Reset the (potentially uninitalized) krb5_data structure.
|
||||||
*
|
*
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
enum { MAXSIZE = 24 };
|
enum { MAXSIZE = 24 };
|
||||||
|
|
||||||
static struct testcase {
|
static struct testcase {
|
||||||
|
@@ -32,7 +32,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
RCSID("$Id$");
|
|
||||||
#include "digest_asn1.h"
|
#include "digest_asn1.h"
|
||||||
|
|
||||||
#ifndef HEIMDAL_SMALLER
|
#ifndef HEIMDAL_SMALLER
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert the getaddrinfo() error code to a Kerberos et error code.
|
* Convert the getaddrinfo() error code to a Kerberos et error code.
|
||||||
*
|
*
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#undef __attribute__(x)
|
#undef __attribute__(x)
|
||||||
#define __attribute__(x)
|
#define __attribute__(x)
|
||||||
|
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static krb5_error_code
|
static krb5_error_code
|
||||||
copy_hostname(krb5_context context,
|
copy_hostname(krb5_context context,
|
||||||
const char *orig_hostname,
|
const char *orig_hostname,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
typedef struct krb5_fcache{
|
typedef struct krb5_fcache{
|
||||||
char *filename;
|
char *filename;
|
||||||
int version;
|
int version;
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_free_kdc_rep(krb5_context context, krb5_kdc_rep *rep)
|
krb5_free_kdc_rep(krb5_context context, krb5_kdc_rep *rep)
|
||||||
{
|
{
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Free all memory allocated by `realmlist'
|
* Free all memory allocated by `realmlist'
|
||||||
*/
|
*/
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_generate_seq_number(krb5_context context,
|
krb5_generate_seq_number(krb5_context context,
|
||||||
const krb5_keyblock *key,
|
const krb5_keyblock *key,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_generate_subkey(krb5_context context,
|
krb5_generate_subkey(krb5_context context,
|
||||||
const krb5_keyblock *key,
|
const krb5_keyblock *key,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#ifdef __osf__
|
#ifdef __osf__
|
||||||
/* hate */
|
/* hate */
|
||||||
struct rtentry;
|
struct rtentry;
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Take the `body' and encode it into `padata' using the credentials
|
* Take the `body' and encode it into `padata' using the credentials
|
||||||
* in `creds'.
|
* in `creds'.
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Try to find out what's a reasonable default principal.
|
* Try to find out what's a reasonable default principal.
|
||||||
*/
|
*/
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Return a NULL-terminated list of default realms in `realms'.
|
* Return a NULL-terminated list of default realms in `realms'.
|
||||||
* Free this memory with krb5_free_host_realm.
|
* Free this memory with krb5_free_host_realm.
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static krb5_error_code
|
static krb5_error_code
|
||||||
add_addrs(krb5_context context,
|
add_addrs(krb5_context context,
|
||||||
krb5_addresses *addr,
|
krb5_addresses *addr,
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include <resolve.h>
|
#include <resolve.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/* To automagically find the correct realm of a host (without
|
/* To automagically find the correct realm of a host (without
|
||||||
* [domain_realm] in krb5.conf) add a text record for your domain with
|
* [domain_realm] in krb5.conf) add a text record for your domain with
|
||||||
* the name of your realm, like this:
|
* the name of your realm, like this:
|
||||||
|
@@ -35,8 +35,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#ifndef HEIMDAL_SMALLER
|
#ifndef HEIMDAL_SMALLER
|
||||||
|
|
||||||
static krb5_error_code
|
static krb5_error_code
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
int KRB5_LIB_FUNCTION
|
int KRB5_LIB_FUNCTION
|
||||||
krb5_getportbyname (krb5_context context,
|
krb5_getportbyname (krb5_context context,
|
||||||
const char *service,
|
const char *service,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
typedef struct krb5_get_init_creds_ctx {
|
typedef struct krb5_get_init_creds_ctx {
|
||||||
KDCOptions flags;
|
KDCOptions flags;
|
||||||
krb5_creds cred;
|
krb5_creds cred;
|
||||||
|
@@ -43,8 +43,6 @@
|
|||||||
|
|
||||||
#include "kcm.h"
|
#include "kcm.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
typedef struct krb5_kcmcache {
|
typedef struct krb5_kcmcache {
|
||||||
char *name;
|
char *name;
|
||||||
struct sockaddr_un path;
|
struct sockaddr_un path;
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Zero out a keyblock
|
* Zero out a keyblock
|
||||||
*
|
*
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @page krb5_keytab_intro The keytab handing functions
|
* @page krb5_keytab_intro The keytab handing functions
|
||||||
* @section section_krb5_keytab Kerberos Keytabs
|
* @section section_krb5_keytab Kerberos Keytabs
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
struct any_data {
|
struct any_data {
|
||||||
krb5_keytab kt;
|
krb5_keytab kt;
|
||||||
char *name;
|
char *name;
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#define KRB5_KT_VNO_1 1
|
#define KRB5_KT_VNO_1 1
|
||||||
#define KRB5_KT_VNO_2 2
|
#define KRB5_KT_VNO_2 2
|
||||||
#define KRB5_KT_VNO KRB5_KT_VNO_2
|
#define KRB5_KT_VNO KRB5_KT_VNO_2
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#ifndef HEIMDAL_SMALLER
|
#ifndef HEIMDAL_SMALLER
|
||||||
|
|
||||||
/* afs keyfile operations --------------------------------------- */
|
/* afs keyfile operations --------------------------------------- */
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/* memory operations -------------------------------------------- */
|
/* memory operations -------------------------------------------- */
|
||||||
|
|
||||||
struct mkt_data {
|
struct mkt_data {
|
||||||
|
@@ -36,8 +36,6 @@
|
|||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include <getarg.h>
|
#include <getarg.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static int version_flag = 0;
|
static int version_flag = 0;
|
||||||
static int help_flag = 0;
|
static int help_flag = 0;
|
||||||
|
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/* see if principal is mentioned in the filename access file, return
|
/* see if principal is mentioned in the filename access file, return
|
||||||
TRUE (in result) if so, FALSE otherwise */
|
TRUE (in result) if so, FALSE otherwise */
|
||||||
|
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
struct facility {
|
struct facility {
|
||||||
int min;
|
int min;
|
||||||
int max;
|
int max;
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
typedef struct krb5_mcache {
|
typedef struct krb5_mcache {
|
||||||
char *name;
|
char *name;
|
||||||
unsigned int refcnt;
|
unsigned int refcnt;
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
_krb5_s4u2self_to_checksumdata(krb5_context context,
|
_krb5_s4u2self_to_checksumdata(krb5_context context,
|
||||||
const PA_S4U2Self *self,
|
const PA_S4U2Self *self,
|
||||||
|
@@ -34,7 +34,6 @@
|
|||||||
#define KRB5_DEPRECATED
|
#define KRB5_DEPRECATED
|
||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#ifndef HEIMDAL_SMALLER
|
#ifndef HEIMDAL_SMALLER
|
||||||
|
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_mk_error(krb5_context context,
|
krb5_mk_error(krb5_context context,
|
||||||
krb5_error_code error_code,
|
krb5_error_code error_code,
|
||||||
|
@@ -33,9 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_mk_priv(krb5_context context,
|
krb5_mk_priv(krb5_context context,
|
||||||
krb5_auth_context auth_context,
|
krb5_auth_context auth_context,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_mk_rep(krb5_context context,
|
krb5_mk_rep(krb5_context context,
|
||||||
krb5_auth_context auth_context,
|
krb5_auth_context auth_context,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_mk_req_exact(krb5_context context,
|
krb5_mk_req_exact(krb5_context context,
|
||||||
krb5_auth_context *auth_context,
|
krb5_auth_context *auth_context,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code
|
krb5_error_code
|
||||||
_krb5_mk_req_internal(krb5_context context,
|
_krb5_mk_req_internal(krb5_context context,
|
||||||
krb5_auth_context *auth_context,
|
krb5_auth_context *auth_context,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_mk_safe(krb5_context context,
|
krb5_mk_safe(krb5_context context,
|
||||||
krb5_auth_context auth_context,
|
krb5_auth_context auth_context,
|
||||||
|
@@ -32,8 +32,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
enum { MAXSIZE = 24 };
|
enum { MAXSIZE = 24 };
|
||||||
|
|
||||||
static struct testcase {
|
static struct testcase {
|
||||||
|
@@ -32,8 +32,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static krb5_error_code
|
static krb5_error_code
|
||||||
rr13(unsigned char *buf, size_t len)
|
rr13(unsigned char *buf, size_t len)
|
||||||
{
|
{
|
||||||
|
@@ -35,8 +35,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
enum { MAX_COMPONENTS = 3 };
|
enum { MAX_COMPONENTS = 3 };
|
||||||
|
|
||||||
static struct testcase {
|
static struct testcase {
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_ssize_t KRB5_LIB_FUNCTION
|
krb5_ssize_t KRB5_LIB_FUNCTION
|
||||||
krb5_net_read (krb5_context context,
|
krb5_net_read (krb5_context context,
|
||||||
void *p_fd,
|
void *p_fd,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_ssize_t KRB5_LIB_FUNCTION
|
krb5_ssize_t KRB5_LIB_FUNCTION
|
||||||
krb5_net_write (krb5_context context,
|
krb5_net_write (krb5_context context,
|
||||||
void *p_fd,
|
void *p_fd,
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include <wind.h>
|
#include <wind.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
struct PAC_INFO_BUFFER {
|
struct PAC_INFO_BUFFER {
|
||||||
uint32_t type;
|
uint32_t type;
|
||||||
uint32_t buffersize;
|
uint32_t buffersize;
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
PA_DATA *
|
PA_DATA *
|
||||||
krb5_find_padata(PA_DATA *val, unsigned len, int type, int *idx)
|
krb5_find_padata(PA_DATA *val, unsigned len, int type, int *idx)
|
||||||
{
|
{
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
enum { MAX_COMPONENTS = 3 };
|
enum { MAX_COMPONENTS = 3 };
|
||||||
|
|
||||||
static struct testcase {
|
static struct testcase {
|
||||||
|
@@ -32,7 +32,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
RCSID("$Id$");
|
|
||||||
#ifdef HAVE_DLFCN_H
|
#ifdef HAVE_DLFCN_H
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#endif
|
#endif
|
||||||
|
@@ -57,8 +57,6 @@ host/admin@H5L.ORG
|
|||||||
#include <fnmatch.h>
|
#include <fnmatch.h>
|
||||||
#include "resolve.h"
|
#include "resolve.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#define princ_num_comp(P) ((P)->name.name_string.len)
|
#define princ_num_comp(P) ((P)->name.name_string.len)
|
||||||
#define princ_type(P) ((P)->name.name_type)
|
#define princ_type(P) ((P)->name.name_type)
|
||||||
#define princ_comp(P) ((P)->name.name_string.val)
|
#define princ_comp(P) ((P)->name.name_string.val)
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
int KRB5_LIB_FUNCTION
|
int KRB5_LIB_FUNCTION
|
||||||
krb5_prompter_posix (krb5_context context,
|
krb5_prompter_posix (krb5_context context,
|
||||||
void *data,
|
void *data,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static krb5_error_code
|
static krb5_error_code
|
||||||
compare_addrs(krb5_context context,
|
compare_addrs(krb5_context context,
|
||||||
krb5_address *a,
|
krb5_address *a,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_rd_error(krb5_context context,
|
krb5_rd_error(krb5_context context,
|
||||||
const krb5_data *msg,
|
const krb5_data *msg,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_rd_priv(krb5_context context,
|
krb5_rd_priv(krb5_context context,
|
||||||
krb5_auth_context auth_context,
|
krb5_auth_context auth_context,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_rd_rep(krb5_context context,
|
krb5_rd_rep(krb5_context context,
|
||||||
krb5_auth_context auth_context,
|
krb5_auth_context auth_context,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static krb5_error_code
|
static krb5_error_code
|
||||||
decrypt_tkt_enc_part (krb5_context context,
|
decrypt_tkt_enc_part (krb5_context context,
|
||||||
krb5_keyblock *key,
|
krb5_keyblock *key,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include <krb5_locl.h>
|
#include <krb5_locl.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static krb5_error_code
|
static krb5_error_code
|
||||||
verify_checksum(krb5_context context,
|
verify_checksum(krb5_context context,
|
||||||
krb5_auth_context auth_context,
|
krb5_auth_context auth_context,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_read_message (krb5_context context,
|
krb5_read_message (krb5_context context,
|
||||||
krb5_pointer p_fd,
|
krb5_pointer p_fd,
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* See `sendauth.c' for the format.
|
* See `sendauth.c' for the format.
|
||||||
*/
|
*/
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include <vis.h>
|
#include <vis.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
struct krb5_rcache_data {
|
struct krb5_rcache_data {
|
||||||
char *name;
|
char *name;
|
||||||
};
|
};
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include "send_to_kdc_plugin.h"
|
#include "send_to_kdc_plugin.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
struct send_to_kdc {
|
struct send_to_kdc {
|
||||||
krb5_send_to_kdc_func func;
|
krb5_send_to_kdc_func func;
|
||||||
void *data;
|
void *data;
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The format seems to be:
|
* The format seems to be:
|
||||||
* client -> server
|
* client -> server
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Convert the simple string `s' into a NULL-terminated and freshly allocated
|
* Convert the simple string `s' into a NULL-terminated and freshly allocated
|
||||||
* list in `list'. Return an error code.
|
* list in `list'. Return an error code.
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
krb5_error_code KRB5_LIB_FUNCTION
|
krb5_error_code KRB5_LIB_FUNCTION
|
||||||
krb5_sock_to_principal (krb5_context context,
|
krb5_sock_to_principal (krb5_context context,
|
||||||
int sock,
|
int sock,
|
||||||
|
@@ -32,8 +32,6 @@
|
|||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
print_data(unsigned char *data, size_t len)
|
print_data(unsigned char *data, size_t len)
|
||||||
{
|
{
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include "store-int.h"
|
#include "store-int.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#define BYTEORDER_IS(SP, V) (((SP)->flags & KRB5_STORAGE_BYTEORDER_MASK) == (V))
|
#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_LE(SP) BYTEORDER_IS((SP), KRB5_STORAGE_BYTEORDER_LE)
|
||||||
#define BYTEORDER_IS_BE(SP) BYTEORDER_IS((SP), KRB5_STORAGE_BYTEORDER_BE)
|
#define BYTEORDER_IS_BE(SP) BYTEORDER_IS((SP), KRB5_STORAGE_BYTEORDER_BE)
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include "store-int.h"
|
#include "store-int.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
typedef struct emem_storage{
|
typedef struct emem_storage{
|
||||||
unsigned char *base;
|
unsigned char *base;
|
||||||
size_t size;
|
size_t size;
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include "store-int.h"
|
#include "store-int.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
typedef struct fd_storage {
|
typedef struct fd_storage {
|
||||||
int fd;
|
int fd;
|
||||||
} fd_storage;
|
} fd_storage;
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include "store-int.h"
|
#include "store-int.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
typedef struct mem_storage{
|
typedef struct mem_storage{
|
||||||
unsigned char *base;
|
unsigned char *base;
|
||||||
size_t size;
|
size_t size;
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
enum { MAXSIZE = 24 };
|
enum { MAXSIZE = 24 };
|
||||||
|
|
||||||
static struct testcase {
|
static struct testcase {
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
#define RETVAL(c, r, e, s) \
|
#define RETVAL(c, r, e, s) \
|
||||||
do { if (r != e) krb5_errx(c, 1, "%s", s); } while (0)
|
do { if (r != e) krb5_errx(c, 1, "%s", s); } while (0)
|
||||||
#define STRINGMATCH(c, s, _s1, _s2) \
|
#define STRINGMATCH(c, s, _s1, _s2) \
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
print_addr(krb5_context context, const char *addr)
|
print_addr(krb5_context context, const char *addr)
|
||||||
{
|
{
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include <getarg.h>
|
#include <getarg.h>
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
test_alname(krb5_context context, krb5_const_realm realm,
|
test_alname(krb5_context context, krb5_const_realm realm,
|
||||||
const char *user, const char *inst,
|
const char *user, const char *inst,
|
||||||
|
@@ -30,10 +30,7 @@
|
|||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
RCSID("$Id$");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include <getarg.h>
|
#include <getarg.h>
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static int debug_flag = 0;
|
static int debug_flag = 0;
|
||||||
static int version_flag = 0;
|
static int version_flag = 0;
|
||||||
static int help_flag = 0;
|
static int help_flag = 0;
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
check_config_file(krb5_context context, char *filelist, char **res, int def)
|
check_config_file(krb5_context context, char *filelist, char **res, int def)
|
||||||
{
|
{
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include <getarg.h>
|
#include <getarg.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
time_encryption(krb5_context context, size_t size,
|
time_encryption(krb5_context context, size_t size,
|
||||||
krb5_enctype etype, int iterations)
|
krb5_enctype etype, int iterations)
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include <getarg.h>
|
#include <getarg.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
test_wrapping(krb5_context context,
|
test_wrapping(krb5_context context,
|
||||||
size_t min_size,
|
size_t min_size,
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include <getarg.h>
|
#include <getarg.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static int version_flag = 0;
|
static int version_flag = 0;
|
||||||
static int help_flag = 0;
|
static int help_flag = 0;
|
||||||
|
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include <getarg.h>
|
#include <getarg.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/* print all addresses that we find */
|
/* print all addresses that we find */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@@ -34,8 +34,6 @@
|
|||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include <getarg.h>
|
#include <getarg.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
static char *password_str;
|
static char *password_str;
|
||||||
|
|
||||||
static krb5_error_code
|
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