Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-16 | Fix more WMI compilation issues. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Remove more hand-written marshallers. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Support restricted. | Jelmer Vernooij | 3 | -3/+6 | |
2008-09-16 | Import proper IDL for interface pointers. | Jelmer Vernooij | 1 | -2/+7 | |
2008-09-15 | Improve formatting in pidl code, make sure OBJREF member gets created. | Jelmer Vernooij | 2 | -3/+5 | |
2008-09-15 | Fix imports in Python. | Jelmer Vernooij | 1 | -3/+3 | |
2008-09-15 | Avoid writing structs for inherited functions. | Jelmer Vernooij | 2 | -13/+19 | |
2008-09-15 | Fix imports. | Jelmer Vernooij | 3 | -8/+8 | |
2008-09-15 | More improvements. | Jelmer Vernooij | 1 | -0/+7 | |
2008-09-15 | Cope with DCE/RPC -> NDR renames. | Jelmer Vernooij | 1 | -7/+8 | |
2008-09-15 | Allow base classes to be defined in other files. | Jelmer Vernooij | 2 | -36/+47 | |
2008-09-15 | Re-Import ODL support. | Jelmer Vernooij | 2 | -1/+109 | |
2008-09-15 | Cope with struct renames in DCE/RPC and NDR libraries. | Jelmer Vernooij | 2 | -7/+13 | |
2008-09-15 | Remove unused imports. | Jelmer Vernooij | 1 | -3/+1 | |
2008-09-15 | Fix use of interface instances in pidl. | Jelmer Vernooij | 2 | -8/+8 | |
2008-09-15 | Build (D)COM output again. | Jelmer Vernooij | 1 | -0/+25 | |
2008-09-15 | Avoid using unions without discriminants. | Jelmer Vernooij | 1 | -0/+5 | |
2008-09-15 | Deal with interface in generated python code, clearer error message on ↵ | Jelmer Vernooij | 2 | -0/+4 | |
unhandled unions. | |||||
2008-09-15 | Reimport pidl support for COM. | Jelmer Vernooij | 7 | -1056/+1788 | |
2008-08-20 | pidl/NDR::Parser: pass typedefs through the ParseElement*Level() functions | Stefan Metzmacher | 1 | -2/+14 | |
metze (This used to be commit e51c0cf62c91f79f703b17bcf37c4a6fa8107ae0) | |||||
2008-08-20 | pidl/NDR: generate a LEVELS array for typedefs | Stefan Metzmacher | 1 | -0/+17 | |
metze (This used to be commit 6785684db3446c03d8061c8bb3d94889b443d7d5) | |||||
2008-08-20 | pidl/NDR: correctly check for valid properties | Stefan Metzmacher | 1 | -27/+31 | |
grep($str, @array) returns the number of elements in @array! We need grep(/^$str$/, @array) to the only the amount of matches. Also fix unitialized vars for the error case. metze (This used to be commit f002f147d8a8a0b49389e30e611ff8b33dd077e1) | |||||
2008-08-20 | pidl/NDR::Parser: pass $ndr to ->start_flags() and ->end_flags() | Stefan Metzmacher | 1 | -35/+35 | |
metze (This used to be commit bdff9728cc1c8b5fe5a29040e092a8e48603725b) | |||||
2008-08-20 | pidl/NDR::Parser: pass $ndr to ParseMemCtxPull*() | Stefan Metzmacher | 1 | -11/+11 | |
metze (This used to be commit c3921c7b4e7a3b51b97a2afb688271a8ae403105) | |||||
2008-08-20 | pidl/NDR::Parser: pass $ndr to ParsePtrPush() | Stefan Metzmacher | 1 | -7/+7 | |
metze (This used to be commit 77571cd7c74dfaa93e58f047530df369ae293ffd) | |||||
2008-08-20 | pidl/NDR::Parser: use my $ndr = "ndr" in the remaining top functions | Stefan Metzmacher | 1 | -26/+29 | |
metze (This used to be commit ce83f4bb596fad23000acc1f6691669e2f2cfe1b) | |||||
2008-08-20 | pidl/NDR::Parser: pass down $ndr from the top functions | Stefan Metzmacher | 1 | -27/+32 | |
metze (This used to be commit b01d7457fa5b3572989b821f04e023fd9abd0d52) | |||||
2008-08-20 | pidl/NDR::Parser: pass $ndr to ->PRINT_FN_BLOB() | Stefan Metzmacher | 2 | -46/+49 | |
metze (This used to be commit a143806364051141604ebb40eb5a4ef72958b55f) | |||||
2008-08-20 | pidl/NDR::Parser: pass $ndr to ->PUSH_FN_BLOB() | Stefan Metzmacher | 2 | -45/+45 | |
metze (This used to be commit 71b0d64866eb1a4f6dc73eeb57b5f0fe5d8a5780) | |||||
2008-08-20 | pidl/NDR::Parser: pass $ndr to ->PULL_FN_BODY() | Stefan Metzmacher | 1 | -42/+42 | |
metze (This used to be commit 38c4b2a3e9b316f390651297854de033ede0d128) | |||||
2008-08-20 | pidl/NDR::Parser: use $ndr instead of "ndr" | Stefan Metzmacher | 1 | -14/+14 | |
metze (This used to be commit a1cf2289dd4ff9a3f9cf61da680223193235e35f) | |||||
2008-08-14 | pidl: fix samba4.pidl.samba3-cli test | Stefan Metzmacher | 1 | -2/+0 | |
metze (This used to be commit 0449a5c8267873d7986c7c50adce57029192c456) | |||||
2008-07-22 | s3 cli_do_rpc_ndr does not use PI_* anymore | Volker Lendecke | 1 | -1/+0 | |
(This used to be commit e625c6b2516111002c99239c1a2188c6d5d87ab6) | |||||
2008-07-21 | Properly cast array length in print functions. | Jelmer Vernooij | 2 | -37/+37 | |
(This used to be commit f321240fa91fa19c1131f119c42f64897d220682) | |||||
2008-07-16 | Add the interface ID to the rpc_pipe_register_commands call in s3 srv code | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit efe249928312f730ee580e72b9c640ef88b0ed5b) | |||||
2008-06-27 | Fix if_version for interfaces with a if_version_minor field different from 0 | Julien Kerihuel | 1 | -1/+6 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 7b6927832a1118b142d0d8a3a5548761f5a04f1a) | |||||
2008-05-26 | Finish smbstatus in Python. | Jelmer Vernooij | 1 | -16/+34 | |
(This used to be commit 988508c2d3269cc88ed38df2fc207a1c0aaccc6b) | |||||
2008-05-26 | Allow using IRPC functions on the messaging bus from Python. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 6ecf81ae13dffa05356c1177c617206c120fb7d7) | |||||
2008-05-26 | Implement IRPC calls over the internal messaging bus. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit 777dc3a2c7b5bf855344ba3ae8c8b564c48fc0c6) | |||||
2008-05-25 | Trim the size of the Python bindings a bit. | Jelmer Vernooij | 1 | -59/+24 | |
(This used to be commit 717ce0b640a5c3aa62804b9869ef4dcc0f71b7ba) | |||||
2008-05-25 | Fix environment generation. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 19b46b50c982eb01909fe31d5abd304a1dd13577) | |||||
2008-05-25 | Move result tuple generation out of main Python function running. | Jelmer Vernooij | 1 | -32/+49 | |
(This used to be commit 5f07faf9c954229bf1cf6401eff81bdab4e242ae) | |||||
2008-05-25 | Use separate function for in argument parsing. | Jelmer Vernooij | 1 | -57/+102 | |
(This used to be commit 737059795ce150066ff775909030eebc54b595d9) | |||||
2008-05-25 | Add support for secondary contexts from Python. | Jelmer Vernooij | 1 | -3/+23 | |
(This used to be commit 16d1ad050546ae6500153438db8d3c857e6f3ad5) | |||||
2008-05-24 | Add helper function to return DCE/RPC fault codes. | Jelmer Vernooij | 1 | -1/+8 | |
(This used to be commit 4716cdfb5d5abad85cba18be89d72fe8ee18f359) | |||||
2008-05-24 | Add convenience function for creating objects with NDR error codes. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 991541a78c2428db89509081cc28072c9b542ffa) | |||||
2008-05-24 | Add convenience functions for setting Python objects from errors. | Jelmer Vernooij | 1 | -5/+5 | |
(This used to be commit f1de723b89251cbc8140b838941f304a34871bf3) | |||||
2008-05-24 | Use manually written Python bindings for DCE/RPC rather than SWIG based. | Jelmer Vernooij | 1 | -11/+1 | |
Use base class for pidl-generated DCE/RPC interface Python bindings. (This used to be commit 25e7fc8a2c7a5914c4db4bfe428fd0a8efbf0784) | |||||
2008-05-24 | Share struct used for interfaces in Python code. | Jelmer Vernooij | 1 | -13/+6 | |
(This used to be commit 8501a3fc31e688dba696667a187821480e8cb714) | |||||
2008-05-24 | Only provide __ndr_pack__ / __ndr_unpack__ if the push/pull functions are ↵ | Jelmer Vernooij | 1 | -48/+55 | |
public. (This used to be commit dd43bdcb880d08013a600f81d40e5280db74c534) |