Pierangelo Masarati
38946e1a7f
fix logs indentation
2008-07-19 11:54:54 +00:00
Howard Chu
67bb145098
Should accept regular LDIF input
2008-04-03 08:50:19 +00:00
Kurt Zeilenga
c890c96d13
Happy New Year (belated)
2008-01-08 00:19:56 +00:00
Pierangelo Masarati
df7f9db8ac
use URI to configure client; enable attrlist in slapd-search
2007-08-13 16:20:24 +00:00
Kurt Zeilenga
da6d9eb046
happy new year
2007-01-02 20:00:42 +00:00
Pierangelo Masarati
dd5e44d496
make sure -i propagates correctly
2006-12-03 21:34:24 +00:00
Pierangelo Masarati
17296f11e7
add support for extra ops after bind; allow to skip bind for slapd-search/read
2006-11-18 18:25:46 +00:00
Pierangelo Masarati
b6693c3632
remove password from command line
2006-07-01 18:22:43 +00:00
Pierangelo Masarati
0f2601d0da
allow selective handling of errors
2006-06-09 09:30:36 +00:00
Pierangelo Masarati
484ba6834b
allow extra message in errors
2006-04-08 11:01:01 +00:00
Pierangelo Masarati
9003f3cfa4
make referral chasing optional
2006-03-25 10:13:30 +00:00
Pierangelo Masarati
82d50f40ed
don't chase referrals (essentially, because it may cause an endless loop in libldap/request.c:ldap_chase_v3referrals)
2006-03-25 08:10:31 +00:00
Pierangelo Masarati
cfa9178822
split operations in inner/outer loops
2006-03-03 16:02:34 +00:00
Pierangelo Masarati
120916a962
rework tester common error logging and so
2006-01-12 13:01:38 +00:00
Kurt Zeilenga
acbb5cf689
Happy new year!
2006-01-03 23:11:52 +00:00
Pierangelo Masarati
d34fffcaf9
use lutil_ato*() whenever appropriate
2005-11-24 01:10:05 +00:00
Pierangelo Masarati
e71b45fb69
add missing "-F" option in usage
2005-11-06 23:35:53 +00:00
Pierangelo Masarati
e730640c02
allow a friendly behavior of write stress testers...
2005-11-04 16:17:32 +00:00
Pierangelo Masarati
203525a64b
tolerate more error conditions
2005-11-04 15:51:19 +00:00
Pierangelo Masarati
d08257407d
gently handle LDAP_UNAVAILABLE for a few times
2005-11-04 14:49:59 +00:00
Pierangelo Masarati
dcf57de6b8
allow to pass timeout arg (tnx to Luca)
2005-08-19 07:27:32 +00:00
Pierangelo Masarati
0d35dcf83a
better handling of bind retry
2005-08-17 08:17:30 +00:00
Pierangelo Masarati
c66a92f935
add "retry" switch (currently needed to stress-test back-meta); defaults to old behavior
2005-04-20 16:16:39 +00:00
Kurt Zeilenga
dc0eacd40b
Happy New Year!
2005-01-01 20:49:32 +00:00
Pierangelo Masarati
06b023c766
need a lot of space for stress tests; need to bind for searches to avoid size limits and so; log failure reason
2004-09-04 18:31:43 +00:00
Kurt Zeilenga
3c598e89fb
Happy new year
2004-01-01 19:15:16 +00:00
Howard Chu
e8450ad588
ITS#2895 sleep(1) here masks race conditions, don't do it.
2003-12-24 14:03:43 +00:00
Kurt Zeilenga
4d29df5bd1
Add LDAP_DEPRECATED macro
...
Need to remove use of deprecated functions.
2003-12-14 02:47:42 +00:00
Kurt Zeilenga
f14b84c312
Notices and Acknowledgements
2003-11-26 15:24:38 +00:00
Howard Chu
880ab099e9
Uncomment sleep(1), unintended from previous commit.
2003-02-22 12:55:05 +00:00
Howard Chu
04c2de7cdc
Added support for "-H" arg with LDAP uri / ldap_initialize
2003-02-13 08:02:40 +00:00
Kurt Zeilenga
6939c53170
Happy new year
2003-01-03 20:20:47 +00:00
Kurt Zeilenga
0e2af54a3f
Update copyright statements
2002-01-04 21:17:25 +00:00
Kurt Zeilenga
4bbf7aaae2
concurrency tests should be using LDAPv3
2001-12-20 05:58:08 +00:00
Kurt Zeilenga
5b856458a2
s/SAFEMEMCPY/AC_MEMCPY/
...
Use AC_FMEMCPY where appropriate (-llber)
2000-07-28 01:07:07 +00:00
Kurt Zeilenga
0bb431d3b3
Y2k copyright update
2000-05-13 02:25:54 +00:00
Kurt Zeilenga
4cc712db53
Add <ac/param.h> to wrap <sys/param.h>
1999-11-01 17:21:24 +00:00
Kurt Zeilenga
d429ac3e53
Add missing * in last commit
1999-09-02 08:40:22 +00:00
Kurt Zeilenga
d0deb9b489
Add OpenLDAP RCS id and copyright
1999-09-02 00:56:32 +00:00
Kurt Zeilenga
df8f7cbb9b
s/exit(1)/exit(EXIT_FAILURE)/
...
s/exit(0)/exit(EXIT_SUCCESS)/
add <ac/stdlib.h> where needed and other minor header adjustments
1999-08-03 18:14:24 +00:00
Kurt Zeilenga
21c70857f1
s/<stdlib.h>/<ac/stdlib.h>/
1999-06-03 00:37:44 +00:00
Kurt Zeilenga
6c9aa52b3b
Fix allocator typo
1999-05-29 01:26:12 +00:00
Kurt Zeilenga
1bcec8bf6a
Add LBER_ and LDAP_ memory allocators/deallocators for internal
...
library use:
LBER_ macros expand to system routines.
LDAP_ macros expand to new ber_ allocators.
Add ber_ and ldap_ memory allocators/deallocator:
ber_ routines are wrappers of LBER_ macros.
ldap_ routines are wrappers of ber_ routines.
Removed safe_realloc() macro from various files. This issue
(if an issue) should be resolved across whole package.
ldapmodify.c now uses ber_ allocators to resolve ber_bvfree()
vs. WIN32 multiple heaps issue.
These changes should facilate implementation of
ber_set_option( NULL, LBER_OPT_MEMORY_FN, ...)
and
ldap_set_option( NULL, LDAP_OPT_MEMORY_FN, ...).
1999-05-29 01:19:14 +00:00
Hallvard Furuseth
786bbe4fc1
enclose macro arguments in ()
1999-04-30 00:35:27 +00:00
Kurt Zeilenga
618a788953
wrap sys/param.h with HAVE_SYS_PARAM_H...
1999-03-29 01:55:49 +00:00
Hallvard Furuseth
984bdfa605
Remove unused variables
1999-03-06 06:33:34 +00:00
Hallvard Furuseth
d8ac5cabb4
Shut up gcc -Wparentheses
1999-03-04 13:22:06 +00:00
Hallvard Furuseth
722d4c4332
include <stdlib.h> to get malloc & co
1999-03-03 17:42:17 +00:00
Hallvard Furuseth
7bfd11cb4c
cast printf(%ld) argument from pid_t to long
1999-03-03 17:40:08 +00:00
Hallvard Furuseth
246e269acc
Cast char' arguments to ctype.h functions to
unsigned char'.
...
These functions require their arguments to be in the range of `unsigned char'.
1999-02-22 19:29:42 +00:00