version 1.24, 1999/12/10 03:52:32
|
version 1.25, 1999/12/13 03:54:00
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/include/lutil.h,v 1.23 1999/12/09 00:11:16 kdz Exp $ */ |
/* $OpenLDAP: pkg/ldap/include/lutil.h,v 1.24 1999/12/10 03:52:32 kdz 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 53 lutil_detach LDAP_P((
|
Line 53 lutil_detach LDAP_P((
|
LIBLUTIL_F( int ) |
LIBLUTIL_F( int ) |
lutil_entropy LDAP_P(( |
lutil_entropy LDAP_P(( |
char *buf, |
char *buf, |
int nbytes )); |
ber_len_t nbytes )); |
|
|
/* passwd.c */ |
/* passwd.c */ |
struct berval; /* avoid pulling in lber.h */ |
struct berval; /* avoid pulling in lber.h */ |
Line 65 lutil_passwd LDAP_P((
|
Line 65 lutil_passwd LDAP_P((
|
const char **methods )); |
const char **methods )); |
|
|
LIBLUTIL_F( struct berval * ) |
LIBLUTIL_F( struct berval * ) |
lutil_passwd_generate LDAP_P(( int )); |
lutil_passwd_generate LDAP_P(( ber_len_t )); |
|
|
LIBLUTIL_F( struct berval * ) |
LIBLUTIL_F( struct berval * ) |
lutil_passwd_hash LDAP_P(( |
lutil_passwd_hash LDAP_P(( |