summaryrefslogtreecommitdiff
path: root/source3/librpc
AgeCommit message (Collapse)AuthorFilesLines
2008-07-23re-run "make idl" after fixing idl for supplementalCredentialsSubBlob.Michael Adam3-3/+58
Michael (This used to be commit e33af40ad41816531c3189ef146f192a902d3229)
2008-07-23drsblobs.idl: fix idl for supplementalCredentialsSubBlobStefan Metzmacher1-3/+8
metze (cherry picked from commit 24c5b10136f6e640832193aaf9e6d7e865c288bc) (This used to be commit 38aca9c11783daf30e19b4951451ec9a6b85cd30)
2008-07-23re-run "make idl" after changing unknown1->reserved in drsblobs.idlMichael Adam2-4/+4
Michael (This used to be commit 398702a818a0c292ab5b4f76be95168de83ffa25)
2008-07-23drsblobs.idl: rename unknown1 -> reservedStefan Metzmacher1-1/+1
metze (This used to be commit fb0379aede4665987679c2e1b5ae943f124804b6)
2008-07-22re-run "make idl" after changing u1 member to pid in DsBindInfo*.Michael Adam2-12/+12
Michael (This used to be commit d08e8c4738cfd7785d3b9a2c828c27cc8bc0c6f7)
2008-07-22drsuapi.idl: change the u1 field in DsBindInfo* to "pid".Michael Adam1-4/+4
According to the WSPP docs, section 5.35, this is the "process identifyer" of the client. It is meant for informational and debugging purposes only and its assignment is implementation specific. Michael (This used to be commit 5c2119ba63a5a119e1b8f055779e5c398333f177)
2008-07-22Fix warnings on FreeBSD-based platformsZach Loafman10-32/+32
Fix two shadowed declaration warnings on FreeBSD-based platform: 'reboot' is a 4.0BSD syscall in unistd.h and 'tcp_seq' is a typedef in netinet/tcp.h. (This used to be commit 14d2a4da1da38d6f69c63505d35990322f253e5d)
2008-07-22re-run make idl after adding drsuapi_DsBindInfo48 to drsuapi.idlMichael Adam3-0/+112
Michael (This used to be commit ac5d8ede8a94e8411d38b684e943d0b489ba8b70)
2008-07-22drsuapi.idl: add drsuapi_SupportedExtensionsExt bitfield.Michael Adam1-1/+6
This knowledge is obtained from the wspp-docs (section 5.35). Michael (cherry picked from commit f5afb695045b1a2f3b8c00a4d82d40e8e50726c9) (This used to be commit 7a3a2b916d5c1116d2536bc87a4f21cd38861668)
2008-07-22drsuapi.idl: the last 16 bytes in DsBindInfo48 ar the GUID of the config dn.Michael Adam1-1/+2
This bit seems not to be documented in the WSPP docs. Michael (cherry picked from commit 705f79bd0a5e93daa0cb11b5dcca36e75c75df93) (This used to be commit 995b0eda0ca46db5f7e6fdbbf92ce86584cb6126)
2008-07-22drsuapi.idl: add drsuapi_DsBindInfo48.Michael Adam1-0/+10
This is necessary to make DsGetNcChanges work with win2008. Michael (cherry picked from commit dd278b069b8683a0e3721ebb7d0de06d2bc1c86f) (This used to be commit 23742a369123722185297151fd743cb20812d3dd)
2008-07-22re-run make idl after Jelmer's "poperly cast array lengths" pidl change.Michael Adam20-181/+181
(f321240fa91fa19c1131f119c42f64897d220682) Michael (This used to be commit 962c2670b10addf81a242d8cb381cc010e036b8e)
2008-07-21Make idl: cli_do_rpc_ndr does not use pipe_idx anymoreVolker Lendecke15-530/+0
(This used to be commit ffd2ff5325ef24f08dcb63e4561f5f62bffef6d3)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-10/+3
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779)
2008-07-19Ooops, GUID_equal was already around :-)Volker Lendecke1-1/+1
(This used to be commit 9a0bc277f23831124d049301bc7009a285d91a11)
2008-07-18re-run make idl.Günther Deschner3-2/+75
Guenther (This used to be commit 4b79d54574722552346bbc17947fd26fc1a0deda)
2008-07-18netapi: add NetLocalGroupEnum to IDL.Günther Deschner1-0/+14
Guenther (This used to be commit 95432c8b57aac684064a20a7bba0734fb5d27d18)
2008-07-18re-run make idl.Günther Deschner3-14/+67
Guenther (This used to be commit de9f40ddd08dad821d3242e60a396a771cf16fa0)
2008-07-18netapi: add NetUserSetInfo to IDL.Günther Deschner1-0/+12
Guenther (This used to be commit e00d2affbc3bc848e727f60348aebc7ea8548459)
2008-07-18re-run make idl.Günther Deschner3-14/+67
Guenther (This used to be commit 60e646b5b5d8bce5c7a6f8692bba7125075656e2)
2008-07-18netapi: add NetUserGetInfo to IDL.Günther Deschner1-0/+11
Guenther (This used to be commit ec5c0153347f3ea37fa3ad65800c0fc408ac8509)
2008-07-18re-run make idl.Günther Deschner3-0/+854
Guenther (This used to be commit 075fad24f787c7b40769870170f2b8c02a7d6ff8)
2008-07-18netapi: add more USER_INFO_X structures to IDL.Günther Deschner1-0/+140
Guenther (This used to be commit fd7c1d01648d9434a3cdd77b7c026a09ba2437b4)
2008-07-17re-run make idl.Günther Deschner1-1/+1
Guenther (This used to be commit d9e9e64ad9749361c898d7853906d1aaf2dad59c)
2008-07-17netapi: make sid in GROUP_INFO_3 a pointer.Günther Deschner1-1/+1
Guenther (This used to be commit 84dc9bb89dedf6b283014307d317a3c4d315340b)
2008-07-17re-run make idl.Günther Deschner3-10/+83
Guenther (This used to be commit 1ae9ae839e2f9032bb30db377e0022112dee2419)
2008-07-17netapi: add NetGroupEnum to IDL.Günther Deschner1-0/+14
Guenther (This used to be commit f2240192363e09a8182a468c8743ff031ecee04e)
2008-07-16In api_pipe_bind_req(), check for the iface id, not the pipe nameVolker Lendecke14-14/+14
This requires to store the rpc_interface in "struct rpc_table" (This used to be commit 654f8de8497aff29f9b1f1822b6a8e734ff329e0)
2008-07-16Add ndr_syntax_id_equal()Volker Lendecke1-0/+7
(This used to be commit 5fc90908deb417130af122941e084542304a2543)
2008-07-16rerun 'make idl' after drsuapi.idl changesStefan Metzmacher3-189/+470
metze (This used to be commit 512912e1316a7d3d11a2434efa568d9ec50914b4)
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsGetNCChangesCtr*Stefan Metzmacher1-7/+27
metze (cherry picked from commit 9e99e59ca7e56bf74417ec85339e09e86f50d17e) (This used to be commit 11ab230832b48f2ff7f2c9319168b6ae53590b61)
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*Stefan Metzmacher2-3/+9
metze (cherry picked from commit de2aed042d09ae7a31ddc4cd920c8fcf193ba06a) (This used to be commit 7488eda7a33f5ebe58a1c1217b7ac7e17e67946d)
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsReplicaCursor[2]Stefan Metzmacher1-6/+6
metze (cherry picked from commit a681e55067a83f06e465b81afb2b0b870b674dca) (This used to be commit c3ebb9ae001c1c2d74233b3f3e33dc8fd57098b6)
2008-07-16drsuapi.idl: correctly handle xpress compressed payloadStefan Metzmacher1-4/+4
metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit d9d19eef4f67da89e7d818d23a2372bee6f86dba) (This used to be commit 0a24fa0dc3514ef19b84d41055682954a22d3079)
2008-07-16drsuapi.idl: remove some unknows from DsGetNCChanges()Stefan Metzmacher1-6/+24
metze (cherry picked from commit 924ef407bd20331cc94f5aeb58f53a5838ae00a4) (This used to be commit 6a33be98b8dd4223491f1cbed9a1af2bc44e7356)
2008-07-10Add XATTR_NTACL_NAME constant.Jeremy Allison2-0/+3
Jeremy. (This used to be commit 9c21756f9e841fd996590619b5eedc659f849626)
2008-07-09Add in the IDL to store a NT Security descriptor inJeremy Allison4-0/+276
a blob. Use the same format as S4, but a new version as we'll need to store the timestamp to check for validity against the POSIX st_ctime. Jeremy. (This used to be commit 5c4ce1dac3769bfe533a4ea778c916d117603603)
2008-06-26drsuapi: rerun make idl and add drsblobs generated files.Günther Deschner3-0/+3739
Guenther (This used to be commit 6725b751d88b4bacac5171efe4f5193bc1125f19)
2008-06-26drsuapi: add drsblobs.idl from samba4.Günther Deschner1-0/+401
Guenther (This used to be commit 58dc161ac91d018dfb02acac2aa2a45841478412)
2008-06-25re-run make idl.Günther Deschner3-13/+58
Guenther (This used to be commit 397d305e90e90f475b6de0efac7dd9630d698efd)
2008-06-25netapi: add NetUserChangePassword() to IDL.Günther Deschner1-0/+11
Guenther (This used to be commit 7020a5bd6e90c178085bb8d04325ac5ba83b4c3d)
2008-06-24re-run make idl.Günther Deschner2-0/+27
Guenther (This used to be commit 05d6f2e00cf5a7ad3d8a38149e9b9b1e408a666c)
2008-06-24drsuapi: add some more attribute IDs.Günther Deschner1-0/+9
Guenther (This used to be commit fce7a195f1e299b3427a992027de68151784f586)
2008-06-23re-run make idl.Günther Deschner2-0/+9
Guenther (This used to be commit cd3a69e153d3ffb128e09871b44826041deff15a)
2008-06-23drsuapi: fill in some more drsuapi_DsAttributeIds.Günther Deschner1-0/+3
Guenther (This used to be commit 7974c2c8afe2ed295d8da4daa45ba5b7cb0a7584)
2008-06-17re-run make idl.Günther Deschner1-0/+5
Guenther (This used to be commit 383636aaca0e59fef8a010ba697e5edf9ce2648b)
2008-06-17netapi: add NetUserEnum filter constants to IDL.Günther Deschner1-0/+6
Guenther (This used to be commit 12669b12c25a64b02c0e49b3ef96cf317992b18c)
2008-06-17netapi: some IDL cosmetics.Günther Deschner1-0/+96
Guenther (This used to be commit 4fd6bc61d0034659c5a89bf2eae188a04a3b41eb)
2008-06-17re-run make idl.Günther Deschner3-1/+65
Guenther (This used to be commit 782ab0f1c1c0957a1111a76c2c1ea7bd99d38311)
2008-06-17netapi: add NetRemoteTOD() to IDL.Günther Deschner1-0/+19
Guenther (This used to be commit 8dd1a5fabffaea847a348d1467a75d005a16b0bd)