ab/samba.git/.git
15 years agoRemove unused import, function.
Jelmer Vernooij [Tue, 10 Jun 2008 22:10:43 +0000 (00:10 +0200)]
Remove unused import, function.
(This used to be commit f134a701e7c2d64a684d55691fd66e2aaeb15812)

15 years agoAdd working Python bindings for NBT.
Jelmer Vernooij [Tue, 10 Jun 2008 22:05:58 +0000 (00:05 +0200)]
Add working Python bindings for NBT.
(This used to be commit 9c88f5e1de9db34751f16c2247fa91ae2445c5f7)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixmodulesdir
Jelmer Vernooij [Tue, 10 Jun 2008 13:05:41 +0000 (15:05 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixmodulesdir
(This used to be commit 74e1dd28f2f669bc196dc16b68c8b175bf835721)

15 years agoFix variables used in configure.
Jelmer Vernooij [Tue, 10 Jun 2008 12:52:17 +0000 (14:52 +0200)]
Fix variables used in configure.
(This used to be commit 9a58d9138af51dec6eab832a78506e93a86c34c5)

15 years agoRevert "Add configure test for vdeplug library."
Stefan Metzmacher [Tue, 10 Jun 2008 07:52:04 +0000 (09:52 +0200)]
Revert "Add configure test for vdeplug library."

This reverts commit 89590d7dfe0735093a4a5b66eeed9276df043ac9.

We don't need this yet and currently config.m4 is also used
by samba3 which bail out with the check in it, as it doesn't
know about the SMB_EXT_LIB() macro

metze
(This used to be commit bd0ec1754e6e187d421a718410ecd7c21922aa8b)

15 years agoFix initialization warnings.
Jeremy Allison [Fri, 21 Dec 2007 20:11:23 +0000 (12:11 -0800)]
Fix initialization warnings.
Jeremy.
(cherry picked from commit 832c093830cb3978641be3d87670fa900105da25)
(This used to be commit 3a4198b1181d6b97804afebbb91dac5a8242f615)

15 years agoSome C++ warnings
Stefan Metzmacher [Tue, 10 Jun 2008 07:13:08 +0000 (09:13 +0200)]
Some C++ warnings
(partialy cherry picked from commit 5ab82d4f574f2a2e2761e9e414c66a70aeffb05d)

metze
(This used to be commit 4933cd49ac81454cbd4b0fc33d888585a9437b9d)

15 years agosocket_wrapper: truncate packets to a 1500 byte payload
Stefan Metzmacher [Tue, 10 Jun 2008 06:33:24 +0000 (08:33 +0200)]
socket_wrapper: truncate packets to a 1500 byte payload

Truncate sendto(), recvfrom(), send() and recv() to 1500 bytes
so that're getting a correctly formatted pcap file and the result
look more like real network traffic.

metze
(This used to be commit 5b01206f1bb2e62c08bda34b45904ec4f83ac5de)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett [Tue, 10 Jun 2008 03:19:56 +0000 (13:19 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 1d52d9cc70158dbe30325220aa5c1e6203c8b72b)

15 years agoTone down the warnings in the WHATSNEW.
Andrew Bartlett [Tue, 10 Jun 2008 02:54:45 +0000 (12:54 +1000)]
Tone down the warnings in the WHATSNEW.

Also fix some things up for the next release.

Andrew Bartlett
(This used to be commit 4ae5c1a8bd43aa04ce54d72a318c7f445e0e5027)

15 years agoheimdal_build: rename config.m{k,4} => internal.m{k,4}
Stefan Metzmacher [Thu, 5 Jun 2008 19:13:23 +0000 (19:13 +0000)]
heimdal_build: rename config.m{k,4} => internal.m{k,4}

metze
(This used to be commit 33700d4a97e14aab1b45b3ddb8c80c48cd789bc6)

15 years agoconfigure: we require autoconf 2.54
Stefan Metzmacher [Mon, 9 Jun 2008 08:42:07 +0000 (10:42 +0200)]
configure: we require autoconf 2.54

I've tested with autoconf from 2.53 to 2.62.

metze
(This used to be commit 0dbacbf8be0eacaa4db6477873b7512f7261ef4c)

15 years agolibreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if required
Stefan Metzmacher [Mon, 9 Jun 2008 08:39:48 +0000 (10:39 +0200)]
libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if required

This fixes ./autogen.sh with autoconf-2.62

metze
(This used to be commit 72bb01dda4d425528e28cd96e249595dc6c1952f)

15 years agolibreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_
Stefan Metzmacher [Mon, 9 Jun 2008 08:38:09 +0000 (10:38 +0200)]
libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_

AC_CACHE_VAL() variables must contain _cv_ to be cached.

metze
(This used to be commit 67e43860b4973a458676b36785570bb4a66e046a)

15 years agobuild/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_
Stefan Metzmacher [Mon, 9 Jun 2008 08:37:12 +0000 (10:37 +0200)]
build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_

AC_CACHE_VAL() variables must contain _cv_ to be cached.

metze
(This used to be commit 0241af873fdefd5856932190ca0019a2d3c05703)

15 years agoMake it possible to disable gnutls at configure time,
Simo Sorce [Sun, 8 Jun 2008 23:16:26 +0000 (19:16 -0400)]
Make it possible to disable gnutls at configure time,
until someone will finally decide to fix it.
(This used to be commit 0671dce355432a2a4c08ab010831eadd73e4561e)

15 years agoAdd more docstrings in tdb.
Jelmer Vernooij [Sun, 8 Jun 2008 02:20:26 +0000 (04:20 +0200)]
Add more docstrings in tdb.
(This used to be commit 3d798a1440603b7929955f2120f09ba1482885a1)

15 years agofixed for per session session_key here too
Andrew Tridgell [Sat, 7 Jun 2008 18:10:23 +0000 (11:10 -0700)]
fixed for per session session_key here too
(This used to be commit abcbce004c99a2c62aa8c7a7cfc8ac5b5cfeb7dd)

15 years agomake signing per session in the SMB2 client library
Andrew Tridgell [Sat, 7 Jun 2008 15:30:51 +0000 (08:30 -0700)]
make signing per session in the SMB2 client library

Thanks to Metze for spotting this
(This used to be commit e9fd9b821c04d1cb7b574f539dd8169611e662aa)

15 years agofixed mandatory signing
Andrew Tridgell [Sat, 7 Jun 2008 15:14:25 +0000 (08:14 -0700)]
fixed mandatory signing

Metze pointed out that if signing is mandatory in the server then we
need to reject packets without the signed flag if the packet contains
a session id.
(This used to be commit 056f16e664e581bab1c07759e99ad4f6685c58eb)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Sat, 7 Jun 2008 05:11:00 +0000 (22:11 -0700)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit 8e96f2edb003d997e71e9e237463882696279d0f)

15 years agoadded server side SMB2 signing
Andrew Tridgell [Sat, 7 Jun 2008 05:10:30 +0000 (22:10 -0700)]
added server side SMB2 signing
(This used to be commit 8e919dcb0826a5b25d037ee6144af5f7cb21f3ae)

15 years agohandle NULL fields in blob comparison
Andrew Tridgell [Fri, 6 Jun 2008 17:54:17 +0000 (10:54 -0700)]
handle NULL fields in blob comparison
(This used to be commit 0643b5a2bfc401d8318964241ad522eb427a170e)

15 years agoensure we don't end up with a partially initialised EA structure
Andrew Tridgell [Fri, 6 Jun 2008 17:53:00 +0000 (10:53 -0700)]
ensure we don't end up with a partially initialised EA structure
(This used to be commit 388f4fde3655146bf57b4c51c59c39f475aa7fe8)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Jelmer Vernooij [Thu, 5 Jun 2008 20:03:17 +0000 (22:03 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit dcdfee611ccc0ae798e3eea2cfdf3c7642dc5677)

15 years agoAdd convenience function for creating nbt sockets in torture.
Jelmer Vernooij [Thu, 5 Jun 2008 20:02:41 +0000 (22:02 +0200)]
Add convenience function for creating nbt sockets in torture.
(This used to be commit 1e6bfb1aa7eba1b92ee4bfb318ba843752a993a9)

15 years agoanother SMB2-LOCK fix now that we know that the UNLOCK flag is only
Andrew Tridgell [Thu, 5 Jun 2008 00:52:13 +0000 (17:52 -0700)]
another SMB2-LOCK fix now that we know that the UNLOCK flag is only
honoured on the first lock in a set
(This used to be commit c014ffabc65c30a6b83c8f9f9f9a80bb79333f59)

15 years agofixed SMB2-LOCK test for new semantics (from docs)
Andrew Tridgell [Wed, 4 Jun 2008 20:04:48 +0000 (13:04 -0700)]
fixed SMB2-LOCK test for new semantics (from docs)
(This used to be commit d4d4d62939e325f8529b11fcd2d490e8f63293b0)

15 years agocopied the Heimdal sha256 functions into lib/crypto to avoid a link
Andrew Tridgell [Wed, 4 Jun 2008 16:42:55 +0000 (09:42 -0700)]
copied the Heimdal sha256 functions into lib/crypto to avoid a link
error

Hopefully we can remove this again later
(This used to be commit fa2ecfea7a1acc388a86e8fba5b42df7925c9045)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Wed, 4 Jun 2008 16:25:16 +0000 (09:25 -0700)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit d206517f90ac02e829193c5a17e5df25059cf18d)

15 years agokdc: we don't need any *_locl.h header from heimdal in the kdc
Stefan Metzmacher [Wed, 4 Jun 2008 13:39:17 +0000 (15:39 +0200)]
kdc: we don't need any *_locl.h header from heimdal in the kdc

metze
(This used to be commit feca16dd6d03730b4a67adf5d912ba2d5e1a3025)

15 years agolib/crypto: remove unused sha1 and hmac-sha1 code
Stefan Metzmacher [Wed, 4 Jun 2008 06:54:42 +0000 (08:54 +0200)]
lib/crypto: remove unused sha1 and hmac-sha1 code

metze
(This used to be commit 2c8904be3bac2c696712cc3160fe95d62afde43a)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Tue, 3 Jun 2008 22:11:42 +0000 (15:11 -0700)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit 9d74201e462f2f95ed5bd91200681db3bd2a9277)

15 years agoAlign the Python and EJS ldap tests.
Andrew Bartlett [Tue, 3 Jun 2008 13:27:22 +0000 (23:27 +1000)]
Align the Python and EJS ldap tests.

We should now (need to review and compare them once more) be able to
remove ldap.js (and once samba3sam.js is done, smbscript).

Andrew Bartlett
(This used to be commit f65e43e9456e8e951d172779cba53ab417114b20)

15 years agoselftest: don't skip BASE-DELAYWRITE
Stefan Metzmacher [Mon, 5 May 2008 11:10:02 +0000 (13:10 +0200)]
selftest: don't skip BASE-DELAYWRITE

metze
(This used to be commit 03f43a9a91bffd60de8f59f8fb717505a428d070)

15 years agoselftest: pass torture:writetimeupdatedelay to smbtorture
Stefan Metzmacher [Mon, 5 May 2008 11:06:54 +0000 (13:06 +0200)]
selftest: pass torture:writetimeupdatedelay to smbtorture

metze
(This used to be commit c285b540cb1c2b554a85ef08a4280f544d9d20cc)

15 years agoselftest: set posix:writetimeupdatedelay
Stefan Metzmacher [Tue, 3 Jun 2008 09:06:33 +0000 (11:06 +0200)]
selftest: set posix:writetimeupdatedelay

metze

Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 62030027d1ab735fb9c590fafb0887dc882662d1)

15 years agopvfs: use utimes() instead of utime() to get better timestamp resolution
Stefan Metzmacher [Tue, 3 Jun 2008 11:32:04 +0000 (13:32 +0200)]
pvfs: use utimes() instead of utime() to get better timestamp resolution

Note: that libreplace always provides utimes()

metze
(This used to be commit 61bad69e2d7f84e2c6d6fb82917cfa86b17f54b0)

15 years agopvfs_close: correctly handle the write time updates passed by close()
Stefan Metzmacher [Thu, 8 May 2008 20:16:55 +0000 (22:16 +0200)]
pvfs_close: correctly handle the write time updates passed by close()

metze
(This used to be commit 7f033ce4fb6fc897f8159926d5a6d2e45dd447b6)

15 years agopvfs: correctly set the write time in the handle destructor
Stefan Metzmacher [Tue, 3 Jun 2008 09:54:21 +0000 (11:54 +0200)]
pvfs: correctly set the write time in the handle destructor

metze
(This used to be commit 58c118ab4d2b76c4ea68d79b711b81900634f767)

15 years agopvfs_setfileinfo: update the write time in the opendb
Stefan Metzmacher [Tue, 3 Jun 2008 09:47:12 +0000 (11:47 +0200)]
pvfs_setfileinfo: update the write time in the opendb

metze
(This used to be commit 418e2592b48d558ff1d32031d64263ae21cf1eb0)

15 years agopvfs: trigger a write time update 2 seconds after the first write
Stefan Metzmacher [Tue, 3 Jun 2008 09:36:08 +0000 (11:36 +0200)]
pvfs: trigger a write time update 2 seconds after the first write

metze
(This used to be commit c8e15d4c185f18322a882aa908939fa9d0e341a0)

15 years agopvfs: add posix:writetimeupdatedelay option
Stefan Metzmacher [Tue, 3 Jun 2008 09:34:10 +0000 (11:34 +0200)]
pvfs: add posix:writetimeupdatedelay option

metze
(This used to be commit c3ba19ca62affced96b927fcbe63cf5d075aed22)

15 years agopvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendb
Stefan Metzmacher [Mon, 5 May 2008 10:18:47 +0000 (12:18 +0200)]
pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendb

By default get the current write time from the opendb,
but allow callers to pass PVFS_RESOLVE_NO_OPENDB
for performance reasons, if they don't need to the write time.

metze
(This used to be commit def52cc0988c26a815e74b3391e5857512408d90)

15 years agoopendb: add write time handling
Stefan Metzmacher [Tue, 15 Apr 2008 14:00:42 +0000 (16:00 +0200)]
opendb: add write time handling

metze
(This used to be commit 3868d8ce630c71e2c70aae442fcdbd68ba1eb708)

15 years agoBASE-DELAYWRITE: fix test on filesystem without high resolution timestamps
Stefan Metzmacher [Tue, 3 Jun 2008 12:01:02 +0000 (14:01 +0200)]
BASE-DELAYWRITE: fix test on filesystem without high resolution timestamps

metze
(This used to be commit fde9880f9943897549859037b0fc9341d3a032f7)

15 years agoBASE-DELAYWRITE: add missing time checks to make sure the server has updated the...
Stefan Metzmacher [Mon, 5 May 2008 13:05:41 +0000 (15:05 +0200)]
BASE-DELAYWRITE: add missing time checks to make sure the server has updated the write time

metze
(This used to be commit 9c004df8910c07d75bb3f75d7c3cfba9f9c94f51)

15 years agoOn the road to alpha5...
Andrew Bartlett [Tue, 3 Jun 2008 05:14:09 +0000 (15:14 +1000)]
On the road to alpha5...
(This used to be commit e9bc72495affb31e5c3d25be7e86d51659333374)

15 years agoMerge branch 'v4-0-stable' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett [Tue, 3 Jun 2008 05:13:28 +0000 (15:13 +1000)]
Merge branch 'v4-0-stable' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 7e24ec1430cc14c732ad78f3ce8869931996f6b7)

15 years agoSMB2 signing now works. The spec was wrong (and will be fixed in the
Andrew Tridgell [Tue, 3 Jun 2008 04:29:27 +0000 (14:29 +1000)]
SMB2 signing now works. The spec was wrong (and will be fixed in the
next version)
(This used to be commit 436cb17b869e2d6cc57936ccc5e81680fb992341)

15 years agoRemove outdated README
Andrew Bartlett [Tue, 3 Jun 2008 04:11:40 +0000 (14:11 +1000)]
Remove outdated README
(This used to be commit f9ef7009bc73e3ee27f0ef32d6983bc9286d7e4d)

15 years agoI probably should warn about GnuTLS bad mojo...
Andrew Bartlett [Tue, 3 Jun 2008 02:02:20 +0000 (12:02 +1000)]
I probably should warn about GnuTLS bad mojo...

Andrew Bartlett
(This used to be commit 841e4029b4c03d6a64ba20d906a136679ffaac01)

15 years agoMark as the real Samba4 alpha4 release.
Andrew Bartlett [Tue, 3 Jun 2008 01:34:16 +0000 (11:34 +1000)]
Mark as the real Samba4 alpha4 release.
(This used to be commit c2eb3529555968055deae4ca7d25ab3e4f84e864)

15 years agoClarify that our build farm status really sucks at the moment...
Andrew Bartlett [Tue, 3 Jun 2008 01:33:29 +0000 (11:33 +1000)]
Clarify that our build farm status really sucks at the moment...

Andrew Bartlett
(This used to be commit f68e9efd3c9a2b6609d678c6701ae46566b539a7)

15 years agosetpassword should be executable
Andrew Tridgell [Mon, 2 Jun 2008 23:36:46 +0000 (09:36 +1000)]
setpassword should be executable
(This used to be commit b8f2e6321dd06508f9cc48e8d76d20232cb7d60e)

15 years agoit is not valid to set a UNLOCK flag on a lock request
Andrew Tridgell [Mon, 2 Jun 2008 23:36:02 +0000 (09:36 +1000)]
it is not valid to set a UNLOCK flag on a lock request
(This used to be commit 63f315572969e7fc52bdc7c0b38eaaee736d5e2a)

15 years agokrb5_init_sec_context: skip the token header when GSS_C_DCE_STYLE is specified
Stefan Metzmacher [Mon, 2 Jun 2008 14:27:44 +0000 (16:27 +0200)]
krb5_init_sec_context: skip the token header when GSS_C_DCE_STYLE is specified

Windows (and heimdal) accepts packets with token header
in the server, but it doesn't match the windows client.
We now match the windows client and that fixes
also the display in wireshark.

metze
(This used to be commit 58f66184f0f732a78e86bbb0f3c29e920f086d08)

15 years agoFix WHATSNEW.
Andrew Bartlett [Mon, 2 Jun 2008 11:05:56 +0000 (21:05 +1000)]
Fix WHATSNEW.

In particular, I can't find the DCOM code, so presumably it's still in
a branch.

Andrew Bartlett
(This used to be commit 00ad3f8a6dfb742113c1eeedb4c9a81b0a64947e)

15 years agoFirst draft of a WHATSNEW for a new release.
Andrew Bartlett [Mon, 2 Jun 2008 07:28:36 +0000 (17:28 +1000)]
First draft of a WHATSNEW for a new release.

I'm sure I've missed a lot of work - patches welcome!

Andrew Bartlett
(This used to be commit d971f01623c8570c8f723e89dfe9adb8aa798b30)

15 years agomore updates for new info levels
Andrew Tridgell [Mon, 2 Jun 2008 01:05:06 +0000 (11:05 +1000)]
more updates for new info levels
(This used to be commit 85d1873ee92fcc7df3addc42ddb8189144901f8b)

15 years agoremove a pstring
Andrew Tridgell [Mon, 2 Jun 2008 01:04:46 +0000 (11:04 +1000)]
remove a pstring
(This used to be commit 12ecd7f4b8934e3e11e8b6019b92b82a53e55b96)

15 years agoremove unused macros
Andrew Tridgell [Mon, 2 Jun 2008 01:04:36 +0000 (11:04 +1000)]
remove unused macros
(This used to be commit 7a1877db15e6a57f0f057dcf5da6609b9bdeef51)

15 years agosmbpid is 32 bit, and update SMB2 locking per MS-SMB2
Andrew Tridgell [Mon, 2 Jun 2008 01:04:13 +0000 (11:04 +1000)]
smbpid is 32 bit, and update SMB2 locking per MS-SMB2

The UNLOCK bit is only used from the first lock structure
(This used to be commit 9483b7c137b61d3029a1e1e7d8d8d0723b541129)

15 years agosmbpid needs to be 32 bit now to cope with SMB2
Andrew Tridgell [Mon, 2 Jun 2008 01:03:19 +0000 (11:03 +1000)]
smbpid needs to be 32 bit now to cope with SMB2
(This used to be commit a2854fd6eaf097b5a9a562e0b8f1a599485fec42)

15 years agoupdated some info levels based on WSPP docs
Andrew Tridgell [Mon, 2 Jun 2008 01:02:57 +0000 (11:02 +1000)]
updated some info levels based on WSPP docs
(This used to be commit f84620324a8cebcd2fd19388d910928ca1ad1334)

15 years agofixed a warning
Andrew Tridgell [Mon, 2 Jun 2008 01:02:37 +0000 (11:02 +1000)]
fixed a warning
(This used to be commit 7a8ee50105265a4da1f2b89144094f2269c6b119)

15 years agocheck for requested buffer size in getinfo call
Andrew Tridgell [Sat, 31 May 2008 03:39:51 +0000 (13:39 +1000)]
check for requested buffer size in getinfo call
(This used to be commit ed8f16379d01d3dffd2645e2b275aa27507dfec9)

15 years agomore useful output in scan
Andrew Tridgell [Sat, 31 May 2008 03:39:34 +0000 (13:39 +1000)]
more useful output in scan
(This used to be commit 70569a78cf3443ce5c0b0a28dcd17a3031d8aa55)

15 years agoRevert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c
Andrew Bartlett [Fri, 30 May 2008 22:35:55 +0000 (08:35 +1000)]
Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c

This commit broke the build, because not all files (libreplace, popt)
were updated.

Andrew Bartlett
(This used to be commit 3faacf4351d68a10aea78b53768571d2059772ae)

15 years agoFix samdb python test.
Jelmer Vernooij [Fri, 30 May 2008 12:15:40 +0000 (14:15 +0200)]
Fix samdb python test.
(This used to be commit 0e3d488cc108174ca0f875aab16b9771c2933f19)

15 years agoAdd header to knownfail file.
Jelmer Vernooij [Fri, 30 May 2008 12:13:23 +0000 (14:13 +0200)]
Add header to knownfail file.
(This used to be commit 307674b6c03e6cfbba590d50d994bfaaa7bfeb87)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs
Jelmer Vernooij [Fri, 30 May 2008 10:18:07 +0000 (12:18 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs

Conflicts:

source/samba4-skip
(This used to be commit 7b0e0eb346c2f6a240b20fbcf14029539c6512b9)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett [Fri, 30 May 2008 07:26:42 +0000 (17:26 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 31308caad0a83a487341307e4e810a69c08ff371)

15 years agoSkip the samba4.samdb.python test.
Andrew Bartlett [Fri, 30 May 2008 07:23:56 +0000 (17:23 +1000)]
Skip the samba4.samdb.python test.

I'll need to talk to jelmer about why this doesn't work...

Andrew Bartlett
(This used to be commit 75122e88e53aaa9930af85887e939fb329f51e2d)

15 years agoimplemented client side SMB2 signing
Andrew Tridgell [Fri, 30 May 2008 07:03:54 +0000 (17:03 +1000)]
implemented client side SMB2 signing

This doessn't work against Windows yet, and I've submitted a WSPP
request for clarification of the docs to try and find out
why. Meanwhile this is no worse than what we had, as it only gets used
when the server demands signing, and we didn't work then anyway.
(This used to be commit b788096add3586d7277efcd3bf5ca7f3a604cb7a)

15 years agotwo more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()
Andrew Tridgell [Fri, 30 May 2008 06:19:22 +0000 (16:19 +1000)]
two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()
(This used to be commit db6122ec104e80ee2e02b1170ff808b6456b780b)

15 years agofixed a segv in the python messaging code on 64 bit systems
Andrew Tridgell [Fri, 30 May 2008 06:11:07 +0000 (16:11 +1000)]
fixed a segv in the python messaging code on 64 bit systems
(This used to be commit 7598c8389745fcc77da341b4af2dcef6a01db700)

15 years agoFix the samba4.dcerpc.bare.python test.
Andrew Bartlett [Fri, 30 May 2008 05:26:10 +0000 (15:26 +1000)]
Fix the samba4.dcerpc.bare.python test.

The loadparm context isn't really optional, as otherwise we can't find
the right server to connect to.

Andrew Bartlett
(This used to be commit 2b5acb5e95b46dd39c6f54b5bb7e15ddb180f7ec)

15 years agoPlace the NTP signd socket in the selftest area
Andrew Bartlett [Fri, 30 May 2008 05:21:40 +0000 (15:21 +1000)]
Place the NTP signd socket in the selftest area
(This used to be commit e2fa3788110698cd3340dfed8acd36744a27a5e5)

15 years agoFix rpcecho test.
Andrew Bartlett [Fri, 30 May 2008 05:09:59 +0000 (15:09 +1000)]
Fix rpcecho test.
(This used to be commit df8399ba9dee9d1c706a3e56451c9f2cade96dae)

15 years agoReorder the linking of objects into a binary.
Andrew Bartlett [Fri, 30 May 2008 04:58:47 +0000 (14:58 +1000)]
Reorder the linking of objects into a binary.

The hope here is to get 'main' closer to the front of the binary,
which might help linking of PPC with gcov (we were overflowing the
24bit limit on the TOC)

Andrew Bartlett
(This used to be commit 7646574411b753794f1b8712612a91940407f8d7)

15 years agoDon't pass an smb.conf to provision tests.
Andrew Bartlett [Fri, 30 May 2008 04:36:24 +0000 (14:36 +1000)]
Don't pass an smb.conf to provision tests.

These tests will create their own smb.conf in their prefix anyway.

Andrew Bartlett
(This used to be commit c0322e8e27d67655b7498b27df0829aa5682a345)

15 years agoFix up provision and samdb tests.
Andrew Bartlett [Fri, 30 May 2008 04:26:47 +0000 (14:26 +1000)]
Fix up provision and samdb tests.

This fixes up the provision to operate with a target directory - it
must override the smb.conf in this case.

Andrew Bartlett
(This used to be commit 89fc39f7edb214065aff461bc225f41443eae3c7)

15 years agoMake sure reason for skipping is output.
Jelmer Vernooij [Fri, 30 May 2008 02:12:39 +0000 (04:12 +0200)]
Make sure reason for skipping is output.
(This used to be commit 2d1cac54dec1aed9e5258bd44bdd236b5dc92224)

15 years agoMove CFLAGS handling out of smb_build.
Jelmer Vernooij [Fri, 30 May 2008 00:07:28 +0000 (02:07 +0200)]
Move CFLAGS handling out of smb_build.
(This used to be commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett [Thu, 29 May 2008 21:55:29 +0000 (07:55 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit cd10b381765f9146f22f5cf23f0ef5f6a65e804d)

15 years agoRemove test from samba4-skip, it is avoided in samba4_tests.sh
Andrew Bartlett [Thu, 29 May 2008 21:54:09 +0000 (07:54 +1000)]
Remove test from samba4-skip, it is avoided in samba4_tests.sh

Andrew Bartlett
(This used to be commit df8c0bb8f9367b425080a43ed6f1d3384dde340b)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Thu, 29 May 2008 21:50:22 +0000 (07:50 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit d335fd11637f5e138b08a5e0fcf54b19cef9a646)

15 years agothe docs shows that this is a o16s32 blob
Andrew Tridgell [Thu, 29 May 2008 21:28:53 +0000 (07:28 +1000)]
the docs shows that this is a o16s32 blob
(This used to be commit a6d28e2b330a20e95b745966bb5eb153bdc58ed1)

15 years agodon't emulate broken SMB2 locking behaviour from windows
Andrew Tridgell [Thu, 29 May 2008 21:28:29 +0000 (07:28 +1000)]
don't emulate broken SMB2 locking behaviour from windows
(This used to be commit c50e7a15f9a7f2c5821b5ee468f9ade6eaa0ed55)

15 years agoAdd samba4-slow file listing tests that succeed but are just slow.
Jelmer Vernooij [Thu, 29 May 2008 16:19:19 +0000 (18:19 +0200)]
Add samba4-slow file listing tests that succeed but are just slow.

Added a 'make slowtest' target that does run these tests.

Also added some comments in the test lists files.
(This used to be commit f67f3422b0fd319a3c6d3ccb3ea444a97c3ebaae)

15 years agoAllow full-line comments in include/exclude files.
Jelmer Vernooij [Thu, 29 May 2008 16:17:42 +0000 (18:17 +0200)]
Allow full-line comments in include/exclude files.
(This used to be commit 4095f3c358a39d9eb8a1bcef52e49d44ea8fbd2a)

15 years agoFix samdb test and enable it.
Jelmer Vernooij [Thu, 29 May 2008 15:38:12 +0000 (17:38 +0200)]
Fix samdb test and enable it.
(This used to be commit 6b202d3780f8ff50e0bdfa4a749c43b5639e4880)

15 years agoUpdate after changes to the provision API, make sure temp dir gets cleaned
Jelmer Vernooij [Thu, 29 May 2008 15:31:16 +0000 (17:31 +0200)]
Update after changes to the provision API, make sure temp dir gets cleaned
up.
(This used to be commit 064e9ddb3786bd7df8785b39754b1e6674496b66)

15 years agoCheck test directory is cleaned up by Python tests.
Jelmer Vernooij [Thu, 29 May 2008 15:29:56 +0000 (17:29 +0200)]
Check test directory is cleaned up by Python tests.
(This used to be commit c338269b4b9f2bf4d3386880c1d733a8e47e2c8d)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs
Jelmer Vernooij [Thu, 29 May 2008 13:51:24 +0000 (15:51 +0200)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs
(This used to be commit 3947327f8c4ca530d99bc5ac3d1f6f54727f477a)

15 years agoFix extra dash in command line flag.
Jelmer Vernooij [Thu, 29 May 2008 13:50:52 +0000 (15:50 +0200)]
Fix extra dash in command line flag.
(This used to be commit c823cfadb0b20a0782fc4a8a0b63dcb9116f82be)

15 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Thu, 29 May 2008 12:23:25 +0000 (22:23 +1000)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit e728596eec2157eefb1fe72789284567f3880388)

15 years agodon't mask out SEC_FILE_READ_ATTRIBUTE on SMB2
Andrew Tridgell [Thu, 29 May 2008 12:22:42 +0000 (22:22 +1000)]
don't mask out SEC_FILE_READ_ATTRIBUTE on SMB2
(This used to be commit 1dfa50a48040bdc1166be2dbe1063fd8a79166f8)

15 years agomerged gentest.c and gentest_smb2.c
Andrew Tridgell [Thu, 29 May 2008 11:32:08 +0000 (21:32 +1000)]
merged gentest.c and gentest_smb2.c

The one gentest tool now covers both SMB and SMB2, using the command
line switch --smb2 for SMB2
(This used to be commit d1125a303a31fbe08a9bd0064ec132b4d7cbb131)