Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
(This used to be commit ad3073749089f7166d9070c232ef02e6ba203215)
|
|
Guenther
(This used to be commit 6f474326030b916ca972b68ce36e4d7287192a33)
|
|
Guenther
(This used to be commit 83dc2e1477333480511b8948d4e3e8e90ff86e25)
|
|
Guenther
(This used to be commit 492c26a9367d93802d3b6a9271dde16c49fffe69)
|
|
Guenther
(This used to be commit 1cac7b0f626b418909a5e7a79a1c6d335c10fbf3)
|
|
Guenther
(This used to be commit 66e6f97e8bb3ba18055ecd33a5ddb8aab7080236)
|
|
Guenther
(This used to be commit 3436a54662fad1c69cfd1211f1afaa5a9d3d6d36)
|
|
Guenther
(This used to be commit e75283178dee42a64ec3963f64652c202f0dbd0b)
|
|
Guenther
(This used to be commit debf51aa966d1f243894d458069346a60c76714b)
|
|
Guenther
(This used to be commit 4473255f06bcd96166e61cfa751d32fddf120e16)
|
|
Guenther
(This used to be commit 4d9f48f918ac5a0e7df0f4e55673c5b285efc4d5)
|
|
Guenther
(This used to be commit 73e34102b68518ec45986869c20b2356909d67c0)
|
|
Guenther
(This used to be commit bc04816028bfd75d4bb080085dcc953d7f511211)
|
|
Guenther
(This used to be commit ac1e4f1eb2c046def4fa30ab0bd98c49add8e8c8)
|
|
Guenther
(This used to be commit 0bfaf68e9fa6345511623132917debe2016cf29a)
|
|
Guenther
(This used to be commit 5af6bf31d515c18b0b53237bf78f6c65c2606ca5)
|
|
Guenther
(This used to be commit 71bc06fd5581aeb02f91aeae68d9572452b8ac1e)
|
|
Guenther
(This used to be commit eaead9ea470c296ff0ace353104a0ef31f11311c)
|
|
Guenther
(This used to be commit ea64f45818b206e4027fea1c7dafdef779b7261c)
|
|
Guenther
(This used to be commit 0ee299f040f73fdbae4c1c89ab6de4904f1f0fac)
|
|
Guenther
(This used to be commit ba167f3c9ce17ff458d8292e73ce3deafdd2e240)
|
|
Guenther
(This used to be commit f914fd377165f5580e5cfd0c6a92bbb0216f7352)
|
|
Guenther
(This used to be commit d9c8a2271d5d4ff845f1fe5986a2c63d79c41415)
|
|
Guenther
(This used to be commit 94693755a291993217b5cb74794504a8593eae30)
|
|
Guenther
(This used to be commit add28753b2e740804c48db5f6235cb2f8908d82b)
|
|
Guenther
(This used to be commit 3d34c87612138e4457e824e1a6e3981d1c3fe238)
|
|
Guenther
(This used to be commit d1fa8049b1c0a3cebbc2c64e245e8055c8d3e84b)
|
|
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)
|
|
(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)
|
|
changed
calls yet.
Volker
(This used to be commit 144cddaef538cf151ec2c4989e7110c553ca63cb)
|
|
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)
|
|
* autogenerate lsa ndr code
* rename 'enum SID_NAME_USE' to 'enum lsa_SidType'
* merge a log more security descriptor functions from
gen_ndr/ndr_security.c in SAMBA_4_0
The most embarassing thing is the "#define strlen_m strlen"
We need a real implementation in SAMBA_3_0 which I'll work on
after this code is in.
(This used to be commit 3da9f80c28b1e75ef6d46d38fbb81ade6b9fa951)
|