summaryrefslogtreecommitdiffstats
path: root/librpc/idl/netlogon.idl
Commit message (Expand)AuthorAgeFilesLines
* idl:netlogon.idl - add the Active Directory Web Service bit (DS_SERVER_WEBSERV)Matthias Dieter Wallnöfer2011-11-261-0/+1
* idl: Improve MS-PAC IDLSimo Sorce2011-10-241-5/+9
* netlogon.idl: remove pointless union arms of netr_DELTA_UNIONStefan Metzmacher2011-02-021-16/+4
* netlogon.idl: use 'ms_union' as specified in [MS-NRPC]Stefan Metzmacher2011-02-021-0/+1
* netlogon.idl: add missing [default]; union armsStefan Metzmacher2011-02-021-0/+4
* s4-smbtorture: add NDR tests for netr_LogonSamLogon.Günther Deschner2011-01-281-1/+1
* netlogon.idl: Switch to explicit constants to remove dependency on nbt.idlKai Blin2010-10-231-16/+16
* netlogon.idl: add missing flags to DSGETDC_VALID_FLAGSStefan Metzmacher2010-10-021-0/+3
* s4-winbind Add a proxy method to update DNS records with a read-write DCAndrew Bartlett2010-09-171-1/+1
* s4-netlogon: added IDL for netr_DsrUpdateReadOnlyServerDnsRecordsAndrew Tridgell2010-09-161-0/+55
* s3/s4:netrEnumerateTrustedDomains - this call returns a "NTSTATUS" resultMatthias Dieter Wallnöfer2010-05-311-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+1
* s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" att...Matthias Dieter Wallnöfer2010-04-121-1/+1
* s4:netlogon GetTrustedDomainInformationSimo Sorce2010-02-221-2/+2
* netlogon.idl: fix ndr_pull_netr_DatabaseRedo()Stefan Metzmacher2009-11-171-2/+9
* netlogon: add NL_PASSWORD_VERSION to IDL.Günther Deschner2009-10-131-0/+12
* idl: use common netlogon bit definitionsAndrew Tridgell2009-10-021-3/+3
* idl: fixed string termination for netlogon GetDomainInfoAndrew Tridgell2009-09-231-10/+10
* s4: Fix parsing of CSDVersion: treat this field as an string null terminated.Matthieu Patou2009-09-111-1/+1
* netlogon.idl: indent correctlyMatthias Dieter Wallnöfer2009-09-111-1/+1
* Return a correct value for Supported Encryption TypeMatthieu Patou2009-09-081-1/+9
* s3-netlogon: use WERRORs in NETLOGON_INFO structures.Günther Deschner2009-09-021-3/+3
* netlogon: fill in more details for the netr_LogonControlX family of calls.Günther Deschner2009-08-311-3/+10
* s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls.Günther Deschner2009-08-311-0/+1
* netlogon: make netr_NegotiateFlags a public bitmap.Günther Deschner2009-08-261-1/+1
* netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug #60...Günther Deschner2009-08-251-1/+1
* netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.Günther Deschner2009-08-241-0/+1
* netlogon: document some more MSVC flags.Günther Deschner2009-08-171-1/+14
* netlogon.idl: Prework to enhance the "netr_LogonGetDomainInformation" call co...Matthias Dieter Wallnöfer2009-08-031-48/+114
* netlogon.idl: Removes the form "str[]" for string declarationsMatthias Dieter Wallnöfer2009-08-031-40/+40
* NETLOGON pipe improvementsMatthias Dieter Wallnöfer2009-06-181-3/+14
* netlogon.idl: add idl for netr_LogonGetCapabilities()Stefan Metzmacher2009-02-161-1/+12
* netlogon.idl: add NETLOGON_REG_SUPPORTS_AES_SHA2 flags and use correct names ...Stefan Metzmacher2009-02-161-2/+6
* 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
* netlogon: fill in remaining levels in netr_CONTROL_DATA_INFORMATION.Günther Deschner2008-12-171-0/+3
* netlogon: fix IDL for netr_LogonControl2Ex.Günther Deschner2008-12-171-2/+2
* netlogon: add netr_NETLOGON_INFO_4.Günther Deschner2008-12-171-0/+6
* netlogon: add all documented netlogon control codes.Günther Deschner2008-12-171-5/+16
* netlogon: fill in netr_ServerGetTrustInfo IDL.Günther Deschner2008-12-101-1/+19
* Move netr_SamDatabaseID8Bit to netlogon.idl to prevent problems withJelmer Vernooij2008-11-261-0/+2
* s4-netlogon: change parameters string to lsa_BinaryString.Günther Deschner2008-11-101-1/+1
* netlogon: use 8bit SamDatabaseID and DeltaEnum in netr_ChangeLogEntry.Günther Deschner2008-11-061-2/+2
* netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum.Günther Deschner2008-11-061-0/+4
* netlogon-idl: use netr_ChangeLogEntry subcontext in netr_DatabaseRedo.Günther Deschner2008-11-061-3/+3
* netlogon-idl: add netr_ChangeLogObject union.Günther Deschner2008-11-061-3/+7
* netlogon-idl: add netr_ChangeLogFlags.Günther Deschner2008-11-061-1/+9
* netlogon-idl: add netr_ChangeLogEntry.Günther Deschner2008-11-061-0/+12
* netlogon: fix IDL for netr_DatabaseRedo.Günther Deschner2008-11-041-3/+3
* netlogon: merge netlogon.idl between s3 and s4.Günther Deschner2008-10-291-0/+1474