summaryrefslogtreecommitdiffstats
path: root/librpc/gen_ndr/drsuapi.h
Commit message (Collapse)AuthorAgeFilesLines
* idl: removed the generated gen_ndr/ files from pidlAndrew Tridgell2010-05-041-2023/+0
| | | | | Samba3 will add these to the release tarball instead. See the mail on samba-technical
* idl: Regenerate DRSUAPI idl filesKamen Mazdrashki2010-03-241-34/+182
|
* librpc: rerun make idlStefan Metzmacher2010-03-121-1/+1
| | | | metze
* librpc: rerun make idlStefan Metzmacher2010-03-111-14/+18
| | | | metze
* idl: Regenerate DRSUAPI idl filesKamen Mazdrashki2010-03-101-64/+38
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki2010-02-241-4/+4
|
* s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki2010-02-241-5/+5
|
* s4/drs: add DRSUAPI_ATTRIBUTE_options attributeAnatoliy Atanasov2010-02-171-0/+2
|
* s4/drs:kccdrs_replica_get_info_obj_metadata implementationAnatoliy Atanasov2010-02-171-12/+12
| | | | | | 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
* s3: re-run make samba3-idl.Günther Deschner2010-02-111-0/+1
| | | | Guenther
* s4/idl: regenerating drsuapi.idlKamen Mazdrashki2010-02-111-2/+2
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki2010-02-051-3/+4
|
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-181-21/+0
| | | | | | | 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.
* s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_contextAndrew Tridgell2010-01-161-7/+7
|
* s4-idl: get rid of the operation specific DRS options flagsAndrew Tridgell2010-01-141-30/+10
| | | | | It was confusing to have several sets of incomplete options when WSPP uses a single set.
* s4-idl: give a enum for attribute cn and a 'NONE' attributeAndrew Tridgell2010-01-091-1/+5
| | | | | | 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.
* s4-idl: regenerate DRS IDLAndrew Tridgell2010-01-081-0/+6
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* drsuapi: fix build warning of NDR size calculation of ↵Günther Deschner2009-12-011-2/+2
| | | | | | | | drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther
* s4/drs(idl): Regenerate idlKamen Mazdrashki2009-10-161-3/+3
|
* idl: added WSPP DrsOptions bit namesAndrew Tridgell2009-10-151-0/+32
| | | | This should make it much easier to work through the logic in MS-DRSR
* s4-drs: regenerate IDL after ndr size changeAndrew Tridgell2009-09-241-1/+1
|
* idl: regenerate idlAnatoliy Atanasov2009-09-231-2/+6
|
* Re-generated idl files with () for enum values.Jeremy Allison2009-09-171-159/+159
| | | | Jeremy.
* Check in modified generated files for systems where pidl can't run.Jeremy Allison2009-09-171-159/+159
| | | | Jeremy.
* idl: added DRS GetNCChanges level 10Andrew Tridgell2009-09-171-0/+18
|
* idl: rebuild drsuapi.idlAndrew Tridgell2009-09-171-1/+20
|
* s4-idl: added the IDL for the DsReplica* callsAndrew Tridgell2009-09-111-7/+70
|
* s4: regenerate drsuapi IDLAndrew Tridgell2009-09-101-0/+16
|
* s4: commit generated DRS changesAndrew Tridgell2009-09-081-2/+2
|
* Rerun pidl.Jelmer Vernooij2009-02-251-0/+2
|
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-5/+5
|
* Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij2008-12-161-0/+1770
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.