summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-03-06Use io_bufsize as window size in smbclient get commandVolker Lendecke1-1/+1
(This used to be commit e602f06cbba852a7eacd15b2511ef2571a95cc80)
2008-03-06Convert cli_read to use cli_pullVolker Lendecke1-163/+15
(This used to be commit d69b20111a849152a7d9108763207c813bf9068b)
2008-03-06Add async cli_pull supportVolker Lendecke2-29/+441
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)
2008-03-06Add infrastructure to support async SMB requestsVolker Lendecke5-1/+577
(This used to be commit e2153301351559f30f2714345f4c1ca6c5f1a45f)
2008-03-06Add basic infrastructure for general async requestsVolker Lendecke4-1/+159
(This used to be commit 9f8b2a87ee8bba930b776dcfda608a5639f6d55a)
2008-03-06Merge commit 'origin/v3-2-stable' into v3-2-testStefan Metzmacher2-11/+25
This brings the release-3-2-0pre2 tag into the v3-2-test history. I skipped the source/VERSION changes. metze (This used to be commit 6761fed30821b30246a0f25874566f8a6019abde)
2008-03-06Be more verbose why create local token has failed duringGünther Deschner2-1/+4
NTLMSSP and Kerberos session setup Guenther (This used to be commit 18b8c2c19e50aee8fc900c7507244cb95014a4fa)
2008-03-06Fix an uninitialized variable, Coverity ID 481Volker Lendecke1-0/+1
(This used to be commit 9e4f576abfdd5605f4db9bb87c22ec68c94ff850)
2008-03-06Fix a memleakVolker Lendecke1-0/+1
Fixes Coverity ID 557 (This used to be commit fe882a575152233de6f4bf2143aca681319b0226)
2008-03-06Check the right pointer for non-NULLVolker Lendecke1-1/+1
Fix Coverity ID 558, 559 (This used to be commit 8e33d19d93ef57a9438aad085aaf04b7c09fe09b)
2008-03-06Make test: set LD_LIBRARY_PATH for make test_shlibs and friends.Michael Adam1-3/+6
Michael (cherry picked from commit 21a527569bccff8e8cb6e751c9f3fce6ff598204) (This used to be commit 25a63d044e82ae3cbd9b8e350fcf4cf548236caa)
2008-03-06Fix build targets for bin/net.Günther Deschner1-1/+1
Guenther (cherry picked from commit 5159e3dafa9f9bb85cde6681052d8f54b8bf8a2e) (This used to be commit 1718c1b5448d0e73cbd50da5ffba29a487d68b3d)
2008-03-06Another build fix for pam_smbpass: make sure libwbclient is there.Günther Deschner1-1/+1
Guenther (cherry picked from commit f6762f9cd0b2ace46e16d246adf2e386749650f9) (This used to be commit 4c2a6ef16090df2bca0811806c982e0e8f3f1eb8)
2008-03-06Respect FAMChanged -- attempt to fix bug 5307Volker Lendecke1-0/+3
Thanks to Ricardo Santos (cherry picked from commit 8ef57a34ebf24e577ba7bca57a5456c1f78a3659) (This used to be commit a00275fde179ab8228fa9d678ec114b677bdecc0)
2008-03-06Build: fix bin/net on Solaris - use -ltdb instead of bin/libtdb.soMichael Adam1-1/+1
Reported by Christian McHugh <christian.mchugh@nau.edu> on the samba ML. Michael (cherry picked from commit 3398403c22c0f39b0d91621d81e31004fc8d28bc) (This used to be commit 350edda357a527822468bc055f6b866e11a99de7)
2008-03-06Makefile: reformat - break long target lines.Michael Adam1-64/+129
Michael (cherry picked from commit e26133808469cb7e9acc41cb15219d7b736d228a) (This used to be commit f3c06fccd6011d4e3c2e3f0dc1e37a0eb7e0f645)
2008-03-06Makefile: untangle -ltalloc from LIBS, making use of libtalloc explicit.Michael Adam1-60/+60
Michael (cherry picked from commit 237ea62a49fbf47634b55795c1065250d5148600) (This used to be commit 393fc8df2898208dff14aedd7b0924624cc4f164)
2008-03-06Make test: set LD_LIBRARY_PATH for make test_shlibs and friends.Michael Adam1-3/+6
Michael (This used to be commit 21a527569bccff8e8cb6e751c9f3fce6ff598204)
2008-03-06Respect FAMChanged -- attempt to fix bug 5307Volker Lendecke1-0/+3
Thanks to Ricardo Santos (This used to be commit 8ef57a34ebf24e577ba7bca57a5456c1f78a3659)
2008-03-06In libnetapi, point out that lp_load has failed.Günther Deschner1-0/+1
Guenther (cherry picked from commit be673bfc61559f661040c6fb1ba7d2e4552967f2) (This used to be commit 0fba3713e1c3379edcd99fb28ddac21616f34777)
2008-03-06Fix lp_load with an empty registry and "config backend = registry". Michael, ↵Günther Deschner1-0/+7
please check. Guenther (cherry picked from commit d9f4060c660da0ad671e061b123df71d109d51b9) (This used to be commit 11b151f3552cbcddcfe671dcda4fe0110c4f2b48)
2008-03-06Fix lp_load with an empty registry and "config backend = registry". Michael, ↵Günther Deschner1-0/+7
please check. Guenther (This used to be commit d9f4060c660da0ad671e061b123df71d109d51b9)
2008-03-06In libnetapi, point out that lp_load has failed.Günther Deschner1-0/+1
Guenther (This used to be commit be673bfc61559f661040c6fb1ba7d2e4552967f2)
2008-03-06Test: Properly track current test binary for tracking crashes.Michael Adam1-4/+9
Make sure the panic action always has the right test binary set. Michael (This used to be commit 567ac329dcec6fc839d6b25cbf1872f1f51ff7e5)
2008-03-06Give a better error message why NetServerSetInfo() may fail in the gui.Günther Deschner2-1/+4
Guenther (cherry picked from commit 1bbbebb7767b8a25532e8be3dbd274c211e34bbd) (This used to be commit 370d030b227486ba87a98f4f6e8920f52f743a94)
2008-03-06Add PICFLAG to libnetapi Makefile.Günther Deschner1-0/+1
Guenther (cherry picked from commit 29fca3c0353f2be4577613d7e38fbc51d2a370fa) (This used to be commit 1e7ee35c0cb937405689f58e8846016b2ab44582)
2008-03-06Fix coverity ID 525, 526, 527, 528, 529 and 530Volker Lendecke1-19/+21
Upon failure to allocate one of the arrays, further down the TALLOC_FREE would have looked at the variables given to it without initizalizing. (cherry picked from commit 6cac3127312acaac65fcd54280605605765787ad) (This used to be commit f990498818e28cbf12fe387746b182c6893d2639)
2008-03-05Build: fix bin/net on Solaris - use -ltdb instead of bin/libtdb.soMichael Adam1-1/+1
Reported by Christian McHugh <christian.mchugh@nau.edu> on the samba ML. Michael (This used to be commit 3398403c22c0f39b0d91621d81e31004fc8d28bc)
2008-03-05Fix coverity ID 525, 526, 527, 528, 529 and 530Volker Lendecke1-19/+21
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)
2008-03-05Fix build targets for bin/net.Günther Deschner1-1/+1
Guenther (This used to be commit 5159e3dafa9f9bb85cde6681052d8f54b8bf8a2e)
2008-03-05Another build fix for pam_smbpass: make sure libwbclient is there.Günther Deschner1-1/+1
Guenther (This used to be commit f6762f9cd0b2ace46e16d246adf2e386749650f9)
2008-03-05Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij306-30993/+39257
(This used to be commit 3482cd9b0e81bbc801f1cec33fca82fc45a3ddef)
2008-03-05Fix Coverity ID 565Volker Lendecke1-2/+0
This would crash safely (This used to be commit 0f14357c86aee9a76ffbb45ea6419f4cc4106d62)
2008-03-05Fix a memleak -- Coverity ID 222Volker Lendecke1-1/+2
(cherry picked from commit a40781bafa3a8f0c7737164bca6cf74b0a452e72) (This used to be commit 86cabcad74ac06d888f2a352a2bef3abea1ed85c)
2008-03-05Fix formatting.Jelmer Vernooij1-3/+2
(This used to be commit e2345ce90c3f1548f63d720c5943c8d61fdc899a)
2008-03-05Revert "Make sure to generate pkgconfig files for libtdb and libtalloc."Günther Deschner1-2/+0
This uses incorrect version numbers for tdb and talloc. Guenther This reverts commit df97fb019b89a147a0a2c560003d74c354fcc4b6. (This used to be commit ead849949b1b879e2bc4a6b1f7c3d2df1962170a)
2008-03-05Make sure to generate pkgconfig files for libtdb and libtalloc.Günther Deschner1-0/+2
Guenther (This used to be commit df97fb019b89a147a0a2c560003d74c354fcc4b6)
2008-03-05Give a better error message why NetServerSetInfo() may fail in the gui.Günther Deschner2-1/+4
Guenther (This used to be commit 1bbbebb7767b8a25532e8be3dbd274c211e34bbd)
2008-03-05Add --update option to smbget.Charles1-3/+27
(This used to be commit 3cfa35fca64b059b307668ca0113503679e0b1fa)
2008-03-05Makefile: reformat - break long target lines.Michael Adam1-64/+129
Michael (This used to be commit e26133808469cb7e9acc41cb15219d7b736d228a)
2008-03-05Makefile: untangle -ltalloc from LIBS, making use of libtalloc explicit.Michael Adam1-60/+60
Michael (This used to be commit 237ea62a49fbf47634b55795c1065250d5148600)
2008-03-05Add PICFLAG to libnetapi Makefile.Günther Deschner1-0/+1
Guenther (This used to be commit 29fca3c0353f2be4577613d7e38fbc51d2a370fa)
2008-03-05Makefile: Add explicit dependecies to libtalloc.so.Michael Adam1-59/+59
So as to fix building of isolated targets. Michael (cherry picked from commit 7dbc251e1cd28abf28342529607fa4b5f579a9c4) (This used to be commit ad711da7972b9ccc8b82c506db830b192a833918)
2008-03-05Makefile: Add explicit dependecies to libtalloc.so.Michael Adam1-59/+59
So as to fix building of isolated targets. Michael (This used to be commit 7dbc251e1cd28abf28342529607fa4b5f579a9c4)
2008-03-05Fix build of pam_smbpass.Günther Deschner1-1/+2
Guenther (cherry picked from commit cd582b7705dca40b3c688c9e23d8375dab43b4d0) (This used to be commit ecdbc96b4dd56629bb8f99c41ecf76506df91d71)
2008-03-05Fix build of pam_smbpass.Günther Deschner1-1/+2
Guenther (This used to be commit cd582b7705dca40b3c688c9e23d8375dab43b4d0)
2008-03-05Remove unused marshalling for SRV_NET_REMOTE_TOD.Günther Deschner3-199/+0
Guenther (This used to be commit 9f0ea1d727046fef4c23bcf1e71d10f33c93b00f)
2008-03-05Use rpccli_srvsvc_NetRemoteTOD() in rpcclient.Günther Deschner1-3/+10
Guenther (This used to be commit 5e9d8cdc948b678e5aa6e04ee13635376b7306f5)
2008-03-05Use pidl for _srvsvc_NetRemoteTOD().Günther Deschner3-50/+58
Guenther (This used to be commit 2b4e0f0593c6378cdac4811ded830ca694afac9e)
2008-03-05Re-run make idl.Günther Deschner5-19/+32
Guenther (This used to be commit b9abb783200f6c14543c3b884b9393797cfa8dbd)