1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

16719 Commits

Author SHA1 Message Date
Jelmer Vernooij
280c411613 Fix prototype for pthread process model. 2008-06-14 12:14:27 +02:00
Jelmer Vernooij
cd4eddd313 Use variables for source dir of python ldb bindings. 2008-06-11 02:52:43 +02:00
Jelmer Vernooij
22e7bcfbe4 Use variables for source dir of python tdb bindings. 2008-06-11 02:47:09 +02:00
Jelmer Vernooij
d4c06bf333 Add another reason for skipping a testsuite, remove obsolete comment. 2008-06-11 00:11:31 +02:00
Jelmer Vernooij
0f57fcaa2e Clarify error when SWIG can't be found - it's not required unless you
intend to do development.
2008-06-11 00:11:11 +02:00
Jelmer Vernooij
f134a701e7 Remove unused import, function. 2008-06-11 00:10:43 +02:00
Jelmer Vernooij
9c88f5e1de Add working Python bindings for NBT. 2008-06-11 00:05:58 +02:00
Jelmer Vernooij
74e1dd28f2 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixmodulesdir 2008-06-10 15:05:41 +02:00
Jelmer Vernooij
9a58d9138a Fix variables used in configure. 2008-06-10 14:52:17 +02:00
Stefan Metzmacher
bd0ec1754e 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
2008-06-10 09:52:04 +02:00
Jeremy Allison
3a4198b118 Fix initialization warnings.
Jeremy.
(cherry picked from commit 832c093830cb3978641be3d87670fa900105da25)
2008-06-10 09:13:32 +02:00
Stefan Metzmacher
4933cd49ac Some C++ warnings
(partialy cherry picked from commit 5ab82d4f574f2a2e2761e9e414c66a70aeffb05d)

metze
2008-06-10 09:13:08 +02:00
Stefan Metzmacher
5b01206f1b 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
2008-06-10 08:43:02 +02:00
Andrew Bartlett
1d52d9cc70 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local 2008-06-10 13:19:56 +10:00
Andrew Bartlett
4ae5c1a8bd Tone down the warnings in the WHATSNEW.
Also fix some things up for the next release.

Andrew Bartlett
2008-06-10 12:54:45 +10:00
Stefan Metzmacher
33700d4a97 heimdal_build: rename config.m{k,4} => internal.m{k,4}
metze
2008-06-09 11:29:58 +02:00
Stefan Metzmacher
0dbacbf8be configure: we require autoconf 2.54
I've tested with autoconf from 2.53 to 2.62.

metze
2008-06-09 10:54:41 +02:00
Stefan Metzmacher
72bb01dda4 libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if required
This fixes ./autogen.sh with autoconf-2.62

metze
2008-06-09 10:54:35 +02:00
Stefan Metzmacher
67e43860b4 libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_
AC_CACHE_VAL() variables must contain _cv_ to be cached.

metze
2008-06-09 10:54:28 +02:00
Stefan Metzmacher
0241af873f build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_
AC_CACHE_VAL() variables must contain _cv_ to be cached.

metze
2008-06-09 10:54:24 +02:00
Simo Sorce
0671dce355 Make it possible to disable gnutls at configure time,
until someone will finally decide to fix it.
2008-06-08 19:16:26 -04:00
Jelmer Vernooij
3d798a1440 Add more docstrings in tdb. 2008-06-08 04:20:26 +02:00
Andrew Tridgell
abcbce004c fixed for per session session_key here too 2008-06-07 11:10:23 -07:00
Andrew Tridgell
e9fd9b821c make signing per session in the SMB2 client library
Thanks to Metze for spotting this
2008-06-07 08:30:51 -07:00
Andrew Tridgell
056f16e664 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.
2008-06-07 08:14:25 -07:00
Andrew Tridgell
8e96f2edb0 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test 2008-06-06 22:11:00 -07:00
Andrew Tridgell
8e919dcb08 added server side SMB2 signing 2008-06-06 22:10:30 -07:00
Andrew Tridgell
0643b5a2bf handle NULL fields in blob comparison 2008-06-06 10:54:17 -07:00
Andrew Tridgell
388f4fde36 ensure we don't end up with a partially initialised EA structure 2008-06-06 10:53:00 -07:00
Jelmer Vernooij
dcdfee611c Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test 2008-06-05 22:03:17 +02:00
Jelmer Vernooij
1e6bfb1aa7 Add convenience function for creating nbt sockets in torture. 2008-06-05 22:02:41 +02:00
Andrew Tridgell
c014ffabc6 another SMB2-LOCK fix now that we know that the UNLOCK flag is only
honoured on the first lock in a set
2008-06-04 17:52:13 -07:00
Andrew Tridgell
d4d4d62939 fixed SMB2-LOCK test for new semantics (from docs) 2008-06-04 13:04:48 -07:00
Andrew Tridgell
fa2ecfea7a copied the Heimdal sha256 functions into lib/crypto to avoid a link
error

Hopefully we can remove this again later
2008-06-04 09:42:55 -07:00
Andrew Tridgell
d206517f90 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test 2008-06-04 09:25:16 -07:00
Stefan Metzmacher
feca16dd6d kdc: we don't need any *_locl.h header from heimdal in the kdc
metze
2008-06-04 15:39:17 +02:00
Stefan Metzmacher
2c8904be3b lib/crypto: remove unused sha1 and hmac-sha1 code
metze
2008-06-04 09:12:24 +02:00
Andrew Tridgell
9d74201e46 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test 2008-06-03 15:11:42 -07:00
Andrew Bartlett
f65e43e945 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
2008-06-03 23:27:22 +10:00
Stefan Metzmacher
03f43a9a91 selftest: don't skip BASE-DELAYWRITE
metze
2008-06-03 14:05:06 +02:00
Stefan Metzmacher
c285b540cb selftest: pass torture:writetimeupdatedelay to smbtorture
metze
2008-06-03 14:05:05 +02:00
Stefan Metzmacher
62030027d1 selftest: set posix:writetimeupdatedelay
metze

Signed-off-by: Stefan Metzmacher <metze@samba.org>
2008-06-03 14:05:05 +02:00
Stefan Metzmacher
61bad69e2d pvfs: use utimes() instead of utime() to get better timestamp resolution
Note: that libreplace always provides utimes()

metze
2008-06-03 14:05:04 +02:00
Stefan Metzmacher
7f033ce4fb pvfs_close: correctly handle the write time updates passed by close()
metze
2008-06-03 14:03:52 +02:00
Stefan Metzmacher
58c118ab4d pvfs: correctly set the write time in the handle destructor
metze
2008-06-03 14:03:51 +02:00
Stefan Metzmacher
418e2592b4 pvfs_setfileinfo: update the write time in the opendb
metze
2008-06-03 14:03:51 +02:00
Stefan Metzmacher
c8e15d4c18 pvfs: trigger a write time update 2 seconds after the first write
metze
2008-06-03 14:03:50 +02:00
Stefan Metzmacher
c3ba19ca62 pvfs: add posix:writetimeupdatedelay option
metze
2008-06-03 14:03:50 +02:00
Stefan Metzmacher
def52cc098 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
2008-06-03 14:03:50 +02:00
Stefan Metzmacher
3868d8ce63 opendb: add write time handling
metze
2008-06-03 14:03:49 +02:00