summaryrefslogtreecommitdiffstats
path: root/source/script/tests
Commit message (Collapse)AuthorAgeFilesLines
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-091-1/+6
| | | | | * Set VERSION to 3.0.25rc1 * Update release notes.
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-289-71/+456
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-192-2/+65
| | | | * updating release notes to match
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-085-17/+15
| | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0)
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-232-6/+12
|
* r14886: reenable BASE-DENY2 and BASE-DENY3Stefan Metzmacher2006-04-032-1/+2
| | | | metze
* r14884: this doesn't work and causes processes to be left when using ctrl-c ↵Stefan Metzmacher2006-04-031-4/+1
| | | | | | (SIGINT) metze
* r14865: - enforce timelimits for the testsStefan Metzmacher2006-04-023-3/+7
| | | | | | - and skip some long tests for now metze
* r14820: sync test_posix_p3.sh with test_posix.sh from samba4Stefan Metzmacher2006-03-301-17/+28
| | | | | | but only run the BASE-* tests and ignore some more than in samba4 metze
* 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
* r14678: - we need to use 127.0.0.2/8 as interface for the serverStefan Metzmacher2006-03-236-18/+104
| | | | | | | | as nmbd skip interfaces with address 127.0.0.1 - add samba3 smbclient -L tests - add samba3 smbtorture tests metze
* r14632: add basic 'make test' using samba4's smbtortureStefan Metzmacher2006-03-218-271/+475
| | | | | | | | | | I'll try to add some tests using samba3's smbtorture and smbclient later. can someone check if this would be save to run on the build-farm without leaking child processes... 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
* r14325: Add pam_modules rule which builds the configure(d) pam modules. This isLars Müller2006-03-131-0/+91
| | | | | | | | | | | | | | | called as part of the all rule (again only if pam modules are requested by configure). Add pam_winbind rule. Ensure proto_exists before we build the pam modules. Add test_pam_modules rule to test if the built pam modules have any unresolved symbols. For test_pam_modules we use script/tests/dlopen.sh which was written by Nalin Dahyabhai <nalin@redhat.com>. Thanks Nalin! RedHat and SuSE use this script to test nss and pam modules since several years.
* r12990: BUG 3329: patch from David May <mayd@cygnus.uwa.edu.au> for Solaris ↵Gerald Carter2006-01-182-5/+5
| | | | shell script portability issues in 'make test'
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-302-37/+7
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r9618: adding get/put tests from Don WatsonGerald Carter2005-08-252-3/+30
|
* r9615: trying a 3 second timeout on smbcontrolGerald Carter2005-08-251-4/+7
|
* r9613: remove TMPDIR from 'make test' scripts (after comments by Don Watson)Gerald Carter2005-08-253-6/+14
|
* r9585: update test #1Gerald Carter2005-08-241-0/+1
|
* r9583: ensure that Samba was with with --enable-socket-wrapper for running ↵Gerald Carter2005-08-241-0/+13
| | | | 'make test'
* r9562: successfully get the samba 3 smbtorture working (as a test case for ↵Gerald Carter2005-08-244-1/+107
| | | | infrastructre)
* r9548: more additions to make test; better checks for starting and stopping smbdGerald Carter2005-08-233-21/+76
|
* r8992: More make test work. Adding a way to order tests (might change Gerald Carter2005-08-033-7/+26
| | | | my mind on this later).
* r8990: First trivial example of 'make test'Gerald Carter2005-08-033-0/+110