summaryrefslogtreecommitdiff
path: root/librpc/idl
AgeCommit message (Collapse)AuthorFilesLines
2009-09-30idl: ntsvcs.idl depends on misc.idl, not winreg.idlAndrew Tridgell1-1/+1
The winreg_Type definition comes from misc.idl
2009-09-29winreg: add winreg_Data union to IDL.Günther Deschner2-16/+27
Guenther
2009-09-24s4-drs: fixed the size of DN binary blobs on the wireAndrew Tridgell1-1/+1
Comparison with w2k8 traces shows the size field of drsuapi_DsReplicaObjectIdentifier3Binary is taken from drsuapi_DsReplicaObjectIdentifier3 Thanks to metze for spotting this
2009-09-23s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_CRITICAL_ONLY req in getncchangesAnatoliy Atanasov1-2/+6
2009-09-23Revert "r20074: this values seem to be typos in drsuapi"Stefan Metzmacher1-2/+2
This reverts commit 1dfd365d57dcd712d315a1a903c8d3d0a0f0fc12 This change was from and the flags I was seeing have another meaning. metze Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
2009-09-23idl: fixed string termination for netlogon GetDomainInfoAndrew Tridgell1-10/+10
2009-09-23s4-nbt: added NBT_SERVER_DNS_FORESTAndrew Tridgell1-1/+2
2009-09-20drsblobs.idl: fix repsFromTo2 blob size calculationStefan Metzmacher1-1/+1
metze
2009-09-20drsblobs.idl: add decoding for repsFromTo2Stefan Metzmacher1-0/+30
This is used in windows 2008. metze
2009-09-18named_pipe_auth.idl: add infrastructure to pass delegated credentialsStefan Metzmacher1-0/+23
metze
2009-09-17idl: added DRS GetNCChanges level 10Andrew Tridgell1-0/+18
2009-09-17idl: added DsExecuteKCC IDLAndrew Tridgell1-1/+19
2009-09-16Owner and group defaulting.Nadezhda Ivanova1-0/+34
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2009-09-15ntlmssp: pretty print a VERSION structure.Günther Deschner1-1/+1
Guenther
2009-09-15ntlmssp: better document to what structures we are reffering to.Günther Deschner1-3/+25
Guenther
2009-09-14schannel: remove unused schannel structs.Günther Deschner1-34/+0
Guenther
2009-09-11s4: Fix parsing of CSDVersion: treat this field as an string null terminated.Matthieu Patou1-1/+1
CDSVersion field contains one utf16 string and then garbage which pertubated the parsing. We use subcontext to clearly define the size of the whole blob and then let the parser to find the real length of the string. This is a fix for bug 6706, many thanks to Gunter for the PIDL guidelines.
2009-09-11s4-idl: added the IDL for the DsReplica* callsAndrew Tridgell1-7/+69
2009-09-11lsa: fill in more unknowns in lsa_LookupSid calls.Günther Deschner1-10/+20
Guenther
2009-09-11netlogon.idl: indent correctlyMatthias Dieter Wallnöfer1-1/+1
2009-09-11lsa: use lsa_LookupNamesLevel in lsa_LookupSids{2,3}.Günther Deschner1-3/+3
Guenther
2009-09-11schannel: more work on reponse NL_AUTH_MESSAGES.Günther Deschner1-1/+7
Guenther
2009-09-10s4/drsuapi: tech the IDL about some more key attribute namesAndrew Tridgell1-0/+8
2009-09-09s4: fixed format of repsTo in samdbAndrew Tridgell1-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
2009-09-08ntlmssp: add some void decode calls (useful for ndrdump).Günther Deschner1-1/+22
Guenther
2009-09-08schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs.Günther Deschner1-0/+73
These actually belong netlogon but we for now want to keep netlogon as a security providor separate. Guenther
2009-09-08Return a correct value for Supported Encryption TypeMatthieu Patou1-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
2009-09-08s4: added the structure for repsToAndrew Tridgell1-0/+32
This structure is stored in NDR format in the repsTo attribute of each partition. It is updated by the DSUpdateRefs DSRUAPI call
2009-09-08s4: fixed updaterefs options bitmapAndrew Tridgell1-2/+3
2009-09-02s3-netlogon: use WERRORs in NETLOGON_INFO structures.Günther Deschner1-3/+3
Guenther
2009-09-02add a ref to the WSPP docsAndrew Tridgell1-0/+1
2009-08-31netlogon: fill in more details for the netr_LogonControlX family of calls.Günther Deschner1-3/+10
Guenther
2009-08-31s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls.Günther Deschner1-0/+1
Guenther
2009-08-28ntlmssp: add NTLMSSP_MESSAGE_SIGNATURE to IDL.Günther Deschner1-0/+18
Guenther
2009-08-28ntlmssp: add AUTHENTICATE_MESSAGE to idl.Günther Deschner1-0/+75
Guenther
2009-08-28ntlmssp: add CHALLENGE_MESSAGE to IDL.Günther Deschner1-0/+70
Guenther
2009-08-28ntlmssp: add NEGOTIATE_MESSAGE to IDL.Günther Deschner1-0/+20
Guenther
2009-08-28ntlmssp: add ntlmssp helper skeleton.Günther Deschner1-1/+2
Guenther
2009-08-28ntlmssp: add IDL.Günther Deschner1-0/+89
Guenther
2009-08-27schannel: add netlogon_creds_CredentialState to IDL.Günther Deschner1-0/+15
Guenther
2009-08-26schannel: move schannel.idl to main directory.Günther Deschner1-0/+44
Guenther
2009-08-26netlogon: make netr_NegotiateFlags a public bitmap.Günther Deschner1-1/+1
Guenther
2009-08-25netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug ↵Günther Deschner1-1/+1
#6099 for details). Guenther
2009-08-24netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.Günther Deschner1-0/+1
This bit is set by the Win7 client while joining. Guenther
2009-08-20spoolss: add more spoolss calls to IDLGünther Deschner1-0/+90
(spoolss_GetPrinterDriverPackagePath and spoolss_GetCorePrinterDrivers). Guenther
2009-08-17netlogon: document some more MSVC flags.Günther Deschner1-1/+14
Some of these were observed during password changing from win7 using a samba 3.4 PDC. Guenther
2009-08-10spoolss: fill in more details of the spoolss_DeviceMode.Günther Deschner1-21/+210
Guenther
2009-08-07epmapper.idl: avoid usage of 'pipe', this is a reserved word in IDLStefan Metzmacher1-4/+4
We now use 'named_pipe' instead. metze
2009-08-03netlogon.idl: Prework to enhance the "netr_LogonGetDomainInformation" call ↵Matthias Dieter Wallnöfer1-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.
2009-08-03netlogon.idl: Removes the form "str[]" for string declarationsMatthias Dieter Wallnöfer1-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.