Deleted Added
full compact
gss_release_oid_set.3 (206622) gss_release_oid_set.3 (233648)
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 2005 Doug Rabson
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 10 unchanged lines hidden (view full) ---

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 2005 Doug Rabson
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 10 unchanged lines hidden (view full) ---

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/lib/libgssapi/gss_release_oid_set.3 206622 2010-04-14 19:08:06Z uqs $
27.\" $FreeBSD: head/lib/libgssapi/gss_release_oid_set.3 233648 2012-03-29 05:02:12Z eadler $
28.\"
29.\" The following commands are required for all man pages.
30.Dd January 26, 2010
31.Dt GSS_RELEASE_OID_SET 3 PRM
32.Os
33.Sh NAME
34.Nm gss_release_oid_set
35.Nd Discard a set of object identifiers

--- 12 unchanged lines hidden (view full) ---

48GSS-API routine.
49.Fn gss_release_oid_set
50will free the storage associated with each individual member OID,
51the OID set's elements array,
52and the gss_OID_set_desc itself.
53.Pp
54Implementations are encouraged to set the gss_OID_set parameter to
55.Dv GSS_C_NO_OID_SET
28.\"
29.\" The following commands are required for all man pages.
30.Dd January 26, 2010
31.Dt GSS_RELEASE_OID_SET 3 PRM
32.Os
33.Sh NAME
34.Nm gss_release_oid_set
35.Nd Discard a set of object identifiers

--- 12 unchanged lines hidden (view full) ---

48GSS-API routine.
49.Fn gss_release_oid_set
50will free the storage associated with each individual member OID,
51the OID set's elements array,
52and the gss_OID_set_desc itself.
53.Pp
54Implementations are encouraged to set the gss_OID_set parameter to
55.Dv GSS_C_NO_OID_SET
56on successful completion of this routine.
56on successful completion of this routine.
57.Sh PARAMETERS
58.Bl -tag
59.It minor_status
60Mechanism specific status code.
61.It set
62The storage associated with the gss_OID_set will be deleted.
63.El
64.Sh RETURN VALUES

--- 44 unchanged lines hidden ---
57.Sh PARAMETERS
58.Bl -tag
59.It minor_status
60Mechanism specific status code.
61.It set
62The storage associated with the gss_OID_set will be deleted.
63.El
64.Sh RETURN VALUES

--- 44 unchanged lines hidden ---