summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Collapse)AuthorAgeFilesLines
...
* rap: add rap_status to IDL.Günther Deschner2010-04-303-0/+9
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-303-1/+232
| | | | Guenther
* rap: add IDL for rap_NetPrintQueue{Pause,Continue,Purge}.Günther Deschner2010-04-301-0/+21
| | | | | | it seems like they are not documented (at least not in MS-RAP). Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-302-12/+68
| | | | Guenther
* rap: fix rap_PrintQueue2 and rap_PrintQueue4.Günther Deschner2010-04-301-2/+2
| | | | Guenther
* rap: let the rap print function be autogenerated again.Günther Deschner2010-04-305-60/+69
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-303-748/+1017
| | | | Guenther
* rap: use astring in IDL.Günther Deschner2010-04-301-47/+47
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-303-5/+189
| | | | Guenther
* rap: fill in rap_PrintQueue4 IDL.Günther Deschner2010-04-301-0/+2
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-302-18/+18
| | | | Guenther
* rap: fix jobinfo IDL.Günther Deschner2010-04-301-6/+6
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-302-8/+8
| | | | Guenther
* rap: fix some rap_PrintQueue IDL structures.Günther Deschner2010-04-301-2/+2
| | | | Guenther
* rap: add IDL for NetPrintJob{Pause,Continue,Delete}.Günther Deschner2010-04-294-1/+220
| | | | Guenther
* rap: add rap_NetPrintQGetInfo to IDL.Günther Deschner2010-04-294-1/+111
| | | | Guenther
* rap: fill in rap_PrintQueue2 IDL.Günther Deschner2010-04-294-230/+395
| | | | Guenther
* s4-rap: add rap print helpers.Günther Deschner2010-04-293-2/+89
| | | | Guenther
* idl: we only need ndr_rap.[ch] and rap.hAndrew Tridgell2010-04-299-5905/+7
|
* s4-idl: added generated files from rap.idlAndrew Tridgell2010-04-2911-1/+7815
|
* s3: re-run make samba3-idlGünther Deschner2010-04-281-0/+196
| | | | Guenther
* rap: add rap_NetPrintQEnum to IDL.Günther Deschner2010-04-281-0/+166
| | | | Guenther
* nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer2010-04-273-15/+15
|
* s3: re-run make samba3-idl and add generated header file.Günther Deschner2010-04-261-0/+466
| | | | Guenther
* rap: add rap idl.Günther Deschner2010-04-261-0/+473
| | | | Guenther
* spoolss: pretty-print a struct spoolss_Time.Günther Deschner2010-04-225-17/+30
| | | | Guenther
* spoolss: move up enum spoolss_Build in the IDL.Günther Deschner2010-04-194-44/+44
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-192-10/+10
| | | | Guenther
* spoolss: make spoolss_SetPrinterInfo0 match changes in spoolss_PrinterInfo0.Günther Deschner2010-04-191-3/+3
| | | | Guenther
* librpc/rpc: add dcerpc_fault_to_nt_status()Stefan Metzmacher2010-04-151-0/+24
| | | | | | | For now this only handles fault codes with we've seen yet and for which we have explicit torture checks. metze
* s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" ↵Matthias Dieter Wallnöfer2010-04-123-7/+7
| | | | | | | attribute According to MS-NRPC 2.2.1.4.13 this should be the DNS domainname, not the forest one.
* idl: Use C-style comments, because cpp on some platforms doesn't acceptJelmer Vernooij2010-04-111-21/+21
| | | | // comments.
* s3: re-run make samba3-idl.Günther Deschner2010-04-095-4/+306
| | | | Guenther
* winreg: move REG_OPTION_NON_VOLATILE out of option bitmask.Günther Deschner2010-04-091-1/+2
| | | | Guenther
* winreg: fill in IDL for winreg_QueryMultipleValues2.Günther Deschner2010-04-091-1/+7
| | | | Guenther
* librpc/rpc: fix typo DERPC_ => DCERPC_Stefan Metzmacher2010-04-091-47/+47
| | | | metze
* librpc: rerun make idlStefan Metzmacher2010-04-092-141/+141
| | | | metze
* dcerpc.idl: fix typo DERPC_ => DCERPC_Stefan Metzmacher2010-04-091-47/+47
| | | | metze
* 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
* winreg: rename winreg_KeyType to winreg_KeyOptions.Günther Deschner2010-04-091-6/+8
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-095-35/+23
| | | | Guenther
* winreg: keytype options is a bitmask.Günther Deschner2010-04-091-1/+1
| | | | Guenther
* librpc/idl: Use [nopython] attr for types used in decode_PrimaryKerberos methodKamen Mazdrashki2010-04-092-14/+14
| | | | | | | | 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)
* librpc/idl Use [nopython] on some drsblobs.idl 'functions' as an exampleAndrew Bartlett2010-04-091-5/+5
| | | | | | | It makes little sense to expose these 'functions' to anything other than ndrdump. Andrew Bartlett
* s4/idl: drsblobs IDL regenerationKamen Mazdrashki2010-04-093-0/+72
|
* s4/idl: Schema:schemaInfo attribute descriptionKamen Mazdrashki2010-04-091-0/+16
|
* s3: re-run make samba3-idl.Günther Deschner2010-04-097-2/+356
| | | | Guenther
* winreg: add IDL for winreg_DeleteKeyEx.Günther Deschner2010-04-091-0/+9
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2010-04-084-6/+240
| | | | Guenther