Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 6017b16f504dc7b092c22200951cb206b0a7e602)
|
|
Jelmer, please check.
Guenther
(This used to be commit 2f693292882f2929ff5d23e4009dabbb0443f891)
|
|
sure the
client caller can retrieve the WERROR.
Jelmer, no idea how to add a test for that...
Guenther
(This used to be commit cf55365177e2d9ca64a80bbeafeb91deb7e2c8b3)
|
|
result typemaps.
(This used to be commit 9b5b77c399894fc7fdf0d61a14cfbcef6dbf678c)
|
|
(This used to be commit 3e04846b3f663b1012a077c7a2dd20abaa78400b)
|
|
metze
(This used to be commit d361bb174131227c426a247ca0262930a714c37a)
|
|
Samba4/NDR/Parser.pm
Samba4/NDR/Server.pm
Samba3/ServerNDR.pm
tests/
metze
(This used to be commit 7106f21de8dfc472aa0846b49bfdb7543c63b310)
|
|
for choosing common required headers
metze
(This used to be commit c97fe5b54c0da68c7e71ea79678fa6348ecdaab9)
|
|
metze
(This used to be commit 18fce1174199d67d822ea92e048443b60dd3dfa5)
|
|
metze
(This used to be commit 2aecc1e9fd19d4e176f5475c8ee0b292d68c85f9)
|
|
metze
(This used to be commit cae48a19530909981a852801095a19a662f65cfe)
|
|
Everything but success should be handled as error in the tests.
metze
(This used to be commit cadb1cc743a19fc16e61f8246b1e8771c806caea)
|
|
we now print the C program that we tried to compile
metze
(This used to be commit 299e74314c05209bdc9fe2c41cae7094b2f15c11)
|
|
metze
(This used to be commit 34af31cfb3b69d1028027da1bceb06b41103e7aa)
|
|
metze
(This used to be commit 3accc840bee973f56ab34a35e3c181da8cb1023e)
|
|
metze
(This used to be commit 14ca6a8bf90bc73e1fdb0f510be795e28977601e)
|
|
instead NT_STATUS_INVALID_PARAMETER_MIX
metze
(This used to be commit 76b628df53d6cf028fb9f22df003ac87fe3b3c56)
|
|
Jeremy.
(This used to be commit ad0b9792f2dc91208a199060585c83ed7f622451)
|
|
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 7203f717a676a741e49f96f2d477f4f459575caf)
|
|
(This used to be commit aa089378a04f84c507a7c31f96499a88de963d06)
|
|
(This used to be commit 3c2d06d8fc8783362a6ff934e86ea4a4da2c6906)
|
|
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
|
|
of a type can contain deferred data.
(This used to be commit 9e804e0c21f09b699707bb88d534bde55d265087)
|
|
(This used to be commit 160c0013dc02165ed1787291937b641b6cef5a2b)
|
|
(This used to be commit 1afc7dd4d33f05d58121defed88faf8fcee3df8f)
|
|
in can_contain_deffered()
jelmer: we need to handle this more genericly, I assume
we have a lot of other related bugs
metze
(This used to be commit 3e0f22c85769cac7a5f439836be7b692259ddd81)
|
|
server stubs
metze
(This used to be commit 678de9ce6022040403a1afb9157b7ae3af1b027c)
|
|
include/ now only contains build system related headers, all other headers are
now near the source code they're related to.
(This used to be commit 6890a01dbfc6d8041a88ef5c6be52dfcd046fe80)
|
|
(This used to be commit 30c1de30bb4ded16e79316c0ab43809e0e19f75d)
|
|
(This used to be commit ff6684adfd96b59381dd941e54070ab9f8984912)
|
|
(This used to be commit 2d049c8d30876075b03ff74f7ba6d0c57bfb5c45)
|
|
(This used to be commit fc8771fb6aab815e63334da0159032f7ecd0a931)
|
|
and make that the primary context for the request
which the implementations can also use.
- go via functions pointers in the ndr_interface_table
instead of calling functions directly.
metze
(This used to be commit fa577a12940d2df9d5ea9e3e0fed40021d59647d)
|
|
instead of the pull and push functions
metze
(This used to be commit 9b59534a14700f7bfe56cae448030df59ced0ba5)
|
|
metze
(This used to be commit 2dbf89e22352dcb36c7246671ccc9cd55d9f6a57)
|
|
metze
(This used to be commit f874eca5dab74e930d0ec52abeb06295d2d90476)
|
|
metze
(This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5)
|
|
rename dcerpc_interface_list -> ndr_interface_list
and move them to libndr.h
metze
(This used to be commit 4adbebef5df2f833d2d4bfcdda72a34179d52f5c)
|
|
into ndr_interface_string_array and move it to libndr.h
metze
(This used to be commit 473bca74dc9d9dc54a239c9b5d3dc5fcf5a117a9)
|
|
and move it to librpc/ndr/libndr.h
metze
(This used to be commit abd5551aabae1820baaa52a963e8c7aa9605914e)
|
|
metze
(This used to be commit 701aa31d14cde412c1fecef694d851882be8d17f)
|
|
for the samba3 server stubs yet, so bail out.
metze
(This used to be commit ff11f2ce0c3f9c882d93bda0c89577adaf8c2a41)
|
|
metze
(This used to be commit a698fb18573baf016009bdd2d02aaf336dc92a63)
|
|
metze
(This used to be commit 66d4d6f19643454fb781cebbca2c4f4dbb94e90b)
|
|
functions
metze
(This used to be commit fad5af2f2069993b7284e74a177b78a4b4798383)
|
|
into subfunctions
metze
(This used to be commit ff7fa11e70018e9691441d824483b803781943a7)
|
|
pointer loop as we do in other places
metze
(This used to be commit ee92d47b538e2f92e4c342893f04c598311e1021)
|
|
metze
(This used to be commit 98d8753d37e5ac6273316c83bf6f0e6851afd30a)
|
|
metze
(This used to be commit d90a0d3ba1ac18caee08ab3f621b742229a41e45)
|
|
metze
(This used to be commit b7d6ac5215c27f7eb4ae16e3a68b7f7fc32dcb72)
|