summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
AgeCommit message (Expand)AuthorFilesLines
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-268/+0
2008-07-16Add the interface ID to the rpc_pipe_register_commands call in s3 srv codeVolker Lendecke1-1/+1
2008-02-11pidl/Samba3::ServerNDR: use talloc_tos() instead of NULLStefan Metzmacher1-1/+1
2008-01-16pidl: Add simple test for ServerNDR.Jelmer Vernooij1-0/+4
2008-01-16pidl: Fix imported function for ServerNDR and add test to make sure it doesn'...Jelmer Vernooij1-1/+1
2008-01-09r26699: Some minor cosmetics for pidl samba3 server code.Günther Deschner1-18/+20
2007-12-21r25915: ndr/pidl: change NTSTAUS into enum ndr_err_code (pidl code)Stefan Metzmacher1-5/+5
2007-12-21r25700: Now BOOL no longer exists in Samba 3.2, use bool instead.Jeremy Allison1-1/+1
2007-10-10r24596: - talloc request structure for the samba3 server bindingsStefan Metzmacher1-24/+33
2007-10-10r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher1-1/+1
2007-10-10r24524: make use of ElementStars()Stefan Metzmacher1-24/+8
2007-10-10r24523: we don't support multi-dimentional [out] arraysStefan Metzmacher1-0/+8
2007-10-10r24522: make the "skip pointer to an array" logic a bit easierStefan Metzmacher1-5/+3
2007-10-10r24463: we have a function to correctly create an $env objectStefan Metzmacher1-4/+3
2007-10-10r21433: Get rid of the COM support code - it's not used and unmaintained. We canJelmer Vernooij1-2/+2
2007-10-10r21075: Generate parameters in structs for the server side Samba 3 code. The ...Jelmer Vernooij1-6/+2
2007-10-10r20836: Use real type name, to fix compilation with -WC++-compatJelmer Vernooij1-7/+46
2007-10-10r20567: Print proper errors with filename and line numbers in ParseExpr()Jelmer Vernooij1-1/+1
2007-10-10r20511: Combine warnings/errors/fatal functions and move them to Parse::Pidl.Jelmer Vernooij1-2/+1
2007-10-10r19219: Fix a memleak in the generated srv_code.Volker Lendecke1-2/+10
2007-10-10r19208: Fix Samba3 pidl generation to remove memory leaks.Jeremy Allison1-1/+1
2007-10-10r18696: Zero initialize ref ptrs.Jelmer Vernooij1-2/+2
2007-10-10r18693: Print debug info when DEBUGLEVEL >= 10 in the Samba3 code.Jelmer Vernooij1-0/+6
2007-10-10r18689: Initialize r.out in the server side code, in case the handler functionJelmer Vernooij1-0/+4
2007-10-10r18524: Pre-allocate out arguments.Jelmer Vernooij1-0/+33
2007-10-10r18522: It's probably not a good idea to use rpc_netdfs_init() as initializationJelmer Vernooij1-2/+2
2007-10-10r18482: Fix a couple of small issues in the generated server code.Jelmer Vernooij1-3/+3
2007-10-10r18478: Add missing declaration for status.Jelmer Vernooij1-0/+1
2007-10-10r18477: Finish server code generator for Samba 3.Jelmer Vernooij1-0/+68
2007-10-10r18475: Start working on server code generator that uses libndr.Jelmer Vernooij1-0/+110