summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Samba3
AgeCommit message (Expand)AuthorFilesLines
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
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 Vernooij2-122/+110
2007-10-10r18471: Remove other Samba3 parser generator support as well - it's noJelmer Vernooij4-1311/+0
2007-10-10r18470: Remove obsolete client generator code for Samba3 (we're now using theJelmer Vernooij1-137/+0
2007-10-10r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter1-1/+1
2007-10-10r15593: Warn about [out] arguments that are not pointers. These can all beJelmer Vernooij1-5/+0
2007-10-10r15591: Generate function calls correctly as well.Jelmer Vernooij1-22/+1
2007-10-10r15587: Generate stubs for the SWIG functionsJelmer Vernooij1-36/+1
2007-10-10r15474: Generate proper type declarations, fix headersJelmer Vernooij1-8/+45
2007-10-10r15470: Write header file with prototypes for Samba3-Client-With-Samba4-NDR c...Jelmer Vernooij1-8/+14
2007-10-10r15437: Add generator that creates Samba3 client code which uses Samba4's NDRJelmer Vernooij1-0/+136
2007-10-10r14223: Couple of small fixes:Jelmer Vernooij3-11/+37
2007-10-10r14215: Improve warning/error messages.Jelmer Vernooij4-8/+14
2007-10-10r12484: Initial work on supporting non-typedeffed typesJelmer Vernooij3-3/+3
2007-10-10r11077: Fix [string] for Samba3Jelmer Vernooij2-7/+12
2007-10-10r11061: Samba3 parser generator fixes:Jelmer Vernooij3-12/+40
2007-10-10r10880: Missed terminating ';', sorry.Jeremy Allison1-2/+2
2007-10-10r10879: Added the ZERO_STRUCT(q_u), (r_u) entries to the generatedJeremy Allison1-0/+3
2007-10-10r10842: Fix some issues with [out] unions that have a discriminator that is onlyJelmer Vernooij4-76/+37
2007-10-10r10829: Documentation updatesJelmer Vernooij2-17/+38
2007-10-10r10788: - Give unions a nameJelmer Vernooij2-2/+3