Drop RCSID

This commit is contained in:
Love Hornquist Astrand
2009-09-10 09:06:18 -07:00
parent a0b4f918a8
commit d890db78a8
53 changed files with 0 additions and 54 deletions

View File

@@ -1,8 +1,6 @@
#include "mech_locl.h"
#include "heim_threads.h"
RCSID("$Id$");
struct mg_thread_ctx {
gss_OID mech;
OM_uint32 maj_stat;

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
static OM_uint32
parse_header(const gss_buffer_t input_token, gss_OID mech_oid)

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_acquire_cred(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
static struct _gss_mechanism_cred *
_gss_copy_cred(struct _gss_mechanism_cred *mc)

View File

@@ -31,7 +31,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_create_empty_buffer_set

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
/**
* gss_canonicalize_name takes a Internal Name (IN) and converts in into a

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_compare_name(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_context_time(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_create_empty_oid_set(OM_uint32 *minor_status,

View File

@@ -32,7 +32,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_decapsulate_token(gss_buffer_t input_token,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_delete_sec_context(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_display_name(OM_uint32 *minor_status,

View File

@@ -59,7 +59,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
static const char *
calling_error(OM_uint32 v)

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 gss_duplicate_name(OM_uint32 *minor_status,
const gss_name_t src_name,

View File

@@ -32,7 +32,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 gss_duplicate_oid (
OM_uint32 *minor_status,

View File

@@ -32,7 +32,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_encapsulate_token(gss_buffer_t input_token,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_export_name(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_export_sec_context(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_get_mic(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
static OM_uint32
_gss_import_export_name(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_import_sec_context(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_indicate_mechs(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
static gss_cred_id_t
_gss_mech_cred_find(gss_cred_id_t cred_handle, gss_OID mech_type)

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_inquire_context(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
#define AUSAGE 1
#define IUSAGE 2

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_inquire_cred_by_mech(OM_uint32 *minor_status,

View File

@@ -31,7 +31,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_inquire_cred_by_oid (OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_inquire_mechs_for_name(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_inquire_names_for_mech(OM_uint32 *minor_status,

View File

@@ -31,7 +31,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_inquire_sec_context_by_oid (OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
#include <krb5.h>
#include <roken.h>

View File

@@ -28,7 +28,6 @@
#include "mech_locl.h"
#include <heim_threads.h>
RCSID("$Id$");
#ifndef _PATH_GSS_MECH
#define _PATH_GSS_MECH "/etc/gss/mech"

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32
_gss_find_mn(OM_uint32 *minor_status, struct _gss_name *name, gss_OID mech,

View File

@@ -32,7 +32,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
int GSSAPI_LIB_FUNCTION
gss_oid_equal(const gss_OID a, const gss_OID b)

View File

@@ -32,7 +32,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_oid_to_str(OM_uint32 *minor_status, gss_OID oid, gss_buffer_t oid_str)

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_process_context_token(OM_uint32 *minor_status,

View File

@@ -34,7 +34,6 @@
/* $Id$ */
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_pseudo_random(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_release_buffer(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_release_name(OM_uint32 *minor_status,

View File

@@ -33,7 +33,6 @@
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_release_oid(OM_uint32 *minor_status, gss_OID *oid)

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_release_oid_set(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_seal(OM_uint32 *minor_status,

View File

@@ -31,7 +31,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_set_cred_option (OM_uint32 *minor_status,

View File

@@ -31,7 +31,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_set_sec_context_option (OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_sign(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_test_oid_set_member(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_unseal(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_unwrap(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32
_gss_copy_oid(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_verify(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_verify_mic(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_wrap(OM_uint32 *minor_status,

View File

@@ -27,7 +27,6 @@
*/
#include "mech_locl.h"
RCSID("$Id$");
OM_uint32 GSSAPI_LIB_FUNCTION
gss_wrap_size_limit(OM_uint32 *minor_status,