summaryrefslogtreecommitdiffstats
path: root/librpc/gen_ndr/cli_eventlog.c
Commit message (Collapse)AuthorAgeFilesLines
* idl: removed the generated gen_ndr/ files from pidlAndrew Tridgell2010-05-041-3644/+0
| | | | | Samba3 will add these to the release tarball instead. See the mail on samba-technical
* librpc: rerun "make idl"Stefan Metzmacher2009-11-261-4/+4
| | | | metze
* Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke2009-11-081-50/+50
| | | | This reverts commit daa964013bc5d036f4da571ce22c0052ef40943a.
* s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke2009-11-081-50/+50
|
* s3: Do the printing for DEBUGLEVEL>=10 centrallyVolker Lendecke2009-11-071-400/+0
| | | | | | 12 insertions(+), 10651 deletions(-) I think that says it all :-)
* librpc: rerun "make idl"Stefan Metzmacher2009-07-311-0/+2984
| | | | metze
* s3: re-run make samba3-idl.Günther Deschner2009-02-211-5/+5
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-01-241-6/+151
| | | | Guenther
* Allow overriding the function that ships the request in the Samba 3Jelmer Vernooij2009-01-211-24/+24
| | | | client code.
* 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/+915
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.