r25915: ndr/pidl: change NTSTAUS into enum ndr_err_code (pidl code)
[sfrench/samba-autobuild/.git] / source / pidl / lib / Parse / Pidl / Samba3 / ServerNDR.pm
2007-12-21 Stefan Metzmacherr25915: ndr/pidl: change NTSTAUS into enum ndr_err_code...
2007-12-21 Jeremy Allisonr25700: Now BOOL no longer exists in Samba 3.2, use...
2007-10-10 Stefan Metzmacherr24596: - talloc request structure for the samba3 serve...
2007-10-10 Stefan Metzmacherr24560: rename some DCERPC_ prefixes into NDR_
2007-10-10 Stefan Metzmacherr24524: make use of ElementStars()
2007-10-10 Stefan Metzmacherr24523: we don't support multi-dimentional [out] arrays
2007-10-10 Stefan Metzmacherr24522: make the "skip pointer to an array" logic a...
2007-10-10 Stefan Metzmacherr24463: we have a function to correctly create an ...
2007-10-10 Jelmer Vernooijr21433: Get rid of the COM support code - it's not...
2007-10-10 Jelmer Vernooijr21075: Generate parameters in structs for the server...
2007-10-10 Jelmer Vernooijr20836: Use real type name, to fix compilation with...
2007-10-10 Jelmer Vernooijr20567: Print proper errors with filename and line...
2007-10-10 Jelmer Vernooijr20511: Combine warnings/errors/fatal functions and...
2007-10-10 Volker Lendecker19219: Fix a memleak in the generated srv_code.
2007-10-10 Jeremy Allisonr19208: Fix Samba3 pidl generation to remove memory...
2007-10-10 Jelmer Vernooijr18696: Zero initialize ref ptrs.
2007-10-10 Jelmer Vernooijr18693: Print debug info when DEBUGLEVEL >= 10 in the...
2007-10-10 Jelmer Vernooijr18689: Initialize r.out in the server side code, in...
2007-10-10 Jelmer Vernooijr18524: Pre-allocate out arguments.
2007-10-10 Jelmer Vernooijr18522: It's probably not a good idea to use rpc_netdfs...
2007-10-10 Jelmer Vernooijr18482: Fix a couple of small issues in the generated...
2007-10-10 Jelmer Vernooijr18478: Add missing declaration for status.
2007-10-10 Jelmer Vernooijr18477: Finish server code generator for Samba 3.
2007-10-10 Jelmer Vernooijr18475: Start working on server code generator that...