Age | Commit message (Collapse) | Author | Files | Lines |
|
rafal
(This used to be commit 04c94e4a52b9253c6d2ae6e8376338f0b20dd070)
|
|
rafal
(This used to be commit a3ef0d051ac6e4a389a294ca6001338e3da23938)
|
|
rafal
(This used to be commit 8d9330c490470127f192949efa9201225136edb1)
|
|
rafal
(This used to be commit 8fa1cd62ec6ce3b37700cf5ffa5c47b8c8cff977)
|
|
on ncacn_np, as abartlet suggested. Also, named pipe remains the default
transport for all kinds of servers to be contacted.
rafal
(This used to be commit 76888c74a66317a9888ea4c0965f0d33124c222f)
|
|
rafal
(This used to be commit 7da9ebffbd2c8c558086656ab9c0e74aff2a7ce6)
|
|
rafal
(This used to be commit a2229f8c80898f5f0bae6641b356a476d3265c5a)
|
|
using different transport and possibly address type, when
the first attempt fails (only if it makes any sense, of course).
This may be especially useful when connecting DCs and PDCs in
mixed environments.
Also, add monitor messages issuing.
rafal
(This used to be commit d69b31230dd01efadd9c0cc6ef31c794c6165881)
|
|
rafal
(This used to be commit aaa2a5a27adf9bc9bb6853f8b14538a5923b130a)
|
|
behaviour) if composite context returned from _send function was NULL.
rafal
(This used to be commit d9fce228d006b702d76faebe4eb436327a7212d0)
|
|
Andrew Bartlett
(This used to be commit 5ef924bc739a51a8f83d7b4566f9ba85296c585a)
|
|
rafal
(This used to be commit fa6b52dbf7321d1a7f0fdea32ab2605951c2b35a)
|
|
of assuming only PDC name type. Also, fix the comment.
rafal
(This used to be commit 436c8a721114815af8eb8c96ebdfe32c1875faaa)
|
|
rafal
(This used to be commit c58fa8676c93b49bcce2e86b957690fc6558280c)
|
|
rafal
(This used to be commit 1258e6cad890ade8a65d8d43d55a95d61e6a6968)
|
|
rafal
(This used to be commit 24006a36014eaa7457cf3db4cf0b084e1f9aa4d8)
|
|
changing).
rafal
(This used to be commit e5a50ca14a1ebc2fc6e18852264b5caac69fea1d)
|
|
rafal
(This used to be commit d91cbec2644030a6e7978dd2e2c854e9d7a3d313)
|
|
rafal
(This used to be commit e5dc6311633146e44063ba5eb20488468af75914)
|
|
handler,
no continue functions) need to report an error by means of state only.
composite_error calls event handler function which frees the context and
state structure. This fixes a segfault in some cases (caught it on modifyuser
test).
rafal
(This used to be commit 9e800fd0cfda9e731905fc0f19781def5cdba89f)
|
|
the current API we need to check both that the RPC didn't fault, and
that the query succeeded.
Also print the right things in debug messages.
Andrew Bartlett
(This used to be commit d18e515391f8f5038e9aaaba596099052011b53a)
|
|
rafal
(This used to be commit d8113fa5e19570fcf67a7d3cd8a0d8ab12ef147e)
|
|
rafal
(This used to be commit 37ec35672e23c8a3e3f1f44d2fce69a0729519fb)
|
|
rafal
(This used to be commit 16b4b4dbb7aa1a239e680457d3cb4e3db3d38dc7)
|
|
username to resolve it to a rid, when a sid argument is not
explicitly provided.
rafal
(This used to be commit 9bc4ef267c3d6720422e2a2f7f2c1572ba694d2d)
|
|
them until we do such thing. There's no need to complicate things more
at the moment.
rafal
(This used to be commit 94fb191e6b862a6b05bc962c56a0a3d34a67f6b7)
|
|
header files instead of composite.h
rafal
(This used to be commit 8cafbe7afedc90346cbd0cbedc2571143ae3dbc6)
|
|
opened and rpc pipe connected. Each user management routine
calls the function before doing their job
- Initial work on user modify functionality (does nothing yet)
rafal
(This used to be commit 51501cdeef0f253d52112a368a07815ef1fbccca)
|
|
- don't check for mem_ctx, ctx and r, we should crash when they're wrong
as it's a programmer error!
- pass the error string to the caller
metze
(This used to be commit 5f65447f5dfafa6771a532c86fe2f87287c5467d)
|
|
metze
(This used to be commit d273d8ae52255170932405f488876510e02f5813)
|
|
(This used to be commit 4898b29c32737b2cf425d5822da2f395f70ca6e2)
|
|
r->out on error
(This used to be commit 1d1d2aaeae643e01bfd51d69cba741557543e5bb)
|
|
rafal
(This used to be commit 2ab8343e99a21bddd61492722bd1d249ab04a306)
|
|
initialisation of libnet_context.
This fixes a valgrind warning.
rafal
(This used to be commit b751eb1102f3169b8eb66bae465cf79a44597bbe)
|
|
rafal
(This used to be commit dc93aef09a59b101ca6180fbc431500a6fd7da02)
|
|
causing ejsnet test to segfault. Also, cleanup a bit and add monitor
fn pointer to internal user delete libnet function.
Time for some comments now.
rafal
(This used to be commit 89e9a887197380f13e0668e845d00e1050259331)
|
|
a bit more smart and more aware of what libnet_context can offer.
The context is a help when some of the arguments are not passed
(programmer counts on using sensible defaults) and stores some of
results so that similar subsequent calls don't need to reopen some
of policy handles, pipes, etc. again. It also helps to hide some
of details the library user don't really want to know much about.
Also, change domain open function to be part of public api, as
it is going to be used in ejsnet interface.
Note, this is work in progress. Comments are welcome.
rafal
(This used to be commit 1ed80c594c2f466e364a11194d6fdc30ac4a8f27)
|
|
around the mess that is composite functions...
Async might be all the rage, but it's bloody painful to debug.
Andrew Bartlett
(This used to be commit 756e1dad7ce54b83f8170db3434bfcfc4afe7e65)
|
|
libraries.
This support requires that the bind_ack and alter_ack recv functions
also be send the DCE/RPC fault. This would be best done by having the
ack run as a normal RPC reply callback, but this isn't easily possible
for now.
Andrew Bartlett
(This used to be commit be6dde22fe728d64d47875699d3421c6d8d872a4)
|
|
rafal
(This used to be commit 221907fc0d0141c6c73f10f2dc829879205b9bcb)
|
|
rafal
(This used to be commit 45cd7bc4ec152c8623c134c6f33bcd3edbb1ff5e)
|
|
rafal
(This used to be commit 12d0faf9bc4c97b61879e8f7bb0419f4553bb340)
|
|
from returning uninitialised structure member. Thank heavens for build
farm and valgrind :)
rafal
(This used to be commit daca283990c7a8b6efc952c9308c43b68dd49f06)
|
|
and comment-fixes.
rafal
(This used to be commit d35f1e07bed594dfae5421209c4318fe5e66a5aa)
|
|
and make it async. Also, update any other usages of old function.
Build goes fine and so do tests, comments to follow.
rafal
(This used to be commit aef0a2de9d2f01a6f619e3fccc8715288f5c37a3)
|
|
this isn't supported, fallback to NTLM.
Also, where we get a failure as 'logon failure', try and do a '3
tries' for the password, like we already do for CIFS. (Incomplete:
needs a mapping between RPC errors and the logon failure NTSTATUS).
Because we don't yet support Kerberos sign/seal to win2k3 SP1 for
DCE/RPC, disable this (causing SPNEGO to negotiate NTLM) when kerberos
isn't demanded.
Andrew Bartlett
(This used to be commit b3212d1fb91b26c1d326a289560106dffe1d2e80)
|
|
Remove some autogenerated headers (which had prototypes now autogenerated by pidl)
Remove ndr_security.h from a few places - it's no longer necessary
(This used to be commit c19c2b51d3e1ad347120b06a22bda5ec586c22e8)
|
|
for REQUIRED_SUBSYSTEMS.
(This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
|
|
(This used to be commit 58ac1e4eb1a62029173118a7638dcbe7c0de1306)
|
|
metze
(This used to be commit 9ec706238c173992dc938d537bdf1103bf519dbf)
|