Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-24 | Allow connecting to a DCE/RPC interface with Python for which we don't have IDL. | Jelmer Vernooij | 1 | -1/+63 | |
(This used to be commit e3178d522c95871f1db35d7e058906502387a553) | |||||
2008-05-24 | Add convenience functions for setting Python objects from errors. | Jelmer Vernooij | 2 | -1/+2 | |
(This used to be commit f1de723b89251cbc8140b838941f304a34871bf3) | |||||
2008-05-24 | Export functions for setting NTSTATUS and WERRORs in python. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 4bcb92d2d49d90863b1e64b15d055517fbfd263c) | |||||
2008-05-24 | Allow request() call to do custom calls on DCE/RPC interfaces. | Jelmer Vernooij | 1 | -5/+21 | |
(This used to be commit 9c2eff0289d7c5963da87d5e002f1b80e6e66cdd) | |||||
2008-05-24 | Use manually written Python bindings for DCE/RPC rather than SWIG based. | Jelmer Vernooij | 6 | -3585/+184 | |
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 | -0/+44 | |
(This used to be commit 8501a3fc31e688dba696667a187821480e8cb714) | |||||
2008-05-24 | Add docstrings to a couple more python modules. | Jelmer Vernooij | 2 | -1/+9 | |
(This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23) | |||||
2008-05-23 | Work around bug adding extra imports in generated file. | Jelmer Vernooij | 1 | -2/+0 | |
(This used to be commit a34de3c619c8c112b4e1ee7ca5985a506730fcff) | |||||
2008-05-23 | Regenerate with SWIG 1.3.35. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit ce063eca498036937f99161a1f12e076c2ab313f) | |||||
2008-05-22 | Fix dependencies and imports. | Jelmer Vernooij | 2 | -1140/+14 | |
(This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7) | |||||
2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 2 | -35/+1186 | |
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a) | |||||
2008-05-16 | private -> private_data for struct smb2_request | Andrew Tridgell | 1 | -8/+8 | |
(This used to be commit 67290e0ad69df2f2fe651249c6550b8e32dd641b) | |||||
2008-04-21 | Remove more event_context_init() uses from function calls within deep down ↵ | Simo Sorce | 2 | -26/+4 | |
the code. Make sure we pass around the event_context where we need it instead. All test but a few python ones fail. Jelmer promised to fix them. (This used to be commit 3045d391626fba169aa26be52174883e18d323e9) | |||||
2008-04-17 | Require passing in an event context to endpoint mapper utility function. | Jelmer Vernooij | 1 | -13/+1 | |
(This used to be commit 906b9fe158841c41789952601b36016af6621565) | |||||
2008-04-17 | Remove event context tracking from the credentials struct. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 4d7fc946b2ec50e774689c9036423b6feef99b8e) | |||||
2008-04-15 | Split binding structure handling out into a separate file. | Jelmer Vernooij | 2 | -695/+724 | |
For easier synchronisation with Samba 3. (This used to be commit b9cac469f3c869a26f415a6c551cf6e8fbb06ed6) | |||||
2008-04-03 | Install libevents since it's required by samba-gtk. | Jelmer Vernooij | 2 | -1/+5 | |
(This used to be commit 2073346828ffa1d9c35105eadd7afddd3a76a045) | |||||
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 11 | -34/+163 | |
(This used to be commit 47ffbbf67435904754469544390b67d34c958343) | |||||
2008-04-01 | Add warning to public headers. | Jelmer Vernooij | 1 | -0/+4 | |
(This used to be commit 7bfe359c73aac96f8e983e8d5e9621235cf79a3a) | |||||
2008-02-21 | Remove more global_loadparm instance.s | Jelmer Vernooij | 2 | -5/+6 | |
(This used to be commit a1280252ce924df69d911e597b7f65d8038abef9) | |||||
2008-02-13 | missed a spot in the SMB2 create conversion | Andrew Tridgell | 1 | -3/+3 | |
(This used to be commit 17357072dd175b7548122e40e4cecc6087e52561) | |||||
2008-01-22 | python: Avoid duplicate copies of some objects in different packages. | Jelmer Vernooij | 3 | -967/+19 | |
(This used to be commit bd293cde1b1deadcfb0f74c82aae6ba4de39925b) | |||||
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion ↵ | Jelmer Vernooij | 1 | -7/+1 | |
options for SMB individually, just specify the smbcli_options struct. (This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb) | |||||
2008-01-03 | r26651: libsmb: Allow specifying signing policy from higher up. | Jelmer Vernooij | 1 | -0/+1 | |
The number of arguments is getting a bit excessive now, so it probably makes sense to pass in the smbcli_options struct rather than all members individually and add a convenience function for obtaining a smbcli_options struct from a loadparm context. (This used to be commit 9f64213463b5bf3bcbf36913139e9a5042e967a2) | |||||
2008-01-02 | r26646: libcli/smb_composite: Allow specifying SMB parameters in ↵ | Jelmer Vernooij | 1 | -0/+7 | |
smb_composite_connect structure. AFAIK no global variables will now be used when doing RPC client connections. (This used to be commit 0ef75e4e3cb0e1bd10e367a00f5e9b725587c40a) | |||||
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB ↵ | Jelmer Vernooij | 1 | -1/+3 | |
functions, should help fix the build for OpenChange. (This used to be commit 385ffe4f4cc9a21a760c0f00410f56e2592fd507) | |||||
2008-01-02 | r26643: librpc: Remove uses of global_loadparm. | Jelmer Vernooij | 3 | -15/+21 | |
(This used to be commit 924c0890904266af8f50f69a25f89d36f971d710) | |||||
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵ | Jelmer Vernooij | 4 | -12/+19 | |
library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce) | |||||
2007-12-24 | r26572: Fix warnings in the Python code. | Jelmer Vernooij | 2 | -113/+68 | |
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28) | |||||
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a ↵ | Jelmer Vernooij | 3 | -142/+205 | |
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852) | |||||
2007-12-21 | r26440: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 8858cf39722f192865e531164c72039fd18d7a8d) | |||||
2007-12-21 | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 2 | -3/+3 | |
(This used to be commit 28b1d36551b75241c1cf9fca5d74f45a6dc884ab) | |||||
2007-12-21 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 2 | -7/+7 | |
(This used to be commit 7352206f4450fdf881b95bda064cedd9d2477e4c) | |||||
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 2833f320de1f1fd39c710ad0a61c3fa1bb1df31f) | |||||
2007-12-21 | r26399: Use -O option for SWIG (less evil generated code). | Jelmer Vernooij | 2 | -32/+53 | |
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41) | |||||
2007-12-21 | r26396: dcerpc: Fall back to peer_name() if target_hostname() is not set. | Kai Blin | 1 | -1/+4 | |
(This used to be commit 700887c7f1b874682a71daec2741b0329cded53c) | |||||
2007-12-21 | r26394: dcerpc: Use target_hostname() instead of peer_name() in ↵ | Kai Blin | 1 | -2/+2 | |
dcerpc_server_name() (This used to be commit c5196831d5fc6190a54e2f684ff506bc243b8dae) | |||||
2007-12-21 | r26382: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 6d4c59853481855c232e7cf97264a391f40af2b5) | |||||
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 4 | -8/+11 | |
(This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc) | |||||
2007-12-21 | r26335: Specify name_resolve_order to socket code. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit b03e5d00110be3f1fe5809dad4eb6ca5cea7463d) | |||||
2007-12-21 | r26334: Avoid loadparm_context. | Jelmer Vernooij | 3 | -5/+6 | |
(This used to be commit 332dff80cc0f1dc80383f185409610cfb9f1d856) | |||||
2007-12-21 | r26329: Fix more loadparm_context references. Only about a 100 left now. | Jelmer Vernooij | 1 | -3/+5 | |
(This used to be commit ddf233346d848e91bc6a6a572f0f6120540503b7) | |||||
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 7 | -35/+70 | |
(This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07) | |||||
2007-12-21 | r26313: Fix more uses of static loadparm. | Jelmer Vernooij | 3 | -5/+8 | |
(This used to be commit 6fd0d9d3b75546d08c24c513e05b1843d5777608) | |||||
2007-12-21 | r26277: Move loadparm context higher up the stack. | Jelmer Vernooij | 2 | -3/+6 | |
(This used to be commit 38fa08310ce573e9b46e76c840ddda6f18863573) | |||||
2007-12-21 | r26271: Remove some more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit e9875fcd56de0748ed78d7e3c9cdb4919cd96d3c) | |||||
2007-12-21 | r26270: Require specifying the loadparm_context or NULL to ↵ | Jelmer Vernooij | 2 | -9/+24 | |
cli_credentials_guess(). (This used to be commit e52710d6794a25ba697f8c26b43784226964f9cb) | |||||
2007-12-21 | r26266: Remove more global_loadparm uses. | Jelmer Vernooij | 1 | -1/+3 | |
(This used to be commit 99113075c4a96679bcec4f4d6bba4acb3dee4245) | |||||
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 1 | -1/+3 | |
(This used to be commit b9e3a4862e267be39d603fed8207a237c3d72081) | |||||
2007-12-21 | r26248: Check in SWIG output so SWIG is not required when running out of svn. | Jelmer Vernooij | 2 | -0/+4318 | |
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631) |