]> git.sur5r.net Git - openldap/commit
LDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars Uffmann.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 3 Aug 1999 19:27:22 +0000 (19:27 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 3 Aug 1999 19:27:22 +0000 (19:27 +0000)
commit1b41dfbce0730bb82fe44e315313d0b35079a7dd
treef388a774b46ffc9ee0393fdb29072f5329dfe3f4
parent4f92977f33c05d8b02073352abf81c656f199d69
LDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars Uffmann.
Needs a bit more work.
- global net/api timeouts are not inherited on session creation.
- need configure check for inet_aton() (coming soon)
- ioctl/fcntl portability issues (should share implementation
with lber routines)
include/ldap.h
libraries/libldap/init.c
libraries/libldap/ldap-int.h
libraries/libldap/open.c
libraries/libldap/options.c
libraries/libldap/os-ip.c
libraries/libldap/unbind.c