summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/drsblobs.h
AgeCommit message (Collapse)AuthorFilesLines
2010-04-09librpc/idl: Use [nopython] attr for types used in decode_PrimaryKerberos methodKamen Mazdrashki1-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)
2010-04-09s4/idl: drsblobs IDL regenerationKamen Mazdrashki1-0/+6
2010-03-25s3: re-run make samba3-idl.Günther Deschner1-3/+8
Guenther
2010-03-23idl: fix forest trust information idlSimo Sorce1-5/+9
--validate now passes
2010-03-23idl:drsblobs add code to interpret msDS-TrustForestTrustInfoSimo Sorce1-0/+56
2010-02-01s4/idl: drsblobs IDL regenerationKamen Mazdrashki1-0/+12
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-10-22idl-drsblobs: mark some more reserved values as value(0)Andrew Tridgell1-10/+10
This prevents valgrind errors when we store these blobs in a database
2009-09-20librpc: rerun 'make idl'Stefan Metzmacher1-1/+1
metze
2009-09-20rerun: make idlStefan Metzmacher1-0/+27
metze
2009-09-17Re-generated idl files with () for enum values.Jeremy Allison1-11/+11
Jeremy.
2009-09-17Check in modified generated files for systems where pidl can't run.Jeremy Allison1-11/+11
Jeremy.
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: commit generated DRS changesAndrew Tridgell1-0/+31
2009-02-25Rerun pidl.Jelmer Vernooij1-0/+2
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-6/+6
2008-12-16Don't write out forward declarations for enums, as some compilers don'tJelmer Vernooij1-4/+0
seem to like it.
2008-12-16Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij1-0/+534
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.