File: exports.linux

package info (click to toggle)
libpam-ccreds 8-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 572 kB
  • ctags: 95
  • sloc: sh: 3,408; ansic: 1,471; makefile: 104
file content (18 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ident $Id: exports.linux,v 1.2 2004/02/09 08:04:43 lukeh Exp $
EXPORTED {
	global:
		# CC library interfaces
		pam_cc_delete_credentials;
		pam_cc_dump;
		pam_cc_end;
		pam_cc_start;
		pam_cc_store_credentials;
		pam_cc_validate_credentials;
		# Published PAM service module interfaces
		pam_sm_authenticate;
		pam_sm_setcred;
#		pam_sm_acct_mgmt;
	local:
		*;
};