summaryrefslogtreecommitdiffstats
path: root/librpc/gen_ndr/srv_eventlog.c
Commit message (Collapse)AuthorAgeFilesLines
* idl: removed the generated gen_ndr/ files from pidlAndrew Tridgell2010-05-041-2181/+0
| | | | | Samba3 will add these to the release tarball instead. See the mail on samba-technical
* s3: re-run make samba3-idl.Günther Deschner2010-05-031-10/+10
| | | | Guenther
* Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke2009-11-081-1/+1
| | | | This reverts commit daa964013bc5d036f4da571ce22c0052ef40943a.
* Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke2009-11-081-25/+25
| | | | This reverts commit 98fb71782e05ae72cd6abeb38b6e0b96a50c1761.
* Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke2009-11-081-1/+1
| | | | This reverts commit 494b2aff8826947e3bd556aecb175746163da485.
* s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke2009-11-081-1/+1
|
* s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke2009-11-081-25/+25
| | | | This involves storing the interface table in the pipes_struct
* s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke2009-11-081-1/+1
|
* s3: re-run make samba3-idl.Günther Deschner2009-02-211-11/+11
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-01-241-0/+146
| | | | Guenther
* run make idl_full, thus adding explicit casts to gen_ndr server codeMichael Adam2009-01-221-24/+24
| | | | Michael
* Allow calling DCE/RPC server implementations directly usingJelmer Vernooij2009-01-211-0/+193
| | | | rpc_pipe_client.
* Pass the full ndr_interface_table into the s3 rpcserver when registeringVolker Lendecke2009-01-091-1/+1
|
* Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij2008-12-161-1/+1
| | | | Samba 3 and Samba 4 output.
* Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij2008-12-161-0/+1842
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.