summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Collapse)AuthorAgeFilesLines
* s4/drs(NDR): Print implementation for drsuapi_DsReplicaOIDKamen Mazdrashki2009-10-161-0/+19
| | | | | | Custom ndr_print functions is implemented so that transmited partia-binary-oid to be printed both in hex and partial-oid formats
* s4/drs(NDR): Remove push/pull code for drsuapi_DsReplicaOID structKamen Mazdrashki2009-10-162-100/+0
| | | | | New structure definition is automarshaled so custom marshaling code is not used anymore
* s4/drs(idl): Regenerate idlKamen Mazdrashki2009-10-163-15/+50
|
* s4/drs(idl): Redefine drsuapi_DsReplicaOID in drsuapi.idlKamen Mazdrashki2009-10-161-3/+3
| | | | | Structure redefined to be more similar with OID_t structure defined in [ref. MS-DRSR.pdf - p.496].
* idl: added bit definition for privilege masksAndrew Tridgell2009-10-162-0/+19
| | | | | | When you have backup or restore privileges, you automatically get extra access bits in ACL interpretation. This adds definitions for the bits you get.
* idl: added WSPP DrsOptions bit namesAndrew Tridgell2009-10-154-0/+122
| | | | This should make it much easier to work through the logic in MS-DRSR
* netlogon: add NL_PASSWORD_VERSION to IDL.Günther Deschner2009-10-132-0/+19
| | | | Guenther
* s3/s4:samr.idl - Corrects the "userPwdChangeFailureInformation" structureMatthias Dieter Wallnöfer2009-10-087-94/+135
| | | | This I've done according to WSPP doc MS-SAMR 2.2.7.23.
* idl: recompile IDL for uint1632 changeAndrew Tridgell2009-10-0715-92/+92
|
* pidl: get the alignment right for uint1632 enums (NDR64)Andrew Tridgell2009-10-072-15/+66
| | | | | The default enum in NDR63 is 32 bits, not 16 bits. We need a uint1632 type to get the alignment right.
* libndr: add int3264 ndr prototype.Günther Deschner2009-10-051-0/+1
| | | | Guenther
* ndr: rebuild lsa IDL after recent changeAndrew Tridgell2009-10-031-19/+19
|
* idl: some lsa vars are uint3264Andrew Tridgell2009-10-031-5/+5
|
* pidl: added int3264 as a base typeAndrew Tridgell2009-10-031-0/+10
| | | | | This is the type used for a variable that is 32 bits for NDR32 and 64 bits for NDR64
* idl: rebuilt the IDL for the build farmAndrew Tridgell2009-10-0227-6/+1635
|
* ndr64: added support for trailing gap alignmentAndrew Tridgell2009-10-022-0/+20
| | | | | | | NDR64 has a 'trailing gap' alignment, which aligns the end of a structure on the overall structure alignment. This explains the discrepancy we had with the RPC-SAMR test and NDR64
* idl: use common netlogon bit definitionsAndrew Tridgell2009-10-022-4/+7
| | | | | | | | | | | The DS_ bits had got a bit ahead of the NBT_ bits. Ideally we'd make these a single set of bits at some point. This also removes NBT_SERVER_DNS_FOREST as this bit doesn't exist. I think it came from someone mis-reading the docs, which show the bits in reverse order within bytes (one of the worst bit table representations I have ever seen!)
* s3: re-run make idl. janitor for tridge.Günther Deschner2009-09-302-2/+2
| | | | Guenther
* idl: ntsvcs.idl depends on misc.idl, not winreg.idlAndrew Tridgell2009-09-301-1/+1
| | | | The winreg_Type definition comes from misc.idl
* s3: re-run make idl_full.Günther Deschner2009-09-2921-0/+268
| | | | Guenther
* winreg: add winreg_Data union to IDL.Günther Deschner2009-09-298-87/+295
| | | | Guenther
* pidl: added union padding for NDR64Andrew Tridgell2009-09-292-0/+20
| | | | This fixes the problem with samr UserInfo16 when NDR64 is enabled
* s4-drs: regenerate IDL after ndr size changeAndrew Tridgell2009-09-242-3/+3
|
* s4-drs: fixed the size of DN binary blobs on the wireAndrew Tridgell2009-09-241-1/+1
| | | | | | | | Comparison with w2k8 traces shows the size field of drsuapi_DsReplicaObjectIdentifier3Binary is taken from drsuapi_DsReplicaObjectIdentifier3 Thanks to metze for spotting this
* idl: regenerate idlAnatoliy Atanasov2009-09-232-3/+11
|
* s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_CRITICAL_ONLY req in getncchangesAnatoliy Atanasov2009-09-231-2/+6
|
* Revert "r20074: this values seem to be typos in drsuapi"Stefan Metzmacher2009-09-231-2/+2
| | | | | | | | | | This reverts commit 1dfd365d57dcd712d315a1a903c8d3d0a0f0fc12 This change was from and the flags I was seeing have another meaning. metze Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
* regenerate IDLAndrew Tridgell2009-09-234-60/+62
|
* idl: fixed string termination for netlogon GetDomainInfoAndrew Tridgell2009-09-231-10/+10
|
* s4-nbt: added NBT_SERVER_DNS_FORESTAndrew Tridgell2009-09-231-1/+2
|
* librpc: rerun 'make idl'Stefan Metzmacher2009-09-202-3/+3
| | | | metze
* drsblobs.idl: fix repsFromTo2 blob size calculationStefan Metzmacher2009-09-201-1/+1
| | | | metze
* rerun: make idlStefan Metzmacher2009-09-203-0/+324
| | | | metze
* drsblobs.idl: add decoding for repsFromTo2Stefan Metzmacher2009-09-201-0/+30
| | | | | | This is used in windows 2008. metze
* librpc: rerun 'make idl'Stefan Metzmacher2009-09-183-0/+353
| | | | metze
* named_pipe_auth.idl: add infrastructure to pass delegated credentialsStefan Metzmacher2009-09-181-0/+23
| | | | metze
* ndrdump: fixed helpAndrew Tridgell2009-09-171-1/+1
|
* ndr: num_auths is an array size, thus a uint3264Andrew Tridgell2009-09-171-2/+2
|
* ndr: split out ndr enum functionsAndrew Tridgell2009-09-173-4/+78
| | | | This allows for easier implementation of the NDR32/NDR64 split
* idl: recompile our IDLAndrew Tridgell2009-09-1725-3558/+3558
| | | | The NDR64 change affects every IDL file
* s4-rpc: added NDR64 supportAndrew Tridgell2009-09-171-1/+2
| | | | This adds support for the nd464 binding string option
* ndr: added support for NDR64 Andrew Tridgell2009-09-173-18/+54
| | | | This adds NDR64 support for the push functions in libndr
* Re-generated idl files with () for enum values.Jeremy Allison2009-09-1723-1014/+1014
| | | | Jeremy.
* Check in modified generated files for systems where pidl can't run.Jeremy Allison2009-09-1723-1014/+1014
| | | | Jeremy.
* Remove ununsed variable warning.Jeremy Allison2009-09-171-1/+0
| | | | Jeremy.
* idl: added DRS GetNCChanges level 10Andrew Tridgell2009-09-174-0/+209
|
* idl: rebuild drsuapi.idlAndrew Tridgell2009-09-175-51/+258
|
* idl: added DsExecuteKCC IDLAndrew Tridgell2009-09-171-1/+19
|
* ndr: added --ndr64 flag to ndrdumpAndrew Tridgell2009-09-164-6/+44
| | | | | This only does pull, but it is useful for w2k8-r2 <-> w2k8-r2 ndrdump usage, which is always 64bit.
* security:idl Generated filesNadezhda Ivanova2009-09-163-0/+66
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>