summaryrefslogtreecommitdiff
path: root/librpc
AgeCommit message (Collapse)AuthorFilesLines
2009-08-31netlogon: fill in more details for the netr_LogonControlX family of calls.Günther Deschner3-23/+50
Guenther
2009-08-31s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls.Günther Deschner3-0/+3
Guenther
2009-08-28ntlmssp: add ndr_print_ntlmssp_{nt,lm}_response() function.Günther Deschner2-0/+64
Guenther
2009-08-28ntlmssp: re-run make samba3-idl and add generated files.Günther Deschner3-0/+2441
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 Deschner3-1/+132
Guenther
2009-08-28ntlmssp: add NEGOTIATE_MESSAGE to IDL.Günther Deschner1-0/+20
Guenther
2009-08-28ntlmssp: add string helper functions to handle OEM and UNICODE charset.Günther Deschner2-0/+30
Guenther
2009-08-28ntlmssp: add ntlmssp helper skeleton.Günther Deschner3-1/+45
Guenther
2009-08-28ntlmssp: add IDL.Günther Deschner1-0/+89
Guenther
2009-08-27schannel: add netlogon_creds_CredentialState to IDL.Günther Deschner4-0/+142
Guenther
2009-08-26schannel: add generated files.Günther Deschner3-0/+339
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 Deschner3-3/+5
Guenther
2009-08-25netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug ↵Günther Deschner3-3/+3
#6099 for details). Guenther
2009-08-24netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.Günther Deschner3-0/+3
This bit is set by the Win7 client while joining. Guenther
2009-08-24libndr: add missing protoypes for double type.Günther Deschner1-0/+1
Guenther
2009-08-20s3: re-run make samba3-idl.Günther Deschner7-2/+4717
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 Deschner3-1/+40
Some of these were observed during password changing from win7 using a samba 3.4 PDC. Guenther
2009-08-12librpc: rerun "make idl_full"Kai Blin15-414/+414
2009-08-12when we get an NDR error in the logs, it is useful to know where it happenedAndrew Tridgell1-1/+1
2009-08-10s3: re-run make samba3-idl.Günther Deschner3-56/+959
Guenther
2009-08-10spoolss: fill in more details of the spoolss_DeviceMode.Günther Deschner1-21/+210
Guenther
2009-08-07librpc: fix callers after epmapper.idl changesStefan Metzmacher1-9/+9
metze
2009-08-07librpc: rerun 'make idl' after epmapper.idl changesStefan Metzmacher3-18/+18
metze
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-03s3/s4: Add new autogenerated files from "make idl_full"Matthias Dieter Wallnöfer5-748/+1183
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.
2009-07-31librpc/ndr_drsuapi: fix a memory leak on ndr_push_drsuapi_DsReplicaOID()Stefan Metzmacher1-0/+1
metze
2009-07-31librpc: rerun "make idl"Stefan Metzmacher32-0/+81119
metze
2009-07-27frstrans.idl: add definition of frstrans_InitializeFileTransferAsync()Stefan Metzmacher1-1/+79
metze
2009-07-27frstrans.idl: add definition of frstrans_AsyncPoll()Stefan Metzmacher1-1/+32
metze
2009-07-27frstrans.idl: add definition of frstrans_RequestVersionVector()Stefan Metzmacher1-1/+19
metze
2009-07-27frstrans.idl: add definition of frstrans_RequestUpdates()Stefan Metzmacher1-1/+54
metze
2009-07-27frstrans.idl: add definition of frstrans_EstablishSessionStefan Metzmacher1-1/+4
metze
2009-07-27frstrans.idl: add definition of frstrans_EstablishConnection()Stefan Metzmacher1-1/+17
metze
2009-07-27frstrans.idl: add definition of frstrans_CheckConnectivity()Stefan Metzmacher1-1/+4
metze
2009-07-27librpc: rerun "make idl_full"Stefan Metzmacher6-14/+14
metze
2009-07-24For some strange reason using :Jeremy Allison3-6/+5
uint8 hash[XATTR_SD_HASH_SIZE]; doesn't have the same effect as : uint8 hash[64]; Jeremy.
2009-07-24Fix hash function in acl_xattr to be SHA256, makeJeremy Allison4-28/+149
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.
2009-07-23frsrpc.idl: add definition of frsrpc_FrsNOP()Stefan Metzmacher1-1/+1
metze
2009-07-23frsrpc.idl: add idl for frsrpc_FrsVerifyPromotionParent()Stefan Metzmacher1-1/+9
metze
2009-07-22frstrans.idl: add new DFS-R FrsTransport interface with dummy functionsStefan Metzmacher1-0/+83
metze
2009-07-22frsrpc.idl: add definition for frsrpc_FrsStartPromotionParent()Stefan Metzmacher1-1/+22
metze
2009-07-22librpc: fix the merged build of ndr_frsrpc.cStefan Metzmacher1-1/+1
metze
2009-07-21frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamicStefan Metzmacher3-4/+134
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
2009-07-21frsrpc.idl: almost complete the idl for the frsrpc_FrsSendCommPkt() functionStefan Metzmacher1-87/+312
TODO: The amount of chunks is dynamic, we need to fix that metze