summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Collapse)AuthorAgeFilesLines
* fix the ndr print routines for samba4Andrew Tridgell2009-09-031-0/+15
| | | | | This uses a hackish #if just for samba4. The proper fix is much more complex.
* Fix for DSSYNC test against Windows 2003Anatoliy Atanasov2009-09-031-0/+1
|
* s3-netlogon: use WERRORs in NETLOGON_INFO structures.Günther Deschner2009-09-023-15/+15
| | | | 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-313-23/+50
| | | | Guenther
* s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls.Günther Deschner2009-08-313-0/+3
| | | | Guenther
* ntlmssp: add ndr_print_ntlmssp_{nt,lm}_response() function.Günther Deschner2009-08-282-0/+64
| | | | Guenther
* ntlmssp: re-run make samba3-idl and add generated files.Günther Deschner2009-08-283-0/+2441
| | | | 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-283-1/+132
| | | | Guenther
* ntlmssp: add NEGOTIATE_MESSAGE to IDL.Günther Deschner2009-08-281-0/+20
| | | | Guenther
* ntlmssp: add string helper functions to handle OEM and UNICODE charset.Günther Deschner2009-08-282-0/+30
| | | | Guenther
* ntlmssp: add ntlmssp helper skeleton.Günther Deschner2009-08-283-1/+45
| | | | Guenther
* ntlmssp: add IDL.Günther Deschner2009-08-281-0/+89
| | | | Guenther
* schannel: add netlogon_creds_CredentialState to IDL.Günther Deschner2009-08-274-0/+142
| | | | Guenther
* schannel: add generated files.Günther Deschner2009-08-263-0/+339
| | | | 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-263-3/+5
| | | | Guenther
* netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug ↵Günther Deschner2009-08-253-3/+3
| | | | | | #6099 for details). Guenther
* netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.Günther Deschner2009-08-243-0/+3
| | | | | | This bit is set by the Win7 client while joining. Guenther
* libndr: add missing protoypes for double type.Günther Deschner2009-08-241-0/+1
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-08-207-2/+4717
| | | | 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-173-1/+40
| | | | | | | Some of these were observed during password changing from win7 using a samba 3.4 PDC. Guenther
* librpc: rerun "make idl_full"Kai Blin2009-08-1215-414/+414
|
* when we get an NDR error in the logs, it is useful to know where it happenedAndrew Tridgell2009-08-121-1/+1
|
* s3: re-run make samba3-idl.Günther Deschner2009-08-103-56/+959
| | | | Guenther
* spoolss: fill in more details of the spoolss_DeviceMode.Günther Deschner2009-08-101-21/+210
| | | | Guenther
* librpc: fix callers after epmapper.idl changesStefan Metzmacher2009-08-071-9/+9
| | | | metze
* librpc: rerun 'make idl' after epmapper.idl changesStefan Metzmacher2009-08-073-18/+18
| | | | metze
* 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
* s3/s4: Add new autogenerated files from "make idl_full"Matthias Dieter Wallnöfer2009-08-035-748/+1183
|
* 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.
* librpc/ndr_drsuapi: fix a memory leak on ndr_push_drsuapi_DsReplicaOID()Stefan Metzmacher2009-07-311-0/+1
| | | | metze
* librpc: rerun "make idl"Stefan Metzmacher2009-07-3132-0/+81119
| | | | metze
* 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
* librpc: rerun "make idl_full"Stefan Metzmacher2009-07-276-14/+14
| | | | metze
* For some strange reason using :Jeremy Allison2009-07-243-6/+5
| | | | | | | 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-244-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.
* 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