Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/security
File: pam_appl.h
/*
[0] Fix | Delete
* <security/pam_appl.h>
[1] Fix | Delete
*
[2] Fix | Delete
* This header file collects definitions for the PAM API --- that is,
[3] Fix | Delete
* public interface between the PAM library and an application program
[4] Fix | Delete
* that wishes to use it.
[5] Fix | Delete
*
[6] Fix | Delete
* Note, the copyright information is at end of file.
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
#ifndef _SECURITY_PAM_APPL_H
[10] Fix | Delete
#define _SECURITY_PAM_APPL_H
[11] Fix | Delete
[12] Fix | Delete
#ifdef __cplusplus
[13] Fix | Delete
extern "C" {
[14] Fix | Delete
#endif
[15] Fix | Delete
[16] Fix | Delete
#include <security/_pam_types.h> /* Linux-PAM common defined types */
[17] Fix | Delete
[18] Fix | Delete
/* -------------- The Linux-PAM Framework layer API ------------- */
[19] Fix | Delete
[20] Fix | Delete
extern int PAM_NONNULL((1,3,4))
[21] Fix | Delete
pam_start(const char *service_name, const char *user,
[22] Fix | Delete
const struct pam_conv *pam_conversation,
[23] Fix | Delete
pam_handle_t **pamh);
[24] Fix | Delete
[25] Fix | Delete
extern int PAM_NONNULL((1))
[26] Fix | Delete
pam_end(pam_handle_t *pamh, int pam_status);
[27] Fix | Delete
[28] Fix | Delete
/* Authentication API's */
[29] Fix | Delete
[30] Fix | Delete
extern int PAM_NONNULL((1))
[31] Fix | Delete
pam_authenticate(pam_handle_t *pamh, int flags);
[32] Fix | Delete
[33] Fix | Delete
extern int PAM_NONNULL((1))
[34] Fix | Delete
pam_setcred(pam_handle_t *pamh, int flags);
[35] Fix | Delete
[36] Fix | Delete
/* Account Management API's */
[37] Fix | Delete
[38] Fix | Delete
extern int PAM_NONNULL((1))
[39] Fix | Delete
pam_acct_mgmt(pam_handle_t *pamh, int flags);
[40] Fix | Delete
[41] Fix | Delete
/* Session Management API's */
[42] Fix | Delete
[43] Fix | Delete
extern int PAM_NONNULL((1))
[44] Fix | Delete
pam_open_session(pam_handle_t *pamh, int flags);
[45] Fix | Delete
[46] Fix | Delete
extern int PAM_NONNULL((1))
[47] Fix | Delete
pam_close_session(pam_handle_t *pamh, int flags);
[48] Fix | Delete
[49] Fix | Delete
/* Password Management API's */
[50] Fix | Delete
[51] Fix | Delete
extern int PAM_NONNULL((1))
[52] Fix | Delete
pam_chauthtok(pam_handle_t *pamh, int flags);
[53] Fix | Delete
[54] Fix | Delete
[55] Fix | Delete
/* take care of any compatibility issues */
[56] Fix | Delete
#include <security/_pam_compat.h>
[57] Fix | Delete
[58] Fix | Delete
#ifdef __cplusplus
[59] Fix | Delete
}
[60] Fix | Delete
#endif
[61] Fix | Delete
[62] Fix | Delete
/*
[63] Fix | Delete
* Copyright Theodore Ts'o, 1996. All rights reserved.
[64] Fix | Delete
*
[65] Fix | Delete
* Redistribution and use in source and binary forms, with or without
[66] Fix | Delete
* modification, are permitted provided that the following conditions
[67] Fix | Delete
* are met:
[68] Fix | Delete
* 1. Redistributions of source code must retain the above copyright
[69] Fix | Delete
* notice, and the entire permission notice in its entirety,
[70] Fix | Delete
* including the disclaimer of warranties.
[71] Fix | Delete
* 2. Redistributions in binary form must reproduce the above copyright
[72] Fix | Delete
* notice, this list of conditions and the following disclaimer in the
[73] Fix | Delete
* documentation and/or other materials provided with the distribution.
[74] Fix | Delete
* 3. The name of the author may not be used to endorse or promote
[75] Fix | Delete
* products derived from this software without specific prior
[76] Fix | Delete
* written permission.
[77] Fix | Delete
*
[78] Fix | Delete
* ALTERNATIVELY, this product may be distributed under the terms of
[79] Fix | Delete
* the GNU Public License, in which case the provisions of the GPL are
[80] Fix | Delete
* required INSTEAD OF the above restrictions. (This clause is
[81] Fix | Delete
* necessary due to a potential bad interaction between the GPL and
[82] Fix | Delete
* the restrictions contained in a BSD-style copyright.)
[83] Fix | Delete
*
[84] Fix | Delete
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
[85] Fix | Delete
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
[86] Fix | Delete
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
[87] Fix | Delete
* DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
[88] Fix | Delete
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
[89] Fix | Delete
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
[90] Fix | Delete
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
[91] Fix | Delete
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
[92] Fix | Delete
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
[93] Fix | Delete
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
[94] Fix | Delete
* OF THE POSSIBILITY OF SUCH DAMAGE.
[95] Fix | Delete
*/
[96] Fix | Delete
[97] Fix | Delete
#endif /* _SECURITY_PAM_APPL_H */
[98] Fix | Delete
[99] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function