Age | Commit message (Collapse) | Author | Files | Lines |
|
I did not do any scientific tests, but the dummy test on my laptop against a
w2k3 vmware shows that in this specific situation going beyond 512k seems not
to gain anything anymore.
smb: \> iosize 64512
iosize is now 64512
smb: \> lcd /dev
smb: \> get random null
getting file \random of size 104857600 as null (33453,1 kb/s) (average 19718,5 kb/s)
smb: \> get random null
getting file \random of size 104857600 as null (34236,0 kb/s) (average 20509,1 kb/s)
smb: \> iosize 524288
iosize is now 524288
smb: \> get random null
getting file \random of size 104857600 as null (49042,1 kb/s) (average 22521,9 kb/s)
smb: \> get random null
getting file \random of size 104857600 as null (49420,8 kb/s) (average 23432,9 kb/s)
smb: \> iosize 1048576
iosize is now 1048576
smb: \> get random null
getting file \random of size 104857600 as null (49420,8 kb/s) (average 24284,2 kb/s)
smb: \> get random null
getting file \random of size 104857600 as null (49136,3 kb/s) (average 25076,9 kb/s)
(This used to be commit 1bcfef6a9093aa873550a263dc142c8a3f5edffd)
|
|
(This used to be commit e602f06cbba852a7eacd15b2511ef2571a95cc80)
|
|
(This used to be commit d69b20111a849152a7d9108763207c813bf9068b)
|
|
This is the big (and potentially controversial) one. It took a phone call to
explain to metze what is going on inside cli_pull_read_done, but I would really
like everybody to understand this function. It is a very good and reasonably
complex example of async programming. If we want more asynchronism in s3, this
is what we will have to deal with :-)
Make use of it in the smbclient "get" command.
Volker
(This used to be commit 76f9b360ee1d973630d82d401eeddce858189301)
|
|
(This used to be commit e2153301351559f30f2714345f4c1ca6c5f1a45f)
|
|
(This used to be commit 9f8b2a87ee8bba930b776dcfda608a5639f6d55a)
|
|
NTLMSSP and Kerberos session setup
Guenther
(This used to be commit 18b8c2c19e50aee8fc900c7507244cb95014a4fa)
|
|
(This used to be commit 9e4f576abfdd5605f4db9bb87c22ec68c94ff850)
|
|
Fixes Coverity ID 557
(This used to be commit fe882a575152233de6f4bf2143aca681319b0226)
|
|
Fix Coverity ID 558, 559
(This used to be commit 8e33d19d93ef57a9438aad085aaf04b7c09fe09b)
|
|
Michael
(This used to be commit 21a527569bccff8e8cb6e751c9f3fce6ff598204)
|
|
Thanks to Ricardo Santos
(This used to be commit 8ef57a34ebf24e577ba7bca57a5456c1f78a3659)
|
|
please check.
Guenther
(This used to be commit d9f4060c660da0ad671e061b123df71d109d51b9)
|
|
Guenther
(This used to be commit be673bfc61559f661040c6fb1ba7d2e4552967f2)
|
|
Make sure the panic action always has the right test binary set.
Michael
(This used to be commit 567ac329dcec6fc839d6b25cbf1872f1f51ff7e5)
|
|
Reported by Christian McHugh <christian.mchugh@nau.edu> on the samba ML.
Michael
(This used to be commit 3398403c22c0f39b0d91621d81e31004fc8d28bc)
|
|
Upon failure to allocate one of the arrays, further down the TALLOC_FREE would
have looked at the variables given to it without initizalizing.
(This used to be commit 6cac3127312acaac65fcd54280605605765787ad)
|
|
Guenther
(This used to be commit 5159e3dafa9f9bb85cde6681052d8f54b8bf8a2e)
|
|
Guenther
(This used to be commit f6762f9cd0b2ace46e16d246adf2e386749650f9)
|
|
(This used to be commit 3482cd9b0e81bbc801f1cec33fca82fc45a3ddef)
|
|
This would crash safely
(This used to be commit 0f14357c86aee9a76ffbb45ea6419f4cc4106d62)
|
|
(cherry picked from commit a40781bafa3a8f0c7737164bca6cf74b0a452e72)
(This used to be commit 86cabcad74ac06d888f2a352a2bef3abea1ed85c)
|
|
(This used to be commit e2345ce90c3f1548f63d720c5943c8d61fdc899a)
|
|
This uses incorrect version numbers for tdb and talloc.
Guenther
This reverts commit df97fb019b89a147a0a2c560003d74c354fcc4b6.
(This used to be commit ead849949b1b879e2bc4a6b1f7c3d2df1962170a)
|
|
Guenther
(This used to be commit df97fb019b89a147a0a2c560003d74c354fcc4b6)
|
|
Guenther
(This used to be commit 1bbbebb7767b8a25532e8be3dbd274c211e34bbd)
|
|
(This used to be commit 3cfa35fca64b059b307668ca0113503679e0b1fa)
|
|
Michael
(This used to be commit e26133808469cb7e9acc41cb15219d7b736d228a)
|
|
Michael
(This used to be commit 237ea62a49fbf47634b55795c1065250d5148600)
|
|
Guenther
(This used to be commit 29fca3c0353f2be4577613d7e38fbc51d2a370fa)
|
|
So as to fix building of isolated targets.
Michael
(This used to be commit 7dbc251e1cd28abf28342529607fa4b5f579a9c4)
|
|
Guenther
(This used to be commit cd582b7705dca40b3c688c9e23d8375dab43b4d0)
|
|
Guenther
(This used to be commit 9f0ea1d727046fef4c23bcf1e71d10f33c93b00f)
|
|
Guenther
(This used to be commit 5e9d8cdc948b678e5aa6e04ee13635376b7306f5)
|
|
Guenther
(This used to be commit 2b4e0f0593c6378cdac4811ded830ca694afac9e)
|
|
Guenther
(This used to be commit b9abb783200f6c14543c3b884b9393797cfa8dbd)
|
|
Guenther
(This used to be commit cc3ec6ac65eab8c955cd17f3d4bdf58d6fcc22be)
|
|
Guenther
(This used to be commit 9bfa77edc68a887972b609bfb0aee8bbbc89ce04)
|
|
Guenther
(This used to be commit 4ace93c3df280558ef75b6619297e367ac9713c9)
|
|
Guenther
(This used to be commit 40d780f2e75c3a62853568a149a1229828ac9da4)
|
|
Guenther
(This used to be commit 5911529205ca69c438e0782c07ee4fe5aa95de62)
|
|
Guenther
(This used to be commit a7aef18797407b1f451191647d4b0225ac838817)
|
|
Guenther
(This used to be commit 75b0bbf790da44c45c679c374dbe09f288f3fb8c)
|
|
Guenther
(This used to be commit ea03cb92c481b9bb47d2a4e133cf830acb0f22a3)
|
|
Guenther
(This used to be commit 024021daabe825bc7a033951aa1073ab76bd34aa)
|
|
Guenther
(This used to be commit 53a7e9b07d07d3e9d21360dee35fee27b46929b3)
|
|
Guenther
(This used to be commit 4a74f1e8d2c45574973fc4c0ce4fbc9a843afaa0)
|
|
Guenther
(This used to be commit 34caa41fa6d44165b470508261c2bde124fc4955)
|
|
Guenther
(This used to be commit 3c0a3f8de742678b56f6b998a014105c05400666)
|
|
Wow, this must have been broken a long time already.
Guenther
(This used to be commit 821762e5ab32a2fbea7c41f1d2c2ea8589daa1d3)
|