Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
(This used to be commit 3a200957b2028198b9ee59f71da0f0b6601c95e2)
|
|
Guenther
(This used to be commit b7818ec598fc942ba9c86dac0d47e239a6953301)
|
|
Guenther
(This used to be commit 2add8790199079753c21ec2797e14b8bed2d8278)
|
|
Guenther
(This used to be commit 06f2f4c4707d13bfc5510f3ff068534a01456fe5)
|
|
Guenther
(This used to be commit a111167062f0bee9477b5988a3ce796af81407fc)
|
|
Guenther
(This used to be commit 782ad12e3c100cf74ca0bc353379efe90da69b98)
|
|
Guenther
(This used to be commit f113c340c80f8ecbec37fa8e8c59c7e36777ca64)
|
|
Guenther
(This used to be commit b658270518140c457536b0c7db06a646d7077529)
|
|
Couldn't we move on doing this during the build??
Guenther
(This used to be commit d69cbd009903a8b36c9254a59faa5783fbc737f9)
|
|
Guenther
(This used to be commit 5db4310d4c9149dc9d68f7684dc961926f94544a)
|
|
Guenther
(This used to be commit 212f6fc000d093bad9f78307743639b391db3fe5)
|
|
Guenther
(This used to be commit b0e86c5b4d375f21f06208dc063adb9d2659d30b)
|
|
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)
|
|
fixes winreg_EnumValues()
metze
(This used to be commit cedf7022c5c61ed5eb49bb1cb24b062858f7d2fd)
|
|
(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 bc4e0a388a2859d2ddcfb8f07920f3b121a37894)
|
|
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 ac5561103caccac7d14fddbdc9a0fa972be45c6f)
|