[Midnightbsd-cvs] src [7153] trunk/lib/libgssapi: sync libgssapi with FreeBSD 10 stable
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jul 26 11:18:10 EDT 2015
Revision: 7153
http://svnweb.midnightbsd.org/src/?rev=7153
Author: laffer1
Date: 2015-07-26 11:18:09 -0400 (Sun, 26 Jul 2015)
Log Message:
-----------
sync libgssapi with FreeBSD 10 stable
Modified Paths:
--------------
trunk/lib/libgssapi/Symbol.map
trunk/lib/libgssapi/context.h
trunk/lib/libgssapi/cred.h
trunk/lib/libgssapi/gss_accept_sec_context.3
trunk/lib/libgssapi/gss_accept_sec_context.c
trunk/lib/libgssapi/gss_acquire_cred.3
trunk/lib/libgssapi/gss_acquire_cred.c
trunk/lib/libgssapi/gss_add_cred.3
trunk/lib/libgssapi/gss_add_cred.c
trunk/lib/libgssapi/gss_add_oid_set_member.3
trunk/lib/libgssapi/gss_add_oid_set_member.c
trunk/lib/libgssapi/gss_buffer_set.c
trunk/lib/libgssapi/gss_canonicalize_name.3
trunk/lib/libgssapi/gss_canonicalize_name.c
trunk/lib/libgssapi/gss_compare_name.3
trunk/lib/libgssapi/gss_compare_name.c
trunk/lib/libgssapi/gss_context_time.3
trunk/lib/libgssapi/gss_context_time.c
trunk/lib/libgssapi/gss_create_empty_oid_set.3
trunk/lib/libgssapi/gss_create_empty_oid_set.c
trunk/lib/libgssapi/gss_decapsulate_token.c
trunk/lib/libgssapi/gss_delete_sec_context.3
trunk/lib/libgssapi/gss_delete_sec_context.c
trunk/lib/libgssapi/gss_display_name.3
trunk/lib/libgssapi/gss_display_name.c
trunk/lib/libgssapi/gss_display_status.3
trunk/lib/libgssapi/gss_display_status.c
trunk/lib/libgssapi/gss_duplicate_name.3
trunk/lib/libgssapi/gss_duplicate_name.c
trunk/lib/libgssapi/gss_duplicate_oid.c
trunk/lib/libgssapi/gss_encapsulate_token.c
trunk/lib/libgssapi/gss_export_name.3
trunk/lib/libgssapi/gss_export_name.c
trunk/lib/libgssapi/gss_export_sec_context.3
trunk/lib/libgssapi/gss_export_sec_context.c
trunk/lib/libgssapi/gss_get_mic.3
trunk/lib/libgssapi/gss_get_mic.c
trunk/lib/libgssapi/gss_import_name.3
trunk/lib/libgssapi/gss_import_name.c
trunk/lib/libgssapi/gss_import_sec_context.3
trunk/lib/libgssapi/gss_import_sec_context.c
trunk/lib/libgssapi/gss_indicate_mechs.3
trunk/lib/libgssapi/gss_indicate_mechs.c
trunk/lib/libgssapi/gss_init_sec_context.3
trunk/lib/libgssapi/gss_init_sec_context.c
trunk/lib/libgssapi/gss_inquire_context.3
trunk/lib/libgssapi/gss_inquire_context.c
trunk/lib/libgssapi/gss_inquire_cred.3
trunk/lib/libgssapi/gss_inquire_cred.c
trunk/lib/libgssapi/gss_inquire_cred_by_mech.3
trunk/lib/libgssapi/gss_inquire_cred_by_mech.c
trunk/lib/libgssapi/gss_inquire_cred_by_oid.c
trunk/lib/libgssapi/gss_inquire_mechs_for_name.3
trunk/lib/libgssapi/gss_inquire_mechs_for_name.c
trunk/lib/libgssapi/gss_inquire_names_for_mech.3
trunk/lib/libgssapi/gss_inquire_names_for_mech.c
trunk/lib/libgssapi/gss_inquire_sec_context_by_oid.c
trunk/lib/libgssapi/gss_krb5.c
trunk/lib/libgssapi/gss_mech_switch.c
trunk/lib/libgssapi/gss_names.c
trunk/lib/libgssapi/gss_oid_to_str.c
trunk/lib/libgssapi/gss_pname_to_uid.c
trunk/lib/libgssapi/gss_process_context_token.3
trunk/lib/libgssapi/gss_process_context_token.c
trunk/lib/libgssapi/gss_pseudo_random.c
trunk/lib/libgssapi/gss_release_buffer.3
trunk/lib/libgssapi/gss_release_buffer.c
trunk/lib/libgssapi/gss_release_cred.3
trunk/lib/libgssapi/gss_release_cred.c
trunk/lib/libgssapi/gss_release_name.3
trunk/lib/libgssapi/gss_release_name.c
trunk/lib/libgssapi/gss_release_oid.c
trunk/lib/libgssapi/gss_release_oid_set.3
trunk/lib/libgssapi/gss_release_oid_set.c
trunk/lib/libgssapi/gss_seal.c
trunk/lib/libgssapi/gss_set_cred_option.c
trunk/lib/libgssapi/gss_set_sec_context_option.c
trunk/lib/libgssapi/gss_sign.c
trunk/lib/libgssapi/gss_test_oid_set_member.3
trunk/lib/libgssapi/gss_test_oid_set_member.c
trunk/lib/libgssapi/gss_unseal.c
trunk/lib/libgssapi/gss_unwrap.3
trunk/lib/libgssapi/gss_unwrap.c
trunk/lib/libgssapi/gss_utils.c
trunk/lib/libgssapi/gss_verify.c
trunk/lib/libgssapi/gss_verify_mic.3
trunk/lib/libgssapi/gss_verify_mic.c
trunk/lib/libgssapi/gss_wrap.3
trunk/lib/libgssapi/gss_wrap.c
trunk/lib/libgssapi/gss_wrap_size_limit.3
trunk/lib/libgssapi/gss_wrap_size_limit.c
trunk/lib/libgssapi/gssapi.3
trunk/lib/libgssapi/mech.5
Modified: trunk/lib/libgssapi/Symbol.map
===================================================================
--- trunk/lib/libgssapi/Symbol.map 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/Symbol.map 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,6 +1,7 @@
/*
* $MidnightBSD$
- */
+ * $FreeBSD: stable/10/lib/libgssapi/Symbol.map 233294 2012-03-22 08:48:42Z stas $
+ */
FBSD_1.1 {
GSS_C_NT_ANONYMOUS;
@@ -73,4 +74,5 @@
_gss_copy_oid;
_gss_copy_buffer;
_gss_free_oid;
+ _gss_mg_collect_error;
};
Modified: trunk/lib/libgssapi/context.h
===================================================================
--- trunk/lib/libgssapi/context.h 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/context.h 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/context.h 178828 2008-05-07 13:53:12Z dfr $
*/
struct _gss_context {
Modified: trunk/lib/libgssapi/cred.h
===================================================================
--- trunk/lib/libgssapi/cred.h 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/cred.h 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/cred.h 178828 2008-05-07 13:53:12Z dfr $
*/
#include <sys/queue.h>
Modified: trunk/lib/libgssapi/gss_accept_sec_context.3
===================================================================
--- trunk/lib/libgssapi/gss_accept_sec_context.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_accept_sec_context.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_accept_sec_context.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -39,7 +39,7 @@
.In "gssapi/gssapi.h"
.Ft OM_uint32
.Fo gss_accept_sec_context
-.Fa "OM_uint32 *minor_status
+.Fa "OM_uint32 *minor_status"
.Fa "gss_ctx_id_t *context_handle"
.Fa "const gss_cred_id_t acceptor_cred_handle"
.Fa "const gss_buffer_t input_token_buffer"
@@ -212,7 +212,7 @@
wish to run over version 1 implementations must special-case these
codes.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It input_chan_bindings"
.It context_handle
Context handle for new context.
Supply
@@ -400,7 +400,7 @@
Mechanism specific status code.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_DEFECTIVE_CREDENTIAL"
.It GSS_S_CONTINUE_NEEDED
Indicates that a token from the peer application is required to
complete the context,
@@ -442,7 +442,7 @@
.Xr gss_release_name 3 ,
.Xr gss_wrap 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_accept_sec_context.c
===================================================================
--- trunk/lib/libgssapi/gss_accept_sec_context.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_accept_sec_context.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_accept_sec_context.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_acquire_cred.3
===================================================================
--- trunk/lib/libgssapi/gss_acquire_cred.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_acquire_cred.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_acquire_cred.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -126,7 +126,7 @@
must return valid credential data,
and may therefore incur the overhead of a deferred credential acquisition.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It output_cred_handle"
.It desired_name
Name of principal whose credential should be acquired.
.It time_req
@@ -174,7 +174,7 @@
Mechanism specific status code.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_CREDENTIALS_EXPIRED"
.It GSS_S_COMPLETE
Successful completion.
.It GSS_S_BAD_MECH
@@ -196,7 +196,7 @@
.Xr gss_release_cred 3 ,
.Xr gss_release_oid_set 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_acquire_cred.c
===================================================================
--- trunk/lib/libgssapi/gss_acquire_cred.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_acquire_cred.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_acquire_cred.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_add_cred.3
===================================================================
--- trunk/lib/libgssapi/gss_add_cred.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_add_cred.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_add_cred.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -170,7 +170,7 @@
.Fa output_cred_handle
must be supplied.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It output_cred_handle"
.It minor_status
Mechanism specific status code.
.It input_cred_handle
@@ -270,7 +270,7 @@
if not required.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_CREDENTIALS_EXPIRED"
.It GSS_S_COMPLETE
Successful completion.
.It GSS_S_BAD_MECH
@@ -296,7 +296,7 @@
.Xr gss_release_cred 3 ,
.Xr gss_release_oid_set 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_add_cred.c
===================================================================
--- trunk/lib/libgssapi/gss_add_cred.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_add_cred.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_add_cred.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_add_oid_set_member.3
===================================================================
--- trunk/lib/libgssapi/gss_add_oid_set_member.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_add_oid_set_member.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_add_oid_set_member.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -71,7 +71,7 @@
.Fa oid_set
should remain unchanged.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor_status"
.It minor_status
Mechanism specific status code.
.It member_oid
@@ -80,7 +80,7 @@
The set in which the object identifier should be inserted.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_COMPLETE"
.It GSS_S_COMPLETE
Successful completion
.El
@@ -88,7 +88,7 @@
.Xr gss_create_empty_oid_set 3 ,
.Xr gss_acquire_cred 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_add_oid_set_member.c
===================================================================
--- trunk/lib/libgssapi/gss_add_oid_set_member.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_add_oid_set_member.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_add_oid_set_member.c 168340 2007-04-04 02:40:59Z kan $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_buffer_set.c
===================================================================
--- trunk/lib/libgssapi/gss_buffer_set.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_buffer_set.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2004, PADL Software Pty Ltd.
* All rights reserved.
@@ -29,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/* $MidnightBSD$ */
+/* $FreeBSD: stable/10/lib/libgssapi/gss_buffer_set.c 178828 2008-05-07 13:53:12Z dfr $ */
#include <gssapi/gssapi.h>
#include <errno.h>
@@ -36,7 +37,7 @@
#include <stdlib.h>
#include <string.h>
-/* RCSID("$Id: gss_buffer_set.c,v 1.1 2013-01-13 17:34:37 laffer1 Exp $"); */
+/* RCSID("$Id: gss_buffer_set.c 18885 2006-10-24 21:53:02Z lha $"); */
OM_uint32
gss_create_empty_buffer_set(OM_uint32 * minor_status,
Modified: trunk/lib/libgssapi/gss_canonicalize_name.3
===================================================================
--- trunk/lib/libgssapi/gss_canonicalize_name.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_canonicalize_name.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_canonicalize_name.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -62,7 +62,7 @@
.Fa mech_type
as the authentication mechanism.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor_status"
.It minor_status
Mechanism specific status code.
.It input_name
@@ -79,7 +79,7 @@
.Fn gss_release_name .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_BAD_NAMETYPE"
.It GSS_S_COMPLETE
Successful completion.
.It GSS_S_BAD_MECH
@@ -95,7 +95,7 @@
.Xr gss_init_sec_context 3 ,
.Xr gss_release_name 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_canonicalize_name.c
===================================================================
--- trunk/lib/libgssapi/gss_canonicalize_name.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_canonicalize_name.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_canonicalize_name.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_compare_name.3
===================================================================
--- trunk/lib/libgssapi/gss_compare_name.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_compare_name.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_compare_name.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -54,7 +54,7 @@
the routines should indicate that the two names do not refer to the
same identity.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width "minor_status"
.It minor_status
Mechanism specific status code.
.It name1
@@ -62,7 +62,7 @@
.It name2
Internal-form name.
.It name_equal
-.Bl -tag
+.Bl -tag -width "non-zero"
.It non-zero
Names refer to same entity
.It zero
@@ -71,7 +71,7 @@
.El
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_BAD_NAMETYPE"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_BAD_NAMETYPE
@@ -80,7 +80,7 @@
One or both of name1 or name2 was ill-formed.
.El
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_compare_name.c
===================================================================
--- trunk/lib/libgssapi/gss_compare_name.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_compare_name.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_compare_name.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_context_time.3
===================================================================
--- trunk/lib/libgssapi/gss_context_time.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_context_time.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_context_time.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -47,7 +47,7 @@
Determines the number of seconds for which the specified context will
remain valid.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It context_handle"
.It minor_status
Mechanism specific status code.
.It context_handle
@@ -57,7 +57,7 @@
If the context has already expired, zero will be returned.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_CONTEXT_EXPIRED"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_CONTEXT_EXPIRED
@@ -66,7 +66,7 @@
The context_handle parameter did not identify a valid context
.El
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_context_time.c
===================================================================
--- trunk/lib/libgssapi/gss_context_time.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_context_time.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_context_time.c 153838 2005-12-29 14:40:22Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_create_empty_oid_set.3
===================================================================
--- trunk/lib/libgssapi/gss_create_empty_oid_set.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_create_empty_oid_set.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_create_empty_oid_set.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -51,7 +51,7 @@
object identifiers for input to
.Fn gss_acquire_cred .
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor_status"
.It minor_status
Mechanism specific status code.
.It oid_set
@@ -61,7 +61,7 @@
.Fn gss_release_oid_set .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_COMPLETE"
.It GSS_S_COMPLETE
Successful completion
.El
@@ -69,7 +69,7 @@
.Xr gss_add_oid_set_member 3 ,
.Xr gss_acquire_cred 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_create_empty_oid_set.c
===================================================================
--- trunk/lib/libgssapi/gss_create_empty_oid_set.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_create_empty_oid_set.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_create_empty_oid_set.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_decapsulate_token.c
===================================================================
--- trunk/lib/libgssapi/gss_decapsulate_token.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_decapsulate_token.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2008 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_decapsulate_token.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_delete_sec_context.3
===================================================================
--- trunk/lib/libgssapi/gss_delete_sec_context.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_delete_sec_context.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_delete_sec_context.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -88,7 +88,7 @@
indicating that no peer action is necessary,
and that no token should be transferred by the application.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It context_handle"
.It minor_status
Mechanism specific status code.
.It context_handle
@@ -110,7 +110,7 @@
token is to be sent to the peer.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It context_handle"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_NO_CONTEXT
@@ -121,7 +121,7 @@
.Xr gss_init_sec_context 3 ,
.Xr gss_accept_sec_context 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_delete_sec_context.c
===================================================================
--- trunk/lib/libgssapi/gss_delete_sec_context.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_delete_sec_context.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_delete_sec_context.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_display_name.3
===================================================================
--- trunk/lib/libgssapi/gss_display_name.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_display_name.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_display_name.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -76,7 +76,7 @@
.Fa output_name_type
parameter.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It output_name_buffer"
.It minor_status
Mechanism specific status code.
.It input_name
@@ -98,7 +98,7 @@
if not required.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_COMPLETE"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_BAD_NAME
@@ -109,7 +109,7 @@
.Xr gss_import_name 3 ,
.Xr gss_release_buffer 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_display_name.c
===================================================================
--- trunk/lib/libgssapi/gss_display_name.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_display_name.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_display_name.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_display_status.3
===================================================================
--- trunk/lib/libgssapi/gss_display_status.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_display_status.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_display_status.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -111,13 +111,13 @@
} while (message_context != 0);
.Ed
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor_status"
.It minor_status
Mechanism specific status code.
.It status_value
Status value to be converted
.It status_type
-.Bl -tag
+.Bl -tag -width ".It GSS_C_MECH_CODE"
.It GSS_C_GSS_CODE
.Fa status_value
is a GSS status code
@@ -153,7 +153,7 @@
.Fn gss_release_buffer .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_BAD_STATUS"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_BAD_MECH
@@ -168,7 +168,7 @@
.Sh SEE ALSO
.Xr gss_release_buffer 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_display_status.c
===================================================================
--- trunk/lib/libgssapi/gss_display_status.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_display_status.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,10 +24,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_display_status.c 234011 2012-04-08 03:55:25Z stas $
*/
/*
- * Copyright (c) 1998 - 2005 Kungliga Tekniska H\xF6gskolan
+ * Copyright (c) 1998 - 2005 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -58,7 +59,7 @@
* SUCH DAMAGE.
*/
/*
- * Copyright (c) 1998 - 2005 Kungliga Tekniska H\xF6gskolan
+ * Copyright (c) 1998 - 2005 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -99,6 +100,9 @@
#include "mech_switch.h"
#include "utils.h"
+void _gss_mg_collect_error(gss_OID mech, OM_uint32 maj, OM_uint32 min);
+
+
static const char *
calling_error(OM_uint32 v)
{
@@ -173,7 +177,7 @@
return msgs[v];
}
-#if defined(__sparc64__) || defined(__arm__) || defined(__mips__)
+#if defined(__NO_TLS)
/*
* These platforms don't support TLS on FreeBSD - threads will just
@@ -338,3 +342,13 @@
_gss_buffer_zero(status_string);
return (GSS_S_BAD_STATUS);
}
+
+void
+_gss_mg_collect_error(gss_OID mech, OM_uint32 maj, OM_uint32 min)
+{
+ struct _gss_mech_switch *m;
+
+ m = _gss_find_mech_switch(mech);
+ if (m != NULL)
+ _gss_mg_error(m, maj, min);
+}
Modified: trunk/lib/libgssapi/gss_duplicate_name.3
===================================================================
--- trunk/lib/libgssapi/gss_duplicate_name.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_duplicate_name.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_duplicate_name.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -57,7 +57,7 @@
must both be released,
and the release of one shall not affect the validity of the other).
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor_status"
.It minor_status
Mechanism specific status code.
.It src_name
@@ -70,7 +70,7 @@
.Fn gss_release_name .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_COMPLETE"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_BAD_NAME
@@ -81,7 +81,7 @@
.Sh SEE ALSO
.Xr gss_release_name 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_duplicate_name.c
===================================================================
--- trunk/lib/libgssapi/gss_duplicate_name.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_duplicate_name.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_duplicate_name.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_duplicate_oid.c
===================================================================
--- trunk/lib/libgssapi/gss_duplicate_oid.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_duplicate_oid.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2008 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_duplicate_oid.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_encapsulate_token.c
===================================================================
--- trunk/lib/libgssapi/gss_encapsulate_token.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_encapsulate_token.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2008 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_encapsulate_token.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_export_name.3
===================================================================
--- trunk/lib/libgssapi/gss_export_name.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_export_name.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_export_name.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -58,7 +58,7 @@
or by
.Fn gss_canonicalize_name ).
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It exported_name"
.It minor_status
Mechanism specific status code.
.It input_name
@@ -71,7 +71,7 @@
.Fn gss_release_buffer .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_BAD_NAMETYPE"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_NAME_NOT_MN
@@ -86,7 +86,7 @@
.Xr gss_canonicalize_name 3 ,
.Xr gss_release_buffer 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_export_name.c
===================================================================
--- trunk/lib/libgssapi/gss_export_name.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_export_name.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_export_name.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_export_sec_context.3
===================================================================
--- trunk/lib/libgssapi/gss_export_sec_context.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_export_sec_context.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_export_sec_context.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -100,7 +100,7 @@
parameter to
.Dv GSS_C_NO_CONTEXT .
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It interprocess_token"
.It minor_status
Mechanism specific status code.
.It context_handle
@@ -112,7 +112,7 @@
.Fn gss_release_buffer .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_CONTEXT_EXPIRED"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_CONTEXT_EXPIRED
@@ -126,7 +126,7 @@
.Xr gss_import_sec_context 3 ,
.Xr gss_release_buffer 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_export_sec_context.c
===================================================================
--- trunk/lib/libgssapi/gss_export_sec_context.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_export_sec_context.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_export_sec_context.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_get_mic.3
===================================================================
--- trunk/lib/libgssapi/gss_get_mic.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_get_mic.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_get_mic.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -81,7 +81,7 @@
and to retain the slight parameter type differences between the
obsolete versions of this routine and its current form.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It message_buffer"
.It minor_status
Mechanism specific status code.
.It context_handle
@@ -109,7 +109,7 @@
.Fn gss_release_buffer .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_CONTEXT_EXPIRED"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_CONTEXT_EXPIRED
@@ -123,7 +123,7 @@
.Xr gss_wrap 3 ,
.Xr gss_release_buffer 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_get_mic.c
===================================================================
--- trunk/lib/libgssapi/gss_get_mic.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_get_mic.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_get_mic.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_import_name.3
===================================================================
--- trunk/lib/libgssapi/gss_import_name.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_import_name.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_import_name.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -59,7 +59,7 @@
in which case the returned internal name will be an MN for the
mechanism that exported the name.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It input_name_buffer"
.It minor_status
Mechanism specific status code.
.It input_name_buffer
@@ -78,7 +78,7 @@
.Fn gss_release_name .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width "It GSS_S_BAD_NAMETYPE"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_BAD_NAMETYPE
@@ -97,7 +97,7 @@
.Sh SEE ALSO
.Xr gss_release_name 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_import_name.c
===================================================================
--- trunk/lib/libgssapi/gss_import_name.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_import_name.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_import_name.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_import_sec_context.3
===================================================================
--- trunk/lib/libgssapi/gss_import_sec_context.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_import_sec_context.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_import_sec_context.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -50,7 +50,7 @@
See
.Fn gss_export_sec_context .
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It interprocess_token"
.It minor_status
Mechanism specific status code.
.It interprocess_token
@@ -62,7 +62,7 @@
.Fn gss_delete_sec_context .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_DEFECTIVE_TOKEN"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_NO_CONTEXT
@@ -78,7 +78,7 @@
.Xr gss_export_sec_context 3 ,
.Xr gss_delete_sec_context 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_import_sec_context.c
===================================================================
--- trunk/lib/libgssapi/gss_import_sec_context.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_import_sec_context.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_import_sec_context.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_indicate_mechs.3
===================================================================
--- trunk/lib/libgssapi/gss_indicate_mechs.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_indicate_mechs.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_indicate_mechs.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -46,7 +46,7 @@
Allows an application to determine which underlying security
mechanisms are available.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor_status"
.It minor_status
Mechanism specific status code.
.It mech_set
@@ -58,7 +58,7 @@
.Fn gss_release_oid_set .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_COMPLETE"
.It GSS_S_COMPLETE
Successful completion
.El
@@ -65,7 +65,7 @@
.Sh SEE ALSO
.Xr gss_release_oid_set 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_indicate_mechs.c
===================================================================
--- trunk/lib/libgssapi/gss_indicate_mechs.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_indicate_mechs.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_indicate_mechs.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_init_sec_context.3
===================================================================
--- trunk/lib/libgssapi/gss_init_sec_context.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_init_sec_context.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_init_sec_context.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -233,7 +233,7 @@
wish to run over version 1 implementations must special-case these
codes.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It initiator_cred_handle"
.It minor_status
Mechanism specific status code.
.It initiator_cred_handle
@@ -475,7 +475,7 @@
.Dv NULL if not required.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_CREDENTIALS_EXPIRED"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_CONTINUE_NEEDED
@@ -529,7 +529,7 @@
.Xr gss_release_buffer 3 ,
.Xr gss_wrap 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_init_sec_context.c
===================================================================
--- trunk/lib/libgssapi/gss_init_sec_context.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_init_sec_context.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_init_sec_context.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_inquire_context.3
===================================================================
--- trunk/lib/libgssapi/gss_inquire_context.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_inquire_context.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_inquire_context.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -55,7 +55,7 @@
context,
although the context need not be fully established.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It locally_initiated"
.It minor_status
Mechanism specific status code.
.It context_handle
@@ -229,7 +229,7 @@
if not required.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_NO_CONTEXT"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_NO_CONTEXT
@@ -242,7 +242,7 @@
.Xr gss_get_mic 3 ,
.Xr gss_export_sec_context 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_inquire_context.c
===================================================================
--- trunk/lib/libgssapi/gss_inquire_context.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_inquire_context.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_inquire_context.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_inquire_cred.3
===================================================================
--- trunk/lib/libgssapi/gss_inquire_cred.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_inquire_cred.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_inquire_cred.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -50,7 +50,7 @@
.Sh DESCRIPTION
Obtains information about a credential.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor_status"
.It minor_status
Mechanism specific status code.
.It cred_handle
@@ -99,7 +99,7 @@
if not required.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_DEFECTIVE_CREDENTIAL"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_NO_CRED
@@ -116,7 +116,7 @@
.Xr gss_release_name 3 ,
.Xr gss_release_oid_set 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_inquire_cred.c
===================================================================
--- trunk/lib/libgssapi/gss_inquire_cred.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_inquire_cred.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_inquire_cred.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_inquire_cred_by_mech.3
===================================================================
--- trunk/lib/libgssapi/gss_inquire_cred_by_mech.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_inquire_cred_by_mech.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_inquire_cred_by_mech.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -50,7 +50,7 @@
.Sh DESCRIPTION
Obtains per-mechanism information about a credential.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It initiator_lifetime"
.It minor_status
Mechanism specific status code.
.It cred_handle
@@ -114,7 +114,7 @@
if not required.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_DEFECTIVE_CREDENTIAL"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_NO_CRED
@@ -130,7 +130,7 @@
.Sh SEE ALSO
.Xr gss_release_name 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_inquire_cred_by_mech.c
===================================================================
--- trunk/lib/libgssapi/gss_inquire_cred_by_mech.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_inquire_cred_by_mech.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_inquire_cred_by_mech.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_inquire_cred_by_oid.c
===================================================================
--- trunk/lib/libgssapi/gss_inquire_cred_by_oid.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_inquire_cred_by_oid.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2004, PADL Software Pty Ltd.
* All rights reserved.
@@ -29,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/* $MidnightBSD$ */
+/* $FreeBSD: stable/10/lib/libgssapi/gss_inquire_cred_by_oid.c 178828 2008-05-07 13:53:12Z dfr $ */
#include <gssapi/gssapi.h>
@@ -37,7 +38,7 @@
#include "cred.h"
#include "name.h"
-/* RCSID("$Id: gss_inquire_cred_by_oid.c,v 1.1 2013-01-13 17:34:37 laffer1 Exp $"); */
+/* RCSID("$Id: gss_inquire_cred_by_oid.c 19960 2007-01-17 15:09:24Z lha $"); */
OM_uint32
gss_inquire_cred_by_oid (OM_uint32 *minor_status,
Modified: trunk/lib/libgssapi/gss_inquire_mechs_for_name.3
===================================================================
--- trunk/lib/libgssapi/gss_inquire_mechs_for_name.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_inquire_mechs_for_name.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_inquire_mechs_for_name.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -68,7 +68,7 @@
Thus this routine should be used only as a pre-filter for a call to a
subsequent mechanism-specific routine.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor_status"
.It minor_status
Mechanism specific status code.
.It input_name
@@ -80,7 +80,7 @@
.Fn gss_release_oid_set .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_COMPLETE"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_BAD_NAME
@@ -91,7 +91,7 @@
.Sh SEE ALSO
.Xr gss_release_oid_set 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_inquire_mechs_for_name.c
===================================================================
--- trunk/lib/libgssapi/gss_inquire_mechs_for_name.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_inquire_mechs_for_name.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_inquire_mechs_for_name.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_inquire_names_for_mech.3
===================================================================
--- trunk/lib/libgssapi/gss_inquire_names_for_mech.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_inquire_names_for_mech.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_inquire_names_for_mech.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -46,7 +46,7 @@
.Sh DESCRIPTION
Returns the set of name-types supported by the specified mechanism.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor_status"
.It minor_status
Mechanism specific status code.
.It mechanism
@@ -58,7 +58,7 @@
.Fn gss_release_oid_set .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width "GSS_S_COMPLETEXX"
.It GSS_S_COMPLETE
Successful completion
.El
@@ -65,7 +65,7 @@
.Sh SEE ALSO
.Xr gss_release_oid_set 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_inquire_names_for_mech.c
===================================================================
--- trunk/lib/libgssapi/gss_inquire_names_for_mech.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_inquire_names_for_mech.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_inquire_names_for_mech.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_inquire_sec_context_by_oid.c
===================================================================
--- trunk/lib/libgssapi/gss_inquire_sec_context_by_oid.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_inquire_sec_context_by_oid.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2008 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_inquire_sec_context_by_oid.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_krb5.c
===================================================================
--- trunk/lib/libgssapi/gss_krb5.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_krb5.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_krb5.c 153838 2005-12-29 14:40:22Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_mech_switch.c
===================================================================
--- trunk/lib/libgssapi/gss_mech_switch.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_mech_switch.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_mech_switch.c 201145 2009-12-28 22:56:30Z antoine $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_names.c
===================================================================
--- trunk/lib/libgssapi/gss_names.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_names.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_names.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_oid_to_str.c
===================================================================
--- trunk/lib/libgssapi/gss_oid_to_str.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_oid_to_str.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2000 The Regents of the University of Michigan.
* All rights reserved.
@@ -30,7 +31,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $MidnightBSD$ */
+/* $FreeBSD: stable/10/lib/libgssapi/gss_oid_to_str.c 178828 2008-05-07 13:53:12Z dfr $ */
#include <gssapi/gssapi.h>
#include <stdio.h>
Modified: trunk/lib/libgssapi/gss_pname_to_uid.c
===================================================================
--- trunk/lib/libgssapi/gss_pname_to_uid.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_pname_to_uid.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2008 Isilon Inc http://www.isilon.com/
* Authors: Doug Rabson <dfr at rabson.org>
@@ -24,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/* $MidnightBSD$ */
+/* $FreeBSD: stable/10/lib/libgssapi/gss_pname_to_uid.c 181344 2008-08-06 14:02:05Z dfr $ */
#include <unistd.h>
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_process_context_token.3
===================================================================
--- trunk/lib/libgssapi/gss_process_context_token.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_process_context_token.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_process_context_token.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -71,7 +71,7 @@
.Fn gss_process_context_token
provides a way to pass such a token to the mechanism at any time.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It context_handle"
.It minor_status
Mechanism specific status code.
.It context_handle
@@ -80,7 +80,7 @@
Token to process.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_DEFECTIVE_TOKEN"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_DEFECTIVE_TOKEN
@@ -94,7 +94,7 @@
.Xr gss_init_sec_context 3 ,
.Xr gss_accept_sec_context 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_process_context_token.c
===================================================================
--- trunk/lib/libgssapi/gss_process_context_token.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_process_context_token.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_process_context_token.c 153838 2005-12-29 14:40:22Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_pseudo_random.c
===================================================================
--- trunk/lib/libgssapi/gss_pseudo_random.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_pseudo_random.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,5 +1,6 @@
-/*
- * Copyright (c) 2007 Kungliga Tekniska H\xF6gskolan
+/* $MidnightBSD$ */
+/*-
+ * Copyright (c) 2007 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -30,8 +31,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/* $MidnightBSD$ */
-/* $Id: gss_pseudo_random.c,v 1.1 2013-01-13 17:34:37 laffer1 Exp $ */
+/* $FreeBSD: stable/10/lib/libgssapi/gss_pseudo_random.c 229784 2012-01-07 16:13:56Z uqs $ */
+/* $Id: gss_pseudo_random.c 20053 2007-01-24 01:31:35Z lha $ */
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_release_buffer.3
===================================================================
--- trunk/lib/libgssapi/gss_release_buffer.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_release_buffer.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_release_buffer.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -55,7 +55,7 @@
.Fn gss_release_buffer
(even if there is no storage associated with the buffer).
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor_status"
.It minor_status
Mechanism specific status code.
.It buffer
@@ -64,12 +64,12 @@
but its length field will be zeroed.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_COMPLETE"
.It GSS_S_COMPLETE
Successful completion
.El
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_release_buffer.c
===================================================================
--- trunk/lib/libgssapi/gss_release_buffer.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_release_buffer.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_release_buffer.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_release_cred.3
===================================================================
--- trunk/lib/libgssapi/gss_release_cred.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_release_cred.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_release_cred.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -50,7 +50,7 @@
.Dv GSS_C_NO_CREDENTIAL
on successful completion of this call.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor_status"
.It minor_status
Mechanism specific status code.
.It cred_handle
@@ -59,7 +59,7 @@
the routine will complete successfully, but will do nothing.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_COMPLETE"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_NO_CRED
@@ -66,7 +66,7 @@
Credentials could not be accessed
.El
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_release_cred.c
===================================================================
--- trunk/lib/libgssapi/gss_release_cred.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_release_cred.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_release_cred.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_release_name.3
===================================================================
--- trunk/lib/libgssapi/gss_release_name.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_release_name.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_release_name.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -48,7 +48,7 @@
.Dv GSS_C_NO_NAME
on successful completion of this call.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor status"
.It minor_status
Mechanism specific status code.
.It name
@@ -55,7 +55,7 @@
The name to be deleted.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_COMPLETE"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_BAD_NAME
@@ -62,7 +62,7 @@
The name parameter did not contain a valid name
.El
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_release_name.c
===================================================================
--- trunk/lib/libgssapi/gss_release_name.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_release_name.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_release_name.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_release_oid.c
===================================================================
--- trunk/lib/libgssapi/gss_release_oid.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_release_oid.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,5 +1,6 @@
+/* $MidnightBSD$ */
/*-
- * Copyright (c) 2006 Kungliga Tekniska H\xF6gskolan
+ * Copyright (c) 2006 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -30,12 +31,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/* $MidnightBSD$ */
+/* $FreeBSD: stable/10/lib/libgssapi/gss_release_oid.c 229784 2012-01-07 16:13:56Z uqs $ */
#include <gssapi/gssapi.h>
#include <stdlib.h>
-/* RCSID("$Id: gss_release_oid.c,v 1.1 2013-01-13 17:34:37 laffer1 Exp $"); */
+/* RCSID("$Id: gss_release_oid.c 17747 2006-06-30 09:34:54Z lha $"); */
OM_uint32
gss_release_oid(OM_uint32 *minor_status, gss_OID *oid)
Modified: trunk/lib/libgssapi/gss_release_oid_set.3
===================================================================
--- trunk/lib/libgssapi/gss_release_oid_set.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_release_oid_set.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_release_oid_set.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -55,7 +55,7 @@
.Dv GSS_C_NO_OID_SET
on successful completion of this routine.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor_status"
.It minor_status
Mechanism specific status code.
.It set
@@ -62,12 +62,12 @@
The storage associated with the gss_OID_set will be deleted.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_COMPLETE"
.It GSS_S_COMPLETE
Successful completion
.El
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_release_oid_set.c
===================================================================
--- trunk/lib/libgssapi/gss_release_oid_set.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_release_oid_set.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_release_oid_set.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_seal.c
===================================================================
--- trunk/lib/libgssapi/gss_seal.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_seal.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_seal.c 153838 2005-12-29 14:40:22Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_set_cred_option.c
===================================================================
--- trunk/lib/libgssapi/gss_set_cred_option.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_set_cred_option.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2004, PADL Software Pty Ltd.
* All rights reserved.
@@ -29,8 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/* $MidnightBSD$ */
-/* RCSID("$Id: gss_set_cred_option.c,v 1.1 2013-01-13 17:34:37 laffer1 Exp $"); */
+/* $FreeBSD: stable/10/lib/libgssapi/gss_set_cred_option.c 178828 2008-05-07 13:53:12Z dfr $ */
+/* RCSID("$Id: gss_set_cred_option.c 21126 2007-06-18 20:19:59Z lha $"); */
#include <gssapi/gssapi.h>
#include <stdlib.h>
Modified: trunk/lib/libgssapi/gss_set_sec_context_option.c
===================================================================
--- trunk/lib/libgssapi/gss_set_sec_context_option.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_set_sec_context_option.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 2004, PADL Software Pty Ltd.
* All rights reserved.
@@ -29,8 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/* $MidnightBSD$ */
-/* RCSID("$Id: gss_set_sec_context_option.c,v 1.1 2013-01-13 17:34:37 laffer1 Exp $"); */
+/* $FreeBSD: stable/10/lib/libgssapi/gss_set_sec_context_option.c 178828 2008-05-07 13:53:12Z dfr $ */
+/* RCSID("$Id: gss_set_sec_context_option.c 19928 2007-01-16 10:37:54Z lha $"); */
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_sign.c
===================================================================
--- trunk/lib/libgssapi/gss_sign.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_sign.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_sign.c 153838 2005-12-29 14:40:22Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_test_oid_set_member.3
===================================================================
--- trunk/lib/libgssapi/gss_test_oid_set_member.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_test_oid_set_member.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_test_oid_set_member.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -54,7 +54,7 @@
.Fn gss_inquire_cred ,
but will also work with user-generated sets.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It minor_status"
.It minor_status
Mechanism specific status code.
.It member
@@ -65,7 +65,7 @@
Non-zero if the specified OID is a member of the set, zero if not.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_COMPLETE"
.It GSS_S_COMPLETE
Successful completion
.El
@@ -74,7 +74,7 @@
.Xr gss_acquire_cred 3 ,
.Xr gss_inquire_cred 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_test_oid_set_member.c
===================================================================
--- trunk/lib/libgssapi/gss_test_oid_set_member.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_test_oid_set_member.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_test_oid_set_member.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_unseal.c
===================================================================
--- trunk/lib/libgssapi/gss_unseal.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_unseal.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_unseal.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_unwrap.3
===================================================================
--- trunk/lib/libgssapi/gss_unwrap.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_unwrap.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_unwrap.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -90,7 +90,7 @@
and to retain the slight parameter type differences between the
obsolete versions of this routine and its current form.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It output_message_buffer"
.It minor_status
Mechanism specific status code.
.It context_handle
@@ -100,7 +100,7 @@
.It output_message_buffer
Buffer to receive unwrapped message.
Storage associated with this buffer must
-be freed by the application after use use
+be freed by the application after use
with a call to
.Xr gss_release_buffer 3 .
.It conf_state
@@ -116,7 +116,7 @@
Quality of protection provided. Specify NULL if not required.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_CONTEXT_EXPIRED"
.It GSS_S_COMPLETE
Successful completion.
.It GSS_S_DEFECTIVE_TOKEN
@@ -150,7 +150,7 @@
.Xr gss_wrap 3 ,
.Xr gss_release_buffer 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_unwrap.c
===================================================================
--- trunk/lib/libgssapi/gss_unwrap.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_unwrap.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_unwrap.c 153838 2005-12-29 14:40:22Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_utils.c
===================================================================
--- trunk/lib/libgssapi/gss_utils.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_utils.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_utils.c 181344 2008-08-06 14:02:05Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_verify.c
===================================================================
--- trunk/lib/libgssapi/gss_verify.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_verify.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_verify.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_verify_mic.3
===================================================================
--- trunk/lib/libgssapi/gss_verify_mic.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_verify_mic.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_verify_mic.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -81,7 +81,7 @@
and to retain the slight parameter type differences between the
obsolete versions of this routine and its current form.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It context_handle"
.It minor_status
Mechanism specific status code.
.It context_handle
@@ -97,7 +97,7 @@
if not required.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_CONTEXT_EXPIRED"
.It GSS_S_COMPLETE
Successful completion
.It GSS_S_DEFECTIVE_TOKEN
@@ -130,7 +130,7 @@
.Sh SEE ALSO
.Xr gss_wrap 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_verify_mic.c
===================================================================
--- trunk/lib/libgssapi/gss_verify_mic.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_verify_mic.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_verify_mic.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_wrap.3
===================================================================
--- trunk/lib/libgssapi/gss_wrap.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_wrap.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_wrap.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -85,13 +85,13 @@
and to retain the slight parameter type differences between the
obsolete versions of this routine and its current form.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It output_message_buffer"
.It minor_status
Mechanism specific status code.
.It context_handle
Identifies the context on which the message will be sent.
.It conf_req_flag
-.Bl -tag -width "Non-zero"
+.Bl -tag -width "Non-zero" -compact
.It Non-zero
Both confidentiality and integrity services are requested.
.It Zero
@@ -108,7 +108,7 @@
.It input_message_buffer
Message to be protected.
.It conf_state
-.Bl -tag -width "Non-zero"
+.Bl -tag -width "Non-zero" -compact
.It Non-zero
Confidentiality, data origin authentication and integrity services
have been applied.
@@ -118,12 +118,12 @@
.It output_message_buffer
Buffer to receive protected message.
Storage associated with this buffer must
-be freed by the application after use use
+be freed by the application after use
with a call to
.Xr gss_release_buffer 3 .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_CONTEXT_EXPIRED"
.It GSS_S_COMPLETE
Successful completion.
.It GSS_S_CONTEXT_EXPIRED
@@ -137,7 +137,7 @@
.Xr gss_unwrap 3 ,
.Xr gss_release_buffer 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_wrap.c
===================================================================
--- trunk/lib/libgssapi/gss_wrap.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_wrap.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_wrap.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gss_wrap_size_limit.3
===================================================================
--- trunk/lib/libgssapi/gss_wrap_size_limit.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_wrap_size_limit.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gss_wrap_size_limit.3 236746 2012-06-08 12:09:00Z joel $
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
@@ -83,7 +83,7 @@
.Dv max_input_bytes
that is greater than this length.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It req_output_size"
.It minor_status
Mechanism specific status code.
.It context_handle
@@ -109,7 +109,7 @@
bytes.
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_CONTEXT_EXPIRED"
.It GSS_S_COMPLETE
Successful completion.
.It GSS_S_NO_CONTEXT
@@ -122,7 +122,7 @@
.Sh SEE ALSO
.Xr gss_wrap 3
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/gss_wrap_size_limit.c
===================================================================
--- trunk/lib/libgssapi/gss_wrap_size_limit.c 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gss_wrap_size_limit.c 2015-07-26 15:18:09 UTC (rev 7153)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2005 Doug Rabson
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libgssapi/gss_wrap_size_limit.c 178828 2008-05-07 13:53:12Z dfr $
*/
#include <gssapi/gssapi.h>
Modified: trunk/lib/libgssapi/gssapi.3
===================================================================
--- trunk/lib/libgssapi/gssapi.3 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/gssapi.3 2015-07-26 15:18:09 UTC (rev 7153)
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/lib/libgssapi/gssapi.3 236746 2012-06-08 12:09:00Z joel $
.\"
.Dd January 26, 2010
.Dt GSSAPI 3
@@ -219,7 +219,7 @@
Applications are encouraged to use the generic routines wherever
possible on portability grounds.
.Sh STANDARDS
-.Bl -tag
+.Bl -tag -width ".It RFC 2743"
.It RFC 2743
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Modified: trunk/lib/libgssapi/mech.5
===================================================================
--- trunk/lib/libgssapi/mech.5 2015-07-26 03:07:40 UTC (rev 7152)
+++ trunk/lib/libgssapi/mech.5 2015-07-26 15:18:09 UTC (rev 7153)
@@ -22,6 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $FreeBSD: stable/10/lib/libgssapi/mech.5 236746 2012-06-08 12:09:00Z joel $
.\" $MidnightBSD$
.Dd January 26, 2010
.Dt MECH 5
@@ -39,7 +40,7 @@
file contains a list of installed GSS-API security mechanisms.
Each line of the file either contains a comment if the first character
is '#' or it contains five fields with the following meanings:
-.Bl -tag
+.Bl -tag -width ".It Object identifier"
.It Name
The name of this GSS-API mechanism.
.It Object identifier
@@ -46,10 +47,10 @@
The OID for this mechanism.
.It Library
A shared library containing the implementation of this mechanism.
-.It Kernel module (optional)
-A kernel module containing the implementation of this mechanism (not
-yet supported in FreeBSD).
-.It Library options (optional)
+.It Kernel module
+Optional kernel module containing the implementation of this mechanism (not
+yet supported in MidnightBSD).
+.It Library options
Optional parameters interpreted by the mechanism. Library options
must be enclosed in brackets ([ ]) to differentiate them from the
optional kernel module entry.
@@ -68,7 +69,7 @@
GSS-API.
Each line of the file either contains a comment if the first character
is '#' or it contains three fields with the following meanings:
-.Bl -tag
+.Bl -tag -width ".It Mechanism name"
.It QOP string
The name of this Quality of Protection algorithm.
.It QOP value
More information about the Midnightbsd-cvs
mailing list