summaryrefslogtreecommitdiffstats
path: root/librpc/idl/drsblobs.idl
Commit message (Collapse)AuthorAgeFilesLines
* Add NTDSConnection schedule attr blobDave Craft2011-12-081-0/+20
| | | | | | | Add schedule blob to drsblobs to allow NDR unpacking into a python class. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* drsblobs.idl: remove nopython from package_PrimaryKerberosBlob related stuffStefan Metzmacher2010-12-101-8/+8
| | | | | | | | | | This allows parsing and construction of the supplementatlCredentials attribute in python. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 10 19:08:33 CET 2010 on sn-devel-104
* s4-trusts: fix trustDomainPasswords drsblobs IDL and server side support.Günther Deschner2010-08-251-18/+16
| | | | | | | Also remove bogus trustCurrentPasswords struct which we just had because our IDL was incorrect. Guenther
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-11/+11
|
* librpc/idl: Use [nopython] attr for types used in decode_PrimaryKerberos methodKamen Mazdrashki2010-04-091-7/+7
| | | | | | | | C code generation for python module generates invalid code (i.e. can not be compiled). Another reason to 'hide' those types from Python is that those types are not used at the moment (and most probably won't be used in the future)
* librpc/idl Use [nopython] on some drsblobs.idl 'functions' as an exampleAndrew Bartlett2010-04-091-5/+5
| | | | | | | It makes little sense to expose these 'functions' to anything other than ndrdump. Andrew Bartlett
* s4/idl: Schema:schemaInfo attribute descriptionKamen Mazdrashki2010-04-091-0/+16
|
* drsblobs: remove utf8string2 from ForestTrustData.Günther Deschner2010-03-251-4/+9
| | | | | | | | Simo, it's not really worth to add a new idl type just for being able to omit the size field. The size field is part of the spec in MS-ADTS 7.1.6.9.3.1 so we should have it as well. Guenther
* idl: fix comment and convert whitespaces to tabsSimo Sorce2010-03-241-44/+44
|
* idl: fix forest trust information idlSimo Sorce2010-03-231-3/+7
| | | | --validate now passes
* idl:drsblobs add code to interpret msDS-TrustForestTrustInfoSimo Sorce2010-03-231-1/+49
|
* s4/idl: drsuapi_DsReplicaSyncOptions flags are no more usedKamen Mazdrashki2010-03-101-1/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/idl: PrefixMap description for W2K3 and W2K8 Schema:prefixMap attributeKamen Mazdrashki2010-02-011-0/+22
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-181-3/+3
| | | | | | | 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.
* idl-drsblobs: mark some more reserved values as value(0)Andrew Tridgell2009-10-221-10/+10
| | | | This prevents valgrind errors when we store these blobs in a database
* drsblobs.idl: fix repsFromTo2 blob size calculationStefan Metzmacher2009-09-201-1/+1
| | | | metze
* drsblobs.idl: add decoding for repsFromTo2Stefan Metzmacher2009-09-201-0/+30
| | | | | | This is used in windows 2008. metze
* s4: fixed format of repsTo in samdbAndrew Tridgell2009-09-091-31/+0
| | | | | | | Metze pointed out what the windows tool ldp.exe will examine repsTo attributes on remote DCs, so we do in fact need to use the same format that windows uses. This patch changes the server side implementation of UpdateRefs to use the windows format
* s4: added the structure for repsToAndrew Tridgell2009-09-081-0/+32
| | | | | This structure is stored in NDR format in the repsTo attribute of each partition. It is updated by the DSUpdateRefs DSRUAPI call
* librpc: add header file for drsblobs helper functions.Günther Deschner2009-02-041-0/+1
| | | | Guenther
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-6/+6
|
* idl: share drsblobs idl.Günther Deschner2008-10-181-0/+521
Guenther