Age | Commit message (Expand) | Author | Files | Lines |
2008-02-11 | pidl/Samba3::ServerNDR: use talloc_tos() instead of NULL | Stefan Metzmacher | 1 | -1/+1 |
2008-01-16 | pidl: Add simple test for ServerNDR. | Jelmer Vernooij | 1 | -0/+4 |
2008-01-16 | pidl: Fix imported function for ServerNDR and add test to make sure it doesn'... | Jelmer Vernooij | 1 | -1/+1 |
2008-01-14 | pidl: Move Generate*Env functions to Parse::Pidl::Samba4::Header because they... | Jelmer Vernooij | 1 | -2/+2 |
2008-01-09 | r26699: Some minor cosmetics for pidl samba3 server code. | Günther Deschner | 1 | -18/+20 |
2008-01-09 | r26698: Prettify samba3 client code a little more. | Günther Deschner | 1 | -7/+25 |
2008-01-08 | r26696: Some more minor pidl samba3 client cosmetics. | Günther Deschner | 1 | -5/+13 |
2008-01-08 | r26695: Cosmetic fix for pidl generated samba3 client code. | Günther Deschner | 1 | -1/+1 |
2007-12-21 | r26257: Get rid of "uninitialized value" warning in the samba3 pidl generator. | Günther Deschner | 1 | -1/+1 |
2007-12-21 | r26256: When generating Samba3 pidl output for WERROR based functions, make s... | Günther Deschner | 1 | -0/+11 |
2007-12-21 | r25915: ndr/pidl: change NTSTAUS into enum ndr_err_code (pidl code) | Stefan Metzmacher | 1 | -5/+5 |
2007-12-21 | r25700: Now BOOL no longer exists in Samba 3.2, use bool instead. | Jeremy Allison | 1 | -1/+1 |
2007-12-21 | r25674: fix crash bug in pidl generated client code, this | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24596: - talloc request structure for the samba3 server bindings | Stefan Metzmacher | 1 | -24/+33 |
2007-10-10 | r24592: pass down the ndr_interface_table in the samba3 client bindings | Stefan Metzmacher | 1 | -3/+4 |
2007-10-10 | r24560: rename some DCERPC_ prefixes into NDR_ | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r24524: make use of ElementStars() | Stefan Metzmacher | 1 | -24/+8 |
2007-10-10 | r24523: we don't support multi-dimentional [out] arrays | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r24522: make the "skip pointer to an array" logic a bit easier | Stefan Metzmacher | 1 | -5/+3 |
2007-10-10 | r24511: pass the correct thing to fatal() | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24463: we have a function to correctly create an $env object | Stefan Metzmacher | 1 | -4/+3 |
2007-10-10 | r24454: when level 0 is a pointer we need to look for an array in level 1... | Stefan Metzmacher | 1 | -10/+14 |
2007-10-10 | r24446: We only need one genric GenerateFunctionInEnv | Stefan Metzmacher | 1 | -15/+2 |
2007-10-10 | r22457: Fix tests for Samba3 client generator. | Jelmer Vernooij | 1 | -78/+79 |
2007-10-10 | r22357: Don't use 'our' | Jelmer Vernooij | 1 | -2/+2 |
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 |