summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* vlp: fix an implicit cast compile warning.Michael Adam2008-04-111-1/+2
| | | | | Michael (cherry picked from commit bf46f614c497110dcc3fc79f610fcc7a8784dbb2)
* vlp: Build vlp (virtual line printer) against current git on makeKai Blin2007-12-111-21/+26
| | | | everything.
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-103-6/+3
|
* r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell2007-10-101-2/+2
| | | | not GNU Library General Public License
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
|
* r23797: started fixing old FSF addresses. Fixed pcap2nbench COPYING fileAndrew Tridgell2007-10-101-3/+2
|
* r23791: found some more v2->v3 conversionsAndrew Tridgell2007-10-101-1/+1
|
* r23785: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1026-52/+26
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-104-4/+4
| | | | Jeremy.
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1026-26/+26
| | | | Jeremy.
* r14317: Use source/bin as dir to link pam_winbind instead of source/nsswitch/Lars Müller2007-10-101-1/+1
| | | | | | | | | The intention is to have the resulting binaries at one place. This is also usefull for upcoming changes to provide a test_pammodules rule. With these changes I even got aware of testsuite/nsswitch/pam_winbind_syms.exp But this only covers pam_winbind.
* r6501: correct deprecated lvalue casts in testsuite/libsmbclientDerrell Lipman2007-10-104-7/+11
|
* r3709: Allow to build testsuite for libsmbclient when libsmbclient.so isGünther Deschner2007-10-101-2/+34
| | | | | | | | located not in -L/root/samba-head-old/source/bin. Patch from Lars Mueller <lmuelle@suse.de>, closes Bugzilla #2013. Guenther
* r39: * importing .cvsignore filesGerald Carter2007-10-103-15/+0
| | | | * updateing WHATSNEW with vl's change
* source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is doneHerb Lewis2004-01-141-2/+5
| | | | | | | in prs_init now testsuite/printing/psec.c cannot do a prs_mem_free() when tdb_prs_fetch fails as the prs structure has not been initialized
* We might not have the 'samba' directory in the samba_3_0 build.Andrew Bartlett2004-01-081-1/+1
| | | | Andrew Bartlett
* Fix typo in RW2 torture test. Closes bugzilla bug #924.Tim Potter2004-01-051-1/+1
|
* Without 'non unix accounts' we can't test security=domain on the build farm.Andrew Bartlett2003-12-041-2/+2
|
* Grr, the order of these arguments mattersAndrew Bartlett2003-07-011-2/+2
|
* Make smbpasswd use the higher log level for the second run - this shouldAndrew Bartlett2003-07-011-2/+2
| | | | | | help us debug failures in smbpasswd. Andrew Bartlett
* changed 'winbind uid' to 'idmap uid' in build farm testsAndrew Tridgell2003-06-071-1/+1
|
* Fix up the build-farm testsuite again - I forgot to move some files into theAndrew Bartlett2003-05-126-1/+1
| | | | | | template dir, and idra's checkin removed smbpasswd_nua. Andrew Bartlett
* Fix up the setting up of the build_farm smb.conf from the templates in theirAndrew Bartlett2003-05-041-7/+8
| | | | | | new directory. Andrew Bartlett
* Remove extra fileAndrew Bartlett2003-04-291-49/+0
|
* Use current 3.0 paramater namesAndrew Bartlett2003-04-291-2/+2
|
* testing commitGerald Carter2003-04-281-0/+1
|
* readding template files on SAMBA_3_0 branch; not cvs tagGerald Carter2003-04-281-0/+49
|
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-04-281-0/+49
|\
| * In HEAD, idra removed _nua and renamed it to 'idmap uid'Andrew Bartlett2003-04-281-2/+2
| |
| * We don't use 'non unix account range' any moreAndrew Bartlett2003-04-281-1/+1
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-04-267-0/+12
|\ \ | |/
| * Missed two references to a renamed file.Paul Green2003-04-232-2/+2
| |
| * Move build farm template files to their own subdirectory so that theirPaul Green2003-04-239-2/+5
| | | | | | | | | | names can be shortened to 30 characters. Helps Stratus VOS, which has a 32-character file name limit.
| * Up the debug level for the second run of the test (client side)Andrew Bartlett2003-04-161-2/+2
| |
| * We changed 'net' so change the torture tests that use it.Andrew Bartlett2003-04-161-4/+4
| |
| * /bin/sh on solaris swallows the failure code, so exec this directly.Andrew Bartlett2002-11-151-1/+1
| | | | | | | | Andrew Bartlett
* | Missed two references to a renamed file.Paul Green2003-04-232-2/+2
| |
* | Backport changes from head to shorten the filenames of the test cases.Paul Green2003-04-239-63/+5
| |
* | Add some more info to the diags output.Andrew Bartlett2003-04-231-1/+1
| |
* | add test file for FDSESSAndrew Bartlett2003-04-231-0/+2
| |
* | Start testing a few more things out of smbtorture in the build farm.Andrew Bartlett2003-04-2311-5/+25
| | | | | | | | Andrew Bartlett
* | The 'net' syntax has changed, so update the testsuite.Andrew Bartlett2003-04-211-4/+4
| |
* | Merge from HEAD - updates to the build farm, /bin/sh can swallow return values,Andrew Bartlett2002-11-162-2/+3
| | | | | | | | and add the RENAME torture test.
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-11-151-0/+2
|\ \ | |/
| * Add the rename torture test.Andrew Bartlett2002-11-152-1/+4
| |
* | Merge from HEAD:Andrew Bartlett2002-11-153-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | - heimdal updates to configure - make DEBUG() const - add testsuite for: - preexec - preexec close - valid users - fix testsuite for 'invalid users' Andrew Bartlett
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-11-156-0/+36
|\ \ | |/
| * Updates to the build farm tests:Andrew Bartlett2002-11-159-4/+59
| | | | | | | | | | | | | | - Get valid/invalid users working - Test preexec, preexec close Andrew Bartlett
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-252-2/+7
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-09-251-0/+15
|\ \ | |/