summaryrefslogtreecommitdiffstats
path: root/source4/pidl/lib
Commit message (Expand)AuthorAgeFilesLines
...
* pidl: Add simple test for ServerNDR.Jelmer Vernooij2008-01-161-0/+4
* pidl: Fix missing import for fatal().Jelmer Vernooij2008-01-161-0/+1
* pidl: Fix imported function for ServerNDR and add test to make sure it doesn'...Jelmer Vernooij2008-01-161-1/+1
* python: Fix handling of pointer-less strings in function arguments.Jelmer Vernooij2008-01-141-8/+8
* python: Compile security module, handle uint.Jelmer Vernooij2008-01-142-3/+4
* python: Fix some corner cases handling scalars.Jelmer Vernooij2008-01-141-3/+13
* python: Don't try to free const pointers.Jelmer Vernooij2008-01-141-1/+5
* python: Move some convenience macros to a separate header rather than putting...Jelmer Vernooij2008-01-141-6/+2
* python: Build epmapper module.Jelmer Vernooij2008-01-141-46/+37
* python: Be more pythonic - turn WERROR and NTSTATUS return codes into excepti...Jelmer Vernooij2008-01-141-2/+20
* python: Fix python code for winreg, add test.Jelmer Vernooij2008-01-141-5/+6
* pidl/python: Fix processing UUID-less interfaces, external typedefs and certa...Jelmer Vernooij2008-01-142-140/+137
* pidl/python: Deal with arrays that are not pointers.Jelmer Vernooij2008-01-141-0/+12
* pidl/python: Specify memory context explicitly when returning Python objects.Jelmer Vernooij2008-01-141-32/+30
* pidl/python: Pass credentials and loadparm context when connecting using DCE/...Jelmer Vernooij2008-01-141-11/+48
* python: Fix rpcecho tests.Jelmer Vernooij2008-01-141-2/+2
* pidl/python: Fix compilation of py_echo.Jelmer Vernooij2008-01-141-2/+14
* python/pidl: Fix assignment.Jelmer Vernooij2008-01-141-9/+19
* pidl/python: Fix more compile errors.Jelmer Vernooij2008-01-141-26/+32
* pidl/python: Fix parsing arguments, fix more pointer issues.Jelmer Vernooij2008-01-144-50/+146
* pidl/python: Fix use of pointers.Jelmer Vernooij2008-01-141-11/+70
* pidl/python: Remove unnecessary talloc_free().Jelmer Vernooij2008-01-141-1/+1
* python: Allow wrapping pointers within talloc'ed memory that are not talloc c...Jelmer Vernooij2008-01-141-16/+28
* pidl/python: Support repr() for python types.Jelmer Vernooij2008-01-141-7/+17
* pidl: Move Generate*Env functions to Parse::Pidl::Samba4::Header because they...Jelmer Vernooij2008-01-144-67/+75
* pidl/python: Work towards supporting more complex types (arrays, etc).Jelmer Vernooij2008-01-141-76/+115
* pidl/python: Support more scalar types when converting from Python.Jelmer Vernooij2008-01-141-20/+47
* pidl/python: Use new talloc utility functions.Jelmer Vernooij2008-01-141-49/+24
* pidl/python: Convert unions.Jelmer Vernooij2008-01-141-14/+43
* pidl/python: Fix more warnings in the generated code.Jelmer Vernooij2008-01-141-23/+28
* pidl/python: Fix bug accidently filling in the body of enums/bitmaps without ...Jelmer Vernooij2008-01-141-0/+2
* pidl/python: Fix const type wrapping.Jelmer Vernooij2008-01-141-5/+20
* pidl/python: Fix conversion of last few non-standard types.Jelmer Vernooij2008-01-141-5/+5
* pidl/python: Remove references to DECLARE, which has been removed.Jelmer Vernooij2008-01-141-3/+3
* pidl/python: Some more support for special case types.Jelmer Vernooij2008-01-141-9/+39
* pidl/python: Convert some Python objects back to C, return proper tuples in c...Jelmer Vernooij2008-01-141-7/+40
* python/pidl: Start wrapping function arguments.Jelmer Vernooij2008-01-141-38/+160
* python/pidl: Handle non-string types.Jelmer Vernooij2008-01-141-1/+19
* python/pidl: More work on wrapping enums, bitmaps and structs.Jelmer Vernooij2008-01-141-26/+76
* pidl: Avoid accidently filling in empty body for types without body.Jelmer Vernooij2008-01-132-2/+5
* pidl/ejs: Fix bug that filled in the body for types without body.Jelmer Vernooij2008-01-122-4/+9
* pidl: Add function for determining whether a type has a body.Jelmer Vernooij2008-01-123-3/+17
* pidl: Move more stuff outside ifdef when defining enums and generate pretty c...Jelmer Vernooij2008-01-121-29/+27
* pidl: Prevent empty declarations for enums without body.Jelmer Vernooij2008-01-121-7/+11
* pidl: Add ability to write type metadata to a file.Jelmer Vernooij2008-01-121-1/+6
* pidl: Remove declare tests, add more tests for typedef.Jelmer Vernooij2008-01-122-76/+80
* pidl: Remove support for the declare keyword in other parts of the pidl code.Jelmer Vernooij2008-01-125-21/+5
* pidl: Remove support for the "declare" keyword in the parser.Jelmer Vernooij2008-01-121-1168/+1058
* pidl: Remove multiple copies of get_pointer_of and get_value_of.Jelmer Vernooij2008-01-113-48/+42
* r26699: Some minor cosmetics for pidl samba3 server code.Günther Deschner2008-01-091-18/+20