summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * socket_wrapper: truncate packets to a 1500 byte payloadStefan Metzmacher2008-06-101-0/+8
| | | | | | | | | | | | | | | | | | 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)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-06-1023-114/+191
| |\ | | | | | | | | | (This used to be commit 1d52d9cc70158dbe30325220aa5c1e6203c8b72b)
| | * heimdal_build: rename config.m{k,4} => internal.m{k,4}Stefan Metzmacher2008-06-094-2/+2
| | | | | | | | | | | | | | | metze (This used to be commit 33700d4a97e14aab1b45b3ddb8c80c48cd789bc6)
| | * configure: we require autoconf 2.54Stefan Metzmacher2008-06-091-2/+1
| | | | | | | | | | | | | | | | | | | | | I've tested with autoconf from 2.53 to 2.62. metze (This used to be commit 0dbacbf8be0eacaa4db6477873b7512f7261ef4c)
| | * libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if requiredStefan Metzmacher2008-06-091-1/+2
| | | | | | | | | | | | | | | | | | | | | This fixes ./autogen.sh with autoconf-2.62 metze (This used to be commit 72bb01dda4d425528e28cd96e249595dc6c1952f)
| | * libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_Stefan Metzmacher2008-06-091-4/+4
| | | | | | | | | | | | | | | | | | | | | AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (This used to be commit 67e43860b4973a458676b36785570bb4a66e046a)
| | * build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_Stefan Metzmacher2008-06-091-3/+3
| | | | | | | | | | | | | | | | | | | | | AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (This used to be commit 0241af873fdefd5856932190ca0019a2d3c05703)
| | * Make it possible to disable gnutls at configure time,Simo Sorce2008-06-081-25/+36
| | | | | | | | | | | | | | | until someone will finally decide to fix it. (This used to be commit 0671dce355432a2a4c08ab010831eadd73e4561e)
| * | Tone down the warnings in the WHATSNEW.Andrew Bartlett2008-06-101-18/+19
| | | | | | | | | | | | | | | | | | | | | Also fix some things up for the next release. Andrew Bartlett (This used to be commit 4ae5c1a8bd43aa04ce54d72a318c7f445e0e5027)
* | | Fix variables used in configure.Jelmer Vernooij2008-06-101-2/+2
| |/ |/| | | | | (This used to be commit 9a58d9138af51dec6eab832a78506e93a86c34c5)
* | Add more docstrings in tdb.Jelmer Vernooij2008-06-083-2/+26
| | | | | | | | (This used to be commit 3d798a1440603b7929955f2120f09ba1482885a1)
* | fixed for per session session_key here tooAndrew Tridgell2008-06-071-1/+1
| | | | | | | | (This used to be commit abcbce004c99a2c62aa8c7a7cfc8ac5b5cfeb7dd)
* | make signing per session in the SMB2 client libraryAndrew Tridgell2008-06-074-10/+11
| | | | | | | | | | Thanks to Metze for spotting this (This used to be commit e9fd9b821c04d1cb7b574f539dd8169611e662aa)
* | fixed mandatory signingAndrew Tridgell2008-06-073-2/+7
| | | | | | | | | | | | | | 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)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-06-064-7/+9
|\| | | | | | | (This used to be commit 8e96f2edb003d997e71e9e237463882696279d0f)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-06-0559-967/+1077
| |\ | | | | | | | | | (This used to be commit dcdfee611ccc0ae798e3eea2cfdf3c7642dc5677)
| * | Add convenience function for creating nbt sockets in torture.Jelmer Vernooij2008-06-054-7/+9
| | | | | | | | | | | | (This used to be commit 1e6bfb1aa7eba1b92ee4bfb318ba843752a993a9)
* | | added server side SMB2 signingAndrew Tridgell2008-06-067-71/+103
| | | | | | | | | | | | (This used to be commit 8e919dcb0826a5b25d037ee6144af5f7cb21f3ae)
* | | handle NULL fields in blob comparisonAndrew Tridgell2008-06-061-1/+3
| | | | | | | | | | | | (This used to be commit 0643b5a2bfc401d8318964241ad522eb427a170e)
* | | ensure we don't end up with a partially initialised EA structureAndrew Tridgell2008-06-061-0/+2
| |/ |/| | | | | (This used to be commit 388f4fde3655146bf57b4c51c59c39f475aa7fe8)
* | another SMB2-LOCK fix now that we know that the UNLOCK flag is onlyAndrew Tridgell2008-06-041-5/+1
| | | | | | | | | | honoured on the first lock in a set (This used to be commit c014ffabc65c30a6b83c8f9f9f9a80bb79333f59)
* | fixed SMB2-LOCK test for new semantics (from docs)Andrew Tridgell2008-06-041-5/+1
| | | | | | | | (This used to be commit d4d4d62939e325f8529b11fcd2d490e8f63293b0)
* | copied the Heimdal sha256 functions into lib/crypto to avoid a linkAndrew Tridgell2008-06-045-3/+327
| | | | | | | | | | | | | | error Hopefully we can remove this again later (This used to be commit fa2ecfea7a1acc388a86e8fba5b42df7925c9045)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-06-0414-796/+8
|\ \ | | | | | | | | | (This used to be commit d206517f90ac02e829193c5a17e5df25059cf18d)
| * | kdc: we don't need any *_locl.h header from heimdal in the kdcStefan Metzmacher2008-06-045-9/+5
| | | | | | | | | | | | | | | metze (This used to be commit feca16dd6d03730b4a67adf5d912ba2d5e1a3025)
| * | lib/crypto: remove unused sha1 and hmac-sha1 codeStefan Metzmacher2008-06-049-786/+3
| | | | | | | | | | | | | | | metze (This used to be commit 2c8904be3bac2c696712cc3160fe95d62afde43a)
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-06-0327-320/+590
|\| | | | | | | | | | | (This used to be commit 9d74201e462f2f95ed5bd91200681db3bd2a9277)
| * | Align the Python and EJS ldap tests.Andrew Bartlett2008-06-032-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)
| * | selftest: don't skip BASE-DELAYWRITEStefan Metzmacher2008-06-032-3/+0
| | | | | | | | | | | | | | | metze (This used to be commit 03f43a9a91bffd60de8f59f8fb717505a428d070)
| * | selftest: pass torture:writetimeupdatedelay to smbtortureStefan Metzmacher2008-06-031-1/+5
| | | | | | | | | | | | | | | metze (This used to be commit c285b540cb1c2b554a85ef08a4280f544d9d20cc)
| * | selftest: set posix:writetimeupdatedelayStefan Metzmacher2008-06-031-0/+3
| | | | | | | | | | | | | | | | | | | | | metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 62030027d1ab735fb9c590fafb0887dc882662d1)
| * | pvfs: use utimes() instead of utime() to get better timestamp resolutionStefan Metzmacher2008-06-032-20/+32
| | | | | | | | | | | | | | | | | | | | | Note: that libreplace always provides utimes() metze (This used to be commit 61bad69e2d7f84e2c6d6fb82917cfa86b17f54b0)
| * | pvfs_close: correctly handle the write time updates passed by close()Stefan Metzmacher2008-06-032-4/+7
| | | | | | | | | | | | | | | metze (This used to be commit 7f033ce4fb6fc897f8159926d5a6d2e45dd447b6)
| * | pvfs: correctly set the write time in the handle destructorStefan Metzmacher2008-06-031-0/+46
| | | | | | | | | | | | | | | metze (This used to be commit 58c118ab4d2b76c4ea68d79b711b81900634f767)
| * | pvfs_setfileinfo: update the write time in the opendbStefan Metzmacher2008-06-031-0/+47
| | | | | | | | | | | | | | | metze (This used to be commit 418e2592b48d558ff1d32031d64263ae21cf1eb0)
| * | pvfs: trigger a write time update 2 seconds after the first writeStefan Metzmacher2008-06-031-0/+55
| | | | | | | | | | | | | | | metze (This used to be commit c8e15d4c185f18322a882aa908939fa9d0e341a0)
| * | pvfs: add posix:writetimeupdatedelay optionStefan Metzmacher2008-06-032-0/+9
| | | | | | | | | | | | | | | metze (This used to be commit c3ba19ca62affced96b927fcbe63cf5d075aed22)
| * | pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendbStefan Metzmacher2008-06-038-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)
| * | opendb: add write time handlingStefan Metzmacher2008-06-037-52/+116
| | | | | | | | | | | | | | | metze (This used to be commit 3868d8ce630c71e2c70aae442fcdbd68ba1eb708)
| * | BASE-DELAYWRITE: fix test on filesystem without high resolution timestampsStefan Metzmacher2008-06-031-1/+1
| | | | | | | | | | | | | | | metze (This used to be commit fde9880f9943897549859037b0fc9341d3a032f7)
| * | BASE-DELAYWRITE: add missing time checks to make sure the server has updated ↵Stefan Metzmacher2008-06-031-0/+2
| |/ | | | | | | | | | | | | the write time metze (This used to be commit 9c004df8910c07d75bb3f75d7c3cfba9f9c94f51)
| * On the road to alpha5...Andrew Bartlett2008-06-031-2/+2
| | | | | | | | (This used to be commit e9bc72495affb31e5c3d25be7e86d51659333374)
| * Merge branch 'v4-0-stable' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-06-033-141/+9
| |\ | | | | | | | | | (This used to be commit 7e24ec1430cc14c732ad78f3ce8869931996f6b7)
| | * Remove outdated READMEAndrew Bartlett2008-06-031-140/+0
| | | | | | | | | | | | (This used to be commit f9ef7009bc73e3ee27f0ef32d6983bc9286d7e4d)
| | * I probably should warn about GnuTLS bad mojo...Andrew Bartlett2008-06-031-0/+5
| | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 841e4029b4c03d6a64ba20d906a136679ffaac01)
| | * Mark as the real Samba4 alpha4 release.Andrew Bartlett2008-06-031-1/+1
| | | | | | | | | | | | (This used to be commit c2eb3529555968055deae4ca7d25ab3e4f84e864)
| | * Clarify that our build farm status really sucks at the moment...Andrew Bartlett2008-06-031-0/+3
| | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit f68e9efd3c9a2b6609d678c6701ae46566b539a7)
| * | krb5_init_sec_context: skip the token header when GSS_C_DCE_STYLE is specifiedStefan Metzmacher2008-06-021-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)
| * Fix WHATSNEW.Andrew Bartlett2008-06-021-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)
| * First draft of a WHATSNEW for a new release.Andrew Bartlett2008-06-021-29/+35
| | | | | | | | | | | | | | I'm sure I've missed a lot of work - patches welcome! Andrew Bartlett (This used to be commit d971f01623c8570c8f723e89dfe9adb8aa798b30)