Deleted Added
full compact
gss_release_buffer.3 (206622) gss_release_buffer.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_buffer.3 206622 2010-04-14 19:08:06Z uqs $
27.\" $FreeBSD: head/lib/libgssapi/gss_release_buffer.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_BUFFER 3 PRM
32.Os
33.Sh NAME
34.Nm gss_release_buffer
35.Nd Discard a buffer

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

48In addition to freeing the associated storage,
49the routine will zero the length field in the descriptor to which the
50buffer parameter refers,
51and implementations are encouraged to additionally set the pointer
52field in the descriptor to
53.Dv NULL .
54Any buffer object returned by a GSS-API routine may be passed to
55.Fn gss_release_buffer
28.\"
29.\" The following commands are required for all man pages.
30.Dd January 26, 2010
31.Dt GSS_RELEASE_BUFFER 3 PRM
32.Os
33.Sh NAME
34.Nm gss_release_buffer
35.Nd Discard a buffer

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

48In addition to freeing the associated storage,
49the routine will zero the length field in the descriptor to which the
50buffer parameter refers,
51and implementations are encouraged to additionally set the pointer
52field in the descriptor to
53.Dv NULL .
54Any buffer object returned by a GSS-API routine may be passed to
55.Fn gss_release_buffer
56(even if there is no storage associated with the buffer).
56(even if there is no storage associated with the buffer).
57.Sh PARAMETERS
58.Bl -tag
59.It minor_status
60Mechanism specific status code.
61.It buffer
62The storage associated with the buffer will be deleted.
63The gss_buffer_desc object will not be freed,
64but its length field will be zeroed.

--- 46 unchanged lines hidden ---
57.Sh PARAMETERS
58.Bl -tag
59.It minor_status
60Mechanism specific status code.
61.It buffer
62The storage associated with the buffer will be deleted.
63The gss_buffer_desc object will not be freed,
64but its length field will be zeroed.

--- 46 unchanged lines hidden ---