Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-05 | s4/idl: Regenerate IDL for DRSUAPI interface | Kamen Mazdrashki | 1 | -3/+4 | |
2010-01-18 | idl: switched to using the WSPP names for the 'neighbour' DRS options | Andrew Tridgell | 1 | -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. | |||||
2010-01-16 | s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_context | Andrew Tridgell | 1 | -7/+7 | |
2010-01-14 | s4-idl: get rid of the operation specific DRS options flags | Andrew Tridgell | 1 | -30/+10 | |
It was confusing to have several sets of incomplete options when WSPP uses a single set. | |||||
2010-01-09 | s4-idl: give a enum for attribute cn and a 'NONE' attribute | Andrew Tridgell | 1 | -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. | |||||
2010-01-08 | s4-idl: regenerate DRS IDL | Andrew Tridgell | 1 | -0/+6 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | drsuapi: fix build warning of NDR size calculation of ↵ | Günther Deschner | 1 | -2/+2 | |
drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther | |||||
2009-10-16 | s4/drs(idl): Regenerate idl | Kamen Mazdrashki | 1 | -3/+3 | |
2009-10-15 | idl: added WSPP DrsOptions bit names | Andrew Tridgell | 1 | -0/+32 | |
This should make it much easier to work through the logic in MS-DRSR | |||||
2009-09-24 | s4-drs: regenerate IDL after ndr size change | Andrew Tridgell | 1 | -1/+1 | |
2009-09-23 | idl: regenerate idl | Anatoliy Atanasov | 1 | -2/+6 | |
2009-09-17 | Re-generated idl files with () for enum values. | Jeremy Allison | 1 | -159/+159 | |
Jeremy. | |||||
2009-09-17 | Check in modified generated files for systems where pidl can't run. | Jeremy Allison | 1 | -159/+159 | |
Jeremy. | |||||
2009-09-17 | idl: added DRS GetNCChanges level 10 | Andrew Tridgell | 1 | -0/+18 | |
2009-09-17 | idl: rebuild drsuapi.idl | Andrew Tridgell | 1 | -1/+20 | |
2009-09-11 | s4-idl: added the IDL for the DsReplica* calls | Andrew Tridgell | 1 | -7/+70 | |
2009-09-10 | s4: regenerate drsuapi IDL | Andrew Tridgell | 1 | -0/+16 | |
2009-09-08 | s4: commit generated DRS changes | Andrew Tridgell | 1 | -2/+2 | |
2009-02-25 | Rerun pidl. | Jelmer Vernooij | 1 | -0/+2 | |
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 1 | -5/+5 | |
2008-12-16 | Move shared gen_ndr files to librpc/gen_ndr in the root. | Jelmer Vernooij | 1 | -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. |