summaryrefslogtreecommitdiffstats
path: root/pidl/lib/Parse/Pidl/Samba4
Commit message (Expand)AuthorAgeFilesLines
...
* pidl:Samba4/NDR/Client: make use of the new dcerpc_binding_handle_call() infr...Stefan Metzmacher2010-08-121-94/+15
* pidl:Samba4/NDR/Client: remove old dcerpc_pipe based sync stubsStefan Metzmacher2010-08-121-42/+0
* pidl: added a new type dnsp_nameAndrew Tridgell2010-08-051-0/+6
* pidl: Finish to fix the python generated code for 64bit integersMatthieu Patou2010-06-251-3/+30
* pidl/python: Make sure to always increment reference counter when usingJelmer Vernooij2010-06-251-1/+3
* pidl/python: Increment reference counter on Py_None to prevent us fromJelmer Vernooij2010-06-241-0/+2
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-182-6/+6
* Choose between local tevent_status.h header file and installed oneJulien Kerihuel2010-05-121-1/+1
* pidl: Fix the generation of py helper for 64 bit integerMatthieu Patou2010-05-021-1/+5
* pidl:Samba4/NDR/Client: map NT_STATUS_NET_WRITE_FAULT to the matching NT_STAT...Stefan Metzmacher2010-04-151-0/+8
* pidl:Samba4/Client: don't mix rpc and application NTSTATUS errors anymore for...Stefan Metzmacher2010-03-291-1/+16
* pidl:Samba4/Python: librpc/rpc/dcerpc.h isn't needed anymoreStefan Metzmacher2010-03-231-1/+0
* pidl:Samba4/Python: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-2/+2
* pidl:Samba4/Python: remove compiler warningsStefan Metzmacher2010-03-181-1/+1
* pidl:Samba4/Python: remove compiler warnings when using -Wc++Stefan Metzmacher2010-03-181-1/+1
* pidl:Samba4/NDR/Client: make the old rpc_request style async functions staticStefan Metzmacher2010-03-121-18/+14
* pidl:Samba4/NDR/Client: generate stubs for dcerpc_binding_handle abstractionStefan Metzmacher2010-03-121-0/+183
* pidl:Samba4/NDR/Client: don't generate client stubs for function marked as [t...Stefan Metzmacher2010-03-121-5/+5
* pidl:Samba/Python: don't generate methods for functions marked as [todo]Stefan Metzmacher2010-03-121-0/+1
* pidl:NDR/Client.pm: generate explicit _recv functionsStefan Metzmacher2010-03-011-0/+32
* s4:rpc_server Add a 'if_version' parameter to the bind operation.Andrew Bartlett2010-02-202-2/+2
* pidl: use ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-181-1/+5
* pidl - Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* pidl: Include Python.h first, to avoid warnings.Jelmer Vernooij2010-01-211-1/+1
* pidl: Introduce new dirrective: relative_shortMatthieu Patou2009-12-121-3/+14
* pidl:NDR/Parser: $size can be 'foo / 2' so we need to add '(' and ')'Stefan Metzmacher2009-11-261-1/+1
* Revert "Work around ndr_unpack failing on structures with relative pointers."Stefan Metzmacher2009-11-201-18/+1
* pidl:NDR/Parser.pm: update ndr_pull->relative_highest_offset after handling r...Stefan Metzmacher2009-11-201-1/+6
* tdr: teach TDR about uint1632 enumsAndrew Tridgell2009-10-071-2/+4
* ndr64: added support for trailing gap alignmentAndrew Tridgell2009-10-021-0/+4
* pidl: added union padding for NDR64Andrew Tridgell2009-09-291-0/+8
* pidl: Avoid using talloc_free as function pointer, since it may be aJelmer Vernooij2009-09-281-2/+2
* pidl(s4.python): Fix arguments to PyCObject_FromVoidPtr for string_array's.Jelmer Vernooij2009-09-261-1/+1
* ndr: split out ndr enum functionsAndrew Tridgell2009-09-171-2/+2
* s4-pidl: add support for NDR64Andrew Tridgell2009-09-171-5/+5
* Ensure we enclose the enum values in brackets to make the cast work.Jeremy Allison2009-09-171-0/+2
* Fix the problem with pidl generating invalid C for enums. AccordingJeremy Allison2009-09-171-1/+9
* when we get an NDR error in the logs, it is useful to know where it happenedAndrew Tridgell2009-08-121-5/+5
* pidl:Samba4/Python: fix mapType() => mapTypeName()Stefan Metzmacher2009-07-311-1/+1
* python: Cope with the dom_sid2 alias in pidl's python generating code.Jelmer Vernooij2009-07-301-2/+6
* DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij2009-07-301-1/+1
* pidl: allow foo being on the wire after [length_is(foo)] uint8 *bufferStefan Metzmacher2009-07-271-0/+4
* pidl: add support for [string] on fixed size arrays.Stefan Metzmacher2009-07-271-1/+1
* pidl: Print actual type names in errors about unknown origins rather than 'HA...Jelmer Vernooij2009-07-191-15/+15
* Revert "pidl/python: Add explicit casts, fixing implicit cast warnings."Andrew Bartlett2009-04-211-1/+1
* pidl:Samba4/client: fix dcerpc_ndr_request_send() callersStefan Metzmacher2009-04-201-2/+3
* pidl:Samba4/client: use dcerpc_ndr_request() for sync requestsStefan Metzmacher2009-04-201-5/+7
* Move tdr to top-level.Jelmer Vernooij2009-03-141-1/+1
* pidl: Don't generate variables declarations for pointless array counters.Tim Prouty2009-03-041-1/+19
* Don't generate array iterators when the length of the array is always 0.Jelmer Vernooij2009-03-011-2/+8