summaryrefslogtreecommitdiffstats
path: root/source4/pidl/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* pidl/Samba4::Header: we don't need to check if (defined($enum->{ELEMENTS})) ↵Stefan Metzmacher2008-01-241-20/+18
| | | | | | | twice metze (This used to be commit c1ac13ee12d6d7e41b3700f207c9a8811bb05cd4)
* pidl: Add --version argument.Julien Kerihuel2008-01-181-1/+1
| | | | (This used to be commit ed1e58e8b35bc971451f4e0a357daa903cd7820d)
* pidl: Add simple test for ServerNDR.Jelmer Vernooij2008-01-161-0/+4
| | | | (This used to be commit 5b2ea43ed8613ac10ebe7feda0cf070c8079137a)
* pidl: Fix missing import for fatal().Jelmer Vernooij2008-01-161-0/+1
| | | | (This used to be commit 6a9827454aaf4279ee85dc5d99d10f14e4c09eae)
* pidl: Fix imported function for ServerNDR and add test to make sure it ↵Jelmer Vernooij2008-01-161-1/+1
| | | | | | doesn't regress again. (This used to be commit 0e036948307c8ca5013e20a17a10d109830e4df1)
* python: Fix handling of pointer-less strings in function arguments.Jelmer Vernooij2008-01-141-8/+8
| | | | (This used to be commit cb2700094fc1fc3887d5254e5d42e035deefa5b9)
* python: Compile security module, handle uint.Jelmer Vernooij2008-01-142-3/+4
| | | | (This used to be commit dee64344fb13aaed38a550ebb4048d0fa526d5b6)
* python: Fix some corner cases handling scalars.Jelmer Vernooij2008-01-141-3/+13
| | | | (This used to be commit b662c98a9ad461a33a27a918c0d544a96433e48c)
* python: Don't try to free const pointers.Jelmer Vernooij2008-01-141-1/+5
| | | | (This used to be commit b4754f4683e67a940f18a88e45c0878259f45b97)
* python: Move some convenience macros to a separate header rather than ↵Jelmer Vernooij2008-01-141-6/+2
| | | | | | putting them in every generated py_* file. (This used to be commit 712274b9bdf524da125cbbe6e4bb475b21b1da66)
* python: Build epmapper module.Jelmer Vernooij2008-01-141-46/+37
| | | | (This used to be commit 6cb78c7634de0f9ab327583844d7860d384356eb)
* python: Be more pythonic - turn WERROR and NTSTATUS return codes into ↵Jelmer Vernooij2008-01-141-2/+20
| | | | | | exceptions. (This used to be commit 16fc69b843e92ae62b15caf927335cc117156499)
* python: Fix python code for winreg, add test.Jelmer Vernooij2008-01-141-5/+6
| | | | (This used to be commit bd3e6c41c42738fcfcc5cef4e65f0e219d358260)
* pidl/python: Fix processing UUID-less interfaces, external typedefs and ↵Jelmer Vernooij2008-01-142-140/+137
| | | | | | certain bitmap elements. (This used to be commit e65618fff3299193c27959e2cc5a3937837e1422)
* pidl/python: Deal with arrays that are not pointers.Jelmer Vernooij2008-01-141-0/+12
| | | | (This used to be commit 7516af7c7262240df3b804dda962194a811d4e96)
* pidl/python: Specify memory context explicitly when returning Python objects.Jelmer Vernooij2008-01-141-32/+30
| | | | (This used to be commit 9c72f652e0d3f14d5db4d3930f0d1f9a1875e93f)
* pidl/python: Pass credentials and loadparm context when connecting using ↵Jelmer Vernooij2008-01-141-11/+48
| | | | | | DCE/RPC. (This used to be commit 4c87af95310e4aaee3f2e2da02d0ea70ed1ec25b)
* python: Fix rpcecho tests.Jelmer Vernooij2008-01-141-2/+2
| | | | (This used to be commit ebb78ea4232c1614755844849580e3697b0a53fa)
* pidl/python: Fix compilation of py_echo.Jelmer Vernooij2008-01-141-2/+14
| | | | (This used to be commit 5ee99ff31c80ece6861b2a0323d71170ef9346b9)
* python/pidl: Fix assignment.Jelmer Vernooij2008-01-141-9/+19
| | | | (This used to be commit 2d2cb6486e6e1a31ae94223784e49fb4eea8bb26)
* pidl/python: Fix more compile errors.Jelmer Vernooij2008-01-141-26/+32
| | | | (This used to be commit 2eb4526599ec6d3c604dd9b1f258496c82288284)
* pidl/python: Fix parsing arguments, fix more pointer issues.Jelmer Vernooij2008-01-144-50/+146
| | | | (This used to be commit b00c1a072457e5083ffc24a8b74b3793d0b44eee)
* pidl/python: Fix use of pointers.Jelmer Vernooij2008-01-141-11/+70
| | | | (This used to be commit 13f2b0380f310b101975d709361a29d4032c3689)
* pidl/python: Remove unnecessary talloc_free().Jelmer Vernooij2008-01-141-1/+1
| | | | (This used to be commit a099d30067a4d965a283f52e56ffd1897137bf1a)
* python: Allow wrapping pointers within talloc'ed memory that are not talloc ↵Jelmer Vernooij2008-01-141-16/+28
| | | | | | contexts. (This used to be commit 9c038a74113fb55ed5eb12a7d0ae4a46bad9050c)
* pidl/python: Support repr() for python types.Jelmer Vernooij2008-01-141-7/+17
| | | | (This used to be commit cf3664594d3540db20d32bc844f18e20abfa0d96)
* pidl: Move Generate*Env functions to Parse::Pidl::Samba4::Header because ↵Jelmer Vernooij2008-01-144-67/+75
| | | | | | they only work with the structures generated by that file. (This used to be commit 9aeb7f31b0fc3b9679e5af07e65e79bc8073c4e1)
* pidl/python: Work towards supporting more complex types (arrays, etc).Jelmer Vernooij2008-01-141-76/+115
| | | | (This used to be commit 49d91a1a92e226c015db86ddc9ef772030415d76)
* pidl/python: Support more scalar types when converting from Python.Jelmer Vernooij2008-01-141-20/+47
| | | | (This used to be commit 1f3bbb65e5a46715c49225eecc760faaf5dbb9d7)
* pidl/python: Use new talloc utility functions.Jelmer Vernooij2008-01-141-49/+24
| | | | (This used to be commit 48cfd44dc088717c0282436148888e45b2632946)
* pidl/python: Convert unions.Jelmer Vernooij2008-01-141-14/+43
| | | | (This used to be commit e9037d0f5d222efd4ca04a0f8ce5c39cb3bb6997)
* pidl/python: Fix more warnings in the generated code.Jelmer Vernooij2008-01-141-23/+28
| | | | (This used to be commit 23add37b729aaa85b83cbf6ba98e7042c01f6472)
* pidl/python: Fix bug accidently filling in the body of enums/bitmaps without ↵Jelmer Vernooij2008-01-141-0/+2
| | | | | | body. (This used to be commit 97971f0d8080f3934ea5940cc0f230004afb94a1)
* pidl/python: Fix const type wrapping.Jelmer Vernooij2008-01-141-5/+20
| | | | (This used to be commit 35a4843f9c75a59ab98e785520114809903575cf)
* pidl/python: Fix conversion of last few non-standard types.Jelmer Vernooij2008-01-141-5/+5
| | | | (This used to be commit b8bdbc38c15598e34c55fb9e3ee1f6894964d2c6)
* pidl/python: Remove references to DECLARE, which has been removed.Jelmer Vernooij2008-01-141-3/+3
| | | | (This used to be commit 9a907567c8e0836b731e0ef01f8d097a33de21b0)
* pidl/python: Some more support for special case types.Jelmer Vernooij2008-01-141-9/+39
| | | | (This used to be commit 991aa950a377bbc07e0bf05758574f850a6d0ff7)
* pidl/python: Convert some Python objects back to C, return proper tuples in ↵Jelmer Vernooij2008-01-141-7/+40
| | | | | | client calls. (This used to be commit 1ab617296943dc1d270cbf999dedcfb3073d3d20)
* python/pidl: Start wrapping function arguments.Jelmer Vernooij2008-01-141-38/+160
| | | | (This used to be commit c2595d3754db4d03bafd53b6f62158516493657e)
* python/pidl: Handle non-string types.Jelmer Vernooij2008-01-141-1/+19
| | | | (This used to be commit 02dd02c529d578ad7fa4a6b825097685555604fe)
* python/pidl: More work on wrapping enums, bitmaps and structs.Jelmer Vernooij2008-01-141-26/+76
| | | | (This used to be commit 732c3453f0784d5052705b00735b750809afce61)
* pidl: Avoid accidently filling in empty body for types without body.Jelmer Vernooij2008-01-132-2/+5
| | | | (This used to be commit 1fe5c1ad07c574dc094f59f728025dfcafa0cf22)
* pidl/ejs: Fix bug that filled in the body for types without body.Jelmer Vernooij2008-01-122-4/+9
| | | | (This used to be commit 4f4dfa6042178c157a09df61d72a42af7aa5c67b)
* pidl: Add function for determining whether a type has a body.Jelmer Vernooij2008-01-123-3/+17
| | | | (This used to be commit 893f4102c93c1c2cd6b836f12644d06d9e31800c)
* pidl: Move more stuff outside ifdef when defining enums and generate pretty ↵Jelmer Vernooij2008-01-121-29/+27
| | | | | | code for enums without body. (This used to be commit d91af936ae51e33c8598d88c77575abbeb0e556b)
* pidl: Prevent empty declarations for enums without body.Jelmer Vernooij2008-01-121-7/+11
| | | | (This used to be commit c1e0570506d7c77112065a03a876cda4e4db7769)
* pidl: Add ability to write type metadata to a file.Jelmer Vernooij2008-01-121-1/+6
| | | | (This used to be commit e8ab241ff47f2c3e6f80f9c62373139e4c9f5a1e)
* pidl: Remove declare tests, add more tests for typedef.Jelmer Vernooij2008-01-122-76/+80
| | | | (This used to be commit 254bf85c2eb69fc2ee22d3a92a6b027a25594250)
* pidl: Remove support for the declare keyword in other parts of the pidl code.Jelmer Vernooij2008-01-125-21/+5
| | | | (This used to be commit 2fe013f715bdee6c01a833bc6c883e830bdc5dfd)
* pidl: Remove support for the "declare" keyword in the parser.Jelmer Vernooij2008-01-121-1168/+1058
| | | | (This used to be commit ea3371389226a756ba641a7fc02cfbee78663411)