Update of /repo/OpenLDAP/pkg/ldap/libraries/libldap
Modified Files: ldap-int.h 1.178 -> 1.179 options.c 1.81 -> 1.82 os-ip.c 1.121 -> 1.122 request.c 1.144 -> 1.145
Log Message: First cut to truly async connect: - after connect(2), if async the connection is in "connecting" state - the first time a request is sent, "connecting" conns are polled - in case of success, the request is sent - in case still connecting, LDAP_X_CONNECTING is returned; clients are expected to retry later - the "async" behavior must be explicitly enabled by setting the LDAP_OPT_CONNECT_ASYNC option
"local" connections need work
CVS Web URLs: http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/ http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/ldap-int.h http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/options.c http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/os-ip.c http://www.openldap.org/devel/cvsweb.cgi/libraries/libldap/request.c
Changes are generally available on cvs.openldap.org (and CVSweb) within 30 minutes of being committed.