Age | Commit message (Collapse) | Author | Files | Lines |
|
We now support async multi fragment SMBtrans calls.
metze
(This used to be commit 6813e22e9d300696a40993476629227d5cc4d35f)
|
|
specific debug function.
By default do not debug, this is the most appropriate action for a library
as we cannot assume what stderr is use for in the main app.
The main app is responsible to set ev_debug_stderr if they so desire.
(This used to be commit e566a2f308ac6fb4b526a744f7059b565670aea5)
|
|
(This used to be commit abcbce004c99a2c62aa8c7a7cfc8ac5b5cfeb7dd)
|
|
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)
|
|
(This used to be commit 6ecf81ae13dffa05356c1177c617206c120fb7d7)
|
|
(This used to be commit 777dc3a2c7b5bf855344ba3ae8c8b564c48fc0c6)
|
|
(This used to be commit 8f47157f09cbf4200f0f7c5efe8750fd5d316a3b)
|
|
(This used to be commit daae053365cf6c5be7b31aa51a239c2660cfc120)
|
|
(This used to be commit 717ce0b640a5c3aa62804b9869ef4dcc0f71b7ba)
|
|
(This used to be commit a875e07a37568b7e51c290074d5e3834c2caa4d6)
|
|
(This used to be commit daed1432d22f5fa78907ee0fef9def8802538150)
|
|
(This used to be commit 16d1ad050546ae6500153438db8d3c857e6f3ad5)
|
|
(This used to be commit 42537b1d5282784550120358f3641f299351fba7)
|
|
(This used to be commit 4716cdfb5d5abad85cba18be89d72fe8ee18f359)
|
|
(This used to be commit 991541a78c2428db89509081cc28072c9b542ffa)
|
|
(This used to be commit 788b2dbfe4b1ef14ab30d487d845e493be46fbd1)
|
|
(This used to be commit 75ba01a0fad87a9a4788f4c2277d8db0513cef4a)
|
|
(This used to be commit e3178d522c95871f1db35d7e058906502387a553)
|
|
(This used to be commit f1de723b89251cbc8140b838941f304a34871bf3)
|
|
(This used to be commit 4bcb92d2d49d90863b1e64b15d055517fbfd263c)
|
|
(This used to be commit 9c2eff0289d7c5963da87d5e002f1b80e6e66cdd)
|
|
Use base class for pidl-generated DCE/RPC interface Python bindings.
(This used to be commit 25e7fc8a2c7a5914c4db4bfe428fd0a8efbf0784)
|
|
(This used to be commit 8501a3fc31e688dba696667a187821480e8cb714)
|
|
(This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23)
|
|
(This used to be commit a34de3c619c8c112b4e1ee7ca5985a506730fcff)
|
|
(This used to be commit ce063eca498036937f99161a1f12e076c2ab313f)
|
|
(This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7)
|
|
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
|
|
(This used to be commit 67290e0ad69df2f2fe651249c6550b8e32dd641b)
|
|
the code.
Make sure we pass around the event_context where we need it instead.
All test but a few python ones fail. Jelmer promised to fix them.
(This used to be commit 3045d391626fba169aa26be52174883e18d323e9)
|
|
(This used to be commit 906b9fe158841c41789952601b36016af6621565)
|
|
(This used to be commit 4d7fc946b2ec50e774689c9036423b6feef99b8e)
|
|
For easier synchronisation with Samba 3.
(This used to be commit b9cac469f3c869a26f415a6c551cf6e8fbb06ed6)
|
|
(This used to be commit 2073346828ffa1d9c35105eadd7afddd3a76a045)
|
|
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
|
|
(This used to be commit 7bfe359c73aac96f8e983e8d5e9621235cf79a3a)
|
|
(This used to be commit a1280252ce924df69d911e597b7f65d8038abef9)
|
|
(This used to be commit 17357072dd175b7548122e40e4cecc6087e52561)
|
|
(This used to be commit bd293cde1b1deadcfb0f74c82aae6ba4de39925b)
|
|
options for SMB individually, just specify the smbcli_options struct.
(This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb)
|
|
The number of arguments is getting a bit excessive now, so it
probably makes sense to pass in the smbcli_options struct rather than
all members individually and add a convenience function for obtaining a
smbcli_options struct from a loadparm context.
(This used to be commit 9f64213463b5bf3bcbf36913139e9a5042e967a2)
|
|
smb_composite_connect structure. AFAIK no global variables will now be used when doing RPC client connections.
(This used to be commit 0ef75e4e3cb0e1bd10e367a00f5e9b725587c40a)
|
|
functions, should help fix the build for OpenChange.
(This used to be commit 385ffe4f4cc9a21a760c0f00410f56e2592fd507)
|
|
(This used to be commit 924c0890904266af8f50f69a25f89d36f971d710)
|
|
library, so it can be overridden by OpenChange.
(This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce)
|
|
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28)
|
|
bunch of {}'s.
- Start working on Python equivalents for various EJS tests.
- Fix regression in argument order for reg_diff_apply() in EJS bindings.
(This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
|
|
(This used to be commit 8858cf39722f192865e531164c72039fd18d7a8d)
|
|
(This used to be commit 28b1d36551b75241c1cf9fca5d74f45a6dc884ab)
|
|
(This used to be commit 7352206f4450fdf881b95bda064cedd9d2477e4c)
|