summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-04lib/crypto: remove unused sha1 and hmac-sha1 codeStefan Metzmacher9-786/+3
metze (This used to be commit 2c8904be3bac2c696712cc3160fe95d62afde43a)
2008-06-03Align the Python and EJS ldap tests.Andrew Bartlett2-49/+155
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)
2008-06-03selftest: don't skip BASE-DELAYWRITEStefan Metzmacher2-3/+0
metze (This used to be commit 03f43a9a91bffd60de8f59f8fb717505a428d070)
2008-06-03selftest: pass torture:writetimeupdatedelay to smbtortureStefan Metzmacher1-1/+5
metze (This used to be commit c285b540cb1c2b554a85ef08a4280f544d9d20cc)
2008-06-03selftest: set posix:writetimeupdatedelayStefan Metzmacher1-0/+3
metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 62030027d1ab735fb9c590fafb0887dc882662d1)
2008-06-03pvfs: use utimes() instead of utime() to get better timestamp resolutionStefan Metzmacher2-20/+32
Note: that libreplace always provides utimes() metze (This used to be commit 61bad69e2d7f84e2c6d6fb82917cfa86b17f54b0)
2008-06-03pvfs_close: correctly handle the write time updates passed by close()Stefan Metzmacher2-4/+7
metze (This used to be commit 7f033ce4fb6fc897f8159926d5a6d2e45dd447b6)
2008-06-03pvfs: correctly set the write time in the handle destructorStefan Metzmacher1-0/+46
metze (This used to be commit 58c118ab4d2b76c4ea68d79b711b81900634f767)
2008-06-03pvfs_setfileinfo: update the write time in the opendbStefan Metzmacher1-0/+47
metze (This used to be commit 418e2592b48d558ff1d32031d64263ae21cf1eb0)
2008-06-03pvfs: trigger a write time update 2 seconds after the first writeStefan Metzmacher1-0/+55
metze (This used to be commit c8e15d4c185f18322a882aa908939fa9d0e341a0)
2008-06-03pvfs: add posix:writetimeupdatedelay optionStefan Metzmacher2-0/+9
metze (This used to be commit c3ba19ca62affced96b927fcbe63cf5d075aed22)
2008-06-03pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendbStefan Metzmacher8-21/+64
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)
2008-06-03opendb: add write time handlingStefan Metzmacher7-52/+116
metze (This used to be commit 3868d8ce630c71e2c70aae442fcdbd68ba1eb708)
2008-06-03BASE-DELAYWRITE: fix test on filesystem without high resolution timestampsStefan Metzmacher1-1/+1
metze (This used to be commit fde9880f9943897549859037b0fc9341d3a032f7)
2008-06-03BASE-DELAYWRITE: add missing time checks to make sure the server has updated ↵Stefan Metzmacher1-0/+2
the write time metze (This used to be commit 9c004df8910c07d75bb3f75d7c3cfba9f9c94f51)
2008-06-03On the road to alpha5...Andrew Bartlett1-2/+2
(This used to be commit e9bc72495affb31e5c3d25be7e86d51659333374)
2008-06-03Merge branch 'v4-0-stable' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett3-141/+9
(This used to be commit 7e24ec1430cc14c732ad78f3ce8869931996f6b7)
2008-06-03Remove outdated READMEAndrew Bartlett1-140/+0
(This used to be commit f9ef7009bc73e3ee27f0ef32d6983bc9286d7e4d)
2008-06-03I probably should warn about GnuTLS bad mojo...Andrew Bartlett1-0/+5
Andrew Bartlett (This used to be commit 841e4029b4c03d6a64ba20d906a136679ffaac01)
2008-06-03Mark as the real Samba4 alpha4 release.Andrew Bartlett1-1/+1
(This used to be commit c2eb3529555968055deae4ca7d25ab3e4f84e864)
2008-06-03Clarify that our build farm status really sucks at the moment...Andrew Bartlett1-0/+3
Andrew Bartlett (This used to be commit f68e9efd3c9a2b6609d678c6701ae46566b539a7)
2008-06-02krb5_init_sec_context: skip the token header when GSS_C_DCE_STYLE is specifiedStefan Metzmacher1-5/+11
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)
2008-06-02Fix WHATSNEW.Andrew Bartlett1-6/+5
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)
2008-06-02First draft of a WHATSNEW for a new release.Andrew Bartlett1-29/+35
I'm sure I've missed a lot of work - patches welcome! Andrew Bartlett (This used to be commit d971f01623c8570c8f723e89dfe9adb8aa798b30)
2008-05-31Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett18-83/+50
This commit broke the build, because not all files (libreplace, popt) were updated. Andrew Bartlett (This used to be commit 3faacf4351d68a10aea78b53768571d2059772ae)
2008-05-30Fix samdb python test.Jelmer Vernooij3-7/+8
(This used to be commit 0e3d488cc108174ca0f875aab16b9771c2933f19)
2008-05-30Add header to knownfail file.Jelmer Vernooij1-0/+5
(This used to be commit 307674b6c03e6cfbba590d50d994bfaaa7bfeb87)
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij44-2686/+2028
Conflicts: source/samba4-skip (This used to be commit 7b0e0eb346c2f6a240b20fbcf14029539c6512b9)
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett16-56/+318
(This used to be commit 31308caad0a83a487341307e4e810a69c08ff371)
2008-05-30Skip the samba4.samdb.python test.Andrew Bartlett1-0/+1
I'll need to talk to jelmer about why this doesn't work... Andrew Bartlett (This used to be commit 75122e88e53aaa9930af85887e939fb329f51e2d)
2008-05-30implemented client side SMB2 signingAndrew Tridgell15-51/+308
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)
2008-05-30two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()Andrew Tridgell1-4/+6
(This used to be commit db6122ec104e80ee2e02b1170ff808b6456b780b)
2008-05-30fixed a segv in the python messaging code on 64 bit systemsAndrew Tridgell1-1/+4
(This used to be commit 7598c8389745fcc77da341b4af2dcef6a01db700)
2008-05-30Fix the samba4.dcerpc.bare.python test.Andrew Bartlett1-5/+6
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)
2008-05-30Place the NTP signd socket in the selftest areaAndrew Bartlett1-0/+2
(This used to be commit e2fa3788110698cd3340dfed8acd36744a27a5e5)
2008-05-30Fix rpcecho test.Andrew Bartlett1-1/+1
(This used to be commit df8399ba9dee9d1c706a3e56451c9f2cade96dae)
2008-05-30Reorder the linking of objects into a binary.Andrew Bartlett1-2/+2
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)
2008-05-30Don't pass an smb.conf to provision tests.Andrew Bartlett4-25/+22
These tests will create their own smb.conf in their prefix anyway. Andrew Bartlett (This used to be commit c0322e8e27d67655b7498b27df0829aa5682a345)
2008-05-30Fix up provision and samdb tests.Andrew Bartlett2-7/+23
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)
2008-05-30Make sure reason for skipping is output.Jelmer Vernooij2-6/+5
(This used to be commit 2d1cac54dec1aed9e5258bd44bdd236b5dc92224)
2008-05-30Move CFLAGS handling out of smb_build.Jelmer Vernooij18-50/+83
(This used to be commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c)
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett24-2608/+1684
(This used to be commit cd10b381765f9146f22f5cf23f0ef5f6a65e804d)
2008-05-30Remove test from samba4-skip, it is avoided in samba4_tests.shAndrew Bartlett1-1/+0
Andrew Bartlett (This used to be commit df8c0bb8f9367b425080a43ed6f1d3384dde340b)
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell5-14/+27
(This used to be commit d335fd11637f5e138b08a5e0fcf54b19cef9a646)
2008-05-30the docs shows that this is a o16s32 blobAndrew Tridgell1-2/+1
(This used to be commit a6d28e2b330a20e95b745966bb5eb153bdc58ed1)
2008-05-30don't emulate broken SMB2 locking behaviour from windowsAndrew Tridgell2-15/+69
(This used to be commit c50e7a15f9a7f2c5821b5ee468f9ade6eaa0ed55)
2008-05-29Add samba4-slow file listing tests that succeed but are just slow.Jelmer Vernooij4-26/+53
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)
2008-05-29Allow full-line comments in include/exclude files.Jelmer Vernooij2-0/+5
(This used to be commit 4095f3c358a39d9eb8a1bcef52e49d44ea8fbd2a)
2008-05-29Fix samdb test and enable it.Jelmer Vernooij3-4/+7
(This used to be commit 6b202d3780f8ff50e0bdfa4a749c43b5639e4880)
2008-05-29Update after changes to the provision API, make sure temp dir gets cleanedJelmer Vernooij1-10/+19
up. (This used to be commit 064e9ddb3786bd7df8785b39754b1e6674496b66)