summaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison2-4/+4
Will allow thread-specific credentials to be added by modifying the central definitions. Deliberately left the setXX[ug]id() call in popt as this is not used in Samba.
2012-06-19ntdb: put it back into the build.Rusty Russell1-0/+5
This doesn't do anything with it yet, just wires it back into the build. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-05-02testsuite/libsmbclient: Remove unused and expensive-to-link testsuiteAndrew Bartlett148-11525/+0
This testsuite never got off the ground, and unlike the other libsmbclient tests, it is not integrated into make test, has no driver script we could integrate. As it has been in this state for 10 years, and adding it to the compile did not find any link-time issues (particularly in comparison to the link-time cost for so many individual binaries), I am now removing them. The libsmbclient examples are seperate to this, and remain in examples/libsmbclient. Andrew Bartlett
2012-02-29testsuite: Replace deprecated bzero with memsetAmitay Isaacs143-347/+347
This fixes build issues on solaris reported in bug #8767. https://bugzilla.samba.org/show_bug.cgi?id=8767 Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Feb 29 10:39:10 CET 2012 on sn-devel-104
2011-12-12testsuite: Remove unused and unlikely to be revived DejaGNU testsAndrew Bartlett13-907/+0
2011-10-25s3-libsmbclient: make some functions static in testsuite code.Günther Deschner143-159/+159
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 25 17:57:25 CEST 2011 on sn-devel-104
2011-10-20build: compile (but do not install) all the libsmbclient testsAndrew Bartlett1-0/+39
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Oct 20 13:49:39 CEST 2011 on sn-devel-104
2011-06-20tdb_compat: use tdb_open_compat.Rusty Russell1-2/+2
This is a helper for the common case of opening a tdb with a logging function, but it doesn't do all the work, since TDB1 and TDB2's log functions are different types. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-05-22s3: Remove the smbtorture3 OPLOCK3 testVolker Lendecke2-3/+1
This is the last user of cli_receive_smb. Oplocks are nowadays tested in smbtorture4, this mainly has historic value
2011-03-16headers: cope with non-system popt in test_headersAndrew Tridgell1-1/+4
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Mar 16 09:09:40 CET 2011 on sn-devel-104
2011-03-16headers: include Python.h first to avoid warningsAndrew Tridgell1-1/+1
2011-03-15build: fixed cflags for test_headerAndrew Tridgell1-0/+7
when using system libraries, we need the right cflags
2011-03-15build: added automated testing of our public headersAndrew Tridgell2-0/+77
we generate test_headers.h, which includes all of our public headers, and check it compiles
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2-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>
2010-01-28testsuite/libsmbclient use source3 in the path of the C and LFLAGSLars Müller1-2/+2
2010-01-28Link testsuite/libsmbclient against required libtdb and libwbclientLars Müller1-1/+1
2009-08-08s3: add a test to test libsmbclientBo Yang2-2/+98
Signed-off-by: Bo Yang <boyang@samba.org>
2009-06-06testsuite/nsswitch/get{gr,pw}ent_r.c(dump_{gr,pw}ent): fixed wrong condition.Slava Semushin2-2/+2
When fopen() fails it return NULL, so condition where return value less than zero never evaluated to truth. Found by cppcheck.
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher1-2/+5
2008-10-19vlp: Move closer to the code tested.Kai Blin3-480/+0
2008-04-10vlp: fix an implicit cast compile warning.Michael Adam1-1/+2
Michael (This used to be commit bf46f614c497110dcc3fc79f610fcc7a8784dbb2)
2007-12-11vlp: Build vlp (virtual line printer) against current git on makeKai Blin1-21/+26
everything. (This used to be commit 212ab58a3a7f03bb97c6ad3430e2776f9faba7c9)
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell3-6/+3
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
2007-10-10r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell1-2/+2
not GNU Library General Public License (This used to be commit 727a6cf2cba8da6b40610409b264e86e6908eb0c)
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
(This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
2007-10-10r23797: started fixing old FSF addresses. Fixed pcap2nbench COPYING fileAndrew Tridgell1-3/+2
(This used to be commit e87bb12093dc78eb539fac0a171379a8cb5cd416)
2007-10-10r23791: found some more v2->v3 conversionsAndrew Tridgell1-1/+1
(This used to be commit b6cbac3db3b478d5c7991cee78c6695fc8d22681)
2007-10-10r23785: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell26-52/+26
(This used to be commit d0e89d246d8e5e64196d6c1d16d39a70579ca42f)
2007-10-10r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison4-4/+4
Jeremy. (This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison26-26/+26
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10r14317: Use source/bin as dir to link pam_winbind instead of source/nsswitch/Lars Müller1-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)
2007-10-10r6501: correct deprecated lvalue casts in testsuite/libsmbclientDerrell Lipman4-7/+11
(This used to be commit 6d22c3c3434812d3a6ab7f216bec34cdb3b622a0)
2007-10-10r3709: Allow to build testsuite for libsmbclient when libsmbclient.so isGünther Deschner1-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)
2007-10-10r39: * importing .cvsignore filesGerald Carter3-15/+0
* updateing WHATSNEW with vl's change (This used to be commit a7e2730ec4389e0c249886a8bfe1ee14c5abac41)
2004-01-14source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is doneHerb Lewis1-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)
2004-01-08We might not have the 'samba' directory in the samba_3_0 build.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit a5cf5701e25e93e4e837f7cdc30a8603d289e4a9)
2004-01-05Fix typo in RW2 torture test. Closes bugzilla bug #924.Tim Potter1-1/+1
(This used to be commit d22313998abff680d38b208588824a1981fe2aa7)
2003-12-04Without 'non unix accounts' we can't test security=domain on the build farm.Andrew Bartlett1-2/+2
(This used to be commit c8485d3f00727fb363b45e48581eeb0b0b0cb851)
2003-07-01Grr, the order of these arguments mattersAndrew Bartlett1-2/+2
(This used to be commit 6babc35ef9c62a48a56ef63945d09e7e06229666)
2003-07-01Make smbpasswd use the higher log level for the second run - this shouldAndrew Bartlett1-2/+2
help us debug failures in smbpasswd. Andrew Bartlett (This used to be commit dcdbd530a6c74ecf09a96067c40be5813dd646c8)
2003-06-07changed 'winbind uid' to 'idmap uid' in build farm testsAndrew Tridgell1-1/+1
(This used to be commit 4a2a54cd68faf6c86994679a8f5d309f55d29544)
2003-05-12Fix up the build-farm testsuite again - I forgot to move some files into theAndrew Bartlett6-1/+1
template dir, and idra's checkin removed smbpasswd_nua. Andrew Bartlett (This used to be commit a7b34564ae4615c2585a82aa248a9cf92905254d)
2003-05-04Fix up the setting up of the build_farm smb.conf from the templates in theirAndrew Bartlett1-7/+8
new directory. Andrew Bartlett (This used to be commit 98f7ccebeb9369c972b432a8ac0a5853cd7a1bf6)
2003-04-29Remove extra fileAndrew Bartlett1-49/+0
(This used to be commit 5d95309d8ab482e37ce96deb4a278186320e457f)
2003-04-29Use current 3.0 paramater namesAndrew Bartlett1-2/+2
(This used to be commit 7ed8a0eb945df88d25ab8c444c92d09d6ac3fdf2)
2003-04-28testing commitGerald Carter1-0/+1
(This used to be commit ee1f0914ff7a915988156fc713f3891c3d8e5594)
2003-04-28readding template files on SAMBA_3_0 branch; not cvs tagGerald Carter1-0/+49
(This used to be commit fb6c5b293cdc9d4e98a975bd85ce2a55396c8e8d)
2003-04-28This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User1-0/+49
used to be commit 8fa5862a443f3126e410e0e2f2f12770a113792f)
2003-04-28In HEAD, idra removed _nua and renamed it to 'idmap uid'Andrew Bartlett1-2/+2
(This used to be commit 3c7155424aaa880c2e9e570f8c29fd5679e827b1)
2003-04-28We don't use 'non unix account range' any moreAndrew Bartlett1-1/+1
(This used to be commit 082bdcd662aed47827c9d4fb1272c327a0ae79b1)