-
- Downloads
Add char* ldap_pvt_get_fqdn(char*) which returns the FQDN of the
input. In input==NULL, returns FQDN of local host. Fixed copy_hostent() uninitialized pointer bug. Replaced gethostname calls with ldap_pvt_get_fqdn( NULL ) calls.
Showing
- include/ldap_pvt.h 2 additions, 0 deletionsinclude/ldap_pvt.h
- libraries/libldap/init.c 2 additions, 8 deletionslibraries/libldap/init.c
- libraries/libldap/util-int.c 31 additions, 0 deletionslibraries/libldap/util-int.c
- libraries/liblutil/authpasswd.c 4 additions, 4 deletionslibraries/liblutil/authpasswd.c
- libraries/liblutil/passwd.c 4 additions, 4 deletionslibraries/liblutil/passwd.c
- servers/slapd/sasl.c 1 addition, 6 deletionsservers/slapd/sasl.c
Loading
Please register or sign in to comment