summaryrefslogtreecommitdiff
path: root/pidl
AgeCommit message (Expand)AuthorFilesLines
2009-09-13Fix string-wchar-fixed-array-03 test (when libndr is available).Jelmer Vernooij1-2/+2
2009-09-13Fix string-wchar-fixed-array-02 test (when libndr is available).Jelmer Vernooij1-2/+2
2009-09-13Fix string-wchar-fixed-array-01 test (when libndr is available).Jelmer Vernooij1-4/+4
2009-09-13pidl: Remove unnecessary _GNU_SOURCE define.Jelmer Vernooij1-1/+0
2009-08-12pidl: fix parse_idl test after idl.yp changesStefan Metzmacher1-28/+103
2009-08-12pidl: fix samba3-cli test after the async function were addedStefan Metzmacher1-2/+212
2009-08-12when we get an NDR error in the logs, it is useful to know where it happenedAndrew Tridgell1-5/+5
2009-08-07pidl: parse idl 'pipe' typedefs, but print out a not supported message for nowStefan Metzmacher3-871/+950
2009-08-07pidl: fix formatting in expr.ypStefan Metzmacher2-132/+186
2009-08-07pidl: fix formatting in idl.ypStefan Metzmacher2-698/+890
2009-07-31pidl:Samba3/ClientNDR: add support tevent_req based _send/recv() client funct...Stefan Metzmacher1-0/+245
2009-07-31pidl:Samba3/ClientNDR: rename ParseFunction => ParseFunctionSync and add Pars...Stefan Metzmacher1-1/+8
2009-07-31pidl:Samba3/ClientNDR: allow passing optional variable prefixes to ParseOutpu...Stefan Metzmacher1-7/+9
2009-07-31pidl/Samba4.pm: allow an optional prefix passed to DeclLong()Stefan Metzmacher1-3/+4
2009-07-31pidl:Samba4/Python: fix mapType() => mapTypeName()Stefan Metzmacher1-1/+1
2009-07-30python: Cope with the dom_sid2 alias in pidl's python generating code.Jelmer Vernooij1-2/+6
2009-07-30DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij1-1/+1
2009-07-28pidl: import a patch to pidl made in the wireshark reporitory.Ronnie Sahlberg1-5/+19
2009-07-27pidl: allow foo being on the wire after [length_is(foo)] uint8 *bufferStefan Metzmacher1-0/+4
2009-07-27pidl: add support for [string] on fixed size arrays.Stefan Metzmacher3-2/+117
2009-07-19pidl: Print actual type names in errors about unknown origins rather than 'HA...Jelmer Vernooij2-17/+20
2009-07-19pidl: Print proper errors when arrays don't have a specified size rather than...Jelmer Vernooij2-7/+18
2009-07-03pidl: Don't run compile tests inside the tree, won't work yet.Jelmer Vernooij1-4/+8
2009-06-05pidl Fix samba4.pidl.typelist test after addition of 'double'Andrew Bartlett1-0/+1
2009-06-02Add support for double type in pidl.Brad Hards4-2/+11
2009-04-21Revert "pidl/python: Add explicit casts, fixing implicit cast warnings."Andrew Bartlett1-1/+1
2009-04-20pidl:Samba4/client: fix dcerpc_ndr_request_send() callersStefan Metzmacher1-2/+3
2009-04-20pidl:Samba4/client: use dcerpc_ndr_request() for sync requestsStefan Metzmacher1-5/+7
2009-03-14Move tdr to top-level.Jelmer Vernooij1-1/+1
2009-03-10Update instructions for checking out pidl.Brad Hards1-2/+3
2009-03-04pidl: Don't generate variables declarations for pointless array counters.Tim Prouty1-1/+19
2009-03-01Don't generate array iterators when the length of the array is always 0.Jelmer Vernooij1-2/+8
2009-02-25Only define _GNU_SOURCE if it's not defined yet.Jelmer Vernooij1-0/+2
2009-02-25Include header with NTSTATUS, as some IDL files use it.Jelmer Vernooij1-0/+3
2009-02-25Don't define _GNU_SOURCE if it's already defined on the command-line.Jelmer Vernooij1-0/+2
2009-02-25Work around ndr_unpack failing on structures with relative pointers.Andrew Bartlett1-1/+18
2009-02-19pidl:NDR/Parser: don't call [noopnum] function when creating the ndr_interfac...Stefan Metzmacher1-3/+3
2009-02-09Revert "Fix errornos assumption that all compilers are gcc"Jelmer Vernooij2-2/+2
2009-02-09Fix errornos assumption that all compilers are gccTorgeir Lerkerod2-2/+2
2009-02-09Remove an invalid discard_const_p() - it masks an actualJelmer Vernooij1-1/+1
2009-02-09Use discard_const_p rather than CONST_DISCARD.Jelmer Vernooij1-1/+1
2009-02-07pidl: Fix a const build warning in the samba3 merged buildTim Prouty1-1/+5
2009-02-06pidl: return early when AllocOutVar() in s3 server generator has nothing to do.Günther Deschner1-2/+5
2009-01-30pidl: fix samba3-cli test after change to cli->dispatch()Stefan Metzmacher1-2/+2
2009-01-22pidl/python: Add explicit casts, fixing implicit cast warnings.Michael Adam1-1/+1
2009-01-22pidl: reduce implicit cast warnings in gen_ndr server codeMichael Adam1-1/+1
2009-01-21pidl/python: Add explicit casts, fixes warnings about casts when enabled.Jelmer Vernooij1-4/+4
2009-01-21Allow calling DCE/RPC server implementations directly usingJelmer Vernooij2-42/+93
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