Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove smbmount. | Karolin Seeger | 2008-02-28 | 3 | -16/+0 |
| | | | | Karolin | ||||
* | make idl: Only compile idl files newer than the output to be generated. | Michael Adam | 2008-02-26 | 1 | -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.awk | Michael Adam | 2008-02-25 | 1 | -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 smbtorture | Stefan Metzmacher | 2008-02-25 | 1 | -0/+2 |
| | | | | | | BASE-DEFER_OPEN is now more strict with incorrect timing metze | ||||
* | Create symbols to export in libtdb dynamically from tdb.h. | Michael Adam | 2008-02-14 | 2 | -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 Blin | 2008-01-30 | 1 | -2/+2 |
| | | | | This _should_ be the last one. | ||||
* | ntlm_auth: test should honour configfile option to run on build farm. | Kai Blin | 2008-01-30 | 1 | -2/+2 |
| | |||||
* | ntlm_auth: Fix typos in the torture test script. | Kai Blin | 2008-01-30 | 1 | -2/+2 |
| | | | | | This should fix the build farm. Sorry, wonder why it worked on my box before. | ||||
* | ntlm_auth: Add a blackbox test. | Kai Blin | 2008-01-30 | 2 | -0/+22 |
| | |||||
* | Active RAW-STREAMS in make test | Volker Lendecke | 2008-01-20 | 2 | -2/+2 |
| | |||||
* | rename vfs_ea_tdb to vfs_xattr_tdb | Volker Lendecke | 2008-01-15 | 1 | -1/+1 |
| | |||||
* | Implement vfs_ea_tdb | Volker Lendecke | 2008-01-15 | 2 | -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 Deschner | 2008-01-15 | 1 | -0/+19 |
| | | | | Guenther | ||||
* | Reset the failed counter in test_wbinfo_s3.sh. | Michael Adam | 2008-01-14 | 1 | -0/+2 |
| | | | | Michael | ||||
* | Fix a syntax error in script/tests/test_local_s3.sh . | Michael Adam | 2008-01-13 | 1 | -1/+1 |
| | | | | | | This will reveal the currently breaking tdbtorture to the build farm... Michael | ||||
* | Review feedback from metze. | Jelmer Vernooij | 2008-01-06 | 1 | -3/+2 |
| | |||||
* | Use metze's approach. | Jelmer Vernooij | 2008-01-06 | 1 | -4/+3 |
| | |||||
* | "Desting" -> "Testing" | Jeremy Allison | 2008-01-04 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Try and fix scripting errors. | Jeremy Allison | 2008-01-04 | 1 | -4/+4 |
| | | | | Jeremy | ||||
* | Try and fix the buildfarm. There's a scripting error and | Jeremy Allison | 2008-01-04 | 1 | -1/+1 |
| | | | | | I'm hoping this is it... Jeremy. | ||||
* | Better way of testing enc. | Jeremy Allison | 2008-01-04 | 3 | -6/+10 |
| | | | | Jeremy. | ||||
* | Added -e tests for S3 smbtorture. | Jeremy Allison | 2008-01-04 | 1 | -0/+2 |
| | | | | Jeremy. | ||||
* | Attempt to fix the AIX make test failures | Volker Lendecke | 2007-12-29 | 1 | -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 smbtorture | Stefan Metzmacher | 2007-12-23 | 2 | -2/+14 |
| | | | | metze | ||||
* | Attempt to make the build farm run s4torture again | Volker Lendecke | 2007-12-23 | 1 | -1/+1 |
| | |||||
* | Fix typo in output. | Michael Adam | 2007-12-23 | 1 | -1/+1 |
| | | | | Michael | ||||
* | Fix "make test" using the LD_LIBRARY_PATH for selftest script so | Gerald (Jerry) Carter | 2007-12-21 | 1 | -0/+4 |
| | | | | smbd can locate the libwbclient library (if neccessary). | ||||
* | Add files for new LGPL libwbclient DSO implementing the Winbind client API | Gerald (Jerry) Carter | 2007-12-21 | 1 | -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 -s | Stefan Metzmacher | 2007-12-14 | 3 | -3/+3 |
| | | | | metze | ||||
* | selftest: disable wbinfo tests | Stefan Metzmacher | 2007-12-14 | 1 | -1/+1 |
| | | | | | | wbinfo needs to take --config-file to work... metze | ||||
* | selftest: add a bunch of wbinfo based tests for winbindd | Stefan Metzmacher | 2007-12-14 | 2 | -0/+49 |
| | | | | metze | ||||
* | selftest: move workgroup name into WORKGROUP envvar | Stefan Metzmacher | 2007-12-14 | 1 | -2/+3 |
| | | | | metze | ||||
* | Forgot build options was generated... fix. | Jeremy Allison | 2007-12-10 | 1 | -12/+12 |
| | | | | Jeremy. | ||||
* | make test: try to get a more portable way to get UID and GID | Stefan Metzmacher | 2007-11-09 | 1 | -2/+2 |
| | | | | metze | ||||
* | make test: start winbindd | Stefan Metzmacher | 2007-11-09 | 2 | -1/+70 |
| | | | | metze | ||||
* | we don't have build-farm specific tests anymore | Stefan Metzmacher | 2007-11-09 | 1 | -4/+1 |
| | | | | metze | ||||
* | make test: activate nss_wrapper for make test | Stefan Metzmacher | 2007-11-09 | 1 | -3/+28 |
| | | | | metze | ||||
* | add '_PUBLIC_' prototypes into proto.h | Stefan Metzmacher | 2007-11-08 | 1 | -2/+2 |
| | | | | | | this makes merging samba4 code easier... metze | ||||
* | Fix some cases where file_set_dosmode was being passed | Jeremy Allison | 2007-10-31 | 1 | -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 interesting | Jeremy Allison | 2007-10-18 | 2 | -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 Metzmacher | 2007-10-18 | 1 | -3/+3 |
| | | | | metze | ||||
* | make gdb_backtrace executable | Stefan Metzmacher | 2007-10-18 | 1 | -0/+0 |
| | | | | metze | ||||
* | prepare the mkversion.sh infrastructure for git branches in the build-farm | Stefan Metzmacher | 2007-10-11 | 1 | -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-test | Gerald (Jerry) Carter | 2007-10-10 | 11 | -43/+419 |
| | |||||
* | r25418: fix generation of git revision calculation | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
| | | | | metze | ||||
* | r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba ↵ | Jelmer Vernooij | 2007-10-10 | 7 | -416/+38 |
| | | | | 4's selftest code. See the mailing list for details. | ||||
* | r25317: Activate raw-samba3rootdirfid | Volker Lendecke | 2007-10-10 | 1 | -0/+1 |
| | |||||
* | r25125: create prototypes for 'bool ' functions | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
| | | | | metze | ||||
* | r25104: Fix extra lines added by mistake. | Jeremy Allison | 2007-10-10 | 1 | -2/+2 |
| | | | | Jeremy. | ||||
* | r25102: Rewrite msdfs code to use talloced filenames. Passes make test | Jeremy Allison | 2007-10-10 | 1 | -0/+3 |
| | | | | | | and make valgrindtest. Final step will be to change srvstr_get_path() to return talloced memory in the major codepaths. Jeremy. |