summaryrefslogtreecommitdiff
path: root/pidl
AgeCommit message (Expand)AuthorFilesLines
2009-01-17pidl: Remove "max" and make "range" smarter about unsigned typesTim Prouty4-10/+23
2009-01-15pidl: Add max property to be used instead of range for unsigned types.Tim Prouty3-0/+8
2009-01-13pidl: remove references to EJS and SWIG codeStefan Metzmacher2-4/+0
2009-01-09Pass the full ndr_interface_table into the s3 rpcserver when registeringVolker Lendecke1-1/+1
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-1/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-1/+1
2009-01-04Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-0/+6
2009-01-02pidl: add dummy element for empty unionsStefan Metzmacher1-0/+6
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-4/+4
2008-12-30pidl: Fix a const build warning in the samba3 merged buildTim Prouty1-1/+1
2008-12-29pidl: don't generate invalid C codeStefan Metzmacher1-1/+3
2008-12-23pidl: Fix typelist test after addition of type origin tracking.Jelmer Vernooij1-0/+1
2008-12-22pidl/python: Factor out connect code rather than duplicating it in eachJelmer Vernooij1-82/+2
2008-12-22pidl/python: Skip unknown types, rather than dieing.Jelmer Vernooij1-12/+29
2008-12-22pidl: Allow location argument to warning() and error() to be undef, in case i...Jelmer Vernooij1-2/+8
2008-12-22Import types from other Python mechanisms using the Python import mechanism, ...Jelmer Vernooij4-47/+86
2008-12-21Simplify customization of pidl-generated Python modules.Jelmer Vernooij1-19/+30
2008-12-21Allow providing extra module-level Python functions.Jelmer Vernooij1-0/+6
2008-12-21Create and use convenience function for creating new talloc-wrapping Python O...Jelmer Vernooij1-4/+3
2008-12-21Support custom constructors for pidl-created types and support types based on...Jelmer Vernooij1-5/+2
2008-12-16Don't write out forward declarations for enums, as some compilers don'tJelmer Vernooij1-0/+2
2008-12-16Make some fatal errors non-fatal. This means we generate invalid code inJelmer Vernooij2-4/+8
2008-12-16Remove pidl SWIG backend; the native Python one works much better, andJelmer Vernooij2-189/+1
2008-12-16Only create (D)COM output files if there were COM objects in the IDL files.Jelmer Vernooij2-2/+11
2008-12-16Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell7-921/+34
2008-12-12Don't allow specifying arguments to pidl object constructors, as they'llJelmer Vernooij1-0/+3
2008-12-12Allow overriding repr function for pidl-defined types.Jelmer Vernooij1-1/+5
2008-12-12Support pyhelper property to allow additional methods to be tucked onto aJelmer Vernooij2-0/+10
2008-12-12Remove noejs property, which is no longer used.Jelmer Vernooij2-2/+0
2008-12-12Add convenience function for determining if an array should be allocated with...Jelmer Vernooij3-7/+16
2008-12-12Remove EJS backend for PIDL, as we don't have EJS anymore.Jelmer Vernooij2-911/+0
2008-12-03Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell3-4/+18
2008-11-19pidl: fix generated s3-server in,out,ref qualifiers that are used for buffer ...Günther Deschner1-0/+7
2008-11-15pidl: skip generation of noopnum functions in generated s3 server.Günther Deschner1-1/+6
2008-11-15pidl: do not generate cli_ functions for noopnum flaged functions.Günther Deschner1-1/+4
2008-11-11Remove unused variable, fix return.Jelmer Vernooij1-2/+1
2008-11-06we need to remove the pidl Makefile on "make clean" to handle upgradesAndrew Tridgell1-0/+3
2008-11-02Remove use of global_loadparm during initialization of gensec.Jelmer Vernooij1-8/+8
2008-11-02Fix the build.Jelmer Vernooij1-3/+3
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-3/+6
2008-10-24Fix include path to pytalloc.Jelmer Vernooij1-1/+1
2008-10-15Also check include dirs for IDL files.Jelmer Vernooij1-3/+10
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-1/+1
2008-10-10Fix executability of samba3-srv.Jelmer Vernooij2-3/+0
2008-10-08Print proper error if include file can't be found.Jelmer Vernooij1-0/+4
2008-09-30make sure dcerpc is always initialized.Jelmer Vernooij1-0/+10
2008-09-30Fix installation of misc files.Jelmer Vernooij1-2/+2
2008-09-23pidl: fix samba3 server wrt to samba4 ndr_pull_init_blob protype.Günther Deschner1-1/+1
2008-09-18Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij65-0/+21155