Commit Graph

166 Commits

Author SHA1 Message Date
Kurt Zeilenga
57012d9c1c Fix tempnam problems (by removing it) 2002-09-12 21:39:01 +00:00
Kurt Zeilenga
ddf22dec10 Need to include ldap_config.h 2002-09-12 21:23:47 +00:00
Howard Chu
847659f97e Import ITS#1983 fixes from HEAD. (Also fixes ITS#910, updates ITS#1861 fix.)
Fix large SASL reads and writes.
2002-09-05 22:53:36 +00:00
Howard Chu
611541d040 Added no-op call to sasl_client_auth to enforce SASL 1.5 linking 2002-08-28 08:13:43 +00:00
Howard Chu
fe336b15c5 Import fixes from HEAD - ITS#1936 and res_query reply buffer sizes 2002-08-26 13:30:51 +00:00
Howard Chu
114d16494c Import ITS#1935 fix from HEAD - overflow in ldap_pvt_hex_unescape() 2002-08-26 13:10:16 +00:00
Howard Chu
1620b1da34 Import ITS#2019 fix from HEAD (gethostbyname mutex init) 2002-08-26 08:56:59 +00:00
Howard Chu
9bc25cdc67 Import ITS#1865 cond_broadcast fix from HEAD 2002-06-08 03:55:37 +00:00
Howard Chu
66bdd634fb Fix ITS#1843, ldap_pvt_str2upper NULL string 2002-06-07 13:37:47 +00:00
Howard Chu
2494d1f5a8 Import fixes for ITS#1678 (ctype, unsigned char), ITS#1799, #1806 (client
callbacks removed)
2002-06-07 12:42:00 +00:00
Howard Chu
6af20d592e Import ITS#1861 fix from HEAD, SASL writes greater than 64K 2002-06-07 04:31:52 +00:00
Howard Chu
987339b71d ITS#1744 silence warning 2002-06-06 11:11:54 +00:00
Howard Chu
af5ac6d775 Fix ITS#1697, pass NULL for hostless URLs 2002-06-06 05:24:05 +00:00
Kurt Zeilenga
175399c2bb Misc updates from HEAD 2002-06-06 04:16:03 +00:00
Pierangelo Masarati
fa076be37d fix ITS#1662 - ber_bvstrdup() empty string () bug 2002-03-23 17:39:08 +00:00
Kurt Zeilenga
85eebd09fb disable atexit() handler until we have a
dlopen/dlclose() fix available.
2002-02-08 20:08:59 +00:00
Kurt Zeilenga
5d099e90d0 From HEAD:
Fix, errno was incorrect after SSL_read returned 0 bytes, caused slapd to
close the connection prematurely.
2002-01-26 20:55:02 +00:00
Kurt Zeilenga
b57910c0ce More winsock changes from HEAD 2002-01-14 20:49:59 +00:00
Kurt Zeilenga
79ee9bda40 Updated Winsock codes 2002-01-13 04:53:46 +00:00
Kurt Zeilenga
0a8e5a374c Start TLS first op bug fix and plug some leaks 2002-01-12 21:43:49 +00:00
Kurt Zeilenga
6978968eed Import dnssrv free fix from head 2002-01-08 21:35:50 +00:00
Kurt Zeilenga
b3560cfc62 Import cache debugging bug (ITS#501) fix from HEAD. 2002-01-05 03:27:48 +00:00
Kurt Zeilenga
a528b153f4 BDB4 updates from HEAD 2002-01-05 03:15:35 +00:00
Kurt Zeilenga
8a9b9592db Update copyrights for year 2002 2002-01-04 21:38:05 +00:00
Kurt Zeilenga
13e41eed5c Suck in BDB4 support from HEAD 2001-12-07 17:14:54 +00:00
Kurt Zeilenga
a113c3ca9b Import latest leak fix from HEAD. 2001-12-04 19:49:15 +00:00
Kurt Zeilenga
83f81d512f URL search fix 2001-12-04 19:31:23 +00:00
Kurt Zeilenga
51bc4ce941 Safestack fix 2001-12-04 19:31:13 +00:00
Kurt Zeilenga
72e4d5c18d destroy thread attr after create. 2001-11-13 20:51:31 +00:00
Kurt Zeilenga
06567ee554 Add ldap_pvt_tls_destroy 2001-11-13 19:28:32 +00:00
Kurt Zeilenga
8e7214249d Fix previous unbind fix. 2001-11-13 19:27:27 +00:00
Kurt Zeilenga
cc252601f2 Fix realloc bug 2001-11-06 17:49:17 +00:00
Kurt Zeilenga
f09ba82cf4 Import memory leak plugs from HEAD 2001-11-06 17:46:30 +00:00
Kurt Zeilenga
ac7d24b63c Import cacertfile bug fix from HEAD 2001-11-06 17:46:11 +00:00
Kurt Zeilenga
cd734a0fde Import ITS#1398 fix from HEAD 2001-10-22 17:55:39 +00:00
Kurt Zeilenga
67c6481716 Fix bdb2 compat bug (ITS#1390) 2001-10-13 00:27:34 +00:00
Kurt Zeilenga
d990f6a412 Fix up MSVC5 builds (I think, I don't actually have MSVC5) 2001-10-10 19:52:00 +00:00
Kurt Zeilenga
89ba5add54 Fix the set_malloc/set_alloc fix. 2001-10-09 20:52:57 +00:00
Kurt Zeilenga
9f7c06f841 Fix -lldap high port bug 2001-10-08 17:58:47 +00:00
Kurt Zeilenga
11efcf9861 Move set_alloc calls 2001-10-08 02:44:42 +00:00
Kurt Zeilenga
f0754533ad Import DB_THREAD r/w lock code from HEAD 2001-10-03 19:01:17 +00:00
Kurt Zeilenga
c3f8eff88a Fix lock leak. 2001-10-03 18:59:42 +00:00
Kurt Zeilenga
1ff0319935 Import multilevel referral chase bug fix from HEAD 2001-10-01 18:53:26 +00:00
Kurt Zeilenga
efd3da586d Added better handling of getaddrinfo errors 2001-10-01 17:58:18 +00:00
Kurt Zeilenga
e3f6433e1d Remove Berkeley DB CDB support 2001-10-01 17:07:40 +00:00
Kurt Zeilenga
97ed90544e Align headers with HEAD 2001-09-28 01:10:27 +00:00
Kurt Zeilenga
252f452c49 Update pthread detection and use from HEAD 2001-09-27 23:56:20 +00:00
Kurt Zeilenga
a192ed287e Import CR/LF changes from HEAD 2001-09-27 23:55:19 +00:00
Kurt Zeilenga
393b19b449 Fix buffer overflow bug (ITS#1345) 2001-09-27 04:40:11 +00:00
Kurt Zeilenga
313bd56fea Import updated OID macro support
Rebuild configure
Update CHANGES
2001-09-18 20:37:07 +00:00