summaryrefslogtreecommitdiffstats
path: root/librpc/idl/netlogon.idl
Commit message (Collapse)AuthorAgeFilesLines
* s3-netlogon: use WERRORs in NETLOGON_INFO structures.Günther Deschner2009-09-021-3/+3
| | | | Guenther
* 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
* 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
* 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
* 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.
* 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
* netlogon.idl: add idl for netr_LogonGetCapabilities()Stefan Metzmacher2009-02-161-1/+12
| | | | metze
* netlogon.idl: add NETLOGON_REG_SUPPORTS_AES_SHA2 flags and use correct names ↵Stefan Metzmacher2009-02-161-2/+6
| | | | | | for some other flags metze
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-1/+1
|
* netlogon: remove netr_BinaryString (duplicate of lsa_BinaryString).Günther Deschner2008-12-171-7/+1
| | | | Guenther
* netlogon: fill in remaining levels in netr_CONTROL_DATA_INFORMATION.Günther Deschner2008-12-171-0/+3
| | | | Guenther
* netlogon: fix IDL for netr_LogonControl2Ex.Günther Deschner2008-12-171-2/+2
| | | | Guenther
* netlogon: add netr_NETLOGON_INFO_4.Günther Deschner2008-12-171-0/+6
| | | | Guenther
* netlogon: add all documented netlogon control codes.Günther Deschner2008-12-171-5/+16
| | | | Guenther
* netlogon: fill in netr_ServerGetTrustInfo IDL.Günther Deschner2008-12-101-1/+19
| | | | Guenther
* Move netr_SamDatabaseID8Bit to netlogon.idl to prevent problems withJelmer Vernooij2008-11-261-0/+2
| | | | forward enum declarations when compiled with C++.
* s4-netlogon: change parameters string to lsa_BinaryString.Günther Deschner2008-11-101-1/+1
| | | | Guenther
* netlogon: use 8bit SamDatabaseID and DeltaEnum in netr_ChangeLogEntry.Günther Deschner2008-11-061-2/+2
| | | | Guenther
* netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum.Günther Deschner2008-11-061-0/+4
| | | | Guenther
* netlogon-idl: use netr_ChangeLogEntry subcontext in netr_DatabaseRedo.Günther Deschner2008-11-061-3/+3
| | | | Guenther
* netlogon-idl: add netr_ChangeLogObject union.Günther Deschner2008-11-061-3/+7
| | | | Guenther
* netlogon-idl: add netr_ChangeLogFlags.Günther Deschner2008-11-061-1/+9
| | | | Guenther
* netlogon-idl: add netr_ChangeLogEntry.Günther Deschner2008-11-061-0/+12
| | | | Guenther
* netlogon: fix IDL for netr_DatabaseRedo.Günther Deschner2008-11-041-3/+3
| | | | Guenther
* netlogon: merge netlogon.idl between s3 and s4.Günther Deschner2008-10-291-0/+1474
Guenther