[Midnightbsd-cvs] src [10842] U trunk/lib/libgssapi/gssapi.3: tag
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jun 12 20:39:28 EDT 2018
Revision: 10842
http://svnweb.midnightbsd.org/src/?rev=10842
Author: laffer1
Date: 2018-06-12 20:39:27 -0400 (Tue, 12 Jun 2018)
Log Message:
-----------
tag
Modified Paths:
--------------
trunk/lib/libgssapi/Makefile
trunk/lib/libgssapi/Symbol.map
trunk/lib/libgssapi/gss_accept_sec_context.3
trunk/lib/libgssapi/gss_acquire_cred.3
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_canonicalize_name.3
trunk/lib/libgssapi/gss_compare_name.3
trunk/lib/libgssapi/gss_context_time.3
trunk/lib/libgssapi/gss_create_empty_oid_set.3
trunk/lib/libgssapi/gss_delete_sec_context.3
trunk/lib/libgssapi/gss_display_name.3
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_encapsulate_token.c
trunk/lib/libgssapi/gss_export_name.3
trunk/lib/libgssapi/gss_export_sec_context.3
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_sec_context.3
trunk/lib/libgssapi/gss_indicate_mechs.3
trunk/lib/libgssapi/gss_init_sec_context.3
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_by_mech.3
trunk/lib/libgssapi/gss_inquire_mechs_for_name.3
trunk/lib/libgssapi/gss_inquire_names_for_mech.3
trunk/lib/libgssapi/gss_mech_switch.c
trunk/lib/libgssapi/gss_process_context_token.3
trunk/lib/libgssapi/gss_pseudo_random.c
trunk/lib/libgssapi/gss_release_buffer.3
trunk/lib/libgssapi/gss_release_cred.3
trunk/lib/libgssapi/gss_release_name.3
trunk/lib/libgssapi/gss_release_oid_set.3
trunk/lib/libgssapi/gss_test_oid_set_member.3
trunk/lib/libgssapi/gss_unwrap.3
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
Property Changed:
----------------
trunk/lib/libgssapi/Symbol.map
trunk/lib/libgssapi/gss_accept_sec_context.3
trunk/lib/libgssapi/gss_acquire_cred.3
trunk/lib/libgssapi/gss_add_cred.3
trunk/lib/libgssapi/gss_add_oid_set_member.3
trunk/lib/libgssapi/gss_canonicalize_name.3
trunk/lib/libgssapi/gss_compare_name.3
trunk/lib/libgssapi/gss_context_time.3
trunk/lib/libgssapi/gss_create_empty_oid_set.3
trunk/lib/libgssapi/gss_delete_sec_context.3
trunk/lib/libgssapi/gss_display_name.3
trunk/lib/libgssapi/gss_display_status.3
trunk/lib/libgssapi/gss_duplicate_name.3
trunk/lib/libgssapi/gss_export_name.3
trunk/lib/libgssapi/gss_export_sec_context.3
trunk/lib/libgssapi/gss_get_mic.3
trunk/lib/libgssapi/gss_import_name.3
trunk/lib/libgssapi/gss_import_sec_context.3
trunk/lib/libgssapi/gss_indicate_mechs.3
trunk/lib/libgssapi/gss_init_sec_context.3
trunk/lib/libgssapi/gss_inquire_context.3
trunk/lib/libgssapi/gss_inquire_cred.3
trunk/lib/libgssapi/gss_inquire_cred_by_mech.3
trunk/lib/libgssapi/gss_inquire_mechs_for_name.3
trunk/lib/libgssapi/gss_inquire_names_for_mech.3
trunk/lib/libgssapi/gss_process_context_token.3
trunk/lib/libgssapi/gss_release_buffer.3
trunk/lib/libgssapi/gss_release_cred.3
trunk/lib/libgssapi/gss_release_name.3
trunk/lib/libgssapi/gss_release_oid_set.3
trunk/lib/libgssapi/gss_test_oid_set_member.3
trunk/lib/libgssapi/gss_unwrap.3
trunk/lib/libgssapi/gss_verify_mic.3
trunk/lib/libgssapi/gss_wrap.3
trunk/lib/libgssapi/gss_wrap_size_limit.3
trunk/lib/libgssapi/gssapi.3
Modified: trunk/lib/libgssapi/Makefile
===================================================================
--- trunk/lib/libgssapi/Makefile 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/Makefile 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,8 +1,9 @@
# $MidnightBSD$
+# $FreeBSD: stable/10/lib/libgssapi/Makefile 313625 2017-02-11 07:01:17Z ngie $
LIB= gssapi
SHLIB_MAJOR= 10
-VERSION_DEF= ${.CURDIR}/../libc/Versions.def
+VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
SRCS=
Modified: trunk/lib/libgssapi/Symbol.map
===================================================================
--- trunk/lib/libgssapi/Symbol.map 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/Symbol.map 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,5 +1,4 @@
-/*
- * $MidnightBSD$
+/* $MidnightBSD$
* $FreeBSD: stable/10/lib/libgssapi/Symbol.map 233294 2012-03-22 08:48:42Z stas $
*/
Property changes on: trunk/lib/libgssapi/Symbol.map
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_accept_sec_context.3
===================================================================
--- trunk/lib/libgssapi/gss_accept_sec_context.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_accept_sec_context.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_accept_sec_context.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_acquire_cred.3
===================================================================
--- trunk/lib/libgssapi/gss_acquire_cred.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_acquire_cred.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_acquire_cred.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_add_cred.3
===================================================================
--- trunk/lib/libgssapi/gss_add_cred.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_add_cred.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_add_cred.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_add_cred.c
===================================================================
--- trunk/lib/libgssapi/gss_add_cred.c 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_add_cred.c 2018-06-13 00:39:27 UTC (rev 10842)
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: stable/10/lib/libgssapi/gss_add_cred.c 178828 2008-05-07 13:53:12Z dfr $
+ * $FreeBSD: stable/10/lib/libgssapi/gss_add_cred.c 298314 2016-04-20 00:49:37Z pfg $
*/
#include <gssapi/gssapi.h>
@@ -122,7 +122,7 @@
* gss_add_cred for that mechanism, otherwise we copy the mc
* to new_cred.
*/
- target_mc = 0;
+ target_mc = NULL;
if (cred) {
SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) {
if (gss_oid_equal(mc->gmc_mech_oid, desired_mech)) {
@@ -152,7 +152,7 @@
return (major_status);
}
} else {
- mn = 0;
+ mn = NULL;
}
m = _gss_find_mech_switch(desired_mech);
Modified: trunk/lib/libgssapi/gss_add_oid_set_member.3
===================================================================
--- trunk/lib/libgssapi/gss_add_oid_set_member.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_add_oid_set_member.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_add_oid_set_member.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_canonicalize_name.3
===================================================================
--- trunk/lib/libgssapi/gss_canonicalize_name.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_canonicalize_name.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_canonicalize_name.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_compare_name.3
===================================================================
--- trunk/lib/libgssapi/gss_compare_name.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_compare_name.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_compare_name.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_context_time.3
===================================================================
--- trunk/lib/libgssapi/gss_context_time.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_context_time.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_context_time.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_create_empty_oid_set.3
===================================================================
--- trunk/lib/libgssapi/gss_create_empty_oid_set.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_create_empty_oid_set.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_create_empty_oid_set.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_delete_sec_context.3
===================================================================
--- trunk/lib/libgssapi/gss_delete_sec_context.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_delete_sec_context.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_delete_sec_context.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_display_name.3
===================================================================
--- trunk/lib/libgssapi/gss_display_name.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_display_name.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_display_name.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_display_status.3
===================================================================
--- trunk/lib/libgssapi/gss_display_status.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_display_status.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_display_status.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_display_status.c
===================================================================
--- trunk/lib/libgssapi/gss_display_status.c 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_display_status.c 2018-06-13 00:39:27 UTC (rev 10842)
@@ -100,9 +100,6 @@
#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)
{
Modified: trunk/lib/libgssapi/gss_duplicate_name.3
===================================================================
--- trunk/lib/libgssapi/gss_duplicate_name.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_duplicate_name.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_duplicate_name.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_encapsulate_token.c
===================================================================
--- trunk/lib/libgssapi/gss_encapsulate_token.c 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_encapsulate_token.c 2018-06-13 00:39:27 UTC (rev 10842)
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: stable/10/lib/libgssapi/gss_encapsulate_token.c 178828 2008-05-07 13:53:12Z dfr $
+ * $FreeBSD: stable/10/lib/libgssapi/gss_encapsulate_token.c 298314 2016-04-20 00:49:37Z pfg $
*/
#include <gssapi/gssapi.h>
@@ -48,7 +48,7 @@
* First time around, we calculate the size, second time, we
* encode the token.
*/
- p = 0;
+ p = NULL;
for (i = 0; i < 2; i++) {
len = 0;
Modified: trunk/lib/libgssapi/gss_export_name.3
===================================================================
--- trunk/lib/libgssapi/gss_export_name.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_export_name.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_export_name.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_export_sec_context.3
===================================================================
--- trunk/lib/libgssapi/gss_export_sec_context.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_export_sec_context.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_export_sec_context.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_get_mic.3
===================================================================
--- trunk/lib/libgssapi/gss_get_mic.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_get_mic.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_get_mic.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_get_mic.c
===================================================================
--- trunk/lib/libgssapi/gss_get_mic.c 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_get_mic.c 2018-06-13 00:39:27 UTC (rev 10842)
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: stable/10/lib/libgssapi/gss_get_mic.c 178828 2008-05-07 13:53:12Z dfr $
+ * $FreeBSD: stable/10/lib/libgssapi/gss_get_mic.c 298314 2016-04-20 00:49:37Z pfg $
*/
#include <gssapi/gssapi.h>
@@ -41,7 +41,7 @@
gss_buffer_t message_token)
{
struct _gss_context *ctx = (struct _gss_context *) context_handle;
- struct _gss_mech_switch *m = ctx->gc_mech;
+ struct _gss_mech_switch *m;
_gss_buffer_zero(message_token);
if (ctx == NULL) {
@@ -48,6 +48,7 @@
*minor_status = 0;
return (GSS_S_NO_CONTEXT);
}
+ m = ctx->gc_mech;
return (m->gm_get_mic(minor_status, ctx->gc_ctx, qop_req,
message_buffer, message_token));
Modified: trunk/lib/libgssapi/gss_import_name.3
===================================================================
--- trunk/lib/libgssapi/gss_import_name.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_import_name.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_import_name.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_import_sec_context.3
===================================================================
--- trunk/lib/libgssapi/gss_import_sec_context.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_import_sec_context.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_import_sec_context.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_indicate_mechs.3
===================================================================
--- trunk/lib/libgssapi/gss_indicate_mechs.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_indicate_mechs.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_indicate_mechs.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_init_sec_context.3
===================================================================
--- trunk/lib/libgssapi/gss_init_sec_context.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_init_sec_context.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_init_sec_context.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_inquire_context.3
===================================================================
--- trunk/lib/libgssapi/gss_inquire_context.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_inquire_context.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_inquire_context.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_inquire_context.c
===================================================================
--- trunk/lib/libgssapi/gss_inquire_context.c 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_inquire_context.c 2018-06-13 00:39:27 UTC (rev 10842)
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: stable/10/lib/libgssapi/gss_inquire_context.c 178828 2008-05-07 13:53:12Z dfr $
+ * $FreeBSD: stable/10/lib/libgssapi/gss_inquire_context.c 298314 2016-04-20 00:49:37Z pfg $
*/
#include <gssapi/gssapi.h>
@@ -100,7 +100,7 @@
if (src_name)
gss_release_name(minor_status, src_name);
m->gm_release_name(minor_status, &src_mn);
- minor_status = 0;
+ minor_status = NULL;
return (GSS_S_FAILURE);
}
*targ_name = (gss_name_t) name;
Modified: trunk/lib/libgssapi/gss_inquire_cred.3
===================================================================
--- trunk/lib/libgssapi/gss_inquire_cred.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_inquire_cred.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_inquire_cred.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_inquire_cred_by_mech.3
===================================================================
--- trunk/lib/libgssapi/gss_inquire_cred_by_mech.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_inquire_cred_by_mech.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_inquire_cred_by_mech.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_inquire_mechs_for_name.3
===================================================================
--- trunk/lib/libgssapi/gss_inquire_mechs_for_name.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_inquire_mechs_for_name.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_inquire_mechs_for_name.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_inquire_names_for_mech.3
===================================================================
--- trunk/lib/libgssapi/gss_inquire_names_for_mech.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_inquire_names_for_mech.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_inquire_names_for_mech.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_mech_switch.c
===================================================================
--- trunk/lib/libgssapi/gss_mech_switch.c 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_mech_switch.c 2018-06-13 00:39:27 UTC (rev 10842)
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: stable/10/lib/libgssapi/gss_mech_switch.c 201145 2009-12-28 22:56:30Z antoine $
+ * $FreeBSD: stable/10/lib/libgssapi/gss_mech_switch.c 298314 2016-04-20 00:49:37Z pfg $
*/
#include <gssapi/gssapi.h>
@@ -84,7 +84,7 @@
* out the size. Second time around, we actually encode the
* number.
*/
- res = 0;
+ res = NULL;
for (i = 0; i < 2; i++) {
byte_count = 0;
for (p = s, j = 0; p; p = q, j++) {
Modified: trunk/lib/libgssapi/gss_process_context_token.3
===================================================================
--- trunk/lib/libgssapi/gss_process_context_token.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_process_context_token.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_process_context_token.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_pseudo_random.c
===================================================================
--- trunk/lib/libgssapi/gss_pseudo_random.c 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_pseudo_random.c 2018-06-13 00:39:27 UTC (rev 10842)
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/* $FreeBSD: stable/10/lib/libgssapi/gss_pseudo_random.c 229784 2012-01-07 16:13:56Z uqs $ */
+/* $FreeBSD: stable/10/lib/libgssapi/gss_pseudo_random.c 298314 2016-04-20 00:49:37Z pfg $ */
/* $Id: gss_pseudo_random.c 20053 2007-01-24 01:31:35Z lha $ */
#include <gssapi/gssapi.h>
@@ -49,7 +49,7 @@
gss_buffer_t prf_out)
{
struct _gss_context *ctx = (struct _gss_context *) context;
- struct _gss_mech_switch *m = ctx->gc_mech;
+ struct _gss_mech_switch *m;
OM_uint32 major_status;
_gss_buffer_zero(prf_out);
@@ -59,6 +59,7 @@
*minor_status = 0;
return GSS_S_NO_CONTEXT;
}
+ m = ctx->gc_mech;
if (m->gm_pseudo_random == NULL)
return GSS_S_UNAVAILABLE;
Modified: trunk/lib/libgssapi/gss_release_buffer.3
===================================================================
--- trunk/lib/libgssapi/gss_release_buffer.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_release_buffer.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_release_buffer.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_release_cred.3
===================================================================
--- trunk/lib/libgssapi/gss_release_cred.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_release_cred.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_release_cred.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_release_name.3
===================================================================
--- trunk/lib/libgssapi/gss_release_name.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_release_name.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_release_name.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_release_oid_set.3
===================================================================
--- trunk/lib/libgssapi/gss_release_oid_set.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_release_oid_set.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_release_oid_set.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_test_oid_set_member.3
===================================================================
--- trunk/lib/libgssapi/gss_test_oid_set_member.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_test_oid_set_member.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_test_oid_set_member.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_unwrap.3
===================================================================
--- trunk/lib/libgssapi/gss_unwrap.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_unwrap.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_unwrap.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_verify_mic.3
===================================================================
--- trunk/lib/libgssapi/gss_verify_mic.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_verify_mic.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_verify_mic.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_verify_mic.c
===================================================================
--- trunk/lib/libgssapi/gss_verify_mic.c 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_verify_mic.c 2018-06-13 00:39:27 UTC (rev 10842)
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: stable/10/lib/libgssapi/gss_verify_mic.c 178828 2008-05-07 13:53:12Z dfr $
+ * $FreeBSD: stable/10/lib/libgssapi/gss_verify_mic.c 298314 2016-04-20 00:49:37Z pfg $
*/
#include <gssapi/gssapi.h>
@@ -40,7 +40,7 @@
gss_qop_t *qop_state)
{
struct _gss_context *ctx = (struct _gss_context *) context_handle;
- struct _gss_mech_switch *m = ctx->gc_mech;
+ struct _gss_mech_switch *m;
if (qop_state)
*qop_state = 0;
@@ -48,6 +48,7 @@
*minor_status = 0;
return (GSS_S_NO_CONTEXT);
}
+ m = ctx->gc_mech;
return (m->gm_verify_mic(minor_status, ctx->gc_ctx,
message_buffer, token_buffer, qop_state));
Modified: trunk/lib/libgssapi/gss_wrap.3
===================================================================
--- trunk/lib/libgssapi/gss_wrap.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_wrap.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_wrap.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_wrap.c
===================================================================
--- trunk/lib/libgssapi/gss_wrap.c 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_wrap.c 2018-06-13 00:39:27 UTC (rev 10842)
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: stable/10/lib/libgssapi/gss_wrap.c 178828 2008-05-07 13:53:12Z dfr $
+ * $FreeBSD: stable/10/lib/libgssapi/gss_wrap.c 298314 2016-04-20 00:49:37Z pfg $
*/
#include <gssapi/gssapi.h>
@@ -43,7 +43,7 @@
gss_buffer_t output_message_buffer)
{
struct _gss_context *ctx = (struct _gss_context *) context_handle;
- struct _gss_mech_switch *m = ctx->gc_mech;
+ struct _gss_mech_switch *m;
if (conf_state)
*conf_state = 0;
@@ -52,6 +52,7 @@
*minor_status = 0;
return (GSS_S_NO_CONTEXT);
}
+ m = ctx->gc_mech;
return (m->gm_wrap(minor_status, ctx->gc_ctx,
conf_req_flag, qop_req, input_message_buffer,
Modified: trunk/lib/libgssapi/gss_wrap_size_limit.3
===================================================================
--- trunk/lib/libgssapi/gss_wrap_size_limit.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_wrap_size_limit.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gss_wrap_size_limit.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libgssapi/gss_wrap_size_limit.c
===================================================================
--- trunk/lib/libgssapi/gss_wrap_size_limit.c 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gss_wrap_size_limit.c 2018-06-13 00:39:27 UTC (rev 10842)
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: stable/10/lib/libgssapi/gss_wrap_size_limit.c 178828 2008-05-07 13:53:12Z dfr $
+ * $FreeBSD: stable/10/lib/libgssapi/gss_wrap_size_limit.c 298314 2016-04-20 00:49:37Z pfg $
*/
#include <gssapi/gssapi.h>
@@ -41,7 +41,7 @@
OM_uint32 *max_input_size)
{
struct _gss_context *ctx = (struct _gss_context *) context_handle;
- struct _gss_mech_switch *m = ctx->gc_mech;
+ struct _gss_mech_switch *m;
*max_input_size = 0;
if (ctx == NULL) {
@@ -48,6 +48,7 @@
*minor_status = 0;
return (GSS_S_NO_CONTEXT);
}
+ m = ctx->gc_mech;
return (m->gm_wrap_size_limit(minor_status, ctx->gc_ctx,
conf_req_flag, qop_req, req_output_size, max_input_size));
Modified: trunk/lib/libgssapi/gssapi.3
===================================================================
--- trunk/lib/libgssapi/gssapi.3 2018-06-13 00:36:39 UTC (rev 10841)
+++ trunk/lib/libgssapi/gssapi.3 2018-06-13 00:39:27 UTC (rev 10842)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" -*- nroff -*-
.\"
.\" Copyright (c) 2005 Doug Rabson
Property changes on: trunk/lib/libgssapi/gssapi.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list