2 .\" Copyright (C) 1998-2003, Carnegie Mellon Univeristy. All Rights Reserved.
3 .\" Portions Copyright (C) 2003, Sun Microsystems,
4 .\" Inc. All Rights Reserved
5 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
6 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
7 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
8 .TH SASL_CLIENT_ADD_PLUGIN 3SASL "Sep 12, 2003"
10 sasl_client_add_plugin \- add a SASL client plug-in
14 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsasl\fR [ \fIlibrary\fR ... ]
15 #include <sasl/saslplug.h>
17 \fBint\fR \fBsasl_client_add_plugin\fR(\fBconst char *\fR\fIplugname\fR,
18 \fBsasl_client_plug_init_t *\fR\fIcplugfunc\fR);
24 Use the \fBsasl_client_add_plugin()\fR interface to add a client plug-in to the
25 current list of client plug-ins in the SASL library.
33 The name of the client plug-in.
42 The value of \fIcplugfunc\fR is filled in by the \fBsasl_client_plug_init_t\fR
49 \fBsasl_client_add_plugin()\fR returns an integer that corresponds to a SASL
58 The call to \fBsasl_client_add_plugin()\fR was successful.
64 \fB\fBSASL_BADVERS\fR\fR
67 Version mismatch with plug-in.
73 \fB\fBSASL_NOMEM\fR\fR
76 Memory shortage failure.
81 See \fBsasl_errors\fR(3SASL) for information on other SASL error codes.
85 See \fBattributes\fR(5) for descriptions of the following attributes:
93 ATTRIBUTE TYPE ATTRIBUTE VALUE
95 Interface Stability Evolving
103 \fBsasl_errors\fR(3SASL), \fBattributes\fR(5)