summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/ndr_drsblobs.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-18s3: re-run make full_idl.Günther Deschner1-8/+16
Guenther
2010-02-01s4/idl: drsblobs IDL regenerationKamen Mazdrashki1-0/+103
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-01-18idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell1-6/+6
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.
2009-11-20librpc: rerun "make idl"Stefan Metzmacher1-0/+24
metze
2009-10-22idl-drsblobs: mark some more reserved values as value(0)Andrew Tridgell1-20/+20
This prevents valgrind errors when we store these blobs in a database
2009-10-07idl: recompile IDL for uint1632 changeAndrew Tridgell1-12/+12
2009-10-02idl: rebuilt the IDL for the build farmAndrew Tridgell1-0/+87
2009-09-29s3: re-run make idl_full.Günther Deschner1-0/+20
Guenther
2009-09-20librpc: rerun 'make idl'Stefan Metzmacher1-2/+2
metze
2009-09-20rerun: make idlStefan Metzmacher1-0/+289
metze
2009-09-17idl: regenerate IDL for NDR64 changesAndrew Tridgell1-8/+8
2009-09-17idl: recompile our IDLAndrew Tridgell1-31/+31
The NDR64 change affects every IDL file
2009-09-09s4: fixed format of repsTo in samdbAndrew Tridgell1-232/+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: commit generated DRS changesAndrew Tridgell1-0/+232
2009-08-12librpc: rerun "make idl_full"Kai Blin1-38/+38
2009-03-04librpc: Re-run make idl_full from source3Tim Prouty1-1/+0
2009-03-01Rerun pidl.Jelmer Vernooij1-6/+0
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-31/+31
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/+4267
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.