summaryrefslogtreecommitdiff
path: root/lib/torture/torture.c
AgeCommit message (Collapse)AuthorFilesLines
2010-03-31smbtorture: Report number of available tests in a testsuite using subunit.Jelmer Vernooij1-0/+21
2009-11-17s4/torture: add a new ulong parameteric torture optionAravind Srinivasan1-0/+8
2009-07-19Remove unused parameter setting.Jelmer Vernooij1-8/+0
2009-06-18s4: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger1-0/+2
This corrects the issues reaised in bug #6129, and some others that were not originally identified. It also accounts for some code that was in the original bug report but appears to have since been made common between S3 and S4. Thanks to Erik Hovland <erik@hovland.org> for the original bug report.
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
2008-11-20s3/s4 build: Fix "might be unitialized" warningTim Prouty1-1/+1
2008-11-18Explicitly include samba4 includes.h to fix the build.Jelmer Vernooij1-1/+1
2008-11-16Move torture directory to top-level.Jelmer Vernooij1-2/+2
2008-11-16Move libtorture to top-level.Jelmer Vernooij1-0/+627