summaryrefslogtreecommitdiffstats
path: root/source/script
Commit message (Collapse)AuthorAgeFilesLines
* Remove smbmount.Karolin Seeger2008-02-283-16/+0
| | | | Karolin
* make idl: Only compile idl files newer than the output to be generated.Michael Adam2008-02-261-1/+1
| | | | | | Fix "if" condition in build_idl.sh to not always evaluate as false. Michael
* Fix build on some systems : don't pass libraries to mkproto.awkMichael Adam2008-02-251-1/+1
| | | | | | | | | | Currently, some static libraries have gone into object lists that are also passed to make proto. (This should probably be changed...) Then some awk versions fail when passed an non- existing lib/libtdb.a e.g.. This patch changes mkproto.sh to exclude \.a files from the list of files to process. Michael
* make test: pass --option=torture:sharedelay=100000 to samba4 smbtortureStefan Metzmacher2008-02-251-0/+2
| | | | | | BASE-DEFER_OPEN is now more strict with incorrect timing metze
* Create symbols to export in libtdb dynamically from tdb.h.Michael Adam2008-02-142-0/+121
| | | | | | | | This adds a general mechanism to create version-scripts for linking shared libraries from one or several header files, similar to mkproto.sh/awk. Michael
* ntlm_auth: Fix another typo in the test.Kai Blin2008-01-301-2/+2
| | | | This _should_ be the last one.
* ntlm_auth: test should honour configfile option to run on build farm.Kai Blin2008-01-301-2/+2
|
* ntlm_auth: Fix typos in the torture test script.Kai Blin2008-01-301-2/+2
| | | | | This should fix the build farm. Sorry, wonder why it worked on my box before.
* ntlm_auth: Add a blackbox test.Kai Blin2008-01-302-0/+22
|
* Active RAW-STREAMS in make testVolker Lendecke2008-01-202-2/+2
|
* rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke2008-01-151-1/+1
|
* Implement vfs_ea_tdbVolker Lendecke2008-01-152-1/+2
| | | | | | | | | | | | | | This is an option for file systems that do not implement xattrs: in lockdir/eas.tdb an array of xatts per inode is stored. It can not solve the problem that xattrs might reappear if a posix-level process deletes a file and happens to re-create it under the same name. On file systems with birthtime we might have a chance to detect this, but not with standard posix. A future version might put relief on file systems that do have xattrs but where these are severely limited in size/speed/whatever: We can put a simple marker as a native xattr, but the xattrs proper are stored in the tdb. Volker
* Add True/False bool cleanup script.Günther Deschner2008-01-151-0/+19
| | | | Guenther
* Reset the failed counter in test_wbinfo_s3.sh.Michael Adam2008-01-141-0/+2
| | | | Michael
* Fix a syntax error in script/tests/test_local_s3.sh .Michael Adam2008-01-131-1/+1
| | | | | | This will reveal the currently breaking tdbtorture to the build farm... Michael
* Review feedback from metze.Jelmer Vernooij2008-01-061-3/+2
|
* Use metze's approach.Jelmer Vernooij2008-01-061-4/+3
|
* "Desting" -> "Testing"Jeremy Allison2008-01-041-1/+1
| | | | Jeremy.
* Try and fix scripting errors.Jeremy Allison2008-01-041-4/+4
| | | | Jeremy
* Try and fix the buildfarm. There's a scripting error andJeremy Allison2008-01-041-1/+1
| | | | | I'm hoping this is it... Jeremy.
* Better way of testing enc.Jeremy Allison2008-01-043-6/+10
| | | | Jeremy.
* Added -e tests for S3 smbtorture.Jeremy Allison2008-01-041-0/+2
| | | | Jeremy.
* Attempt to fix the AIX make test failuresVolker Lendecke2007-12-291-3/+3
| | | | | | | | | | | | For some reason AIX does not return the sender address in the AF_UNIX recvfrom. So the faked netbios name lookup does not work with socket wrapper, nmbd can't know where to send the reply. This patch works around this by telling smbclient explicitly where to connect. If there's any AIX experts listening -- how do I get the sender address from AF_UNIX recvfrom? Volker
* selftest: also export LD_LIBRARY_PATH for samba4's smbtortureStefan Metzmacher2007-12-232-2/+14
| | | | metze
* Attempt to make the build farm run s4torture againVolker Lendecke2007-12-231-1/+1
|
* Fix typo in output.Michael Adam2007-12-231-1/+1
| | | | Michael
* Fix "make test" using the LD_LIBRARY_PATH for selftest script soGerald (Jerry) Carter2007-12-211-0/+4
| | | | smbd can locate the libwbclient library (if neccessary).
* Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-211-1/+1
| | | | | | | (based on the winbind_struct_protocol.h). The API in incomplete, but sufficient to merge. See wbclienbt.h for the i interface functions.
* selftest: reenable wbinfo tests and pass --configfile instead of -sStefan Metzmacher2007-12-143-3/+3
| | | | metze
* selftest: disable wbinfo testsStefan Metzmacher2007-12-141-1/+1
| | | | | | wbinfo needs to take --config-file to work... metze
* selftest: add a bunch of wbinfo based tests for winbinddStefan Metzmacher2007-12-142-0/+49
| | | | metze
* selftest: move workgroup name into WORKGROUP envvarStefan Metzmacher2007-12-141-2/+3
| | | | metze
* Forgot build options was generated... fix.Jeremy Allison2007-12-101-12/+12
| | | | Jeremy.
* make test: try to get a more portable way to get UID and GIDStefan Metzmacher2007-11-091-2/+2
| | | | metze
* make test: start winbinddStefan Metzmacher2007-11-092-1/+70
| | | | metze
* we don't have build-farm specific tests anymoreStefan Metzmacher2007-11-091-4/+1
| | | | metze
* make test: activate nss_wrapper for make testStefan Metzmacher2007-11-091-3/+28
| | | | metze
* add '_PUBLIC_' prototypes into proto.hStefan Metzmacher2007-11-081-2/+2
| | | | | | this makes merging samba4 code easier... metze
* Fix some cases where file_set_dosmode was being passedJeremy Allison2007-10-311-0/+2
| | | | | | | False instead of NULL. Fix more of the notifications to be correct for Samba4 RAW-NOTIFY torture (we had missed one when calling set_ea_dos_attribute(). Jeremy.
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-182-8/+8
| | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy.
* don't skip some tests which samba3 passes (at least on my laptop)Stefan Metzmacher2007-10-181-3/+3
| | | | metze
* make gdb_backtrace executableStefan Metzmacher2007-10-181-0/+0
| | | | metze
* prepare the mkversion.sh infrastructure for git branches in the build-farmStefan Metzmacher2007-10-111-77/+17
| | | | metze
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-1011-43/+419
|
* r25418: fix generation of git revision calculationStefan Metzmacher2007-10-101-1/+1
| | | | metze
* r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba ↵Jelmer Vernooij2007-10-107-416/+38
| | | | 4's selftest code. See the mailing list for details.
* r25317: Activate raw-samba3rootdirfidVolker Lendecke2007-10-101-0/+1
|
* r25125: create prototypes for 'bool ' functionsStefan Metzmacher2007-10-101-1/+1
| | | | metze
* r25104: Fix extra lines added by mistake.Jeremy Allison2007-10-101-2/+2
| | | | Jeremy.
* r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison2007-10-101-0/+3
| | | | | | and make valgrindtest. Final step will be to change srvstr_get_path() to return talloced memory in the major codepaths. Jeremy.