/*
- * $Source$
- * $Author$
+ * lib/crypto/crc32/crc.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* CRC-32/AUTODIN-II routines
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_crc_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/crc-32.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/crc32/crctest.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* CRC test driver program.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_crctest_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/crc-32.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/cryptoconf.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Cryptosystem configurations
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_cryptoconf_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/config.h>
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/cbc_cksum.c
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_cbc_cksum_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/cksum.c
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
* spm 8/85 MIT project athena
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_cksum_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/cs_entry.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* DES encryption interface file
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_cs_entry_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/des.c
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
* originally written by Steve Miller, MIT Project Athena
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_des_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/crypto/des/des_int.h
*
* Copyright 1987, 1988, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/destest.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Test a DES implementation against known inputs & outputs
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_destest_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
/*
* -DBSD_DES will test the BSD DES library.
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/enc_dec.c
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_enc_dec_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
* Mark Eichin -- Cygnus Support
*/
-#ifndef lint
-static char rcsid_f_parity_c[] =
-"$Header$";
-#endif
#include "des.h"
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/fin_rndkey.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fin_rndkey_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/mit-des.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/finish_key.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_finish_key_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/init_rkey.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_init_rkey_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/key_parity.c
*
* Copyright 1989, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_key_parity_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include "des_int.h"
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/key_sched.c
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
* Originally written 6/85 by Steve Miller, MIT Project Athena.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_key_sched_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <stdio.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/krb_glue.c
*
* Copyright 1985, 1986, 1987, 1988, 1990, 1991 by the Massachusetts Institute
* of Technology.
* even no kerberos routines are called
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_enc_dec_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/make_e.c
*
* Copyright 1987, 1988, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* operations of the DES.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_make_e_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <stdio.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/make_fp.c
*
* Copyright 1988, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* implementing the final permutation of the DES.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_make_fp_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <stdio.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/make_ip.c
*
* Copyright 1987, 1988,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* permutation of the DES.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_make_ip_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <stdio.h>
/*
- * $Source$
- * $Author$
- * $Locker$
+ * lib/crypto/des/make_kp.c
*
* Copyright 1988,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
#include <stdio.h>
#include "des_int.h"
-#ifndef lint
-static char rcsid_make_kp[]=
-"$Id$";
-#endif /* lint */
char *progname;
extern int errno;
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/make_odd.c
*
* Copyright 1988,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This routine generates an odd-parity table for use in key generation.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_make_odd_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <stdio.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/make_p.c
*
* Copyright 1985, 1988,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This routine generates the P permutation code for the DES.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_make_p_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <stdio.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/make_pt.c
*
* Copyright 1985, 1988, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_make_pt_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <stdio.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/make_s.c
*
* Copyright 1985, 1988, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_make_s_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/make_st.c
*
* Copyright 1985, 1988, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_make_st_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <stdio.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/misc.c
*
* Copyright 1988, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* generating the intermediate source files.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_misc_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/new_rn_key.c
*
* Copyright 1988,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* without license from the U.S. Commerce department.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_new_rn_key_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/process_ky.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_process_ky_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/random_key.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_random_key_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/string2key.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Wrapper for the V4 libdes for use with kerberos V5.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_string2key_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/crypto/des/tables.h
*
* Copyright 1988,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/verify.c
*
* Copyright 1988, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* -1 ==> error
*/
-#ifndef lint
-static char rcsid_verify_c[] =
-"$Id$";
-#endif /*lint*/
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/weak_key.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Originally written 8/85 by Steve Miller, MIT Project Athena.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_weak_key_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/crypto/md4/md4.c
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_md4_c[] = "$Id$";
-#endif /* !lint & !SABER */
-
/*
**********************************************************************
** md4.c **
/*
- * $Source$
- * $Author$
+ * lib/crypto/md4/md4crypto.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Kerberos glue for MD4 sample implementation.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_md4crypto_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/crypto/md4/md4driver.c
*/
-#ifndef lint
-static char rcsid_md4driver_c[] = "$Id$";
-#endif /* lint */
-
/*
**********************************************************************
** md4driver.c -- sample routines to test **
/*
- * $Source$
- * $Author$
+ * lib/crypto/md4/md4glue.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Kerberos glue for MD4 sample implementation.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_md4glue_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
-#if !defined(lint) && !defined(SABER)
-static char rcsid_md5crypto_c[] = "$Id$";
-#endif
-
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
#include <krb5/rsa-md5.h>
-#if !defined(lint) && !defined(SABER)
-static char rcsid_md5glue_c[] = "$Id$";
-#endif
-
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
#include <krb5/rsa-md5.h>
/*
- * $Source$
- * $Author$
+ * lib/crypto/os/rnd_confoun.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_random_confounder()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rnd_counfoun_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/des425/cksum.c
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
* spm 8/85 MIT project athena
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_cksum_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "des.h"
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/des425/des.c
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
* originally written by Steve Miller, MIT Project Athena
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_des_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "des.h"
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/des425/des.h
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/des425/enc_dec.c
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_enc_dec_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "des.h"
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/des425/key_parity.c
*
* Copyright 1989, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_key_parity_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "des.h"
/*
- * $Source$
- * $Author$
+ * lib/des425/key_sched.c
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
* Originally written 6/85 by Steve Miller, MIT Project Athena.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_key_sched_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <stdio.h>
#include "des.h"
/*
- * $Source$
- * $Author$
+ * lib/des425/new_rnd_key.c
*
* Copyright 1988,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#ifndef lint
-static char rcsid_new_rnd_key_c[] =
-"$Id$";
-#endif /* lint */
#include "des.h"
/*
- * $Source$
- * $Author$
+ * lib/des425/pcbc_encrypt.c
*
* Copyright 1985, 1986, 1987, 1988,1990 by the Massachusetts Institute
* of Technology.
* spm 8/85 MIT project athena
*/
-#ifndef lint
-static char rcsid_pcbc_encrypt_c[] =
-"$Id$";
-#endif /* lint */
#include <stdio.h>
#include "des.h"
/*
- * $Source$
- * $Author$
+ * lib/des425/quad_cksum.c
*
* Copyright 1985, 1986, 1987, 1988,1990 by the Massachusetts Institute
* of Technology.
* but nontheless is 64 bit arithmetic.
*/
-#ifndef lint
-static char rcsid_quad_cksum_c[] =
-"$Id$";
-#endif /* lint */
/* System include files */
#include <stdio.h>
/*
- * $Source$
- * $Author$
+ * lib/des425/random_key.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#ifndef lint
-static char rcsid_random_key_c[] =
-"$Header$";
-#endif /* lint */
#include "des.h"
/*
- * $Source$
- * $Author$
+ * lib/des425/read_passwd.c
*
* Copyright 1985,1986,1987,1988,1991 by the Massachusetts Institute
* of Technology.
* echoing.
*/
-#ifndef lint
-static char rcsid_read_password_c[] =
-"$Id$";
-#endif /* lint */
#include <krb5/krb5.h>
#include <krb5/los-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/des425/str_to_key.c
*
* Copyright 1985, 1986, 1987, 1988, 1989,1990 by the Massachusetts Institute
* of Technology.
* spm 8/85 MIT project athena
*/
-#ifndef lint
-static char rcsid_string_to_key_c[] =
-"$Id$";
-#endif /* lint */
#include <stdio.h>
#include <string.h>
/*
- * $Source$
- * $Author$
+ * lib/des425/string2key.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Wrapper for the V4 libdes for use with kerberos V5.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_string2key_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "des.h"
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/des425/verify.c
*
* Copyright 1988,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* -1 ==> error
*/
-#ifndef lint
-static char rcsid_verify_c[] =
-"$Id$";
-#endif lint
#include <stdio.h>
#include <errno.h>
/*
- * $Source$
- * $Author$
+ * lib/des425/weak_key.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Originally written 8/85 by Steve Miller, MIT Project Athena.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_weak_key_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "des.h"
#include <krb5/ext-proto.h>
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
#include "gssapiP_generic.h"
#include <com_err.h>
#include "gssapiP_generic.h"
-/*
- * $Id$
- */
-
/* This code has knowledge of the min and max errors of each type
within the gssapi major status */
#endif
#include <stdio.h>
-/*
- * $Id$
- */
-
/*
* First, define the platform-dependent types.
*/
#ifndef _GSSAPIP_GENERIC_H_
#define _GSSAPIP_GENERIC_H_
-/*
- * $Id$
- */
-
#include "gssapi.h"
#include "gssapi_generic_err.h"
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
#include "gssapiP_generic.h"
/*
#ifndef _GSSAPI_GENERIC_H_
#define _GSSAPI_GENERIC_H_
-/*
- * $Id$
- */
-
#include <gssapi/gssapi.h>
extern const gss_OID_desc * const gss_nt_user_name;
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
#include "gssapiP_generic.h"
OM_uint32 generic_gss_release_buffer(minor_status, buffer)
#include "gssapiP_generic.h"
-/*
- * $Id$
- */
-
OM_uint32 generic_gss_release_oid_set(minor_status, set)
OM_uint32 *minor_status;
gss_OID_set *set;
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
#include "gssapiP_generic.h"
#include <string.h>
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
/* This file could be OS specific */
#include "gssapiP_generic.h"
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
#include "gssapiP_generic.h"
char *g_strdup(str)
#include "gssapiP_generic.h"
-/*
- * $Id$
- */
-
int
g_copy_OID_set(in, out)
const gss_OID_set_desc * const in;
#include "gssapiP_generic.h"
#include <memory.h>
-/*
- * $Id$
- */
-
/* XXXX this code currently makes the assumption that a mech oid will
never be longer than 127 bytes. This assumption is not inherent in
the interfaces, so the code can be fixed if the OSI namespace
*
*/
-/*
- * $Id$
- */
-
/*
* stub functions for those without the hash library.
*/
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
/*
* functions to validate name, credential, and context handles
*/
#include <krb5/rsa-md5.h>
#include <memory.h>
-/*
- * $Id$
- */
-
static krb5_error_code rd_req_keyproc(keyprocarg, server, kvno, keyblock)
krb5_pointer keyprocarg;
krb5_principal server;
#include "gssapiP_krb5.h"
-/*
- * $Id$
- */
-
/* get credentials corresponding to a key in the krb5 keytab.
If the default name is requested, return the name in output_princ.
If output_princ is non-NULL, the caller will use or free it, regardless
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
#include "gssapiP_krb5.h"
OM_uint32
#include "gssapiP_krb5.h"
-/*
- * $Id$
- */
-
OM_uint32
krb5_gss_context_time(minor_status, context_handle, time_rec)
OM_uint32 *minor_status;
#include "gssapiP_krb5.h"
-/*
- * $Id$
- */
-
OM_uint32
krb5_gss_delete_sec_context(minor_status, context_handle, output_token)
OM_uint32 *minor_status;
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
#include "gssapiP_krb5.h"
OM_uint32
#include "gssapiP_krb5.h"
#include <com_err.h>
-/*
- * $Id$
- */
-
/* XXXX internationalization!! */
/**/
#include "gssapiP_krb5.h"
-/*
- * $Id$
- */
-
OM_uint32
gss_krb5_get_tkt_flags(minor_status, context_handle, ticket_flags)
OM_uint32 *minor_status;
#ifndef _GSSAPIP_KRB5_H_
#define _GSSAPIP_KRB5_H_
-/*
- * $Id$
- */
-
#include <krb5/krb5.h>
#include <memory.h>
#include <netinet/in.h>
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
#include "gssapiP_krb5.h"
/** exported constants defined in gssapi_krb5.h **/
#ifndef _GSSAPI_KRB5_H_
#define _GSSAPI_KRB5_H_
-/*
- * $Id$
- */
-
#include <gssapi/gssapi_generic.h>
#include <krb5/krb5.h>
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
-
#include "gssapiP_krb5.h"
#include <pwd.h>
#ifdef USE_STRING_H
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
#include "gssapiP_krb5.h"
OM_uint32
#include "gssapiP_krb5.h"
#include <memory.h>
-/*
- * $Id$
- */
-
static krb5_error_code
make_ap_req(cred, server, endtime, chan_bindings, do_mutual, subkey, flags,
seqnum, token)
#include "gssapiP_krb5.h"
-/*
- * $Id$
- */
-
OM_uint32
krb5_gss_inquire_context(minor_status, context_handle, initiator_name,
acceptor_name, lifetime_rec, mech_type, ret_flags,
#include "gssapiP_krb5.h"
-/*
- * $Id$
- */
-
OM_uint32
krb5_gss_inquire_cred(minor_status, cred_handle, name, lifetime_ret,
cred_usage, mechanisms)
#include <netinet/in.h>
#include <krb5/rsa-md5.h>
-/*
- * $Id$
- */
-
static krb5_error_code
make_seal_token(enc_ed, seq_ed, seqnum, direction, text, token,
encrypt, toktype, bigend)
#include <netinet/in.h>
#include <krb5/rsa-md5.h>
-/*
- * $Id$
- */
-
/* message_buffer is an input if SIGN, output if SEAL, and ignored if DEL_CTX
conf_state is only valid if SEAL.
*/
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
#include "gssapiP_krb5.h"
OM_uint32
#include "gssapiP_krb5.h"
-/*
- * $Id$
- */
-
OM_uint32
krb5_gss_process_context_token(minor_status, context_handle, token_buffer)
OM_uint32 *minor_status;
#include "gssapiP_krb5.h"
-/*
- * $Id$
- */
-
OM_uint32
krb5_gss_release_cred(minor_status, cred_handle)
OM_uint32 *minor_status;
* PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * $Id$
- */
-
#include "gssapiP_krb5.h"
OM_uint32
#include "gssapiP_krb5.h"
-/*
- * $Id$
- */
-
OM_uint32
krb5_gss_seal(minor_status, context_handle, conf_req_flag,
qop_req, input_message_buffer, conf_state,
#include "gssapiP_krb5.h"
-/*
- * $Id$
- */
-
OM_uint32
krb5_gss_sign(minor_status, context_handle,
qop_req, message_buffer,
#include "gssapiP_krb5.h"
-/*
- * $Id$
- */
-
OM_uint32
krb5_gss_unseal(minor_status, context_handle,
input_message_buffer, output_message_buffer,
#include "gssapiP_krb5.h"
#include <memory.h>
-/*
- * $Id$
- */
-
krb5_error_code kg_checksum_channel_bindings(cb, cksum, bigend)
gss_channel_bindings_t cb;
krb5_checksum *cksum;
#include "gssapiP_krb5.h"
#include <memory.h>
-/*
- * $Id$
- */
-
static unsigned char zeros[8] = {0,0,0,0,0,0,0,0};
int kg_confounder_size(ed)
#include "gssapiP_krb5.h"
#include <memory.h>
-/*
- * $Id$
- */
-
static unsigned char zeros[16] = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0};
krb5_error_code
#include "gssapiP_krb5.h"
-/*
- * $Id$
- */
-
krb5_error_code kg_make_seq_num(ed, direction, seqnum, cksum, buf)
krb5_gss_enc_desc *ed;
int direction;
#include "gssapiP_krb5.h"
-/*
- * $Id$
- */
-
OM_uint32
krb5_gss_verify(minor_status, context_handle,
message_buffer, token_buffer,
/*
- * $Source$
- * $Author$
+ * lib/kdb/decrypt_key.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_kdb_encrypt_key(), krb5_kdb_decrypt_key functions
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_decrypt_key_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/kdb/encrypt_key.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_kdb_encrypt_key(), krb5_kdb_decrypt_key functions
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_encrypt_key_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/kdb/fetch_mkey.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Fetch a database master key from somewhere.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fetch_mkey_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/kdb.h>
/*
- * $Source$
- * $Author$
+ * lib/kdb/kdb_dbm.c
*
* Copyright 1988,1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_krb_dbm_c[] =
-"$Id$";
-#endif /* lint */
#include <krb5/krb5.h>
#include <krb5/dbm.h>
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/kdb/kdbint.h
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/kdb/setup_mkey.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_kdb_setup_mkey()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_setup_mkey_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/kdb.h>
/*
- * $Source$
- * $Author$
+ * lib/kdb/store_mkey.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Store a database master key in a file.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_store_mkey_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <errno.h>
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/kdb/verify_mky.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_db_verify_master_key();
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_verify_mky_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/kdb.h>
/*
- * $Source$
- * $Author$
+ * lib/krb425/425data.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Common data for krb425 library
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_425data_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
/*
- * $Source$
- * $Author$
+ * lib/krb425/425error.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* convert error codes from v5 to v4
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_425error_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb.h>
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb425/des_sched.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* dummy function for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_des_sched_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
/*
- * $Source$
- * $Author$
+ * lib/krb425/get_cred.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_get_cred for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_get_cred_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
/*
- * $Source$
- * $Author$
+ * lib/krb425/get_krbhst.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_get_krbhst for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_get_krbhst_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
/*
- * $Source$
- * $Author$
+ * lib/krb425/get_lrealm.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_get_lrealm for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_get_lrealm_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
/*
- * $Source$
- * $Author$
+ * lib/krb425/get_phost.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_get_phost for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_get_phost_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
/*
- * $Source$
- * $Author$
+ * lib/krb425/kn_parse.c
*
* Copyright 1987,1988,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kn_parse_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <stdio.h>
/*
- * $Source$
- * $Author$
+ * lib/krb425/kntoln.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_kntoln for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kntoln_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb425/krb425.h
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/krb425/kuserok.c
*
* Copyright 1987, 1988 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/krb425/mk_priv.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_mk_priv for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_mk_priv_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
#ifndef hpux
/*
- * $Source$
- * $Author$
+ * lib/krb425/mk_req.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_mk_req for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_mk_req_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
/*
- * $Source$
- * $Author$
+ * lib/krb425/mk_safe.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_mk_safe for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_mk_safe_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
#ifndef hpux
/*
- * $Source$
- * $Author$
+ * lib/krb425/net_read.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_net_read for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_net_read_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
/*
- * $Source$
- * $Author$
+ * lib/krb425/net_write.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_net_write for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_net_write_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
/*
- * $Source$
- * $Author$
+ * lib/krb425/rd_priv.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_rd_priv for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rd_priv_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
#ifndef hpux
/*
- * $Source$
- * $Author$
+ * lib/krb425/rd_req.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_rd_req for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rd_req_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
#include <sys/param.h>
/*
- * $Source$
- * $Author$
+ * lib/krb425/rd_safe.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_rd_safe for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rd_safe_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
#ifndef hpux
/*
- * $Source$
- * $Author$
+ * lib/krb425/realmhost.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_realmofhost for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_realmhost_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
/*
- * $Source$
- * $Author$
+ * lib/krb425/recvauth.c
*
* Copyright 1987, 1988 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/krb425/sendauth.c
*
* Copyright 1987,1988,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sendauth_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
/*
- * $Source$
- * $Author$
+ * lib/krb425/set_key.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb_set_key for krb425
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_set_key_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "krb425.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/adat2kadat.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adat2kadat_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/addr2kaddr.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_addr2kaddr_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/adr2kadr.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adr2kadr_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/aprp2kaprp.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_aprp2kaprp_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/aprq2kaprq.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_aprq2kaprq_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/arep2karep.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_arep2karep_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/asn.1/asn1glue.h
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/auth2kauth.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_auth2kauth_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/ck2kck.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ck2kck_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/cred2kcred.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_cred2kcred_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/crep2kcrep.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_crep2kcrep_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/cvt_flags.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_cvt_flags_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/decode.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* decoding glue routines.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_decode_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <isode/psap.h>
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/edat2kedat.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_edat2kedat_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/ekrp2kekrp.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ekrp2kekrp_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/enck2kkey.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_enck2kkey_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/encode.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* encoding glue routines.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_encode_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <isode/psap.h>
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/err2kerr.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_err2kerr_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/etpt2ketpt.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_etpt2ketpt_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/g2unix.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_g2unix_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kadat2adat.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kadat2adat_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kaddr2addr.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kaddr2addr_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kadr2adr.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kadr2adr_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kaprp2aprp.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kaprp2aprp_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kaprq2aprq.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kaprq2aprq_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/karep2arep.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_karep2arep_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kauth2auth.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kauth2auth_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kck2ck.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kck2ck_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kcred2cred.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kcred2cred_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kcrep2crep.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kcrep2crep_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kdcr2kkdcr.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdcr2kkdcr_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kdcr2ktgsr.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdcr2ktgsr_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kedat2edat.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kedat2edat_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kekrp2ekrp.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kekrp2ekrp_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kerr2err.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kerr2err_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/ketpt2etpt.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ketpt2etpt_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kkdcr2kdcr.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kkdcr2kdcr_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kkey2enck.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kkey2enck_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/klsrq2lsrq.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_klsrq2lsrq_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kprep2prep.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kprep2prep_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kprin2prin.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kprin2prin_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kpriv2priv.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kpriv2priv_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kpwd2pwd.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kpwd2pwd[] =
-"$Id$";
-#endif /* lint || saber */
#include <stdio.h>
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/kpwds2pwds.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*/
#endif /* NEVERDEFINE */
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kpwds2pwds[] =
-"$Id$";
-#endif /* lint || saber */
#include <stdio.h>
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/ksafe2safe.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ksafe2safe_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/ktgrq2tgrq.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktgrq2tgrq_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/ktgsr2kdcr.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktgsr2kdcr_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/ktkt2tkt.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktkt2tkt_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/ktran2tran.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktran2tran_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/lsrq2klsrq.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_lsrq2klsrq_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/prep2kprep.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_prep2kprep_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/prin2kprin.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_prin2kprin_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/priv2kpriv.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_priv2kpriv_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/pwd2kpwd.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_pwd2kpwd[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/pwds2kpwds.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_pwds2kpwds[] =
-"$Id$";
-#endif /* lint || saber */
#include <stdio.h>
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/qbuf2data.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_qbuf2data_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/safe2ksafe.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_safe2ksafe_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/tgrq2ktgrq.c
*
* Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_tgrq2ktgrq_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/tkt2ktkt.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_tkt2ktkt_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/tran2ktran.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_tran2ktran_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/asn.1/u2gen.c
*
* Copyright 1989,1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Glue between Kerberos version and ISODE 6.0 version of structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_u2gen_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <isode/psap.h>
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/ccbase.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Registration functions for ccache.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ccbase_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/ccdefault.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Find default credential cache
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_default_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/ccdefops.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/ccache/file/fcc-proto.h
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/ccache/file/fcc.h
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_close.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_close.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_close_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
*/
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_defnam.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_default_name.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_defnam_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_defops.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the structure krb5_cc_dfl_ops.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_defops_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_destry.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_destroy.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_destry_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_errs.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* error code interpretation routine
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_errs_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_eseq.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_end_seq_get.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_eseq_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_gennew.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_generate_new.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_resolve_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_getnam.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_get_name.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_getnam_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_gprin.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_get_principal.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_gprinc_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_init.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_initialize.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_init_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_maybe.c
*
* Copyright 1990, 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for conditional open/close calls.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_maybe_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "fcc.h"
#include <errno.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_nseq.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_next_cred.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_nseq_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_ops.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the structure krb5_fcc_ops.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_ops_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_read.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* credentials cache. These are not library-exported functions.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_read_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_reslv.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_resolve.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_reslve_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_retrv.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_retrieve.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_retrv_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
-
-
#include "fcc.h"
#define set(bits) (whichfields & bits)
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_sflags.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_set_flags.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_set_flags_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_skip.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* credentials cache. These are not library-exported functions.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_read_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_sseq.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_start_seq_get.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_sseq_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_store.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_store.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_store_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_test.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_test_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "fcc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_write.c
*
* Copyright 1990,1991,1992 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_fcc_write_<type>.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rcsid_fcc_write_c[] =
- "$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include "fcc.h"
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/ccache/stdio/scc-proto.h
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/ccache/stdio/scc.h
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_close.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_close.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_close_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
*/
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_defnam.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_default_name.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_defnam_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_defops.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the structure krb5_cc_dfl_ops.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_defops_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_destry.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_destroy.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_destry_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_errs.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* error code interpretation routine
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_errs_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_eseq.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_end_seq_get.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_eseq_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_gennew.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_generate_new.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_resolve_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_getnam.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_get_name.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_getnam_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_gprin.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_get_principal.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_gprinc_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_init.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_initialize.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_init_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_maybe.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for conditional open/close calls.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_maybe_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "scc.h"
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_nseq.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_next_cred.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_nseq_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_ops.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the structure krb5_scc_ops.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_ops_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_read.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* credentials cache. These are not library-exported functions.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_read_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_reslv.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_resolve.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_reslve_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_retrv.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_retrieve.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_retrv_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
-
-
#include "scc.h"
#define set(bits) (whichfields & bits)
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_sflags.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_set_flags.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_set_flags_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_skip.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* credentials cache. These are not library-exported functions.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_read_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_sseq.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_start_seq_get.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_sseq_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_store.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_store.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_store_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_test.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_scc_test_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/stdio/scc_write.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This file contains the source code for krb5_scc_write_<type>.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rcsid_scc_write_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "scc.h"
/*
- * $Source$
- * $Author$
+ * lib/krb5/error_tables/init_ets.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Initialize Kerberos library error tables.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_init_ets_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_addr.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* krb5_free_address()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_addr_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/copyright.h>
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_address.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_addresses()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_address_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_ap_rep.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_ap_rep()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_ap_rep_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_ap_req.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_ap_req()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_ap_req_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_arep_enc.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_ap_rep_enc_part()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_arep_enc_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_auth_cnt.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_authenticator()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_authent_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_authdata.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_authdata()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_authdata_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_authent.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_authenticator()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_authent_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_cksum.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_checksum()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_cksum_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_cred.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_cred()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_cred_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_cred_cnt.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_cred_contents()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_cred_cnt_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_cred_enc.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_cred_enc_part()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_cred_enc_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_creds.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_creds()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_creds_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_enc_kdc.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_enc_kdc_rep_part()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_enc_kdc_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_enc_tkt.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_enc_tkt_part()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_enc_tkt_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_error.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_error()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_error_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_kdc_rep.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_kdc_rep()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_kdc_rep_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_kdc_req.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_kdc_req()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_kdc_req_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_keyblock.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_keyblock()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_keyblock_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_last_req.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_last_req()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_last_req_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_padata.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_padata()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_padata_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_princ.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_principal()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_princ_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_priv.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_priv()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_priv_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_priv_enc.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_priv_enc_part()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_priv_enc_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_pwd_data.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_pwd_data()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_pwd_data [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_pwd_seq.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_pwd_sequences()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_pwd_seq [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_safe.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_safe()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_safe_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_tgt_cred.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_tgt_creds()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_tgt_cred_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_ticket.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_ticket()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_ticket_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_tickets.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_tickets()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_tickets_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/free/f_tkt_auth.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_tkt_authent()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_f_tkt_authent_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_add.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_ktfile_add()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktf_add_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_close.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* free memory hidden in the structures.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_krb5_ktfile_close_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_defops.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_kt_dfl_ops
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktf_defops_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_endget.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_ktfile_end_get()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktf_endget_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_get_en.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* an error.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_krb5_ktfile_get_entry_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_get_na.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Get the name of the file containing a file-based keytab.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktfile_get_name_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_next.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_ktfile_get_next()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktf_next_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_ops.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_ktf_ops
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktf_ops_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_remove.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_ktfile_add()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktf_add_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_resolv.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* initialized with file keytab routines.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktfile_resolve_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_ssget.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_ktfile_start_seq_get()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktf_ssget_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_util.c
*
* Copyright (c) Hewlett-Packard Company 1991
* Released to the Massachusetts Institute of Technology for inclusion
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktf_util_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_wops.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_ktf_writable_ops
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktf_wops_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/file/ktf_wreslv.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* initialized with file keytab routines.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktfile_wresolve_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/keytab/file/ktfile.h
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/ktadd.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_kt_add_entry()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktadd_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/ktbase.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Registration functions for keytab.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktbase_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/ktdefault.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Get a default keytab.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktdefault_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <stdio.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/ktfr_entry.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_kt_free_entry()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktfr_entry_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/ktremove.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_kt_remove_entry()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktremove_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/keytab/read_servi.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* internally.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_krb5_kt_read_service_key_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/addr_comp.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_address_compare()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_addr_comp_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/addr_order.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_address_order()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_addr_order_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/addr_srch.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_address_search()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_addr_srch_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/bld_pr_ext.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Build a principal from a list of lengths and strings
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_bld_princ_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/bld_princ.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Build a principal from a list of strings
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_bld_princ_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
/* Need <krb5/config.h> for STDARG_PROTOTYPES */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/compat_recv.c
*
* Copyright 1993 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* to a V4 sendauth.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_recvauth_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/conv_princ.c
*
* Copyright 1992 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/copy_addrs.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_copy_addresses()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_copy_addrs_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/copy_athctr.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_copy_authenticator()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_copy_authenticator_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/copy_auth.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_copy_authdata()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_copy_auth_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/copy_cksum.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_copy_authenticator()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_copy_checksum_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/copy_creds.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_copy_cred()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_copy_creds_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/copy_data.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_copy_data()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_copy_data_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/copy_key.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_copy_keyblock()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_copy_key_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/copy_princ.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_copy_principal()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_copy_princ_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/copy_tick.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_copy_ticket()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_copy_tick_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/cp_key_cnt.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_copy_keyblock()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_copy_key_cnt_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/decode_kdc.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_decode_kdc_rep() function.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_decode_kdc_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/decrypt_tk.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_decrypt_tkt_part() function.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_decrypt_tk_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/encode_kdc.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_encode_kdc_rep() function.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_encode_kdc_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <krb5/krb5.h>
#include <krb5/asn1.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/encrypt_tk.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_encrypt_tkt_part() routine.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_encrypt_tk_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/faddr_ordr.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_fulladdr_order()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_faddr_ordr_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/free_rtree.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_realm_tree()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_free_rtree_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/gc_2tgt.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Given two tgts, get a ticket.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_gcv2tgt_c[] = "$Id$";
-#endif
-
#include <krb5/krb5.h>
#include <krb5/asn1.h> /* needed for some macros */
* along the way.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_gcfkdc_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <stdio.h>
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/gc_via_tgt.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Given a tgt, and a target cred, get it.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_gcvtgt_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/gen_seqnum.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* then taking the output and slicing it up.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_gen_seqnum_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/gen_subkey.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Routine to automatically generate a subsession key based on an input key.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_gen_subkey_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/get_creds.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_get_credentials()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_get_creds_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
/*
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/get_in_tkt.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_get_in_tkt()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_get_in_tkt_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/asn1.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/in_tkt_pwd.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_get_in_tkt_with_password()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_in_tkt_pwd_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/in_tkt_sky.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_in_tkt_skey_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/krb/int-proto.h
*
* Copyright 1990,1991 the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/kdc_rep_dc.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_kdc_rep_decrypt_proc()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdc_rep_dc_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/asn1.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/krbconfig.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Configuration variables for libkrb.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_krbconfig_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/mk_error.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_mk_error() routine.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_mk_error_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/asn1.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/mk_priv.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_mk_priv()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_mk_priv_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/asn1.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/mk_rep.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_mk_rep()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_mk_rep_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/asn1.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/mk_req.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_mk_req() routine.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_mk_req_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/mk_req_ext.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_mk_req_extended()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_mk_req_ext_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/asn1.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/mk_safe.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_mk_safe()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_mk_safe_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/asn1.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/parse.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* characters in the principal name.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_parse_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/pr_to_salt.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_principal2salt()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_pr_to_salt_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Author$
- *
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/princ_comp.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* not.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_princ_comp_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/rd_error.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_rd_error() routine
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rd_error_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/rd_priv.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_rd_priv()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rd_priv_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/rd_rep.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_rd_rep()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rd_rep_dec_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/rd_req.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_rd_req()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rd_req_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/rd_req_dec.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_rd_req_decoded()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rd_req_dec_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/rd_req_sim.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_rd_req_simple()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rd_req_sim_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/asn1.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/rd_safe.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_rd_safe()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rd_safe_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/asn1.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/recvauth.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* convenience sendauth/recvauth functions
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_recvauth_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/send_tgs.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_send_tgs()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_send_tgs_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/asn1.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/sendauth.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* convenience sendauth/recvauth functions
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sendauth_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/srv_rcache.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Allocate & prepare a default replay cache for a server.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_srv_rcache_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/tgtname.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_tgtname()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_tgtname_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/unparse.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* components.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_unparse_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <stdio.h>
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/krb/walk_rtree.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_walk_realm_tree()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_walk_rtree_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/an_to_ln.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_aname_to_localname()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_an_to_ln_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/ccdefname.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Return default cred. cache name.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_defname_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/def_realm.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_get_default_realm() function.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_def_realm_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/free_hstrl.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_host_realm()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_free_hstrl_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/free_krbhs.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_free_krbhst() function
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_free_krbhs_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/full_ipadr.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Take an IP addr & port and generate a full IP address.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_full_ipadr_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/gen_port.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Take an IP addr & port and generate a full IP address.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_gen_port_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/gen_rname.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* a replay cache tag string.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_gen_rname_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/get_krbhst.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_get_krbhst() function.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_get_krbhst_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/hst_realm.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_get_host_realm()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_hst_realm_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
/*
Figures out the Kerberos realm names for host, filling in a
/*
- * $Source$
- * $Author$
- *
+ * lib/krb5/os/krbfileio.c
*
* Copyright (c) Hewlett-Packard Company 1991
* Released to the Massachusetts Institute of Technology for inclusion
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/ktdefname.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Return default keytab file name.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ktdefname_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/kuserok.c
*
* Copyright 1990,1993 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_kuserok()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kuserok_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/localaddr.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* XNS support is untested, but "Should just work".
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_getaddr_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/locate_kdc.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* get socket addresses for KDC.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_locate_kdc_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/lock_file.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* libos: krb5_lock_file routine
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_lock_file_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/libos.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/net_read.c
*
* Copyright 1987, 1988, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_net_read_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/net_write.c
*
* Copyright 1987, 1988, 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_net_write_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/os/os-proto.h
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/osconfig.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Definition of default configuration parameters.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_config_fn_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/osconf.h>
#include <krb5/config.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/port2ip.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Take an ADDRPORT address and split into IP addr & port.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_port2ip_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/osconf.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/read_msg.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Write a message to the network
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_read_msg_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/los-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/read_pwd.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* libos: krb5_read_password for BSD 4.3
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_read_pwd_c[] =
-"$Id$";
-#endif /* lint */
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/realm_dom.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_get_realm_domain()
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_hst_realm_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
/*
* Determines the proper domain name for a realm. This is mainly so that
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/sendto_kdc.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* as necessary.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sendto_kdc_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/sn2princ.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* form.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sn2princ_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/timeofday.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* libos: krb5_timeofday function for BSD 4.3
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_timeofday_c[] =
-"$Id$";
-#endif /* lint || saber */
#include <time.h>
#include <stdio.h> /* needed for libos-proto.h */
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/unlck_file.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* libos: krb5_lock_file routine
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_unlock_file_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <stdio.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/ustime.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* krb5_mstimeofday for BSD 4.3
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_mstime_c[] =
-"$Id$";
-#endif /* lint || SABER */
#include <krb5/config.h>
#include <krb5/krb5.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/os/write_msg.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* convenience sendauth/recvauth functions
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_write_msg_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include <krb5/los-proto.h>
#define MEMMOVE
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)bcopy.c 5.11 (Berkeley) 6/21/91";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)bcopy.c 5.11 (Berkeley) 6/21/91 */
#include <krb5/osconf.h>
#include <krb5/config.h>
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strdup.c 5.3 (Berkeley) 6/1/90";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strdup.c 5.3 (Berkeley) 6/1/90 */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strerror.c 5.6 (Berkeley) 5/4/91";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strerror.c 5.6 (Berkeley) 5/4/91 */
#include <string.h>
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)syslog.c 5.20 (Berkeley) 1/19/89";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)syslog.c 5.20 (Berkeley) 1/19/89 */
/*
* SYSLOG -- print message on log file
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)vfprintf.c 5.2 (Berkeley) 6/27/88";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)vfprintf.c 5.2 (Berkeley) 6/27/88 */
#include <stdio.h>
#include <varargs.h>
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)vsprintf.c 5.2 (Berkeley) 6/27/88";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)vsprintf.c 5.2 (Berkeley) 6/27/88 */
#include <stdio.h>
#include <varargs.h>
/*
- * $Source$
- * $Author$
+ * lib/krb5/rcache/rc_base.c
*
* This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rc_base_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
/*
* Base "glue" functions for the replay cache.
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/rcache/rc_base.h
*
* This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
/*
- * $Source$
- * $Author$
+ * lib/krb5/rcache/rc_conv.c
*
* This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rc_conv_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
/*
* An implementation for the default replay cache type.
/*
- * $Source$
- * $Author$
+ * lib/krb5/rcache/rc_dfl.c
*
* This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rc_base_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
/*
* An implementation for the default replay cache type.
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/rcache/rc_dfl.h
*
* This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
/*
- * $Source$
- * $Author$
+ * lib/krb5/rcache/rc_io.c
*
* This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rc_io_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
/*
* I/O functions for the replay cache default implementation.
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/rcache/rc_io.h
*
* This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
/*
- * $Source$
- * $Author$
+ * lib/krb5/rcache/rcdef.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* replay cache default operations vector.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rcdef_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include "rc_dfl.h"