summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/pwdstorage/libpwdstorage.def
blob: 50c1466f392c28587e009de39dee54f03dea946c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
; BEGIN COPYRIGHT BLOCK
; Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
; Copyright (C) 2005 Red Hat, Inc.
; All rights reserved.
; END COPYRIGHT BLOCK
;
DESCRIPTION		'Brandx Directory Server 7 password storage scheme Plugin'
EXPORTS
	sha_pwd_storage_scheme_init @2
	ssha_pwd_storage_scheme_init @3
	crypt_pwd_storage_scheme_init @4
	clear_pwd_storage_scheme_init @5
	ns_mta_md5_pwd_storage_scheme_init @6
	clear_pw_cmp @7
	crypt_pw_cmp @8
	ns_mta_md5_pw_cmp @9
	sha1_pw_cmp @10 
	sha1_pw_enc @11
	salted_sha1_pw_enc @12
	crypt_pw_enc @13
	clear_pw_enc @14
	mta_MD5Init @15
	mta_MD5Update @16
	mta_MD5Final @17