summaryrefslogtreecommitdiffstats
path: root/source3/script
Commit message (Collapse)AuthorAgeFilesLines
...
* test: in tests_all.sh, wrap calls to test scripts into shell functions.Michael Adam2008-03-311-20/+63
| | | | | | | | This is in preparation for enabling running only selected test scripts through "make test". Michael (This used to be commit ad1fbadf81c915425301ec495744c11f3103169f)
* Fix libtdb some to move back towards allowing out of tree buildsGerald (Jerry) Carter2008-03-241-1/+1
| | | | | | | | Remaining problem is that not all *.syms linker scripts are generated so the LD command needs to look in a single place. Out of tree builds now work but report write access to the source tree in order to create the $(srcdir)/expotrs/libtdb.sysms file. (This used to be commit 6e9287c5c3a6bbd15ec495593978c1a76e64ee60)
* selftest: samba3 passes RAW-SEARCH nowStefan Metzmacher2008-03-111-1/+1
| | | | | | | As the resume key tests are skipped against samba3. metze (This used to be commit c765090871ed68a9ba650bca44f5f3b88997ea14)
* Test: Properly track current test binary for tracking crashes.Michael Adam2008-03-061-4/+9
| | | | | | | Make sure the panic action always has the right test binary set. Michael (This used to be commit 567ac329dcec6fc839d6b25cbf1872f1f51ff7e5)
* Revert "make idl: Only compile idl files newer than the output to be generated."Michael Adam2008-02-291-1/+1
| | | | | | | | | | This reverts commit 79c199d16e565eabd9fd971247f8df62689bb92a. Revert this until pidl is capable of doing decent dependency tracking itself (importing types from imported idls). Michael (This used to be commit 1fb69ad1f5c79dd77f73a5fee266e1e363e6974d)
* Remove smbmount.Karolin Seeger2008-02-283-16/+0
| | | | | Karolin (This used to be commit 5fbd98f7065268ae134108310119078ad8f62322)
* 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 (This used to be commit 79c199d16e565eabd9fd971247f8df62689bb92a)
* 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 (This used to be commit 826b9ab07b58ca39350cca921002a4213ce7c7c9)
* 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 (This used to be commit 9b761062df80c45bf2b76af071131d0c78e94a09)
* 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 (This used to be commit 65817703c49a7410f4f0c8b46494ede6169d9fa6)
* ntlm_auth: Fix another typo in the test.Kai Blin2008-01-301-2/+2
| | | | | This _should_ be the last one. (This used to be commit d12c49e60f4390707c924b9e9f12fa9333b006e2)
* ntlm_auth: test should honour configfile option to run on build farm.Kai Blin2008-01-301-2/+2
| | | | (This used to be commit 11c9c1536b153047ba387b9804f34a6555a5ae26)
* 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. (This used to be commit bfa919cde57a26cd2ae7397281923792b7afe83a)
* ntlm_auth: Add a blackbox test.Kai Blin2008-01-302-0/+22
| | | | (This used to be commit f02b74fc067074d8e48e186a7b7255a244592f7d)
* Active RAW-STREAMS in make testVolker Lendecke2008-01-202-2/+2
| | | | (This used to be commit 63ee2ef775b48fcaecccf4dc7ef3601ceb8053c5)
* rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke2008-01-151-1/+1
| | | | (This used to be commit 151b42a150a17f566e7b4055bbdbc0564a3c106d)
* 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 (This used to be commit 2036b4c5ad677b8a477b34b0f076febab0abff5e)
* Add True/False bool cleanup script.Günther Deschner2008-01-151-0/+19
| | | | | Guenther (This used to be commit 9f05d2eae7c55d39ad61da54c4a38d6b6f8d4d3a)
* Reset the failed counter in test_wbinfo_s3.sh.Michael Adam2008-01-141-0/+2
| | | | | Michael (This used to be commit 3eedb8928413da102446b76aa64d1feaecb95b52)
* 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 (This used to be commit 50f65c3c5500da8d657d5fc340e666ee8cfe148e)
* Review feedback from metze.Jelmer Vernooij2008-01-061-3/+2
| | | | (This used to be commit 015cf6b6adfa87ff7c5bb1cec9f98237bad075e1)
* Use metze's approach.Jelmer Vernooij2008-01-061-4/+3
| | | | (This used to be commit 126cc075995ffaeb65317627acae05c1b96cebd0)
* "Desting" -> "Testing"Jeremy Allison2008-01-041-1/+1
| | | | | Jeremy. (This used to be commit c3f3ec5cd5f9ffe8d08356dfd22b1cb6943829ad)
* Try and fix scripting errors.Jeremy Allison2008-01-041-4/+4
| | | | | Jeremy (This used to be commit c84f2234fe0068a69fefa3c3ec219d4a95479b0c)
* Try and fix the buildfarm. There's a scripting error andJeremy Allison2008-01-041-1/+1
| | | | | | I'm hoping this is it... Jeremy. (This used to be commit 0356f0efc4a18230ce7a9c0a17dc98c4242ad38d)
* Better way of testing enc.Jeremy Allison2008-01-043-6/+10
| | | | | Jeremy. (This used to be commit c5800235018330f0c1bbe307cd733597ac9b6686)
* Added -e tests for S3 smbtorture.Jeremy Allison2008-01-041-0/+2
| | | | | Jeremy. (This used to be commit deeeae3ee96f7207a49e1edaa876410b77c33458)
* 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 (This used to be commit 8ba3b8cf7aca657ad8426981d810c36ee6a34a2f)
* selftest: also export LD_LIBRARY_PATH for samba4's smbtortureStefan Metzmacher2007-12-232-2/+14
| | | | | metze (This used to be commit f5570dcf503a4b28ebf624d06fd090f3b6b0a560)
* Attempt to make the build farm run s4torture againVolker Lendecke2007-12-231-1/+1
| | | | (This used to be commit 04710626e174d7237521f33a351b4425add063b8)
* Fix typo in output.Michael Adam2007-12-231-1/+1
| | | | | Michael (This used to be commit 2fe111c19bc827ec132365e718a2136bda57e568)
* 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). (This used to be commit 481cc9ab6a6608e13710c93783ea4e62363e78be)
* 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. (This used to be commit 83d274b46078a9ace77edb822a0e336c79dcf40e)
* selftest: reenable wbinfo tests and pass --configfile instead of -sStefan Metzmacher2007-12-143-3/+3
| | | | | metze (This used to be commit 56251f78524416435299e26fca405e77d0f42043)
* selftest: disable wbinfo testsStefan Metzmacher2007-12-141-1/+1
| | | | | | | wbinfo needs to take --config-file to work... metze (This used to be commit a8a74fc88cb6f4be1efdc1afab9b91defcd015ae)
* selftest: add a bunch of wbinfo based tests for winbinddStefan Metzmacher2007-12-142-0/+49
| | | | | metze (This used to be commit 88b6d2c0e83f515e2f83e5b4edc0728c434c7294)
* selftest: move workgroup name into WORKGROUP envvarStefan Metzmacher2007-12-141-2/+3
| | | | | metze (This used to be commit 8ace8fa82c2ccd6fdb9ca076fb2d6fed203c8126)
* Forgot build options was generated... fix.Jeremy Allison2007-12-101-12/+12
| | | | | Jeremy. (This used to be commit d78e081043124bbd80cf56d4a991ddf24ff46ef6)
* make test: try to get a more portable way to get UID and GIDStefan Metzmacher2007-11-091-2/+2
| | | | | metze (This used to be commit 0dc2d7ec010610c4bdab8eb6d488295a0259fbc9)
* make test: start winbinddStefan Metzmacher2007-11-092-1/+70
| | | | | metze (This used to be commit 8ad4287cca5393a7fef148365aef2e2377c29280)
* we don't have build-farm specific tests anymoreStefan Metzmacher2007-11-091-4/+1
| | | | | metze (This used to be commit bb125f3e084a99125e92cc6c3aceb7f2b66db678)
* make test: activate nss_wrapper for make testStefan Metzmacher2007-11-091-3/+28
| | | | | metze (This used to be commit 02cfd283627bd8f10d7beb8d43cead35dd867346)
* add '_PUBLIC_' prototypes into proto.hStefan Metzmacher2007-11-081-2/+2
| | | | | | | this makes merging samba4 code easier... metze (This used to be commit 005909726e0121a549abf625a3b443f3a6964d84)
* 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. (This used to be commit 39d265375cf55eedddef2c4faa65398df73d5ed2)
* 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. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* don't skip some tests which samba3 passes (at least on my laptop)Stefan Metzmacher2007-10-181-3/+3
| | | | | metze (This used to be commit d70ddad2e8fc2f533fb9211223c172c25878254e)
* make gdb_backtrace executableStefan Metzmacher2007-10-181-0/+0
| | | | | metze (This used to be commit f694df1919fe98c5efef36c867a2be6527efa6ed)
* prepare the mkversion.sh infrastructure for git branches in the build-farmStefan Metzmacher2007-10-111-77/+17
| | | | | metze (This used to be commit 1bf4c7fb2012a81e0b4e3d601a4df42d1113f5ef)
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-1011-43/+419
| | | | (This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
* r25418: fix generation of git revision calculationStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 43df4928ecd61ae071109abb1c72dfd1b78a5a5e)