]> git.sur5r.net Git - openldap/history - tests/progs/slapd-read.c
Happy New Year (belated)
[openldap] / tests / progs / slapd-read.c
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-08-13 Pierangelo Masaratiuse URI to configure client; enable attrlist in slapd...
2007-03-18 Pierangelo Masaratild could be used after ldap_unbind_ext()
2007-02-11 Howard ChuCoverity leak
2007-01-02 Kurt Zeilengahappy new year
2006-12-03 Pierangelo Masaratimake sure -i propagates correctly
2006-11-18 Pierangelo Masaratiadd support for extra ops after bind; allow to skip...
2006-08-25 Pierangelo Masaratiinitialize random seed; use high-order bits for better...
2006-07-01 Pierangelo Masaratiremove password from command line
2006-07-01 Pierangelo Masaratineed to be bound to lookup userPassword; cleanup
2006-06-10 Pierangelo Masaratifurther cleanup; fix filter specification for slapd...
2006-06-09 Pierangelo Masaratiallow selective handling of errors
2006-06-09 Pierangelo Masaraticleanup testers
2006-04-08 Pierangelo Masaratiallow extra message in errors
2006-04-05 Pierangelo Masaratiwarn in case of error
2006-04-05 Pierangelo Masaratiadd missing "break" to previous commit
2006-04-04 Pierangelo Masaratiallow time/size limit errors as soon as some data is...
2006-03-28 Pierangelo Masaratiallow attrsonly; allow "random" read
2006-03-25 Pierangelo Masaratimake referral chasing optional
2006-03-25 Pierangelo Masaratidon't chase referrals (essentially, because it may...
2006-03-23 Pierangelo Masaratiimprove referral handling
2006-03-03 Pierangelo Masaratisplit operations in inner/outer loops
2006-01-12 Pierangelo Masaratirework tester common error logging and so
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-19 Pierangelo Masaratiallow to pass timeout arg (tnx to Luca)
2005-08-17 Pierangelo Masaratibetter handling of bind retry
2005-04-20 Pierangelo Masaratiadd "retry" switch (currently needed to stress-test...
2005-01-01 Kurt ZeilengaHappy New Year!
2004-09-04 Pierangelo Masaratineed a lot of space for stress tests; need to bind...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-14 Kurt ZeilengaAdd LDAP_DEPRECATED macro
2003-11-26 Kurt ZeilengaNotices and Acknowledgements
2003-02-13 Howard ChuAdded support for "-H" arg with LDAP uri / ldap_initialize
2003-01-03 Kurt ZeilengaHappy new year
2002-01-19 Kurt ZeilengaAdd more reads/searches to pound a little harder
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-20 Kurt Zeilengaconcurrency tests should be using LDAPv3
2001-09-28 Kurt ZeilengaIncrease read/write and search/write ratios.
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-12 Kurt Zeilengaobjectclass=* -> NULL
1999-11-01 Kurt ZeilengaAdd <ac/param.h> to wrap <sys/param.h>
1999-09-02 Kurt ZeilengaAdd missing * in last commit
1999-09-02 Kurt ZeilengaAdd OpenLDAP RCS id and copyright
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-03-29 Kurt Zeilengawrap sys/param.h with HAVE_SYS_PARAM_H...
1999-03-06 Hallvard FurusethRemove unused variables
1999-03-06 Hallvard Furusethinclude <stdlib.h> to get atoi()
1999-03-06 Hallvard Furusethprintf(%ld, pid) -> printf(%ld, (long)pid)
1999-02-22 Kurt SpanierClient programs for test008-concurrency moved to subdir...