summaryrefslogtreecommitdiffstats
path: root/librpc/idl
Commit message (Collapse)AuthorAgeFilesLines
* s3-netlogon: use WERRORs in NETLOGON_INFO structures.Günther Deschner2009-09-021-3/+3
| | | | Guenther
* add a ref to the WSPP docsAndrew Tridgell2009-09-021-0/+1
|
* netlogon: fill in more details for the netr_LogonControlX family of calls.Günther Deschner2009-08-311-3/+10
| | | | Guenther
* s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls.Günther Deschner2009-08-311-0/+1
| | | | Guenther
* ntlmssp: add NTLMSSP_MESSAGE_SIGNATURE to IDL.Günther Deschner2009-08-281-0/+18
| | | | Guenther
* ntlmssp: add AUTHENTICATE_MESSAGE to idl.Günther Deschner2009-08-281-0/+75
| | | | Guenther
* ntlmssp: add CHALLENGE_MESSAGE to IDL.Günther Deschner2009-08-281-0/+70
| | | | Guenther
* ntlmssp: add NEGOTIATE_MESSAGE to IDL.Günther Deschner2009-08-281-0/+20
| | | | Guenther
* ntlmssp: add ntlmssp helper skeleton.Günther Deschner2009-08-281-1/+2
| | | | Guenther
* ntlmssp: add IDL.Günther Deschner2009-08-281-0/+89
| | | | Guenther
* schannel: add netlogon_creds_CredentialState to IDL.Günther Deschner2009-08-271-0/+15
| | | | Guenther
* schannel: move schannel.idl to main directory.Günther Deschner2009-08-261-0/+44
| | | | Guenther
* netlogon: make netr_NegotiateFlags a public bitmap.Günther Deschner2009-08-261-1/+1
| | | | Guenther
* netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug ↵Günther Deschner2009-08-251-1/+1
| | | | | | #6099 for details). Guenther
* netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.Günther Deschner2009-08-241-0/+1
| | | | | | This bit is set by the Win7 client while joining. Guenther
* spoolss: add more spoolss calls to IDLGünther Deschner2009-08-201-0/+90
| | | | | | (spoolss_GetPrinterDriverPackagePath and spoolss_GetCorePrinterDrivers). Guenther
* netlogon: document some more MSVC flags.Günther Deschner2009-08-171-1/+14
| | | | | | | Some of these were observed during password changing from win7 using a samba 3.4 PDC. Guenther
* spoolss: fill in more details of the spoolss_DeviceMode.Günther Deschner2009-08-101-21/+210
| | | | Guenther
* epmapper.idl: avoid usage of 'pipe', this is a reserved word in IDLStefan Metzmacher2009-08-071-4/+4
| | | | | | We now use 'named_pipe' instead. metze
* netlogon.idl: Prework to enhance the "netr_LogonGetDomainInformation" call ↵Matthias Dieter Wallnöfer2009-08-031-48/+114
| | | | | | | correctly This enhances the "netlogon.idl" file to allow enhancements on the mentioned call. Therefore this is also the base for fixing up bug #4888.
* netlogon.idl: Removes the form "str[]" for string declarationsMatthias Dieter Wallnöfer2009-08-031-40/+40
| | | | | | | In this file two different forms are used to explain the same datatype ("str[]" and "*str"). I didn't find this very nice and unified the occurrences to always use "*str". This patch is of cosmetic nature.
* frstrans.idl: add definition of frstrans_InitializeFileTransferAsync()Stefan Metzmacher2009-07-271-1/+79
| | | | metze
* frstrans.idl: add definition of frstrans_AsyncPoll()Stefan Metzmacher2009-07-271-1/+32
| | | | metze
* frstrans.idl: add definition of frstrans_RequestVersionVector()Stefan Metzmacher2009-07-271-1/+19
| | | | metze
* frstrans.idl: add definition of frstrans_RequestUpdates()Stefan Metzmacher2009-07-271-1/+54
| | | | metze
* frstrans.idl: add definition of frstrans_EstablishSessionStefan Metzmacher2009-07-271-1/+4
| | | | metze
* frstrans.idl: add definition of frstrans_EstablishConnection()Stefan Metzmacher2009-07-271-1/+17
| | | | metze
* frstrans.idl: add definition of frstrans_CheckConnectivity()Stefan Metzmacher2009-07-271-1/+4
| | | | metze
* For some strange reason using :Jeremy Allison2009-07-241-1/+1
| | | | | | | uint8 hash[XATTR_SD_HASH_SIZE]; doesn't have the same effect as : uint8 hash[64]; Jeremy.
* Fix hash function in acl_xattr to be SHA256, makeJeremy Allison2009-07-241-2/+13
| | | | | | | | the hash function selectable. Upgrade version. Compiles but not fully tested yet (coming). Make vfs_acl_tdb.c compile - this needs updating to match acl_xattr (also coming soon). Jeremy.
* frsrpc.idl: add definition of frsrpc_FrsNOP()Stefan Metzmacher2009-07-231-1/+1
| | | | metze
* frsrpc.idl: add idl for frsrpc_FrsVerifyPromotionParent()Stefan Metzmacher2009-07-231-1/+9
| | | | metze
* frstrans.idl: add new DFS-R FrsTransport interface with dummy functionsStefan Metzmacher2009-07-221-0/+83
| | | | metze
* frsrpc.idl: add definition for frsrpc_FrsStartPromotionParent()Stefan Metzmacher2009-07-221-1/+22
| | | | metze
* frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamicStefan Metzmacher2009-07-211-4/+5
| | | | | | | | We add an extra num_chunks to the frsrpc_CommPktChunkCtr structure and use hand modified ndr_push/pull functions to let it not appear on the wire. metze
* frsrpc.idl: almost complete the idl for the frsrpc_FrsSendCommPkt() functionStefan Metzmacher2009-07-211-87/+312
| | | | | | TODO: The amount of chunks is dynamic, we need to fix that metze
* frsapi.idl: fill the frsapi_WriterCommand() functionStefan Metzmacher2009-07-211-1/+8
| | | | metze
* frsapi.idl: fix some unknown field namesStefan Metzmacher2009-07-211-7/+7
| | | | metze
* spoolss: fill in some unknowns in spoolss_OSVersion and spoolss_OSVersionEx.Günther Deschner2009-07-171-4/+7
| | | | Guenther
* spoolss: fill in spoolss_Create/DeletePrinterIC + rerun make samba3-idl.Günther Deschner2009-07-171-2/+6
| | | | Guenther
* lsa: fill in lsa_StorePrivateData and lsa_RetrievePrivateData and rerun make ↵Günther Deschner2009-07-171-3/+11
| | | | | | samba3-idl. Guenther
* lsa: fix typo in lsa_TrustDomInfoEnum enum in IDL.Günther Deschner2009-07-161-2/+2
| | | | Guenther
* samr: add missing samr_ValidationStatus codes.Günther Deschner2009-07-141-1/+3
| | | | Guenther
* spoolss: fill in spoolss_GetPrinterDriver IDL.Günther Deschner2009-07-031-1/+8
| | | | Guenther
* spoolss: the flags in spoolss_SetPrinterInfo1 are in fact ↵Günther Deschner2009-07-031-1/+1
| | | | | | spoolss_PrinterAttributes. Guenther
* spoolss: fill in spoolss_AddPrinter IDL.Günther Deschner2009-07-031-3/+6
| | | | Guenther
* spoolss: the flags in spoolss_PrinterInfo1 are in fact ↵Günther Deschner2009-07-021-7/+7
| | | | | | spoolss_PrinterAttributes. Guenther
* samr: add samr_UserInfoLevel and samr_DomainInfoClass enums based on MS-SAMR.Günther Deschner2009-06-231-7/+51
| | | | Guenther
* NETLOGON pipe improvementsMatthias Dieter Wallnöfer2009-06-181-3/+14
| | | | | | | | | | | | | | | Patch for bug #4939 This refactors the NETLOGON code related to this bug: - Introduces a new "SYNCSTATE" enum required by the "DatabaseSync2" call (acc. to WSPP) - Make "DatabaseSync" dependant from "DatabaseSync2" (acc. to WSPP) - Let "DatabaseSync2" return NT_STATUS_NOT_IMPLEMENTED (I'm not sure if this is also true when a domain is running in mixed mode) - Make "LogonControl" and "LogonControl2" dependant form "LogonControl2Ex" (acc. to WSPP) - Let "LogonControl2Ex" return WERR_NOT_SUPPORTED for now
* lsa: use the lsa access masks in idl.Günther Deschner2009-06-091-8/+8
| | | | Guenther