summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/ndr_drsuapi.c
AgeCommit message (Collapse)AuthorFilesLines
2010-03-11librpc: rerun make idlStefan Metzmacher1-102/+125
metze
2010-03-10idl: Regenerate DRSUAPI idl filesKamen Mazdrashki1-160/+115
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-02-24s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki1-54/+54
2010-02-24s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki1-43/+53
2010-02-17s4/drs: add DRSUAPI_ATTRIBUTE_options attributeAnatoliy Atanasov1-0/+1
2010-02-17s4/drs:kccdrs_replica_get_info_obj_metadata implementationAnatoliy Atanasov1-92/+92
Fix the names of the drsuapi_DsReplicaInfoType enum and rebuild the .idl The get_info_obj_metadata implementation is ported from implementation i developed and tested at the samba io lab 2009
2010-02-11s3: re-run make samba3-idl.Günther Deschner1-0/+1
Guenther
2010-02-11s4/idl: regenerating drsuapi.idlKamen Mazdrashki1-2/+2
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-02-05s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki1-3/+4
2010-01-18idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell1-52/+12
The documentation shows that all these functions in fact use the same flags variable type. To be consistent between functions, and to allow easy reference to the WSPP docs, it is better for us to also use this generic DrsOptions bitfield rather than one per operations.
2010-01-16s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_contextAndrew Tridgell1-21/+21
2010-01-14s4-idl: get rid of the operation specific DRS options flagsAndrew Tridgell1-274/+29
It was confusing to have several sets of incomplete options when WSPP uses a single set.
2010-01-09s4-idl: give a enum for attribute cn and a 'NONE' attributeAndrew Tridgell1-0/+2
The 'NONE' attribute has value 0xFFFFFFFF. Adding this ensures the compiler will complain if it is set to use 16 bit enums. We rely on being able to store 32 bits in an attid enum.
2010-01-08s4-idl: regenerate DRS IDLAndrew Tridgell1-0/+3
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2009-12-01drsuapi: fix build warning of NDR size calculation of ↵Günther Deschner1-7/+2
drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther
2009-10-16s4/drs(idl): Regenerate idlKamen Mazdrashki1-10/+47
2009-10-15idl: added WSPP DrsOptions bit namesAndrew Tridgell1-0/+51
This should make it much easier to work through the logic in MS-DRSR
2009-10-07idl: recompile IDL for uint1632 changeAndrew Tridgell1-3/+3
2009-10-02idl: rebuilt the IDL for the build farmAndrew Tridgell1-0/+206
2009-09-29s3: re-run make idl_full.Günther Deschner1-0/+66
Guenther
2009-09-24s4-drs: regenerate IDL after ndr size changeAndrew Tridgell1-2/+2
2009-09-23idl: regenerate idlAnatoliy Atanasov1-1/+5
2009-09-17idl: regenerate IDL for NDR64 changesAndrew Tridgell1-24/+24
2009-09-17idl: recompile our IDLAndrew Tridgell1-317/+317
The NDR64 change affects every IDL file
2009-09-17idl: added DRS GetNCChanges level 10Andrew Tridgell1-0/+172
2009-09-17idl: rebuild drsuapi.idlAndrew Tridgell1-11/+178
2009-09-11s4-idl: added the IDL for the DsReplica* callsAndrew Tridgell1-37/+759
2009-09-10s4: regenerate drsuapi IDLAndrew Tridgell1-0/+8
2009-09-08s4: commit generated DRS changesAndrew Tridgell1-2/+2
2009-08-12librpc: rerun "make idl_full"Kai Blin1-135/+135
2009-01-17librpc: Re-run make idl_fullTim Prouty1-24/+24
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-20/+20
2008-12-16Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij1-1/+1
Samba 3 and Samba 4 output.
2008-12-16Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij1-0/+14532
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.