summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Samba3
AgeCommit message (Expand)AuthorFilesLines
2008-09-15Remove unused imports.Jelmer Vernooij1-3/+1
2008-07-22s3 cli_do_rpc_ndr does not use PI_* anymoreVolker Lendecke1-1/+0
2008-07-16Add the interface ID to the rpc_pipe_register_commands call in s3 srv codeVolker Lendecke1-1/+1
2008-04-15Fix size to memcpy call in generated Samba 3 client code.Jelmer Vernooij1-29/+36
2008-03-25Add some more header properties as inline comments to the generated samba3 cl...Günther Deschner1-1/+33
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-14pidl: Move Generate*Env functions to Parse::Pidl::Samba4::Header because they...Jelmer Vernooij1-2/+2
2008-01-09r26699: Some minor cosmetics for pidl samba3 server code.Günther Deschner1-18/+20
2008-01-09r26698: Prettify samba3 client code a little more.Günther Deschner1-7/+25
2008-01-08r26696: Some more minor pidl samba3 client cosmetics.Günther Deschner1-5/+13
2008-01-08r26695: Cosmetic fix for pidl generated samba3 client code.Günther Deschner1-1/+1
2007-12-21r26257: Get rid of "uninitialized value" warning in the samba3 pidl generator.Günther Deschner1-1/+1
2007-12-21r26256: When generating Samba3 pidl output for WERROR based functions, make s...Günther Deschner1-0/+11
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-12-21r25674: fix crash bug in pidl generated client code, thisStefan Metzmacher1-1/+1
2007-10-10r24596: - talloc request structure for the samba3 server bindingsStefan Metzmacher1-24/+33
2007-10-10r24592: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher1-3/+4
2007-10-10r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher2-2/+2
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-10r24511: pass the correct thing to fatal()Stefan Metzmacher1-1/+1
2007-10-10r24463: we have a function to correctly create an $env objectStefan Metzmacher1-4/+3
2007-10-10r24454: when level 0 is a pointer we need to look for an array in level 1...Stefan Metzmacher1-10/+14
2007-10-10r24446: We only need one genric GenerateFunctionInEnvStefan Metzmacher1-15/+2
2007-10-10r22457: Fix tests for Samba3 client generator.Jelmer Vernooij1-78/+79
2007-10-10r22357: Don't use 'our'Jelmer Vernooij1-2/+2
2007-10-10r21433: Get rid of the COM support code - it's not used and unmaintained. We canJelmer Vernooij2-3/+3
2007-10-10r21384: Change warning to pidl warning, fix uppercasing.Jelmer Vernooij1-2/+2
2007-10-10r21338: Fix handling of top-level arrays for the Samba 3 client code. This do...Jelmer Vernooij1-12/+42
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-10r20834: No longer generate extra pointers for top-level [out] unique pointers.Jelmer Vernooij1-9/+8
2007-10-10r20567: Print proper errors with filename and line numbers in ParseExpr()Jelmer Vernooij2-2/+2
2007-10-10r20511: Combine warnings/errors/fatal functions and move them to Parse::Pidl.Jelmer Vernooij2-4/+2
2007-10-10r19790: Check in the PIDL change and the converted unixinfo and winbind pipes...Volker Lendecke1-8/+9
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-10r19049: Samba 3 client fixesGerald Carter1-1/+18
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 Vernooij2-0/+14
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-10r18523: Allow [out] on arrays as well as pointers, use in unixinfo.Jelmer Vernooij1-1/+1
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