Howard Chu
|
fccca0ead9
|
Minor cleanup (coverity)
|
2015-01-14 16:59:54 +00:00 |
|
Howard Chu
|
e861305d50
|
Minor cleanup (coverity)
|
2015-01-14 11:30:33 +00:00 |
|
Howard Chu
|
282d215924
|
Fixup for win64 commit
couldn't avoid ifdefs. Silence warnings.
|
2014-06-23 08:21:36 -07:00 |
|
Howard Chu
|
dda779d83e
|
Windows64 32/64 silliness
On Windows64, long is the same size as int. Use size_t when we
need an actual 64 bit unsigned long.
|
2014-06-23 08:00:11 -07:00 |
|
Kurt Zeilenga
|
5c878c1bf2
|
Happy new year (belated)
|
2014-01-25 05:21:25 -08:00 |
|
Quanah Gibson-Mount
|
dd7b1c39b1
|
Clean up whitespace in previous commit
|
2013-01-24 11:31:41 -08:00 |
|
Ted C. Cheng
|
c3eb1dc82b
|
Removed #if 0 code block
|
2013-01-24 10:53:56 -08:00 |
|
Ted C. Cheng
|
d836def019
|
added tcp keepalive support to back-ldap
|
2013-01-24 10:53:56 -08:00 |
|
Kurt Zeilenga
|
0fd1bf30b8
|
Happy New Year
|
2013-01-02 10:22:57 -08:00 |
|
Howard Chu
|
6d5dac4fa2
|
ITS#7197 fix olcTLSVerifyClient keywords
|
2012-04-04 13:25:09 -07:00 |
|
Kurt Zeilenga
|
2bbf9804b9
|
Happy New Year!
|
2012-01-01 07:10:53 -08:00 |
|
Pierangelo Masarati
|
6b74e9002b
|
make sure 2-arg statements have exactly 2 args (related to ITS#7012)
|
2011-08-10 20:26:59 +02:00 |
|
Ralf Haferkamp
|
fa4aa9845f
|
plugged possible memory leak (e.g. when deleting syncrepl config)
|
2011-03-14 17:29:55 +00:00 |
|
Howard Chu
|
028c176c85
|
ITS#6815 delimited verbstring parsing
|
2011-02-23 03:44:54 +00:00 |
|
Kurt Zeilenga
|
966cef8c9a
|
Happy New Year
|
2011-01-05 00:42:37 +00:00 |
|
Pierangelo Masarati
|
8be2af29bb
|
plug leak when ARG_OFFSET and ARG_BERVAL (ITS#6634)
|
2010-08-29 16:28:16 +00:00 |
|
Kurt Zeilenga
|
3dadeb3efe
|
happy belated New Year
|
2010-04-13 22:17:29 +00:00 |
|
Ralf Haferkamp
|
1a9ef3b4ea
|
ITS#6465, don't unparse empty uri string
|
2010-02-02 14:43:21 +00:00 |
|
Pierangelo Masarati
|
2047a0d784
|
plug one-time leaks
|
2009-12-18 19:07:16 +00:00 |
|
Howard Chu
|
c79267b88a
|
Fix unparse in prev commit
|
2009-12-08 11:59:29 +00:00 |
|
Howard Chu
|
25a4e7806a
|
ITS#6419 also init for ldaps:// URIs
|
2009-12-08 11:50:39 +00:00 |
|
Howard Chu
|
dba33ec04c
|
ITS#6419 starttls keyword should trigger bindconf TLS settings
|
2009-12-07 20:06:54 +00:00 |
|
Pierangelo Masarati
|
1cf63599fe
|
revert previous commit
|
2009-11-22 19:09:24 +00:00 |
|
Pierangelo Masarati
|
78a6a16615
|
silence signedness warnings
|
2009-11-22 14:58:18 +00:00 |
|
Pierangelo Masarati
|
f59337655e
|
use keepalive stuff when connecting as a client via bindconf (second part of ITS#6389)
|
2009-11-22 13:05:58 +00:00 |
|
Pierangelo Masarati
|
14c3f7de57
|
allow parsing/unparsing of keepalive stuff in bindconf (first part of ITS#6389)
|
2009-11-22 12:51:45 +00:00 |
|
Howard Chu
|
4cabc24269
|
ITS#6363 cleanup prev commit
|
2009-11-15 21:36:23 +00:00 |
|
Howard Chu
|
f8a77ecfa2
|
ITS#6342 include <ac/unistd.h>
|
2009-10-21 03:09:28 +00:00 |
|
Howard Chu
|
bf69b8e065
|
ITS#5942 consolidate server URL match to config_check_my_url().
In syncrepl, assume consumer pointing to same server but different
searchbase is OK otherwise ignore config.
|
2009-07-29 09:04:39 +00:00 |
|
Howard Chu
|
25a06ddd43
|
ITS#6228 fix typo
|
2009-07-25 23:37:24 +00:00 |
|
Howard Chu
|
46feff08ca
|
ITS#6222 need to support unsigned long args too
|
2009-07-25 06:47:00 +00:00 |
|
Howard Chu
|
acba6fde99
|
Avoid printf(NULL) on Solaris
|
2009-05-20 12:42:34 +00:00 |
|
Howard Chu
|
615082b0d0
|
Add ATDESC config arg type for AttributeDescriptions
|
2009-04-20 00:31:33 +00:00 |
|
Howard Chu
|
d70afbe6d1
|
Add global_host_bv, why do we still have bare char *s lying around...
|
2009-04-19 23:25:41 +00:00 |
|
Howard Chu
|
f2cc7e8a0a
|
ITS#5836, add writetimeout keyword for timing out hung writers
|
2009-03-10 00:42:10 +00:00 |
|
Pierangelo Masarati
|
0d6e859846
|
fix ldap namespace (part of ITS#5974)
|
2009-02-24 21:09:41 +00:00 |
|
Pierangelo Masarati
|
f83b4345dd
|
more about ITS#5940
|
2009-02-13 01:12:56 +00:00 |
|
Howard Chu
|
cf1558659b
|
ITS#5655 TLS_PROTOCOL_MIN from Philip Guenther
|
2009-01-24 03:34:49 +00:00 |
|
Kurt Zeilenga
|
4af9eb9715
|
Update copyright notices
|
2009-01-22 00:40:04 +00:00 |
|
Howard Chu
|
6932652551
|
ITS#5572 cleanup unneeded code
|
2008-11-11 21:40:39 +00:00 |
|
Howard Chu
|
db693093a1
|
Use network-timeout instead
|
2008-05-09 00:08:19 +00:00 |
|
Howard Chu
|
f488fa060a
|
Use underscore in network_timeout
|
2008-05-08 13:15:40 +00:00 |
|
Howard Chu
|
204b035a9c
|
ITS#5383 use public OID for config schema, no more hiding
|
2008-04-09 15:22:23 +00:00 |
|
Howard Chu
|
c8d5bcf0c7
|
ITS#5379 HAVE_TLS dependency
|
2008-02-14 11:18:22 +00:00 |
|
Kurt Zeilenga
|
c890c96d13
|
Happy New Year (belated)
|
2008-01-08 00:19:56 +00:00 |
|
Pierangelo Masarati
|
64900d539d
|
allow to programmatically register new response code names
|
2007-12-28 01:21:22 +00:00 |
|
Pierangelo Masarati
|
18b2885f69
|
allow to customize the error code in case of constraint violation
|
2007-12-28 00:38:27 +00:00 |
|
Howard Chu
|
3d632e79d8
|
Revert prev commit, different fix
|
2007-12-14 02:48:11 +00:00 |
|
Howard Chu
|
e9ab15ba87
|
ITS#5276 don't stack config state for includes
|
2007-12-14 02:25:26 +00:00 |
|
Howard Chu
|
f8ad90167b
|
ITS#5209 sasl_host may be different from global_host
|
2007-11-05 09:30:40 +00:00 |
|