summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr
AgeCommit message (Collapse)AuthorFilesLines
2010-04-09s3: re-run make samba3-idl.Günther Deschner3-17/+21
Guenther
2010-04-09s3: re-run make samba3-idl.Günther Deschner5-35/+23
Guenther
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 Mazdrashki3-0/+72
2010-04-09s3: re-run make samba3-idl.Günther Deschner7-2/+356
Guenther
2010-04-08s3: re-run make samba3-idl.Günther Deschner4-6/+240
Guenther
2010-04-06build: add README to explain gen_ndr, and ensure directory existsAndrew Tridgell1-0/+1
2010-03-25s3: re-run make samba3-idl.Günther Deschner3-55/+56
Guenther
2010-03-24idl: Regenerate DRSUAPI idl filesKamen Mazdrashki5-228/+1050
2010-03-23idl: fix forest trust information idlSimo Sorce3-21/+82
--validate now passes
2010-03-23s3: Re-run make samba3-idl.Karolin Seeger1-0/+4
Karolin
2010-03-23s3:re-run make samba3-idl.Günther Deschner3-4/+178
Guenther
2010-03-23idl:drsblobs add code to interpret msDS-TrustForestTrustInfoSimo Sorce3-2/+551
2010-03-22s4:lsa Functions to set Domain Trust InformationSimo Sorce3-3/+5
2010-03-16s3: re-run make samba3-idl.Günther Deschner5-35/+42
Guenther
2010-03-16s3: re-run make samba3-idl.Günther Deschner7-47/+579
Guenther Signed-off-by: Günther Deschner <gd@samba.org>
2010-03-16security.idl - push generated code diffMatthias Dieter Wallnöfer1-0/+13
2010-03-16s4:idl change level to type in lsa_ForestTrustRecord.Simo Sorce2-8/+8
2010-03-12librpc: rerun make idlStefan Metzmacher2-1/+4
metze
2010-03-11winreg: add winreg_KeyType enum.Günther Deschner5-18/+60
Guenther
2010-03-11librpc: rerun make idlStefan Metzmacher3-116/+144
metze
2010-03-10idl: Regenerate DRSUAPI idl filesKamen Mazdrashki5-299/+225
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-03-05s3: re-run make samba3-idl.Günther Deschner4-20/+20
Guenther
2010-03-05s3: re-run make samba3-idl.Günther Deschner2-39/+56
Guenther
2010-03-05s3: re-run make samba3-idl.Günther Deschner6-201/+50
Guenther
2010-03-05s3: re-run make samba3-idl.Günther Deschner5-151/+64
Guenther
2010-02-26spoolss: add spoolss_Build to IDL.Günther Deschner3-4/+43
Guenther
2010-02-24idl:lsa change string typeSimo Sorce2-6/+6
comapring win<-> traces it looks like this is an lsa_StringLarge
2010-02-24s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki2-58/+58
2010-02-24s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki4-56/+66
2010-02-23s3: re-run make samba3-idl.Günther Deschner2-54/+56
Guenther
2010-02-23s3: re-run make samba3-idl.Günther Deschner3-0/+675
Guenther
2010-02-22s4:netlogon GetTrustedDomainInformationSimo Sorce7-40/+34
start implementing calls related to trusted domain information
2010-02-18spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves ↵Günther Deschner2-238/+1
devmode relative pointer down to sd). Guenther
2010-02-18spoolss: add spoolss_security_descriptor.Günther Deschner2-48/+49
Guenther
2010-02-18s3: re-run make samba3-idl.Günther Deschner5-1263/+1627
Guenther
2010-02-18s3: re-run make full_idl.Günther Deschner6-172/+344
Guenther
2010-02-17s4/drs: add DRSUAPI_ATTRIBUTE_options attributeAnatoliy Atanasov2-0/+3
2010-02-17s4/drs:kccdrs_replica_get_info_obj_metadata implementationAnatoliy Atanasov2-104/+104
Fix the names of the drsuapi_DsReplicaInfoType enum and rebuild the .idl The get_info_obj_metadata implementation is ported from implementation i developed and tested at the samba io lab 2009
2010-02-14a4-dcerpc: another attempt at dcerpc auth paddingAndrew Tridgell2-0/+12
The last change broke net vampire against w2k8r2
2010-02-13s4-rpc: be more careful about DCERPC auth paddingAndrew Tridgell2-26/+0
Cope with a wider range of auth padding in dcerpc bind_ack and alter_context packets. We now use a helper function that calculates the right auth padding.
2010-02-11s3: re-run make samba3-idl.Günther Deschner2-0/+2
Guenther
2010-02-11s4/idl: regenerating drsuapi.idlKamen Mazdrashki2-4/+4
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-02-05s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki2-6/+8
2010-02-01s4/idl: drsblobs IDL regenerationKamen Mazdrashki3-0/+120
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-01-29librpc: rerun 'make idl'Stefan Metzmacher1-0/+3
metze
2010-01-18idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell4-82/+18
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-16s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_contextAndrew Tridgell2-28/+28
2010-01-14s4-idl: get rid of the operation specific DRS options flagsAndrew Tridgell3-309/+39
It was confusing to have several sets of incomplete options when WSPP uses a single set.
2010-01-09s4-idl: give a enum for attribute cn and a 'NONE' attributeAndrew Tridgell2-1/+7
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.