Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-08 | s4/torture: add new torture_assert_*_todo() macros | Steven Danneman | 1 | -0/+38 | |
These allow torture tests to perform cleanup after a failure, by jumping to a goto label. | |||||
2009-07-19 | Remove unused parameter setting. | Jelmer Vernooij | 2 | -11/+0 | |
2009-06-18 | s4: Call va_end() after all va_start()/va_copy() calls. | Andrew Kroeger | 1 | -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. | |||||
2009-06-02 | torture: minor fixes to torture macro text output. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-02-26 | lib/torture: fix depency to map_nt_error_from_unix() | Stefan Metzmacher | 1 | -1/+3 | |
This should fix the build on Mac OS 10 metze | |||||
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 2 | -3/+3 | |
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-20 | s3/s4 build: Fix "might be unitialized" warning | Tim Prouty | 1 | -1/+1 | |
2008-11-18 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2 | -0/+16 | |
2008-11-18 | Explicitly include samba4 includes.h to fix the build. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-17 | Add helpful function for comparison of DATA_BLOB elements | Andrew Bartlett | 1 | -0/+15 | |
2008-11-16 | s4:torture: fix the build with auto dependencies | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2008-11-16 | Remove unused init function in subunit code. | Jelmer Vernooij | 1 | -6/+0 | |
2008-11-16 | Move torture directory to top-level. | Jelmer Vernooij | 2 | -4/+2 | |
2008-11-16 | Move libtorture to top-level. | Jelmer Vernooij | 5 | -0/+1174 | |