1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-19 04:23:48 +03:00
Commit Graph

421 Commits

Author SHA1 Message Date
Jeremy Allison
c3f3ec5cd5 "Desting" -> "Testing"
Jeremy.
2008-01-04 19:34:43 -08:00
Jeremy Allison
c84f2234fe Try and fix scripting errors.
Jeremy
2008-01-04 19:12:29 -08:00
Jeremy Allison
0356f0efc4 Try and fix the buildfarm. There's a scripting error and
I'm hoping this is it...
Jeremy.
2008-01-04 19:09:46 -08:00
Jeremy Allison
c580023501 Better way of testing enc.
Jeremy.
2008-01-04 16:58:23 -08:00
Jeremy Allison
deeeae3ee9 Added -e tests for S3 smbtorture.
Jeremy.
2008-01-04 16:09:48 -08:00
Volker Lendecke
8ba3b8cf7a Attempt to fix the AIX make test failures
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
2007-12-29 13:17:01 +01:00
Stefan Metzmacher
f5570dcf50 selftest: also export LD_LIBRARY_PATH for samba4's smbtorture
metze
2007-12-23 20:09:16 +01:00
Volker Lendecke
04710626e1 Attempt to make the build farm run s4torture again 2007-12-23 16:38:28 +01:00
Michael Adam
2fe111c19b Fix typo in output.
Michael
2007-12-23 01:34:20 +01:00
Gerald (Jerry) Carter
481cc9ab6a Fix "make test" using the LD_LIBRARY_PATH for selftest script so
smbd can locate the libwbclient library (if neccessary).
2007-12-21 13:50:13 -06:00
Gerald (Jerry) Carter
83d274b460 Add files for new LGPL libwbclient DSO implementing the Winbind client API
(based on the winbind_struct_protocol.h).

The API in incomplete, but sufficient to merge.  See wbclienbt.h for the i
interface functions.
2007-12-21 11:58:04 -06:00
Stefan Metzmacher
56251f7852 selftest: reenable wbinfo tests and pass --configfile instead of -s
metze
2007-12-14 19:39:49 +01:00
Stefan Metzmacher
a8a74fc88c selftest: disable wbinfo tests
wbinfo needs to take --config-file to work...

metze
2007-12-14 18:02:05 +01:00
Stefan Metzmacher
88b6d2c0e8 selftest: add a bunch of wbinfo based tests for winbindd
metze
2007-12-14 16:56:10 +01:00
Stefan Metzmacher
8ace8fa82c selftest: move workgroup name into WORKGROUP envvar
metze
2007-12-14 16:19:18 +01:00
Jeremy Allison
d78e081043 Forgot build options was generated... fix.
Jeremy.
2007-12-10 11:37:20 -08:00
Stefan Metzmacher
0dc2d7ec01 make test: try to get a more portable way to get UID and GID
metze
2007-11-09 14:36:20 +01:00
Stefan Metzmacher
8ad4287cca make test: start winbindd
metze
2007-11-09 09:53:03 +01:00
Stefan Metzmacher
bb125f3e08 we don't have build-farm specific tests anymore
metze
2007-11-09 09:53:03 +01:00
Stefan Metzmacher
02cfd28362 make test: activate nss_wrapper for make test
metze
2007-11-09 09:53:02 +01:00
Stefan Metzmacher
005909726e add '_PUBLIC_' prototypes into proto.h
this makes merging samba4 code easier...

metze
2007-11-08 14:34:02 +01:00
Jeremy Allison
39d265375c Fix some cases where file_set_dosmode was being passed
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.
2007-10-31 15:45:45 -07:00
Jeremy Allison
f35a266b3c RIP BOOL. Convert BOOL -> bool. I found a few interesting
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
2007-10-18 17:40:25 -07:00
Stefan Metzmacher
d70ddad2e8 don't skip some tests which samba3 passes (at least on my laptop)
metze
2007-10-18 11:05:56 +02:00
Stefan Metzmacher
f694df1919 make gdb_backtrace executable
metze
2007-10-18 11:05:47 +02:00
Stefan Metzmacher
1bf4c7fb20 prepare the mkversion.sh infrastructure for git branches in the build-farm
metze
2007-10-11 12:27:38 +02:00
Gerald (Jerry) Carter
5c6c8e1fe9 [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
Stefan Metzmacher
43df4928ec r25418: fix generation of git revision calculation
metze
2007-10-10 12:31:04 -05:00
Jelmer Vernooij
bdc831ddb3 r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba 4's selftest code. See the mailing list for details. 2007-10-10 12:31:03 -05:00
Volker Lendecke
1cbe40b27c r25317: Activate raw-samba3rootdirfid 2007-10-10 12:30:58 -05:00
Stefan Metzmacher
5afa66970e r25125: create prototypes for 'bool ' functions
metze
2007-10-10 12:30:42 -05:00
Jeremy Allison
a28a35f9cd r25104: Fix extra lines added by mistake.
Jeremy.
2007-10-10 12:30:40 -05:00
Jeremy Allison
cf6b6f9c3a r25102: Rewrite msdfs code to use talloced filenames. Passes make test
and make valgrindtest. Final step will be to change srvstr_get_path()
to return talloced memory in the major codepaths.
Jeremy.
2007-10-10 12:30:40 -05:00
Stefan Metzmacher
ab15f5c3e7 r24974: catch SIGINT and SIGQUIT like SIGTERM
metze
2007-10-10 12:30:30 -05:00
Volker Lendecke
1f396cc237 r24802: Activate new tests
RAW-SAMBA3CASEINSENSITIVE and RAW-SAMBA3POSIXTIMEDLOCK
2007-10-10 12:30:22 -05:00
Stefan Metzmacher
5514e8487f r24605: remove some stuff samba3 doesn't need any more
metze
2007-10-10 12:30:10 -05:00
Günther Deschner
b310b1dfd6 r24421: Ignore long #defines (like for registry keys).
Guenther
2007-10-10 12:29:44 -05:00
Andrew Tridgell
87c91e4362 r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
Jeremy Allison
c2f7ab1c17 r23780: Find and fix more GPL2 -> GPL3.
Jeremy.
2007-10-10 12:28:21 -05:00
Stefan Metzmacher
e4df2e1c2d r23685: merge from SAMBA_4_0:
Only use the bzr and git information when there's
a .bzr or .git in the top branch directory

I use bzr for my home directory and
bzr version-info in ~/devel/samba/4.0/samba4-git
gives the info about the ~/.bzr branch

metze
2007-10-10 12:23:45 -05:00
Volker Lendecke
0e9aeec370 r23670: Fix mkversion.sh for the git case: Only use the first line where
"commit" occurs
2007-10-10 12:23:44 -05:00
Kai Blin
6566e24c13 r23606: Merge Samba4 mkversion.sh to Samba3. 2007-10-10 12:23:35 -05:00
Gerald Carter
bc422ab5f1 r23599: Add new version of indent script copied from the the Linux
kernel tree.
2007-10-10 12:23:35 -05:00
Gerald Carter
58a68daef0 r23598: Add script for running indent and remove .indent.pro file 2007-10-10 12:23:35 -05:00
Gerald Carter
3fc0bd3e54 r23597: add a few utility scripts for code formatting 2007-10-10 12:23:34 -05:00
Volker Lendecke
b599e5b1e1 r23500: Two changes to survive the now activated test for rename_internals_fsp:
With the target being open we have to return NT_STATUS_ACCESS_DENIED and
root_fid != 0 leads to NT_STATUS_INVALID_PARAMETER
2007-10-10 12:23:22 -05:00
Michael Adam
30d71cf4b8 r23489: (Re-)Add tdbtorture as a build target to 3_0_26.
Add the tdbtorture test to the test script in 3_0 and 3_0_26.

Michael
2007-10-10 12:23:21 -05:00
Volker Lendecke
23ecb5439f r23429: Ooops, sorry.
Revert an accidential checkin of r23410.

Volker
2007-10-10 12:23:15 -05:00
Volker Lendecke
15553d6327 r23410: Merge the core of the cluster code.
I'm 100% certain I've forgotten to merge something, but the main code
should be in. It's mainly in dbwrap_ctdb.c, ctdbd_conn.c and
messages_ctdbd.c.

There should be no changes to the non-cluster case, it does survive make
test on my laptop.

It survives some very basic tests with ctdbd enables, I did not do the
full test suite for clusters yet.

Phew...

Volker
2007-10-10 12:23:14 -05:00
James Peach
190a69b1f9 r23093: Allow modules with the same name but different types. 2007-10-10 12:22:44 -05:00