summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
AgeCommit message (Collapse)AuthorFilesLines
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-23drsblobs.idl: rename unknown1 -> reservedStefan Metzmacher1-1/+1
metze (This used to be commit fb0379aede4665987679c2e1b5ae943f124804b6)
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 Loafman2-4/+4
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-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-18netapi: add NetLocalGroupEnum to IDL.Günther Deschner1-0/+14
Guenther (This used to be commit 95432c8b57aac684064a20a7bba0734fb5d27d18)
2008-07-18netapi: add NetUserSetInfo to IDL.Günther Deschner1-0/+12
Guenther (This used to be commit e00d2affbc3bc848e727f60348aebc7ea8548459)
2008-07-18netapi: add NetUserGetInfo to IDL.Günther Deschner1-0/+11
Guenther (This used to be commit ec5c0153347f3ea37fa3ad65800c0fc408ac8509)
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-17netapi: make sid in GROUP_INFO_3 a pointer.Günther Deschner1-1/+1
Guenther (This used to be commit 84dc9bb89dedf6b283014307d317a3c4d315340b)
2008-07-17netapi: add NetGroupEnum to IDL.Günther Deschner1-0/+14
Guenther (This used to be commit f2240192363e09a8182a468c8743ff031ecee04e)
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 Metzmacher1-2/+8
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 Allison1-0/+2
Jeremy. (This used to be commit 9c21756f9e841fd996590619b5eedc659f849626)
2008-07-09Add in the IDL to store a NT Security descriptor inJeremy Allison1-0/+29
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: add drsblobs.idl from samba4.Günther Deschner1-0/+401
Guenther (This used to be commit 58dc161ac91d018dfb02acac2aa2a45841478412)
2008-06-25netapi: add NetUserChangePassword() to IDL.Günther Deschner1-0/+11
Guenther (This used to be commit 7020a5bd6e90c178085bb8d04325ac5ba83b4c3d)
2008-06-24drsuapi: add some more attribute IDs.Günther Deschner1-0/+9
Guenther (This used to be commit fce7a195f1e299b3427a992027de68151784f586)
2008-06-23drsuapi: fill in some more drsuapi_DsAttributeIds.Günther Deschner1-0/+3
Guenther (This used to be commit 7974c2c8afe2ed295d8da4daa45ba5b7cb0a7584)
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-17netapi: add NetRemoteTOD() to IDL.Günther Deschner1-0/+19
Guenther (This used to be commit 8dd1a5fabffaea847a348d1467a75d005a16b0bd)
2008-06-11idl: fix drsuapi_DsGetNCChanges.Günther Deschner1-3/+4
Guenther (This used to be commit 652af123b214e30d0edf1d5626849484c6bb5045)
2008-06-03netapi: add NetLocalGroupSetInfo() to IDL.Günther Deschner1-0/+9
Guenther (This used to be commit 0e02b40ae8a63a299f221dce82725b9151a7e499)
2008-06-03netapi: add NetLocalGroupGetInfo() to IDL.Günther Deschner1-0/+7
Guenther (This used to be commit c817c0c5bcf2578aa7f26403c0ce567281e4b019)
2008-06-03netapi: add NetLocalGroupDel() to IDL.Günther Deschner1-0/+5
Guenther (This used to be commit b4fafdeebf43a8bd65d5c99432de373594f36180)
2008-06-03netapi: add NetLocalGroupAdd() to IDL.Günther Deschner1-0/+20
Guenther (This used to be commit fa86b2cf5c6f5654fc7545de467c47626573f97c)
2008-06-03netapi: add NetGroupAddUser() and NetGroupDelUser() to IDL.Günther Deschner1-0/+12
Guenther (This used to be commit 7fe8735104b8306734dd12ae87eed430e0ba4d37)
2008-06-03netapi: add NetGroupGetInfo() to IDL.Günther Deschner1-0/+7
Guenther (This used to be commit 68a727302002ca53f41ed282abc1c18a8559579e)
2008-06-03netapi: add NetGroupSetInfo to IDL.Günther Deschner1-0/+16
Guenther (This used to be commit febcbd2127183740a7d536fd26a65c3ed1d0df9e)
2008-06-03idl: add NetGroupDel() to libnetapi.Günther Deschner1-0/+5
Guenther (This used to be commit d86cd8816c6a6458b6f4f9c33200faf627bd2e7a)
2008-06-03idl: add NetGroupAdd() to libnetapi.Günther Deschner1-0/+40
Guenther (This used to be commit 7d1ca6f73407d9752402c84da4b41e224a434181)
2008-05-27idl: avoid sa_family as it its a macro on IRIX.Günther Deschner1-1/+1
Guenther (This used to be commit 64815c08558c73bbffeb2fdfc0d5850c4ebf8405)
2008-05-26idl: add drsuapi_DsGetDCInfoCtr3 used by w2k8.Günther Deschner1-0/+25
Guenther (This used to be commit 0e77e71ec3bf6115fa2b6ea74502bdc02b037ab6)
2008-05-16libnetjoin: for informational reasons, report forest_name.Günther Deschner1-0/+2
Guenther (This used to be commit 452a9ea4af19d3aebc35929edaf4e5adf8c1fd11)
2008-05-09IDL: Fix nbt_cldap_netlogon union, removing the default member.Günther Deschner1-1/+16
Guenther (This used to be commit a56d7999a445f7157f85e5636f5b2c5e471a98e2)
2008-05-09IDL: Add nbt_cldap_netlogon_15.Günther Deschner1-0/+19
Guenther (This used to be commit 5e91bd1d2bfe458c6f8b3696f99e0f75e43cbae8)
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner1-0/+2
Guenther (This used to be commit 7889516a384c155a9045aad4409c041fddd0d98d)
2008-05-08IDL: make nbt_cldap_netlogon_29 public.Günther Deschner1-1/+1
Guenther (This used to be commit 7159cce8055d0197cfc1a9daa08d2370527ea3bc)
2008-05-07IDL: add missing case 14 and 15 to nbt_cldap_netlogon union.Günther Deschner1-0/+2
Guenther (This used to be commit 9fcda4627b1c1d2836b6cbd1141f4e843ecab115)
2008-04-30IDL: add nbt_cldap_netlogon_29 which includes the next_closest_site.Günther Deschner1-1/+28
Guenther (This used to be commit 909c9ae7ecbaa1bcc38d5c9ebc10fc5fb9a7bf59)
2008-04-30IDL: use nbt_netlogon_command in cldap replies.Günther Deschner1-4/+6
Guenther (This used to be commit bc92507fb425ae56568c72298b9d7e964ae372d0)
2008-04-30IDL: use nbt_dc_sock_addr.Günther Deschner1-10/+10
Guenther (This used to be commit 5a46f34fa364dfb20d7de93164b56d08dc4fb427)
2008-04-30IDL: move some netlogon DS flags to NBT where they actually showup first.Günther Deschner2-12/+15
Guenther (This used to be commit 163f17f84bc602f9944153854e42cf643c5c4768)
2008-04-30IDL: use samr_AcctFlags in nbt_ntlogon_sam_logon.Günther Deschner1-2/+2
Guenther (This used to be commit 5f5658b3dc6407ca05368f657dc3296425844434)