]> git.sur5r.net Git - openldap/commit
Add char* ldap_pvt_get_fqdn(char*) which returns the FQDN of the
authorKurt Zeilenga <kurt@openldap.org>
Tue, 15 Aug 2000 01:55:43 +0000 (01:55 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 15 Aug 2000 01:55:43 +0000 (01:55 +0000)
commit3b03b64b771679d935188b7e0b46866ad5608aef
tree6bb4f2eec1dc088faa7aa43afd1ef0fcc4609fe4
parent0f5a264dc3db3085babd4dd3d0f2db023180ce74
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.
include/ldap_pvt.h
libraries/libldap/init.c
libraries/libldap/util-int.c
libraries/liblutil/authpasswd.c
libraries/liblutil/passwd.c
servers/slapd/sasl.c