| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | cleanup some warnings and add --skip-cleanup | Andrew Tridgell | 2008-05-27 | 1 | -49/+173 | |
| | | | * | check invalid create options in the right order | Andrew Tridgell | 2008-05-27 | 1 | -1/+8 | |
| | | | * | don't alter the in blobs in a SMB2 create, otherwise two calls in a | Andrew Tridgell | 2008-05-27 | 1 | -5/+6 | |
| | | | * | the start of a SMB2 create test suite | Andrew Tridgell | 2008-05-27 | 3 | -1/+105 | |
| | | | * | Remove unused literal EJS bindings. | Jelmer Vernooij | 2008-05-26 | 3 | -800/+1 | |
| | | | * | Remove unused libjs functions. | Jelmer Vernooij | 2008-05-26 | 3 | -252/+0 | |
| | | | * | Remove unused param ejs bindings. | Jelmer Vernooij | 2008-05-26 | 3 | -261/+0 | |
| | | | * | Remove unused rand EJS bindings. | Jelmer Vernooij | 2008-05-26 | 2 | -111/+0 | |
| | | | * | Remove unused EJS net bindings. | Jelmer Vernooij | 2008-05-26 | 11 | -1153/+0 | |
| | | | * | Revert "remove unused credentials ejs module." | Jelmer Vernooij | 2008-05-26 | 3 | -0/+277 | |
| | | | * | Remove unused datablob and nbt ejs bindings. | Jelmer Vernooij | 2008-05-26 | 4 | -392/+0 | |
| | | | * | remove unused credentials ejs module. | Jelmer Vernooij | 2008-05-26 | 3 | -277/+0 | |
| | | | * | Remove unused scripts. | Jelmer Vernooij | 2008-05-26 | 2 | -47/+0 | |
| | | | * | Remove evil hack which breaks Python bindings. | Jelmer Vernooij | 2008-05-26 | 3 | -13/+28 | |
| | | | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpc | Jelmer Vernooij | 2008-05-26 | 11 | -22/+87 | |
| | | | |\ | ||||||
| | | | | * | remove temporary test code | Andrew Tridgell | 2008-05-26 | 1 | -1/+1 | |
| | | | | * | stricter checks for valid inputs in SMB2 open and lock | Andrew Tridgell | 2008-05-26 | 5 | -15/+56 | |
| | | | | * | check use of mincnt past EOF in SMB | Andrew Tridgell | 2008-05-26 | 1 | -0/+17 | |
| | | | | * | fill in reserved field on SMB2 flush | Andrew Tridgell | 2008-05-26 | 1 | -0/+1 | |
| | | | | * | allow larger streams using the TDB backend | Andrew Tridgell | 2008-05-26 | 2 | -5/+11 | |
| | | | | * | Fix missing colon. | Jelmer Vernooij | 2008-05-25 | 1 | -1/+1 | |
| | | | * | | Fix import. | Jelmer Vernooij | 2008-05-26 | 2 | -1/+28 | |
| | | | * | | Remove obsolete ejs winreg example. | Jelmer Vernooij | 2008-05-26 | 1 | -107/+0 | |
| | | | * | | Move some scripts to examples directory since they're not really generically ... | Jelmer Vernooij | 2008-05-26 | 3 | -3/+3 | |
| | | | * | | Cope with no server being active. | Jelmer Vernooij | 2008-05-26 | 2 | -5/+11 | |
| | | | * | | Finish smbstatus in Python. | Jelmer Vernooij | 2008-05-26 | 3 | -24/+52 | |
| | | | * | | Allow using IRPC functions on the messaging bus from Python. | Jelmer Vernooij | 2008-05-26 | 6 | -41/+76 | |
| | | | * | | Implement IRPC calls over the internal messaging bus. | Jelmer Vernooij | 2008-05-26 | 4 | -75/+125 | |
| | | | * | | Remove unused cli ejs module. | Jelmer Vernooij | 2008-05-26 | 3 | -724/+0 | |
| | | | * | | Remove unused nss module. | Jelmer Vernooij | 2008-05-26 | 2 | -168/+0 | |
| | | | * | | Remove unused EJS code. | Jelmer Vernooij | 2008-05-26 | 3 | -116/+0 | |
| | | | * | | Convert smbstatus to Python. | Jelmer Vernooij | 2008-05-26 | 1 | -96/+63 | |
| | | | * | | Provide access to server_id from python bindings, add more tests. | Jelmer Vernooij | 2008-05-26 | 4 | -6/+68 | |
| | | | * | | Add bindings for deregister. | Jelmer Vernooij | 2008-05-26 | 1 | -0/+21 | |
| | | | * | | Support messaging_client_init in the python bindings. | Jelmer Vernooij | 2008-05-26 | 1 | -40/+58 | |
| | | | * | | Add bindings for irpc_{add,remove}_name. | Jelmer Vernooij | 2008-05-26 | 1 | -0/+39 | |
| | | | * | | Remove some unused cruft. | Jelmer Vernooij | 2008-05-26 | 2 | -56/+18 | |
| | | | * | | Fix compilation errors. | Jelmer Vernooij | 2008-05-25 | 2 | -1/+7 | |
| | | | * | | Trim the size of the Python bindings a bit. | Jelmer Vernooij | 2008-05-25 | 4 | -60/+141 | |
| | | | * | | Fix environment generation. | Jelmer Vernooij | 2008-05-25 | 1 | -1/+1 | |
| | | | * | | Move result tuple generation out of main Python function running. | Jelmer Vernooij | 2008-05-25 | 1 | -32/+49 | |
| | | | * | | Use separate function for in argument parsing. | Jelmer Vernooij | 2008-05-25 | 1 | -57/+102 | |
| | | | * | | Add tests for irpc python bindings. | Jelmer Vernooij | 2008-05-25 | 2 | -0/+26 | |
| | | | * | | Start building IRPC Python support. | Jelmer Vernooij | 2008-05-25 | 2 | -44/+240 | |
| | | | * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpc | Jelmer Vernooij | 2008-05-25 | 19 | -3651/+817 | |
| | | | |\| | ||||||
| | | | | * | Expose transfer and abstract syntax. | Jelmer Vernooij | 2008-05-25 | 3 | -7/+46 | |
| | | | | * | Expose request timeout variable in Python. | Jelmer Vernooij | 2008-05-25 | 1 | -1/+10 | |
| | | | | * | Add support for secondary contexts from Python. | Jelmer Vernooij | 2008-05-25 | 5 | -45/+136 | |
| | | | | * | Add initial work for script that uses probing to figure out IDL. | Jelmer Vernooij | 2008-05-25 | 1 | -0/+161 | |
| | | | | * | Check for fault codes when connecting. | Jelmer Vernooij | 2008-05-25 | 1 | -2/+4 | |
