Deleted Added
full compact
libtacplus.3 (233462) libtacplus.3 (233648)
1.\" Copyright (c) 1998, 2001, 2002, Juniper Networks, Inc.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1998, 2001, 2002, Juniper Networks, Inc.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/lib/libtacplus/libtacplus.3 233462 2012-03-25 12:13:24Z joel $
25.\" $FreeBSD: head/lib/libtacplus/libtacplus.3 233648 2012-03-29 05:02:12Z eadler $
26.\"
27.Dd December 11, 2009
28.Dt LIBTACPLUS 3
29.Os
30.Sh NAME
31.Nm libtacplus
32.Nd TACACS+ client library
33.Sh SYNOPSIS

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

375After the TACACS+ authorization request has been constructed, it
376is sent by means of
377.Fn tac_send_acct .
378This function connects to a server if not already connected, sends
379the request, and waits for a reply.
380On failure,
381.Fn tac_send_acct
382returns \-1.
26.\"
27.Dd December 11, 2009
28.Dt LIBTACPLUS 3
29.Os
30.Sh NAME
31.Nm libtacplus
32.Nd TACACS+ client library
33.Sh SYNOPSIS

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

375After the TACACS+ authorization request has been constructed, it
376is sent by means of
377.Fn tac_send_acct .
378This function connects to a server if not already connected, sends
379the request, and waits for a reply.
380On failure,
381.Fn tac_send_acct
382returns \-1.
383Otherwise, it returns the TACACS+ status code
383Otherwise, it returns the TACACS+ status code
384Possible status codes, defined in
385.In taclib.h ,
386include:
387.Pp
388.Bl -item -compact -offset indent
389.It
390.Dv TAC_ACCT_STATUS_SUCCESS
391.It

--- 142 unchanged lines hidden ---
384Possible status codes, defined in
385.In taclib.h ,
386include:
387.Pp
388.Bl -item -compact -offset indent
389.It
390.Dv TAC_ACCT_STATUS_SUCCESS
391.It

--- 142 unchanged lines hidden ---