summaryrefslogtreecommitdiffstats
path: root/source/script/tests/timelimit.c
Commit message (Collapse)AuthorAgeFilesLines
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-9/+2
| | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0)
* r14809: - add my email addressStefan Metzmacher2006-03-301-3/+5
| | | | | | | - fix usage() - remove unused var metze
* r14744: allow ./timelimit 5 ./timelimit 20 ./ignore_all_signalsStefan Metzmacher2006-03-271-3/+11
| | | | | | | | | to work, this is needed when we enable samba3's make test in the build-farm metze
* r14628: sync timelimit.c with the version from the build-farm repositoryStefan Metzmacher2006-03-211-20/+39
| | | | metze
* r14624: - add timelimit.cStefan Metzmacher2006-03-211-0/+78
- add configure tests --with-selftest-prefix=/tmp/samba-test this is needed because the path name of unix socket can only be 108 chars long - add configure test --with-smbtorture4-path=/home/foo/prefix/samba4/bin/smbtorture this will be used to run samba4's smbtorture inside samba3's make test later metze