summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/ndr_netlogon.h
AgeCommit message (Collapse)AuthorFilesLines
2010-05-04idl: removed the generated gen_ndr/ files from pidlAndrew Tridgell1-291/+0
Samba3 will add these to the release tarball instead. See the mail on samba-technical
2009-09-08s4:idl Add generated code for netlogon.idl changesAndrew Bartlett1-0/+3
2009-08-26netlogon: make netr_NegotiateFlags a public bitmap.Günther Deschner1-0/+2
Guenther
2009-08-03s3/s4: Add new autogenerated files from "make idl_full"Matthias Dieter Wallnöfer1-8/+11
2009-06-18NETLOGON pipe improvementsMatthias Dieter Wallnöfer1-0/+1
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-2/+3
metze
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-1/+1
2008-12-17s3: re-run make samba3-idl.Günther Deschner1-1/+1
Guenther
2008-12-16Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij1-1/+1
Samba 3 and Samba 4 output.
2008-12-16Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij1-0/+281
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.