summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* s4-idl: give a enum for attribute cn and a 'NONE' attributeAndrew Tridgell2010-01-092-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.
* s4-idl: regenerate DRS IDLAndrew Tridgell2010-01-082-0/+9
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* spoolss: more mork on SetPrinterInfo() levels.Günther Deschner2009-12-173-78/+90
| | | | Guenther
* spoolss: add spoolss_DriverInfo7.Günther Deschner2009-12-163-0/+236
| | | | Guenther
* s3: Allow up to 20480 entries in LookupSids, as mandated by the official IDLVolker Lendecke2009-12-142-4/+4
| | | | Seen in the wild by putting >1000 users into BUILTIN\Users
* spoolss: fix spoolss_PrinterData size calculation.Günther Deschner2009-12-143-7/+1
| | | | | | | Currently we were crashing in EnumPrinterDataEx when an e.g. an empty (NULL) string for a separator file was returned. Guenther
* spoolss: trivial fix for spoolss_FormInfo2 IDL.Günther Deschner2009-12-142-4/+8
| | | | Guenther
* spoolss: remove unused spoolss_StringArray2.Günther Deschner2009-12-103-17/+0
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-12-106-10/+164
| | | | Guenther
* spoolss: add more spoolss architectures to IDL.Günther Deschner2009-12-081-1/+5
| | | | Guenther
* spoolss: fix spoolss_DriverInfo8 IDL.Günther Deschner2009-12-082-54/+54
| | | | | | found by RPC-SPOOLSS torture teset. Guenther
* spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx.Günther Deschner2009-12-076-63/+183
| | | | Guenther
* spoolss: hand-marshall the spoolss_StringArray2 struct for ↵Günther Deschner2009-12-032-47/+1
| | | | | | | | spoolss_EnumPrinterKey. This call is just driving me nuts :-) Guenther
* samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey.Günther Deschner2009-12-025-40/+19
| | | | | | | This should finally resolve the endian issues we were seeing on sparc and is much cleaner for spoolss clients and servers. Guenther
* spoolss: add spoolss_StringArray2.Günther Deschner2009-12-023-0/+63
| | | | | | | The difference to spoolss_StringArray is that in spoolss_StringArray2 the string array is put into a subcontext of _ndr_size. Guenther
* s3-spoolss: move MAXDEVICENAME to spoolss idl.Günther Deschner2009-12-022-4/+5
| | | | Guenther
* drsuapi: fix build warning of NDR size calculation of ↵Günther Deschner2009-12-013-10/+4
| | | | | | | | drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther
* security.idl - Add some more wellknown SIDs/RIDsMatthias Dieter Wallnöfer2009-11-271-0/+3
|
* misc: mark winreg_Data little-endian except for a REG_DWORD_BIG_ENDIAN.Günther Deschner2009-11-272-144/+215
| | | | Guenther
* pidl: fix handling of output arguments in s3 client stubs.Günther Deschner2009-11-271-4/+4
| | | | | | a20e095 used (uint8_t) instead of (uint8_t *). Guenther
* librpc: rerun "make idl"Stefan Metzmacher2009-11-269-66/+66
| | | | metze
* s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ↵Günther Deschner2009-11-231-0/+62
| | | | | | belong. Guenther