summaryrefslogtreecommitdiff
path: root/source3/utils/dbwrap_torture.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15dbwrap: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-2/+2
2013-02-19s3:utils: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+2
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-1/+1
2011-11-29s3:dbwrap_torture: code cleanupGregor Beck1-3/+3
2011-10-11s3:dbwrap_torture: convert to using wrapper functions onlyMichael Adam1-7/+9
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-07-28s3:dbwrap_torture: use lp_load_global()Michael Adam1-1/+1
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-11-02s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt callsAndrew Bartlett1-1/+2
2010-11-02s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett1-4/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-1/+1
2010-09-27Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison1-1/+1
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-02-23s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke1-1/+1
2010-02-12s3:dbwrap: If "-n" is given to dbwrap_torture, open db with CLEAR_IF_FIRSTVolker Lendecke1-0/+4
2009-11-25s3-build: try to fix QNX build ("delay" is defined in lib headers).Günther Deschner1-7/+7
2009-11-24s3:dbwrap_torture: use timeval_current/timeval_elapsed instead of start_timer...Stefan Metzmacher1-16/+3
2009-11-23s3: add dbwrap_torture - a tool to stress test tdb transactions through dbwrapMichael Adam1-0/+350