summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* headers: cope with non-system popt in test_headersAndrew Tridgell2011-03-161-1/+4
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Mar 16 09:09:40 CET 2011 on sn-devel-104
* headers: include Python.h first to avoid warningsAndrew Tridgell2011-03-161-1/+1
|
* build: fixed cflags for test_headerAndrew Tridgell2011-03-151-0/+7
| | | | when using system libraries, we need the right cflags
* build: added automated testing of our public headersAndrew Tridgell2011-03-152-0/+77
| | | | | we generate test_headers.h, which includes all of our public headers, and check it compiles
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-212-6/+6
| | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* testsuite/libsmbclient use source3 in the path of the C and LFLAGSLars Müller2010-01-281-2/+2
|
* Link testsuite/libsmbclient against required libtdb and libwbclientLars Müller2010-01-281-1/+1
|
* s3: add a test to test libsmbclientBo Yang2009-08-082-2/+98
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* testsuite/nsswitch/get{gr,pw}ent_r.c(dump_{gr,pw}ent): fixed wrong condition.Slava Semushin2009-06-062-2/+2
| | | | | | | When fopen() fails it return NULL, so condition where return value less than zero never evaluated to truth. Found by cppcheck.
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-2/+5
|
* vlp: Move closer to the code tested.Kai Blin2008-10-193-480/+0
|
* vlp: fix an implicit cast compile warning.Michael Adam2008-04-101-1/+2
| | | | | Michael (This used to be commit bf46f614c497110dcc3fc79f610fcc7a8784dbb2)
* vlp: Build vlp (virtual line printer) against current git on makeKai Blin2007-12-111-21/+26
| | | | | everything. (This used to be commit 212ab58a3a7f03bb97c6ad3430e2776f9faba7c9)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-103-6/+3
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell2007-10-101-2/+2
| | | | | not GNU Library General Public License (This used to be commit 727a6cf2cba8da6b40610409b264e86e6908eb0c)
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
* r23797: started fixing old FSF addresses. Fixed pcap2nbench COPYING fileAndrew Tridgell2007-10-101-3/+2
| | | | (This used to be commit e87bb12093dc78eb539fac0a171379a8cb5cd416)
* r23791: found some more v2->v3 conversionsAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit b6cbac3db3b478d5c7991cee78c6695fc8d22681)
* r23785: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1026-52/+26
| | | | (This used to be commit d0e89d246d8e5e64196d6c1d16d39a70579ca42f)
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-104-4/+4
| | | | | Jeremy. (This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1026-26/+26
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* 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. (This used to be commit 9883957b74ddefb5293e4aef0cc2f53ee4d417ac)
* r6501: correct deprecated lvalue casts in testsuite/libsmbclientDerrell Lipman2007-10-104-7/+11
| | | | (This used to be commit 6d22c3c3434812d3a6ab7f216bec34cdb3b622a0)
* 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 (This used to be commit 0a02eac76714ada5192c238416013f68eb4e63d5)
* r39: * importing .cvsignore filesGerald Carter2007-10-103-15/+0
| | | | | * updateing WHATSNEW with vl's change (This used to be commit a7e2730ec4389e0c249886a8bfe1ee14c5abac41)
* 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 (This used to be commit a363e5d8c549861329506bd87c11d82ace5520e5)
* We might not have the 'samba' directory in the samba_3_0 build.Andrew Bartlett2004-01-081-1/+1
| | | | | Andrew Bartlett (This used to be commit a5cf5701e25e93e4e837f7cdc30a8603d289e4a9)
* Fix typo in RW2 torture test. Closes bugzilla bug #924.Tim Potter2004-01-051-1/+1
| | | | (This used to be commit d22313998abff680d38b208588824a1981fe2aa7)
* Without 'non unix accounts' we can't test security=domain on the build farm.Andrew Bartlett2003-12-041-2/+2
| | | | (This used to be commit c8485d3f00727fb363b45e48581eeb0b0b0cb851)
* Grr, the order of these arguments mattersAndrew Bartlett2003-07-011-2/+2
| | | | (This used to be commit 6babc35ef9c62a48a56ef63945d09e7e06229666)
* 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 (This used to be commit dcdbd530a6c74ecf09a96067c40be5813dd646c8)
* changed 'winbind uid' to 'idmap uid' in build farm testsAndrew Tridgell2003-06-071-1/+1
| | | | (This used to be commit 4a2a54cd68faf6c86994679a8f5d309f55d29544)
* 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 (This used to be commit a7b34564ae4615c2585a82aa248a9cf92905254d)
* 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 (This used to be commit 98f7ccebeb9369c972b432a8ac0a5853cd7a1bf6)
* Remove extra fileAndrew Bartlett2003-04-291-49/+0
| | | | (This used to be commit 5d95309d8ab482e37ce96deb4a278186320e457f)
* Use current 3.0 paramater namesAndrew Bartlett2003-04-291-2/+2
| | | | (This used to be commit 7ed8a0eb945df88d25ab8c444c92d09d6ac3fdf2)
* testing commitGerald Carter2003-04-281-0/+1
| | | | (This used to be commit ee1f0914ff7a915988156fc713f3891c3d8e5594)
* readding template files on SAMBA_3_0 branch; not cvs tagGerald Carter2003-04-281-0/+49
| | | | (This used to be commit fb6c5b293cdc9d4e98a975bd85ce2a55396c8e8d)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-04-281-0/+49
|\ | | | | | | used to be commit 8fa5862a443f3126e410e0e2f2f12770a113792f)
| * In HEAD, idra removed _nua and renamed it to 'idmap uid'Andrew Bartlett2003-04-281-2/+2
| | | | | | | | (This used to be commit 3c7155424aaa880c2e9e570f8c29fd5679e827b1)
| * We don't use 'non unix account range' any moreAndrew Bartlett2003-04-281-1/+1
| | | | | | | | (This used to be commit 082bdcd662aed47827c9d4fb1272c327a0ae79b1)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-04-267-0/+12
|\ \ | |/ | | | | used to be commit 4e4cc806ed9f55ded8087594806adfcd77b9a1cc)
| * Missed two references to a renamed file.Paul Green2003-04-232-2/+2
| | | | | | | | (This used to be commit cf69c69594797032d1427de3266af86d12b15cb2)
| * 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. (This used to be commit 58a4be041ee92434672959b9df888cf1366bb02e)
| * Up the debug level for the second run of the test (client side)Andrew Bartlett2003-04-161-2/+2
| | | | | | | | (This used to be commit 015924491e2f06ff5a96729c7db7411a29281594)
| * We changed 'net' so change the torture tests that use it.Andrew Bartlett2003-04-161-4/+4
| | | | | | | | (This used to be commit 0048a81abe99e43655d4482df27903dba774213b)
| * /bin/sh on solaris swallows the failure code, so exec this directly.Andrew Bartlett2002-11-151-1/+1
| | | | | | | | | | Andrew Bartlett (This used to be commit 35b73aa0a139721d8560e81ba1caf26ebdf7d0b6)
* | Missed two references to a renamed file.Paul Green2003-04-232-2/+2
| | | | | | | | (This used to be commit 513dd6d414270b4e8f91f1cee6c49155b095c488)
* | Backport changes from head to shorten the filenames of the test cases.Paul Green2003-04-239-63/+5
| | | | | | | | (This used to be commit e2315ebc9a653a3c804323d55a96e0b378351e8d)
* | Add some more info to the diags output.Andrew Bartlett2003-04-231-1/+1
| | | | | | | | (This used to be commit 2ee7254fded79d888f8009b71347bea8a89f47e9)