summaryrefslogtreecommitdiff
path: root/librpc/idl/drsblobs.idl
AgeCommit message (Collapse)AuthorFilesLines
2009-09-20drsblobs.idl: fix repsFromTo2 blob size calculationStefan Metzmacher1-1/+1
metze
2009-09-20drsblobs.idl: add decoding for repsFromTo2Stefan Metzmacher1-0/+30
This is used in windows 2008. metze
2009-09-09s4: fixed format of repsTo in samdbAndrew Tridgell1-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
2009-09-08s4: added the structure for repsToAndrew Tridgell1-0/+32
This structure is stored in NDR format in the repsTo attribute of each partition. It is updated by the DSUpdateRefs DSRUAPI call
2009-02-04librpc: add header file for drsblobs helper functions.Günther Deschner1-0/+1
Guenther
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-6/+6
2008-10-18idl: share drsblobs idl.Günther Deschner1-0/+521
Guenther