- Aug 29, 1999
-
-
Kurt Zeilenga authored
instead of WSAGetLastErrorString to preserve errno like semantics.
-
Kurt Zeilenga authored
-
Howard Chu authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
errno.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Howard Chu authored
-
Howard Chu authored
Use strerror() if available.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Use a UDP socket connected to itself to allow signals to terminate the select() in slapd_daemon_task().
-
Howard Chu authored
-
Hallvard Furuseth authored
-
- Aug 28, 1999
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
-
- Aug 27, 1999
-
-
Kurt Zeilenga authored
to UNUSED without holding connections mutex. It's not safe for connection_init to check connection state until after acquires the c_mutex.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Improve regex to allow detection of : inside of filenames. Skip files with ':' in name Fix noslash 'next' vs 'continue' bug
-
Kurt Zeilenga authored
result was leaking ber's in some error cases. ber_flush now called with no freeing so that caller of send_ldap_ber() can free its own ber. c->c_currentber was also being leaked if connection was destory current when a PDU input was outstanding. Fixed ber_flush to free ber upon write only to file.
-
Hallvard Furuseth authored
-
- Aug 26, 1999
-
-
Kurt Zeilenga authored
modrdn to run, but masks the underlying subtree index bug (which I haven't found yet). Apply modrdn/dn2id changes to BDB2.
-
Kurt Zeilenga authored
Add additional abandon point to modrdn. test005-modrdn still shows error. Likely in dn2id, index, or idl codes.
-
Kurt Zeilenga authored
relying on developer selecting the right goto label.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 25, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
to validate input dn's BEFORE sending dn's to server. Also fixed getfilter to use REG_EXTENDED|REG_NOSUB. (and fixed one case where REG_BASIC was still used). s/strdup/LDAP_STRDUP/ Added ldap_pvt_str2lower/upper
-