Age | Commit message (Collapse) | Author | Files | Lines |
|
At the moment these files are used just by Samba 3, but the next step
will be using them from Samba 4 as well.
|
|
(This used to be commit ffd2ff5325ef24f08dcb63e4561f5f62bffef6d3)
|
|
Guenther
(This used to be commit 492c26a9367d93802d3b6a9271dde16c49fffe69)
|
|
(This used to be commit a6677b2e186212f723b24775293682ce5b94952e)
|
|
Guenther
(This used to be commit 3d34c87612138e4457e824e1a6e3981d1c3fe238)
|
|
Guenther
(This used to be commit d1fa8049b1c0a3cebbc2c64e245e8055c8d3e84b)
|
|
Guenther
(This used to be commit 298b0ce951f02705c5660a4171f7cc208de7a1db)
|
|
could have happend with [in,out,unique] pointers
when the clients sends a valid pointer, but the server
reponse with a NULL pointer (as samba-3.0.26a do for some calls).
I've tested with midl to see how windows handles this situation
and also the reverse case where the client sends NULL and
the server reposnse with non-NULL.
It appears that midl generated code just ignores this
and only copies the result if both pointers are non-NULL.
metze
(This used to be commit cb98869fa189ce2a926a00fa9077a114f31a5d45)
|
|
instead of the pull and push functions
metze
(This used to be commit 5e3d4df9bca069708d72f548dc5ddfc7708ac122)
|
|
rename some DCERPC_ prefixes into NDR_
metze
(This used to be commit 8f07b8ab658ae3d63487ca5fb20065318cdd9d0e)
|
|
Guenther
(This used to be commit 71b3259962004c278ca2e859d5460ad47c2468d6)
|
|
(This used to be commit b84370513fbf790e599c33f177fb271a2a992b72)
|
|
Instead,
add [ref] pointers where necessary (top-level [ref] pointers,
by spec, don't appear on the wire).
This brings us closer to the DCE/RPC standard again.
(This used to be commit 580f2a7197b1bc9db14a643fdd112b40ef37aaef)
|
|
(This used to be commit 2efd3b35097a780ce99abad8a10eca536f37fc26)
|
|
items in cac_winreg.c
* Get 'net rpc registry enumerate' to list values again
* Fix winreg.idl QueryInfoKey(). The max_subkeysize is the
max_classlen (we previously had this correct in Samba3")
* fix valgrind error about uninitialized memory and use-before-set
on size value inmemset() call
* Fix key enumeration in 'net rpc registry enumerate'
* regenerate gen_dir files based on local pidl patches
Please note that the generated ndr files are from my local
copy of pidl. If you need to regenerate, please apply the
patch that I posted to the samba-technical list earlier today.
(This used to be commit 5d843612a1b9d92022f76626f1c7473faebec4ba)
|
|
(This used to be commit 503d1a27d5838718355fdd37968c3670f53b1cd7)
|
|
(This used to be commit e277fb067b1a12d816c8a066839751c1824d27bb)
|
|
(This used to be commit edb7a3607e3fa2090310b5c405f2b0a08f51db78)
|