Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/torture: fix depency to map_nt_error_from_unix() | Stefan Metzmacher | 2009-02-26 | 1 | -1/+3 |
| | | | | | | This should fix the build on Mac OS 10 metze | ||||
* | s4:lib/tevent: rename structs | Stefan Metzmacher | 2008-12-29 | 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 | ||||
* | s3/s4 build: Fix "might be unitialized" warning | Tim Prouty | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-11-18 | 2 | -0/+16 |
|\ | |||||
| * | Add helpful function for comparison of DATA_BLOB elements | Andrew Bartlett | 2008-11-17 | 1 | -0/+15 |
| | | |||||
| * | s4:torture: fix the build with auto dependencies | Stefan Metzmacher | 2008-11-16 | 1 | -0/+1 |
| | | | | | | | | metze | ||||
* | | Explicitly include samba4 includes.h to fix the build. | Jelmer Vernooij | 2008-11-18 | 1 | -1/+1 |
|/ | |||||
* | Remove unused init function in subunit code. | Jelmer Vernooij | 2008-11-16 | 1 | -6/+0 |
| | |||||
* | Move torture directory to top-level. | Jelmer Vernooij | 2008-11-16 | 2 | -4/+2 |
| | |||||
* | Move libtorture to top-level. | Jelmer Vernooij | 2008-11-16 | 5 | -0/+1174 |