summaryrefslogtreecommitdiffstats
path: root/librpc/idl
Commit message (Collapse)AuthorAgeFilesLines
...
* lsa: fill in more unknowns in lsa_LookupSid calls.Günther Deschner2009-09-111-10/+20
| | | | Guenther
* netlogon.idl: indent correctlyMatthias Dieter Wallnöfer2009-09-111-1/+1
|
* lsa: use lsa_LookupNamesLevel in lsa_LookupSids{2,3}.Günther Deschner2009-09-111-3/+3
| | | | Guenther
* schannel: more work on reponse NL_AUTH_MESSAGES.Günther Deschner2009-09-111-1/+7
| | | | Guenther
* s4/drsuapi: tech the IDL about some more key attribute namesAndrew Tridgell2009-09-101-0/+8
|
* s4: fixed format of repsTo in samdbAndrew Tridgell2009-09-091-31/+0
| | | | | | | Metze pointed out what the windows tool ldp.exe will examine repsTo attributes on remote DCs, so we do in fact need to use the same format that windows uses. This patch changes the server side implementation of UpdateRefs to use the windows format
* ntlmssp: add some void decode calls (useful for ndrdump).Günther Deschner2009-09-081-1/+22
| | | | Guenther
* schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs.Günther Deschner2009-09-081-0/+73
| | | | | | | These actually belong netlogon but we for now want to keep netlogon as a security providor separate. Guenther
* Return a correct value for Supported Encryption TypeMatthieu Patou2009-09-081-1/+9
| | | | | | Vista and upper version use this value to check wether they should ask the DC to change the msDS-SupportedEncryptionTypes attribute or not. Declare the different value as a bitmap in Netlogon idl
* s4: added the structure for repsToAndrew Tridgell2009-09-081-0/+32
| | | | | This structure is stored in NDR format in the repsTo attribute of each partition. It is updated by the DSUpdateRefs DSRUAPI call
* s4: fixed updaterefs options bitmapAndrew Tridgell2009-09-081-2/+3
|
* 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