pidl/Typelist: let typeIs() do TYPEDEF dereference in the HASH case
[nivanova/samba-autobuild/.git] / pidl / lib /
2010-09-28 Stefan Metzmacherpidl/Typelist: let typeIs() do TYPEDEF dereference...
2010-09-28 Andrew Tridgellpidl: added ifdef guards around ndr headers
2010-09-23 Stefan Metzmacherpidl:NDR/Parser: fix range() for arrays
2010-09-21 Jelmer Vernooijpytalloc: Add default compare function.
2010-09-21 Jelmer Vernooijpidl/python: Allow passing in UTF8 string objects as...
2010-09-21 Jelmer Vernooijs4-pild-python: Fix assignments - even though we refere...
2010-09-21 Jelmer Vernooijpidl: Fix segfault when accessing unicode objects.
2010-09-21 Jelmer Vernooijs4-pidl-python: use correct talloc pointer when allocat...
2010-09-16 Andrew Tridgellpidl: prevent ndr_print_*() dying on NULL pointers
2010-09-03 Jelmer Vernooijpidl: Keep only a single copy of samba.dcerpc.base...
2010-09-02 Jelmer Vernooijpidl: Factor out generation of interface type name.
2010-09-02 Andrew Tridgellpidl: cope with dom_sid28 in python generator
2010-09-02 Andrew Tridgellpidl-python: cope with NULL pointers in more places
2010-08-28 Stefan Metzmacherpidl:Samba4/NDR/Client: support argument based stubs...
2010-08-28 Stefan Metzmacherpidl:NDR: [in,out,string] doesn't need to pointers
2010-08-28 Stefan Metzmacherpidl:Samba4/NDR/Client: correctly copy [out,charset...
2010-08-28 Stefan Metzmacherpidl:Samba4/NDR/Client: fix skip reason for unsized...
2010-08-26 Andrew Tridgellpidl-python: ensure we allocate ref ptrs before use
2010-08-26 Stefan Metzmacherpidl:Samba3/ClientNDR: remove unused ParseOutputArgumen...
2010-08-25 Andrew Tridgells4-python: reference substructures onto the parent...
2010-08-23 Andrew Tridgellpidl-python: fixed the docstrings for ndr_print, ndr_pa...
2010-08-22 Andrew Tridgellpidl: cope with bad type conversions in unions
2010-08-22 Andrew Tridgellpidl: added a __ndr_print__() method on python NDR...
2010-08-16 Volker LendeckeFix a typo
2010-08-16 Stefan Metzmacherpidl:Samba4/NDR/Client.pm: correctly copy fixed size...
2010-08-13 Michael Adampidl: fix printing of server side ndr request debug...
2010-08-12 Stefan Metzmacherpidl:Samba3/ClientNDR: implement rpccli_ stubs on top...
2010-08-12 Stefan Metzmacherpidl:Samba4/NDR/Client: add sync dcerpc_pipe based...
2010-08-12 Stefan Metzmacherpidl:Samba4/NDR/Client: add non struct base dcerpc_bind...
2010-08-12 Stefan Metzmacherpidl:Samba4/NDR/Client: convert code to $self->pidl()
2010-08-12 Stefan Metzmacherpidl:Samba4/NDR/Client: s/interface/if/
2010-08-12 Stefan Metzmacherpidl:Samba4/NDR/Client: make use of the new dcerpc_bind...
2010-08-12 Stefan Metzmacherpidl:Samba4/NDR/Client: remove old dcerpc_pipe based...
2010-08-12 Stefan Metzmacherpidl:Samba3/ClientNDR: ignore "todo" functions
2010-08-09 Stefan Metzmacherpidl:NDR: correctly handle no pointer bracket arrays...
2010-08-08 Stefan Metzmacherpidl:NDR: correctly handle bracket arrays with 'string'
2010-08-06 Stefan Metzmacherpidl: Samba3/ClientNDR - Correctly copy arrays, if...
2010-08-05 Andrew Tridgellpidl: added a new type dnsp_name
2010-07-28 Andreas Schneiderpidl: Use struct pipes_struct.
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Andreas Schneiders3-rpc_server: Added callbacks for init and shutdown...
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-15 Simo Sorces3-dcerpc: Use DATA_BLOB for pipes_struct input data
2010-07-15 Simo Sorces3-dcerpc: Convert rdata from prs_struct to a simple...
2010-07-08 Günther Deschners3-rpc: when using rpc_pipe_open_internal, make sure...
2010-07-05 Günther Deschnerpidl: s3 server stubs: make sure LIBNDR_FLAG_BIGENDIAN...
2010-06-25 Matthieu Patoupidl: Finish to fix the python generated code for 64bit...
2010-06-24 Jelmer Vernooijpidl/python: Make sure to always increment reference...
2010-06-24 Jelmer Vernooijpidl/python: Increment reference counter on Py_None...
2010-06-16 Günther Deschnerpidl: make sure to fill in cli->pipes_struct->hdr_req...
2010-05-18 Andrew Bartlettpidl: Allow new property 'no_srv_register'.
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-05-12 Julien KerihuelChoose between local tevent_status.h header file and...
2010-05-08 Günther Deschnerpidl: add NDR_PRINT_DEBUG output to generated s3 server...
2010-05-03 Günther Deschnerpidl: indent cosmetics for s3 server stubs.
2010-05-02 Matthieu Patoupidl: Fix the generation of py helper for 64 bit integer
2010-04-30 Jeff Morrisspidl: Fix display field for time fields with newer...
2010-04-15 Stefan Metzmacherpidl:Samba4/NDR/Client: map NT_STATUS_NET_WRITE_FAULT...
2010-04-09 Andrew Bartlettpidl:python Allow 'nopython' to work
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgells4-waf: install PIDL modules
2010-03-29 Stefan Metzmacherpidl:Samba4/Client: don't mix rpc and application NTSTA...
2010-03-23 Stefan Metzmacherpidl:Samba4/Python: librpc/rpc/dcerpc.h isn't needed...
2010-03-18 Stefan Metzmacherpidl:Samba4/Python: make use of dcerpc_binding_handle...
2010-03-18 Stefan Metzmacherpidl:Samba4/Python: remove compiler warnings
2010-03-18 Stefan Metzmacherpidl:Samba4/Python: remove compiler warnings when using...
2010-03-12 Stefan Metzmacherpidl:Samba4/NDR/Client: make the old rpc_request style...
2010-03-12 Stefan Metzmacherpidl:Samba4/NDR/Client: generate stubs for dcerpc_bindi...
2010-03-12 Stefan Metzmacherpidl:Samba4/NDR/Client: don't generate client stubs...
2010-03-12 Stefan Metzmacherpidl:Samba/Python: don't generate methods for functions...
2010-03-01 Stefan Metzmacherpidl:NDR/Client.pm: generate explicit _recv functions
2010-02-19 Andrew Bartletts4:rpc_server Add a 'if_version' parameter to the bind...
2010-02-18 Günther Deschnerpidl: use ndr_push_relative_ptr2_start and ndr_push_rel...
2010-02-09 Matthias Dieter... pidl - Remove "Py_RETURN_NONE" compatibility code
2010-01-21 Jelmer Vernooijpidl: Include Python.h first, to avoid warnings.
2009-12-12 Matthieu Patoupidl: Introduce new dirrective: relative_short
2009-11-27 Günther Deschnerpidl: fix handling of output arguments in s3 client...
2009-11-26 Stefan Metzmacherpidl:Samba3/ClientNDR: $size can be 'foo / 2' so we...
2009-11-26 Stefan Metzmacherpidl:NDR/Parser: $size can be 'foo / 2' so we need...
2009-11-20 Stefan MetzmacherRevert "Work around ndr_unpack failing on structures...
2009-11-20 Stefan Metzmacherpidl:NDR/Parser.pm: update ndr_pull->relative_highest_o...
2009-11-08 Volker LendeckeRevert "s3: Do not reference ndr_table_<pipe> in the...
2009-11-08 Volker LendeckeRevert "s3: Do not reference the ndr_tables in the...
2009-11-08 Volker LendeckeRevert "s3: Do not reference ndr_table when calling...
2009-11-08 Volker Lendeckes3: Do not reference ndr_table when calling rpc_srv_reg...
2009-11-08 Volker Lendeckes3: Do not reference the ndr_tables in the server calls...
2009-11-08 Volker Lendeckes3: Do not reference ndr_table_<pipe> in the cli_ routi...
2009-11-07 Volker Lendeckes3: Do the printing for DEBUGLEVEL>=10 centrally
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-12 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-10-12 Andrew Tridgellpidl: don't warn for compatible scalar types in unions
2009-10-06 Andrew Tridgelltdr: teach TDR about uint1632 enums
2009-10-06 Andrew Tridgellpidl: get the alignment right for uint1632 enums (NDR64)
2009-10-06 Ronnie Sahlbergadd trailer alignment to structures
2009-10-06 ronnie sahlbergPIDL fix for using external types with wireshark backend
2009-10-03 Andrew Tridgellpidl: added int3264 as a base type
2009-10-02 Andrew Tridgellndr64: added support for trailing gap alignment
2009-09-29 Andrew Tridgellpidl: added union padding for NDR64
2009-09-28 Jelmer Vernooijpidl: Avoid using talloc_free as function pointer,...
next