Delete all unused/obsolete .elist files
These (export lists) aren't needed on modern compilers and haven't been for quite awhile (like 2+ decades).
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
/****************************************************************************
|
||||
* Export list for libpam.
|
||||
* This list *must* be updated whenever a change is made to the libpam API.
|
||||
*
|
||||
* The syntax for the symbol declarations in this list is as follows:
|
||||
* public sym => Public C symbol, i.e., publicised API
|
||||
* private sym => Private C symbol, i.e., unpublicised API
|
||||
* internal sym => Internal C symbol, i.e., not part of API
|
||||
* publicC++ sym => Public C++ symbol, i.e., publicised API
|
||||
* privateC++ sym => Private C++ symbol, i.e., unpublicised API
|
||||
* internalC++ sym => Internal C++ symbol, i.e., not part of API
|
||||
*
|
||||
* $TOG: libpam.elist /main/1 1999/09/08 15:03:20 mgreess $
|
||||
*****************************************************************************/
|
||||
|
||||
public pam_start
|
||||
public pam_end
|
||||
public pam_set_item
|
||||
public pam_get_item
|
||||
public pam_get_user
|
||||
public pam_set_data
|
||||
public pam_get_data
|
||||
public pam_strerror
|
||||
public pam_authenticate
|
||||
public pam_acct_mgmt
|
||||
public pam_open_session
|
||||
public pam_close_session
|
||||
public pam_setcred
|
||||
public pam_chauthtok
|
||||
|
||||
private __pam_free_resp
|
||||
private __pam_display_msg
|
||||
private __pam_get_input
|
||||
private __pam_get_authtok
|
||||
private __pam_get_i18n_msg
|
||||
@@ -1,22 +0,0 @@
|
||||
/****************************************************************************
|
||||
* Export list for libpam_dce.
|
||||
* This list *must* be updated whenever a change is made to the libpam_dce
|
||||
* API.
|
||||
*
|
||||
* The syntax for the symbol declarations in this list is as follows:
|
||||
* public sym => Public C symbol, i.e., publicised API
|
||||
* private sym => Private C symbol, i.e., unpublicised API
|
||||
* internal sym => Internal C symbol, i.e., not part of API
|
||||
* publicC++ sym => Public C++ symbol, i.e., publicised API
|
||||
* privateC++ sym => Private C++ symbol, i.e., unpublicised API
|
||||
* internalC++ sym => Internal C++ symbol, i.e., not part of API
|
||||
*
|
||||
* $TOG: libpam_cde.elist /main/1 1999/09/08 15:58:14 mgreess $
|
||||
*****************************************************************************/
|
||||
|
||||
public pam_sm_authenticate
|
||||
public pam_sm_setcred
|
||||
public pam_sm_acct_mgmt
|
||||
public pam_sm_open_session
|
||||
public pam_sm_close_session
|
||||
public pam_sm_chauthtok
|
||||
@@ -1,18 +0,0 @@
|
||||
/****************************************************************************
|
||||
* Export list for libpam_dial_auth.
|
||||
* This list *must* be updated whenever a change is made to the libpam_dial_auth
|
||||
* API.
|
||||
*
|
||||
* The syntax for the symbol declarations in this list is as follows:
|
||||
* public sym => Public C symbol, i.e., publicised API
|
||||
* private sym => Private C symbol, i.e., unpublicised API
|
||||
* internal sym => Internal C symbol, i.e., not part of API
|
||||
* publicC++ sym => Public C++ symbol, i.e., publicised API
|
||||
* privateC++ sym => Private C++ symbol, i.e., unpublicised API
|
||||
* internalC++ sym => Internal C++ symbol, i.e., not part of API
|
||||
*
|
||||
* $TOG: libpam_dial_auth.elist /main/1 1999/09/08 15:58:41 mgreess $
|
||||
*****************************************************************************/
|
||||
|
||||
public pam_sm_authenticate
|
||||
public pam_sm_setcred
|
||||
@@ -1,18 +0,0 @@
|
||||
/****************************************************************************
|
||||
* Export list for libpam_rhosts_auth.
|
||||
* This list *must* be updated whenever a change is made to the
|
||||
* libpam_rhosts_auth API.
|
||||
*
|
||||
* The syntax for the symbol declarations in this list is as follows:
|
||||
* public sym => Public C symbol, i.e., publicised API
|
||||
* private sym => Private C symbol, i.e., unpublicised API
|
||||
* internal sym => Internal C symbol, i.e., not part of API
|
||||
* publicC++ sym => Public C++ symbol, i.e., publicised API
|
||||
* privateC++ sym => Private C++ symbol, i.e., unpublicised API
|
||||
* internalC++ sym => Internal C++ symbol, i.e., not part of API
|
||||
*
|
||||
* $TOG: libpam_rhosts_auth.elist /main/1 1999/09/08 15:59:05 mgreess $
|
||||
*****************************************************************************/
|
||||
|
||||
public pam_sm_authenticate
|
||||
public pam_sm_setcred
|
||||
@@ -1,28 +0,0 @@
|
||||
/****************************************************************************
|
||||
* Export list for libpam_sample.
|
||||
* This list *must* be updated whenever a change is made to the libpam_sample
|
||||
* API.
|
||||
*
|
||||
* The syntax for the symbol declarations in this list is as follows:
|
||||
* public sym => Public C symbol, i.e., publicised API
|
||||
* private sym => Private C symbol, i.e., unpublicised API
|
||||
* internal sym => Internal C symbol, i.e., not part of API
|
||||
* publicC++ sym => Public C++ symbol, i.e., publicised API
|
||||
* privateC++ sym => Private C++ symbol, i.e., unpublicised API
|
||||
* internalC++ sym => Internal C++ symbol, i.e., not part of API
|
||||
*
|
||||
* $TOG: libpam_sample.elist /main/1 1999/09/08 15:59:30 mgreess $
|
||||
*****************************************************************************/
|
||||
|
||||
public pam_sm_authenticate
|
||||
public pam_sm_setcred
|
||||
public pam_sm_acct_mgmt
|
||||
public pam_sm_open_session
|
||||
public pam_sm_close_session
|
||||
public pam_sm_chauthtok
|
||||
|
||||
internal display_errmsg
|
||||
internal get_authtok
|
||||
internal free_msg
|
||||
internal free_resp
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
/****************************************************************************
|
||||
* Export list for libpam_unix.
|
||||
* This list *must* be updated whenever a change is made to the libpam_unix API.
|
||||
*
|
||||
* The syntax for the symbol declarations in this list is as follows:
|
||||
* public sym => Public C symbol, i.e., publicised API
|
||||
* private sym => Private C symbol, i.e., unpublicised API
|
||||
* internal sym => Internal C symbol, i.e., not part of API
|
||||
* publicC++ sym => Public C++ symbol, i.e., publicised API
|
||||
* privateC++ sym => Private C++ symbol, i.e., unpublicised API
|
||||
* internalC++ sym => Internal C++ symbol, i.e., not part of API
|
||||
*
|
||||
* $TOG: libpam_unix.elist /main/1 1999/09/08 15:59:55 mgreess $
|
||||
*****************************************************************************/
|
||||
|
||||
public pam_sm_authenticate
|
||||
public pam_sm_setcred
|
||||
public pam_sm_acct_mgmt
|
||||
public pam_sm_open_session
|
||||
public pam_sm_close_session
|
||||
public pam_sm_chauthtok
|
||||
|
||||
internal get_ns
|
||||
internal __set_authtoken_attr
|
||||
internal defcntl
|
||||
internal defopen
|
||||
internal ck_perm
|
||||
internal gethomedir
|
||||
internal str2spwd
|
||||
internal xdr_yppasswd
|
||||
internal getspnam_from
|
||||
internal update_authtok_file
|
||||
internal setup_attr
|
||||
internal getfingerinfo
|
||||
internal free_setattr
|
||||
internal defread
|
||||
internal repository_to_string
|
||||
internal _priv_lock
|
||||
internal getpwnam_from
|
||||
internal update_authtok_nis
|
||||
internal attr_find
|
||||
internal getloginshell
|
||||
internal xdr_passwd
|
||||
internal attr_match
|
||||
internal __update_authtok
|
||||
internal free_passwd_structs
|
||||
internal __get_authtoken_attr
|
||||
|
||||
Reference in New Issue
Block a user