version 1.21, 1999/11/27 22:40:08
|
version 1.22, 1999/12/08 03:37:59
|
Line 1
|
Line 1
|
/* $OpenLDAP$ */ |
/* $OpenLDAP: pkg/ldap/include/lutil.h,v 1.21 1999/11/27 22:40:08 hyc Exp $ */ |
/* |
/* |
* Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA |
* Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA |
* All rights reserved. |
* All rights reserved. |
Line 58 lutil_entropy LDAP_P((
|
Line 58 lutil_entropy LDAP_P((
|
/* passwd.c */ |
/* passwd.c */ |
LIBLUTIL_F( int ) |
LIBLUTIL_F( int ) |
lutil_passwd LDAP_P(( |
lutil_passwd LDAP_P(( |
const char *cred, |
const char *passwd, /* stored password */ |
const char *passwd, |
const char *cred, /* user supplied value */ |
const char **methods )); |
const char **methods )); |
|
|
|
LIBLUTIL_F( char * ) |
|
lutil_passwd_generate LDAP_P(( |
|
const char *passwd, |
|
const char *method )); |
|
|
LIBLUTIL_F (const char *) lutil_passwd_schemes[]; |
LIBLUTIL_F (const char *) lutil_passwd_schemes[]; |
|
|
LIBLUTIL_F( int ) |
LIBLUTIL_F( int ) |