summaryrefslogtreecommitdiffstats
path: root/librpc/gen_ndr
Commit message (Collapse)AuthorAgeFilesLines
* s4-build: Fix autoconf build (net_machinepw.c is no longer present)Jelmer Vernooij2010-04-091-0/+1
|
* s3: re-run make samba3-idl.Günther Deschner2010-04-093-17/+21
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-095-35/+23
| | | | Guenther
* 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)
* s4/idl: drsblobs IDL regenerationKamen Mazdrashki2010-04-093-0/+72
|
* s3: re-run make samba3-idl.Günther Deschner2010-04-097-2/+356
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-084-6/+240
| | | | Guenther
* build: add README to explain gen_ndr, and ensure directory existsAndrew Tridgell2010-04-061-0/+1
|
* s3: re-run make samba3-idl.Günther Deschner2010-03-253-55/+56
| | | | Guenther
* idl: Regenerate DRSUAPI idl filesKamen Mazdrashki2010-03-245-228/+1050
|
* idl: fix forest trust information idlSimo Sorce2010-03-233-21/+82
| | | | --validate now passes
* s3: Re-run make samba3-idl.Karolin Seeger2010-03-231-0/+4
| | | | Karolin
* s3:re-run make samba3-idl.Günther Deschner2010-03-233-4/+178
| | | | Guenther
* idl:drsblobs add code to interpret msDS-TrustForestTrustInfoSimo Sorce2010-03-233-2/+551
|
* s4:lsa Functions to set Domain Trust InformationSimo Sorce2010-03-223-3/+5
|
* s3: re-run make samba3-idl.Günther Deschner2010-03-165-35/+42
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-03-167-47/+579
| | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* security.idl - push generated code diffMatthias Dieter Wallnöfer2010-03-161-0/+13
|
* s4:idl change level to type in lsa_ForestTrustRecord.Simo Sorce2010-03-162-8/+8
|
* librpc: rerun make idlStefan Metzmacher2010-03-122-1/+4
| | | | metze
* winreg: add winreg_KeyType enum.Günther Deschner2010-03-115-18/+60
| | | | Guenther
* librpc: rerun make idlStefan Metzmacher2010-03-113-116/+144
| | | | metze
* idl: Regenerate DRSUAPI idl filesKamen Mazdrashki2010-03-105-299/+225
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: re-run make samba3-idl.Günther Deschner2010-03-054-20/+20
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-03-052-39/+56
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-03-056-201/+50
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-03-055-151/+64
| | | | Guenther
* spoolss: add spoolss_Build to IDL.Günther Deschner2010-02-263-4/+43
| | | | Guenther
* idl:lsa change string typeSimo Sorce2010-02-242-6/+6
| | | | comapring win<-> traces it looks like this is an lsa_StringLarge
* s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki2010-02-242-58/+58
|
* s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki2010-02-244-56/+66
|
* s3: re-run make samba3-idl.Günther Deschner2010-02-232-54/+56
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-02-233-0/+675
| | | | Guenther
* s4:netlogon GetTrustedDomainInformationSimo Sorce2010-02-227-40/+34
| | | | start implementing calls related to trusted domain information
* spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves ↵Günther Deschner2010-02-182-238/+1
| | | | | | devmode relative pointer down to sd). Guenther
* spoolss: add spoolss_security_descriptor.Günther Deschner2010-02-182-48/+49
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-02-185-1263/+1627
| | | | Guenther
* s3: re-run make full_idl.Günther Deschner2010-02-186-172/+344
| | | | Guenther
* s4/drs: add DRSUAPI_ATTRIBUTE_options attributeAnatoliy Atanasov2010-02-172-0/+3
|
* s4/drs:kccdrs_replica_get_info_obj_metadata implementationAnatoliy Atanasov2010-02-172-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
* a4-dcerpc: another attempt at dcerpc auth paddingAndrew Tridgell2010-02-142-0/+12
| | | | The last change broke net vampire against w2k8r2
* s4-rpc: be more careful about DCERPC auth paddingAndrew Tridgell2010-02-132-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.
* s3: re-run make samba3-idl.Günther Deschner2010-02-112-0/+2
| | | | Guenther
* s4/idl: regenerating drsuapi.idlKamen Mazdrashki2010-02-112-4/+4
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4/idl: Regenerate IDL for DRSUAPI interfaceKamen Mazdrashki2010-02-052-6/+8
|
* s4/idl: drsblobs IDL regenerationKamen Mazdrashki2010-02-013-0/+120
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* librpc: rerun 'make idl'Stefan Metzmacher2010-01-291-0/+3
| | | | metze
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-184-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.
* s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_contextAndrew Tridgell2010-01-162-28/+28
|
* s4-idl: get rid of the operation specific DRS options flagsAndrew Tridgell2010-01-143-309/+39
| | | | | It was confusing to have several sets of incomplete options when WSPP uses a single set.