- 29 Aug, 1999 8 commits
-
-
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
-
- 28 Aug, 1999 4 commits
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
-
- 27 Aug, 1999 5 commits
-
-
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
-
- 26 Aug, 1999 11 commits
-
-
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
-
- 25 Aug, 1999 6 commits
-
-
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
-
Kurt Zeilenga authored
-
- 24 Aug, 1999 6 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Gary Williams authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
reflect its purpose. Modify switch to support REG_EXTENDED expressions. Use REG_EXTENDED instead of REG_BASIC everywhere. Modify <ac/regex.h> to support <gnuregex.h> for testing purposes. Requires: env CPPFLAGS="-DHAVE_GNUREGEX_H=1" LIBS=-lgnuregex ./configure
-