Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../usr/include/tirpc/rpc
File: svc_auth_gss.h
/*
[0] Fix | Delete
* Copyright (c) 2015, Oracle America, Inc.
[1] Fix | Delete
* All rights reserved.
[2] Fix | Delete
*
[3] Fix | Delete
* Redistribution and use in source and binary forms, with or without
[4] Fix | Delete
* modification, are permitted provided that the following conditions are met:
[5] Fix | Delete
* - Redistributions of source code must retain the above copyright notice,
[6] Fix | Delete
* this list of conditions and the following disclaimer.
[7] Fix | Delete
* - Redistributions in binary form must reproduce the above copyright notice,
[8] Fix | Delete
* this list of conditions and the following disclaimer in the documentation
[9] Fix | Delete
* and/or other materials provided with the distribution.
[10] Fix | Delete
* - Neither the name of "Oracle America, Inc." nor the names of its
[11] Fix | Delete
* contributors may be used to endorse or promote products derived
[12] Fix | Delete
* from this software without specific prior written permission.
[13] Fix | Delete
*
[14] Fix | Delete
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
[15] Fix | Delete
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
[16] Fix | Delete
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
[17] Fix | Delete
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
[18] Fix | Delete
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
[19] Fix | Delete
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
[20] Fix | Delete
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
[21] Fix | Delete
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
[22] Fix | Delete
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
[23] Fix | Delete
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
[24] Fix | Delete
* POSSIBILITY OF SUCH DAMAGE.
[25] Fix | Delete
*/
[26] Fix | Delete
[27] Fix | Delete
#ifndef _TIRPC_SVC_AUTH_GSS_H
[28] Fix | Delete
#define _TIRPC_SVC_AUTH_GSS_H
[29] Fix | Delete
[30] Fix | Delete
#include <rpc/svc_auth.h>
[31] Fix | Delete
#include <gssapi/gssapi.h>
[32] Fix | Delete
[33] Fix | Delete
/*
[34] Fix | Delete
* Legacy U-M server GSS APIs
[35] Fix | Delete
*/
[36] Fix | Delete
[37] Fix | Delete
#ifdef __cplusplus
[38] Fix | Delete
extern "C" {
[39] Fix | Delete
#endif
[40] Fix | Delete
[41] Fix | Delete
extern bool_t svcauth_gss_set_svc_name(gss_name_t name);
[42] Fix | Delete
extern char *svcauth_gss_get_principal(SVCAUTH *);
[43] Fix | Delete
[44] Fix | Delete
#ifdef __cplusplus
[45] Fix | Delete
}
[46] Fix | Delete
#endif
[47] Fix | Delete
[48] Fix | Delete
#endif /* !_TIRPC_SVC_AUTH_GSS_H */
[49] Fix | Delete
[50] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function