Commit Graph

17828 Commits

Author SHA1 Message Date
Kurt Zeilenga
4af9eb9715 Update copyright notices 2009-01-22 00:40:04 +00:00
Pierangelo Masarati
549455c6c6 fix alias deref in case of retry (ITS#5889) 2009-01-21 08:55:48 +00:00
Quanah Gibson-Mount
9ba19d7b19 Fix missing CVS header 2009-01-21 00:30:23 +00:00
Quanah Gibson-Mount
ad65041c55 Skip test if using back-ldif, as it doesn't support ACLs 2009-01-21 00:07:01 +00:00
Howard Chu
d495c16861 ITS#5897 fix bval length of serverID w/URL 2009-01-20 23:31:33 +00:00
Howard Chu
c4f85692e0 Fix typo in prev commit 2009-01-20 23:15:59 +00:00
Kurt Zeilenga
274ae9e18a Add note that for SASL binds, the binddn is expected to be ignored
by the server.
2009-01-20 10:39:14 +00:00
Gavin Henry
6e92049f48 (ITS#5895) Example in constraint manual and documentation 2009-01-19 20:39:45 +00:00
Kurt Zeilenga
606393aa80 working vsnprintf (at least on MSVC++ 2008) 2009-01-17 04:32:15 +00:00
Kurt Zeilenga
84a7b24ab8 Revert previous commit 2009-01-17 02:09:13 +00:00
Kurt Zeilenga
6e5b2c7940 debug code 2009-01-17 02:08:09 +00:00
Kurt Zeilenga
32ab9ff4ac uuid fixes 2009-01-17 01:50:21 +00:00
Kurt Zeilenga
ad50f9e890 Fix syntax error in winsock lib check 2009-01-17 01:20:20 +00:00
Kurt Zeilenga
2ee95af19c Tweak winsock test 2009-01-17 01:15:30 +00:00
Kurt Zeilenga
f8fdd57276 Remove extra semi 2009-01-17 01:05:33 +00:00
Kurt Zeilenga
b94b5fa82e add MSVC test 2009-01-17 00:51:05 +00:00
Kurt Zeilenga
7bd66343b1 *** empty log message *** 2009-01-17 00:49:38 +00:00
Kurt Zeilenga
577444f947 x hack 2009-01-17 00:34:58 +00:00
Kurt Zeilenga
97a68957a1 Another attempt 2009-01-17 00:20:14 +00:00
Kurt Zeilenga
d91b745ee8 Fix test 2009-01-17 00:09:25 +00:00
Kurt Zeilenga
bf55374d6b Another winsock attempt 2009-01-17 00:04:24 +00:00
Kurt Zeilenga
e98179c80e cygwin hack 2009-01-16 23:54:56 +00:00
Kurt Zeilenga
e71f21959c Another winsock2 fix attempt 2009-01-16 23:45:24 +00:00
Kurt Zeilenga
ae3e17194b rebuild 2009-01-16 23:29:09 +00:00
Kurt Zeilenga
c31eef293f Fix winsock test to properly use cache 2009-01-16 23:28:31 +00:00
Howard Chu
863754cb82 Fix prev commit, was hanging up on write events 2009-01-16 22:32:21 +00:00
Kurt Zeilenga
4f55d32733 Update 2009-01-16 22:08:09 +00:00
Kurt Zeilenga
17441c7cbc Trail fix for MSVC++ vsnprintf problem 2009-01-16 22:05:05 +00:00
Howard Chu
9b8dd2033f Revert prev commit, better fix - make sure client conns are closed
as expected
2009-01-16 21:49:00 +00:00
Howard Chu
a4167862c3 Client connection might get closed implicitly 2009-01-16 21:28:46 +00:00
Howard Chu
13ddc561d8 Fix prev commit - check for c_state == CLOSING first 2009-01-15 21:31:58 +00:00
Howard Chu
dd15627a5e Fix prev commit, c_writers check should be mutex'd 2009-01-15 21:22:35 +00:00
Howard Chu
1a171b07d3 ITS#5835 fix connection teradown when there are waiting writers 2009-01-15 20:41:40 +00:00
Howard Chu
96192064f3 ITS#5886 fix epoll hangup handling 2009-01-14 04:28:24 +00:00
Howard Chu
f54bb377df Revert prev commit 2009-01-13 00:08:36 +00:00
Howard Chu
43c1f42461 ITS#5835 tentative fix - remove bogus call to connection_close().
Note that with this change, all calls to connection_closing() and
connection_close() always occur in pairs - probably the two
functions should be collapsed into one.
2009-01-13 00:03:23 +00:00
Emmanuel Dreyfus
e281c948cb Move cloak config OID from overlay to contrib branch (ITS#5872) 2009-01-10 11:22:36 +00:00
Emmanuel Dreyfus
f1e2cc411f The cloak overlay hides some attributes unless explicitely requested (ITS #5872) 2009-01-09 05:26:28 +00:00
Howard Chu
c6b18cd7c5 ITS#5855 fix Windows wake_sds close 2009-01-05 22:09:10 +00:00
Howard Chu
0b60ddd7ca Fix prev commit 2008-12-29 15:38:56 +00:00
Pierangelo Masarati
1fbc8aa1df allow overriding of SYNCMODE 2008-12-27 16:20:01 +00:00
Howard Chu
6d73c12403 ITS#5866 skip CSN check for glue entries 2008-12-24 12:21:36 +00:00
Pierangelo Masarati
3cafd7b1eb honor RFC4528 assertion control for LDAP add operations (ITS#5861; blind fix) 2008-12-20 22:56:03 +00:00
Pierangelo Masarati
e0ad0fbd8d honor RFC4528 assertion control for LDAP add operations (ITS#5861) 2008-12-20 22:49:53 +00:00
Pierangelo Masarati
b334844a70 return error codes (ITS#5867) 2008-12-20 22:45:02 +00:00
Pierangelo Masarati
fb9128cdc8 check validity of idassert-bind line (ITS#5863) 2008-12-20 22:34:00 +00:00
Pierangelo Masarati
0631c47576 do not allow slapo-ppolicy to be global by now (ITS#5858) 2008-12-20 22:02:06 +00:00
Gavin Henry
ac800a8a2a small tidy and MM clear up. 2008-12-17 17:01:46 +00:00
Quanah Gibson-Mount
22f19ea4a7 Delete BDB 4.7.25 patch, there is now an official oracle patch 2008-12-15 18:57:21 +00:00
Ralf Haferkamp
af79710c4d Fixed typo 2008-12-12 10:08:07 +00:00