Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21433: Get rid of the COM support code - it's not used and unmaintained. We can | Jelmer Vernooij | 2 | -3/+3 |
2007-10-10 | r21384: Change warning to pidl warning, fix uppercasing. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r21338: Fix handling of top-level arrays for the Samba 3 client code. This do... | Jelmer Vernooij | 1 | -12/+42 |
2007-10-10 | r21075: Generate parameters in structs for the server side Samba 3 code. The ... | Jelmer Vernooij | 1 | -6/+2 |
2007-10-10 | r20836: Use real type name, to fix compilation with -WC++-compat | Jelmer Vernooij | 1 | -7/+46 |
2007-10-10 | r20834: No longer generate extra pointers for top-level [out] unique pointers. | Jelmer Vernooij | 1 | -9/+8 |
2007-10-10 | r20567: Print proper errors with filename and line numbers in ParseExpr() | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r20511: Combine warnings/errors/fatal functions and move them to Parse::Pidl. | Jelmer Vernooij | 2 | -4/+2 |
2007-10-10 | r19790: Check in the PIDL change and the converted unixinfo and winbind pipes... | Volker Lendecke | 1 | -8/+9 |
2007-10-10 | r19219: Fix a memleak in the generated srv_code. | Volker Lendecke | 1 | -2/+10 |
2007-10-10 | r19208: Fix Samba3 pidl generation to remove memory leaks. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r19049: Samba 3 client fixes | Gerald Carter | 1 | -1/+18 |
2007-10-10 | r18696: Zero initialize ref ptrs. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r18693: Print debug info when DEBUGLEVEL >= 10 in the Samba3 code. | Jelmer Vernooij | 2 | -0/+14 |
2007-10-10 | r18689: Initialize r.out in the server side code, in case the handler function | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r18524: Pre-allocate out arguments. | Jelmer Vernooij | 1 | -0/+33 |
2007-10-10 | r18523: Allow [out] on arrays as well as pointers, use in unixinfo. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r18522: It's probably not a good idea to use rpc_netdfs_init() as initialization | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r18482: Fix a couple of small issues in the generated server code. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r18478: Add missing declaration for status. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r18477: Finish server code generator for Samba 3. | Jelmer Vernooij | 1 | -0/+68 |
2007-10-10 | r18475: Start working on server code generator that uses libndr. | Jelmer Vernooij | 2 | -122/+110 |
2007-10-10 | r18471: Remove other Samba3 parser generator support as well - it's no | Jelmer Vernooij | 4 | -1311/+0 |
2007-10-10 | r18470: Remove obsolete client generator code for Samba3 (we're now using the | Jelmer Vernooij | 1 | -137/+0 |
2007-10-10 | r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r15593: Warn about [out] arguments that are not pointers. These can all be | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r15591: Generate function calls correctly as well. | Jelmer Vernooij | 1 | -22/+1 |
2007-10-10 | r15587: Generate stubs for the SWIG functions | Jelmer Vernooij | 1 | -36/+1 |
2007-10-10 | r15474: Generate proper type declarations, fix headers | Jelmer Vernooij | 1 | -8/+45 |
2007-10-10 | r15470: Write header file with prototypes for Samba3-Client-With-Samba4-NDR c... | Jelmer Vernooij | 1 | -8/+14 |
2007-10-10 | r15437: Add generator that creates Samba3 client code which uses Samba4's NDR | Jelmer Vernooij | 1 | -0/+136 |
2007-10-10 | r14223: Couple of small fixes: | Jelmer Vernooij | 3 | -11/+37 |
2007-10-10 | r14215: Improve warning/error messages. | Jelmer Vernooij | 4 | -8/+14 |
2007-10-10 | r12484: Initial work on supporting non-typedeffed types | Jelmer Vernooij | 3 | -3/+3 |
2007-10-10 | r11077: Fix [string] for Samba3 | Jelmer Vernooij | 2 | -7/+12 |
2007-10-10 | r11061: Samba3 parser generator fixes: | Jelmer Vernooij | 3 | -12/+40 |
2007-10-10 | r10880: Missed terminating ';', sorry. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r10879: Added the ZERO_STRUCT(q_u), (r_u) entries to the generated | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r10842: Fix some issues with [out] unions that have a discriminator that is only | Jelmer Vernooij | 4 | -76/+37 |
2007-10-10 | r10829: Documentation updates | Jelmer Vernooij | 2 | -17/+38 |
2007-10-10 | r10788: - Give unions a name | Jelmer Vernooij | 2 | -2/+3 |
2007-10-10 | r10787: Fix silly nodiscriminant-issue | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10742: Support multi-level pointers + ref pointer fixes | Jelmer Vernooij | 3 | -25/+67 |
2007-10-10 | r10739: Reduce number of calls to prs_align_custom() | Jelmer Vernooij | 2 | -22/+26 |
2007-10-10 | r10737: Fix some alignment issues | Jelmer Vernooij | 2 | -43/+70 |
2007-10-10 | r10734: Generate ptr, size, offset, and length elements in unions just once. | Jelmer Vernooij | 2 | -12/+30 |
2007-10-10 | r10732: Generate _ctr structures for unions | Jelmer Vernooij | 3 | -8/+65 |
2007-10-10 | r10721: Handle allocations and primitive / deferred data correctly. In theory, | Jelmer Vernooij | 3 | -83/+273 |
2007-10-10 | r10718: Another large set of small improvements. All generated files compile | Jelmer Vernooij | 4 | -56/+160 |
2007-10-10 | r10717: Another bunch of small updates. All generated files except parse_dfs.c | Jelmer Vernooij | 5 | -19/+31 |