1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
Commit Graph

16671 Commits

Author SHA1 Message Date
Stefan Metzmacher
71ce9975fa kdc: we don't need any *_locl.h header from heimdal in the kdc
metze
(This used to be commit feca16dd6d)
2008-06-04 15:39:17 +02:00
Stefan Metzmacher
8699913858 lib/crypto: remove unused sha1 and hmac-sha1 code
metze
(This used to be commit 2c8904be3b)
2008-06-04 09:12:24 +02:00
Andrew Bartlett
446748bfe1 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 f65e43e945)
2008-06-03 23:27:22 +10:00
Stefan Metzmacher
c674a09cac selftest: don't skip BASE-DELAYWRITE
metze
(This used to be commit 03f43a9a91)
2008-06-03 14:05:06 +02:00
Stefan Metzmacher
a2f1bd0050 selftest: pass torture:writetimeupdatedelay to smbtorture
metze
(This used to be commit c285b540cb)
2008-06-03 14:05:05 +02:00
Stefan Metzmacher
70f83b4944 selftest: set posix:writetimeupdatedelay
metze

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

metze
(This used to be commit 61bad69e2d)
2008-06-03 14:05:04 +02:00
Stefan Metzmacher
6e52c4feb8 pvfs_close: correctly handle the write time updates passed by close()
metze
(This used to be commit 7f033ce4fb)
2008-06-03 14:03:52 +02:00
Stefan Metzmacher
60759b64a7 pvfs: correctly set the write time in the handle destructor
metze
(This used to be commit 58c118ab4d)
2008-06-03 14:03:51 +02:00
Stefan Metzmacher
d1bb49a2ab pvfs_setfileinfo: update the write time in the opendb
metze
(This used to be commit 418e2592b4)
2008-06-03 14:03:51 +02:00
Stefan Metzmacher
ad19d5455e pvfs: trigger a write time update 2 seconds after the first write
metze
(This used to be commit c8e15d4c18)
2008-06-03 14:03:50 +02:00
Stefan Metzmacher
47b54c7680 pvfs: add posix:writetimeupdatedelay option
metze
(This used to be commit c3ba19ca62)
2008-06-03 14:03:50 +02:00
Stefan Metzmacher
c43591c216 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 def52cc098)
2008-06-03 14:03:50 +02:00
Stefan Metzmacher
0827b08a43 opendb: add write time handling
metze
(This used to be commit 3868d8ce63)
2008-06-03 14:03:49 +02:00
Stefan Metzmacher
6610a6c49a BASE-DELAYWRITE: fix test on filesystem without high resolution timestamps
metze
(This used to be commit fde9880f99)
2008-06-03 14:03:49 +02:00
Stefan Metzmacher
fb4c9dd5eb BASE-DELAYWRITE: add missing time checks to make sure the server has updated the write time
metze
(This used to be commit 9c004df891)
2008-06-03 11:17:17 +02:00
Andrew Bartlett
28f697322e On the road to alpha5...
(This used to be commit e9bc72495a)
2008-06-03 15:14:09 +10:00
Andrew Bartlett
ac94fb0e80 Merge branch 'v4-0-stable' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 7e24ec1430)
2008-06-03 15:13:28 +10:00
Andrew Bartlett
2731e4a3d3 Remove outdated README
(This used to be commit f9ef7009bc)
2008-06-03 14:11:40 +10:00
Andrew Bartlett
f23d2e43f4 I probably should warn about GnuTLS bad mojo...
Andrew Bartlett
(This used to be commit 841e4029b4)
2008-06-03 12:02:20 +10:00
Andrew Bartlett
638e512bee Mark as the real Samba4 alpha4 release.
(This used to be commit c2eb352955)
2008-06-03 11:34:16 +10:00
Andrew Bartlett
c9d2dfcb19 Clarify that our build farm status really sucks at the moment...
Andrew Bartlett
(This used to be commit f68e9efd3c)
2008-06-03 11:33:29 +10:00
Stefan Metzmacher
b3ec55b984 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 58f66184f0)
2008-06-02 16:58:04 +02:00
Andrew Bartlett
9b913d602b 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 00ad3f8a6d)
2008-06-02 21:05:56 +10:00
Andrew Bartlett
bff228dc2c 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 d971f01623)
2008-06-02 17:28:36 +10:00
Andrew Bartlett
be14efbdf9 Revert Jelmer's CFLAGS commit e2b71a0ecb
This commit broke the build, because not all files (libreplace, popt)
were updated.

Andrew Bartlett
(This used to be commit 3faacf4351)
2008-05-31 08:35:55 +10:00
Jelmer Vernooij
2772871146 Fix samdb python test.
(This used to be commit 0e3d488cc1)
2008-05-30 14:15:40 +02:00
Jelmer Vernooij
2791fc9a5f Add header to knownfail file.
(This used to be commit 307674b6c0)
2008-05-30 14:13:23 +02:00
Jelmer Vernooij
5107f093c2 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 7b0e0eb346)
2008-05-30 12:18:07 +02:00
Andrew Bartlett
be1927cd80 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 31308caad0)
2008-05-30 17:26:42 +10:00
Andrew Bartlett
9c1519c065 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 75122e88e5)
2008-05-30 17:23:56 +10:00
Andrew Tridgell
beaa01e403 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 b788096add)
2008-05-30 17:03:54 +10:00
Andrew Tridgell
27f465619b two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()
(This used to be commit db6122ec10)
2008-05-30 16:19:22 +10:00
Andrew Tridgell
07e6a0fd8a fixed a segv in the python messaging code on 64 bit systems
(This used to be commit 7598c83897)
2008-05-30 16:11:07 +10:00
Andrew Bartlett
21377a7ea9 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 2b5acb5e95)
2008-05-30 15:26:10 +10:00
Andrew Bartlett
b6b1f3b007 Place the NTP signd socket in the selftest area
(This used to be commit e2fa378811)
2008-05-30 15:21:40 +10:00
Andrew Bartlett
d579540085 Fix rpcecho test.
(This used to be commit df8399ba9d)
2008-05-30 15:09:59 +10:00
Andrew Bartlett
c59e7d5569 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 7646574411)
2008-05-30 14:58:47 +10:00
Andrew Bartlett
b34bc408e7 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 c0322e8e27)
2008-05-30 14:36:24 +10:00
Andrew Bartlett
b9babfe4cc 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 89fc39f7ed)
2008-05-30 14:26:47 +10:00
Jelmer Vernooij
46f22add9a Make sure reason for skipping is output.
(This used to be commit 2d1cac54de)
2008-05-30 04:12:39 +02:00
Jelmer Vernooij
39f50afc57 Move CFLAGS handling out of smb_build.
(This used to be commit e2b71a0ecb)
2008-05-30 02:07:28 +02:00
Andrew Bartlett
437ca06107 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit cd10b38176)
2008-05-30 07:55:29 +10:00
Andrew Bartlett
0613d0b218 Remove test from samba4-skip, it is avoided in samba4_tests.sh
Andrew Bartlett
(This used to be commit df8c0bb8f9)
2008-05-30 07:54:09 +10:00
Andrew Tridgell
931d3d8fc5 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit d335fd1163)
2008-05-30 07:50:22 +10:00
Andrew Tridgell
6ef9674caa the docs shows that this is a o16s32 blob
(This used to be commit a6d28e2b33)
2008-05-30 07:28:53 +10:00
Andrew Tridgell
b33dba845e don't emulate broken SMB2 locking behaviour from windows
(This used to be commit c50e7a15f9)
2008-05-30 07:28:29 +10:00
Jelmer Vernooij
a127b1b1b0 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 f67f3422b0)
2008-05-29 18:19:19 +02:00
Jelmer Vernooij
3d2c9e49a5 Allow full-line comments in include/exclude files.
(This used to be commit 4095f3c358)
2008-05-29 18:17:42 +02:00
Jelmer Vernooij
6f7b2b6933 Fix samdb test and enable it.
(This used to be commit 6b202d3780)
2008-05-29 17:38:12 +02:00