summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/srv_netlogon.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-08Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke1-1/+1
This reverts commit daa964013bc5d036f4da571ce22c0052ef40943a.
2009-11-08Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke1-47/+47
This reverts commit 98fb71782e05ae72cd6abeb38b6e0b96a50c1761.
2009-11-08Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke1-1/+1
This reverts commit 494b2aff8826947e3bd556aecb175746163da485.
2009-11-08s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke1-1/+1
2009-11-08s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke1-47/+47
This involves storing the interface table in the pipes_struct
2009-11-08s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke1-1/+1
2009-06-18NETLOGON pipe improvementsMatthias Dieter Wallnöfer1-4/+4
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-11/+26
metze
2009-01-22run make idl_full, thus adding explicit casts to gen_ndr server codeMichael Adam1-47/+47
Michael
2009-01-21Allow calling DCE/RPC server implementations directly usingJelmer Vernooij1-0/+633
rpc_pipe_client.
2009-01-09Pass the full ndr_interface_table into the s3 rpcserver when registeringVolker Lendecke1-1/+1
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/+3896
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.