Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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) | |||||
2008-05-24 | Support __ndr_unpack__ on DCE/RPC structures in Python. | Jelmer Vernooij | 1 | -1/+23 | |
(This used to be commit 3b2bd4d849946aaff2b0adfbacdc15284670b916) | |||||
2008-05-24 | Add __ndr_pack__ method to all DCE/RPC structures. | Jelmer Vernooij | 1 | -0/+27 | |
(This used to be commit 06d272b42f59d0a785697d207e6d7dbbcf355175) | |||||
2008-05-23 | Fix syntax for return type in DCE/RPC interface python bindings. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 40652801fce937b37a43d37db9892821572cd6fd) | |||||
2008-05-23 | Fix indentation. | Jelmer Vernooij | 1 | -9/+16 | |
(This used to be commit 5c3d4fce06ae07663632cc50d9703ddbc728c737) | |||||
2008-04-22 | Fix event context initialization for Python bindings. | Jelmer Vernooij | 1 | -1/+5 | |
(This used to be commit 132efc779ede27898765320a13bdde0b5256102b) | |||||
2008-04-21 | Load default smb.conf file if none was specified explicitly. | Jelmer Vernooij | 1 | -6/+2 | |
(This used to be commit 8fa23fac516dbf4c8245c1d009e81f02a6341775) | |||||
2008-04-16 | Provide stubs when the [todo] attribute is set. | Jelmer Vernooij | 1 | -13/+41 | |
(This used to be commit 356a5d24747bb5e1ef9774c690a5ec386a4a165e) | |||||
2008-04-15 | Fix size to memcpy call in generated Samba 3 client code. | Jelmer Vernooij | 1 | -29/+36 | |
Reported-By: vl (This used to be commit a28807569d0cf32968bacdc0bd88197b19fbae49) | |||||
2008-04-15 | Fix pointers when pushing strings to python during pidl generation. | Jelmer Vernooij | 1 | -6/+5 | |
(This used to be commit ca72187b3e71a037780d42a57e46b60e75f724f6) | |||||
2008-04-08 | Clearer names for singleton return types. | Jelmer Vernooij | 1 | -3/+2 | |
(This used to be commit 19d0560464304f79224a946278105edafb285453) | |||||
2008-04-08 | Fix bug handling size arguments in a direction without actual data. | Jelmer Vernooij | 1 | -11/+22 | |
(This used to be commit 169d505e9e2285aedc21547e44986b8b841b8e37) | |||||
2008-04-08 | Array lengths can be obtained from Python objects so remove them from the ↵ | Jelmer Vernooij | 1 | -1/+25 | |
Python API. (This used to be commit 652810ff46c6db9034e930d0fb018a02ee385f15) | |||||
2008-04-08 | Raise NotImplementedError from functions that don't have complete IDL. | Jelmer Vernooij | 1 | -14/+29 | |
(This used to be commit 685aab0c99c87386fee64c07d8b68c75652713c6) | |||||
2008-04-08 | Support [todo] attribute on functions. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit a3e22bbcea27580c31d44dfaae04c9eef83389d4) | |||||
2008-04-08 | Add signature of connect function to docstrings. | Jelmer Vernooij | 1 | -7/+20 | |
(This used to be commit 51441376d37de01f7f4bd795947fc2c46c38e3f1) | |||||
2008-04-08 | use builtin getset stuff rather than custom getattr/setattr implementation. | Jelmer Vernooij | 1 | -28/+23 | |
(This used to be commit bb59f3084ff8ff99e5bd72abfaadcbb68110f9fa) | |||||
2008-04-08 | Add function signature to docstrings in python. | Jelmer Vernooij | 1 | -3/+31 | |
(This used to be commit 61f331e9748bf5b3a1120ef19f93790facf9f64c) | |||||
2008-04-08 | Register types rather than constructors, display structs as classes. | Jelmer Vernooij | 1 | -63/+96 | |
(This used to be commit aad07f482544107dbeb4c3c468ce7dd78c151849) | |||||
2008-04-08 | Set tp_flags for Python types. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit f214206a36d8822e485f6f076c9f3f0bfc1e1df4) | |||||
2008-04-08 | Set docstrings from helpstring attribute where possible. | Jelmer Vernooij | 1 | -14/+38 | |
(This used to be commit 07f52ca51c008a6b80fed5b03935e1c3241d08d5) | |||||
2008-04-07 | Add simple docstring for Python modules. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 57c7b4e896116f06b39e0040ad386c561d76bd3d) | |||||
2008-04-06 | Add test for authservice struct. | Jelmer Vernooij | 1 | -15/+22 | |
(This used to be commit da8b8364b06a79a10d4ebdc0e451463b3105730e) | |||||
2008-04-06 | Fix authservice count. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 761536a5e4dd3dbfacf1576d7092827cdeda897b) | |||||
2008-03-25 | Add some more header properties as inline comments to the generated samba3 ↵ | Günther Deschner | 1 | -1/+33 | |
client. Guenther (This used to be commit 8ca4b0b0942564afa70b2e8a6d67d65ea8b75e43) | |||||
2008-02-26 | pidl: Remove superfluous semicolon in perl code. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 85f707c6abc48739c0c3b423ac0b196d2b75e40c) | |||||
2008-02-23 | Respect the return value of asprintf | Volker Lendecke | 1 | -2/+1 | |
This removes tons of warnings warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result for me. Lots of that kind left though :-) (This used to be commit ba29219ea243cc217ab3522b036a82ff8dfeedc8) | |||||
2008-02-19 | Add test for INCLUDE command. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit d1aa25249d64513f785430cab7437b5c7ca8db27) | |||||
2008-02-19 | Add INCLUDE command to pidl. | Julien Kerihuel | 1 | -1/+20 | |
(This used to be commit 8a8ed4fae849a2cc565a1ff77b2208a4cd6b1edb) | |||||
2008-02-13 | pidl: $size can be 'foo / 2' so we need to add '(' and ')' | Stefan Metzmacher | 1 | -2/+2 | |
'foo / 5 * sizeof(bar)' isn't the same as '(foo / 2) * sizeof(bar)'. metze (This used to be commit a496abc4042a98835d485769e0972826da161984) | |||||
2008-02-13 | Support ETT_FIELD keyword. | Julien Kerihuel | 2 | -0/+23 | |
(This used to be commit ec8bd3991f76cf8746cf77c277c3491725711f9d) | |||||
2008-02-11 | pidl/Samba3::ServerNDR: use talloc_tos() instead of NULL | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 99d6f49340d6f190ac318af939eeec17c29f1bbd) | |||||
2008-02-09 | pidl: Allow fixed size arrays inside unions. | Julien Kerihuel | 1 | -2/+2 | |
(This used to be commit c9c115647893478e21134f8c703e0f52e2478882) | |||||
2008-02-07 | pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointers | Stefan Metzmacher | 1 | -7/+7 | |
The memory allocation of embedded "ref" pointers needs to be the same as for all other embedded pointers. metze (This used to be commit 6b3817c2250b94307ffcbd9f8eeb9a593eb7a82d) | |||||
2008-02-07 | pidl/NDR: fix handling of multilevel pointers in function elements | Stefan Metzmacher | 1 | -4/+4 | |
The 2nd or higher level of wire pointers needs to be marked as deferred. metze (This used to be commit d7970d70329e0d4f9de30ccfcedd03e583817fa2) |