summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/ndr_netlogon.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-12s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" ↵Matthias Dieter Wallnöfer1-5/+5
attribute According to MS-NRPC 2.2.1.4.13 this should be the DNS domainname, not the forest one.
2010-02-22s4:netlogon GetTrustedDomainInformationSimo Sorce1-15/+15
start implementing calls related to trusted domain information
2009-11-17librpc: rerun "make idl"Stefan Metzmacher1-4/+4
metze
2009-10-07idl: recompile IDL for uint1632 changeAndrew Tridgell1-9/+9
2009-10-02idl: rebuilt the IDL for the build farmAndrew Tridgell1-1/+141
2009-09-29s3: re-run make idl_full.Günther Deschner1-0/+20
Guenther
2009-09-23regenerate IDLAndrew Tridgell1-50/+50
2009-09-17idl: regenerate IDL for NDR64 changesAndrew Tridgell1-12/+12
2009-09-17idl: recompile our IDLAndrew Tridgell1-488/+488
The NDR64 change affects every IDL file
2009-09-11netlogon.idl - rerun "make idl"Matthias Dieter Wallnöfer1-2/+22
2009-09-08s4:idl Add generated code for netlogon.idl changesAndrew Bartlett1-3/+29
2009-09-02s3-netlogon: use WERRORs in NETLOGON_INFO structures.Günther Deschner1-9/+9
Guenther
2009-08-31netlogon: fill in more details for the netr_LogonControlX family of calls.Günther Deschner1-17/+32
Guenther
2009-08-31s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls.Günther Deschner1-0/+1
Guenther
2009-08-26netlogon: make netr_NegotiateFlags a public bitmap.Günther Deschner1-2/+2
Guenther
2009-08-25netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug ↵Günther Deschner1-1/+1
#6099 for details). Guenther
2009-08-24netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.Günther Deschner1-0/+1
This bit is set by the Win7 client while joining. Guenther
2009-08-17netlogon: document some more MSVC flags.Günther Deschner1-0/+13
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 Blin1-45/+45
2009-08-03s3/s4: Add new autogenerated files from "make idl_full"Matthias Dieter Wallnöfer1-533/+906
2009-06-18NETLOGON pipe improvementsMatthias Dieter Wallnöfer1-18/+50
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-16librpc: rerun make idlStefan Metzmacher1-14/+207
metze
2009-02-16librpc: rerun make idlStefan Metzmacher1-2/+3
metze
2009-01-17librpc: Re-run make idl_fullTim Prouty1-2/+2
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-6/+6
2008-12-17s3: re-run make samba3-idl.Günther Deschner1-122/+313
Guenther
2008-12-16Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij1-3/+1
Samba 3 and Samba 4 output.
2008-12-16Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij1-0/+16203
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.