summaryrefslogtreecommitdiff
path: root/pidl
Commit message (Expand)AuthorAgeFilesLines
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+3
* 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
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-181-6/+6
* 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
* Change uint_t to unsigned int in pidlMatt Kraai2010-02-021-1/+0
* pidl: Include Python.h first, to avoid warnings.Jelmer Vernooij2010-01-211-1/+1
* pidl: Introduce new dirrective: relative_shortMatthieu Patou2009-12-123-3/+21
* pidl: fix handling of output arguments in s3 client stubs.Günther Deschner2009-11-271-1/+1
* pidl:Samba3/ClientNDR: $size can be 'foo / 2' so we need to add '(' and ')'Stefan Metzmacher2009-11-262-3/+3
* 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
* pidl: Fix selftest after s3 code changedVolker Lendecke2009-11-091-59/+27
* Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke2009-11-082-4/+4
* Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke2009-11-081-1/+1
* Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke2009-11-081-1/+1
* s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke2009-11-081-1/+1
* s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke2009-11-081-1/+1
* s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke2009-11-082-4/+4
* s3: Do the printing for DEBUGLEVEL>=10 centrallyVolker Lendecke2009-11-071-26/+0
* pidl: don't warn for compatible scalar types in unionsAndrew Tridgell2009-10-131-3/+3
* tdr: teach TDR about uint1632 enumsAndrew Tridgell2009-10-071-2/+4
* pidl: update PIDL tests for uint1632 enumsAndrew Tridgell2009-10-071-1/+1
* pidl: get the alignment right for uint1632 enums (NDR64)Andrew Tridgell2009-10-072-1/+5
* add trailer alignment to structuresRonnie Sahlberg2009-10-061-0/+14
* PIDL fix for using external types with wireshark backendronnie sahlberg2009-10-064-3/+28
* pidl: added int3264 as a base typeAndrew Tridgell2009-10-032-0/+4
* pidl: fixed unit tests for trailer alignmentAndrew Tridgell2009-10-021-0/+2
* pid: update ndr testsuite for new union alignmentAndrew Tridgell2009-10-021-1/+2
* ndr64: added support for trailing gap alignmentAndrew Tridgell2009-10-021-0/+4
* pidl: added union padding for NDR64Andrew Tridgell2009-09-292-2/+17
* 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
* pidl: update expected output for NDR64 changesAndrew Tridgell2009-09-191-1/+1
* ndr: split out ndr enum functionsAndrew Tridgell2009-09-171-2/+2
* s4-pidl: add support for NDR64Andrew Tridgell2009-09-172-6/+9
* 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
* Fix string-wchar-fixed-array-03 test (when libndr is available).Jelmer Vernooij2009-09-131-2/+2