Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-03 | netlogon.idl: Prework to enhance the "netr_LogonGetDomainInformation" call ↵ | Matthias Dieter Wallnöfer | 1 | -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-03 | netlogon.idl: Removes the form "str[]" for string declarations | Matthias Dieter Wallnöfer | 1 | -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-06-18 | NETLOGON pipe improvements | Matthias Dieter Wallnöfer | 1 | -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 | |||||
2009-02-16 | netlogon.idl: add idl for netr_LogonGetCapabilities() | Stefan Metzmacher | 1 | -1/+12 | |
metze | |||||
2009-02-16 | netlogon.idl: add NETLOGON_REG_SUPPORTS_AES_SHA2 flags and use correct names ↵ | Stefan Metzmacher | 1 | -2/+6 | |
for some other flags metze | |||||
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-17 | netlogon: remove netr_BinaryString (duplicate of lsa_BinaryString). | Günther Deschner | 1 | -7/+1 | |
Guenther | |||||
2008-12-17 | netlogon: fill in remaining levels in netr_CONTROL_DATA_INFORMATION. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2008-12-17 | netlogon: fix IDL for netr_LogonControl2Ex. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-12-17 | netlogon: add netr_NETLOGON_INFO_4. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2008-12-17 | netlogon: add all documented netlogon control codes. | Günther Deschner | 1 | -5/+16 | |
Guenther | |||||
2008-12-10 | netlogon: fill in netr_ServerGetTrustInfo IDL. | Günther Deschner | 1 | -1/+19 | |
Guenther | |||||
2008-11-26 | Move netr_SamDatabaseID8Bit to netlogon.idl to prevent problems with | Jelmer Vernooij | 1 | -0/+2 | |
forward enum declarations when compiled with C++. | |||||
2008-11-10 | s4-netlogon: change parameters string to lsa_BinaryString. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-11-06 | netlogon: use 8bit SamDatabaseID and DeltaEnum in netr_ChangeLogEntry. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-11-06 | netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2008-11-06 | netlogon-idl: use netr_ChangeLogEntry subcontext in netr_DatabaseRedo. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-06 | netlogon-idl: add netr_ChangeLogObject union. | Günther Deschner | 1 | -3/+7 | |
Guenther | |||||
2008-11-06 | netlogon-idl: add netr_ChangeLogFlags. | Günther Deschner | 1 | -1/+9 | |
Guenther | |||||
2008-11-06 | netlogon-idl: add netr_ChangeLogEntry. | Günther Deschner | 1 | -0/+12 | |
Guenther | |||||
2008-11-04 | netlogon: fix IDL for netr_DatabaseRedo. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-10-29 | netlogon: merge netlogon.idl between s3 and s4. | Günther Deschner | 1 | -0/+1474 | |
Guenther |