index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-26
Fix import.
Jelmer Vernooij
2
-1
/
+28
2008-05-26
Remove obsolete ejs winreg example.
Jelmer Vernooij
1
-107
/
+0
2008-05-26
Move some scripts to examples directory since they're not really generically ...
Jelmer Vernooij
3
-3
/
+3
2008-05-26
Cope with no server being active.
Jelmer Vernooij
2
-5
/
+11
2008-05-26
Finish smbstatus in Python.
Jelmer Vernooij
3
-24
/
+52
2008-05-26
Allow using IRPC functions on the messaging bus from Python.
Jelmer Vernooij
6
-41
/
+76
2008-05-26
Implement IRPC calls over the internal messaging bus.
Jelmer Vernooij
4
-75
/
+125
2008-05-26
Remove unused cli ejs module.
Jelmer Vernooij
3
-724
/
+0
2008-05-26
Remove unused nss module.
Jelmer Vernooij
2
-168
/
+0
2008-05-26
Remove unused EJS code.
Jelmer Vernooij
3
-116
/
+0
2008-05-26
Convert smbstatus to Python.
Jelmer Vernooij
1
-96
/
+63
2008-05-26
Provide access to server_id from python bindings, add more tests.
Jelmer Vernooij
4
-6
/
+68
2008-05-26
Add bindings for deregister.
Jelmer Vernooij
1
-0
/
+21
2008-05-26
Support messaging_client_init in the python bindings.
Jelmer Vernooij
1
-40
/
+58
2008-05-26
Add bindings for irpc_{add,remove}_name.
Jelmer Vernooij
1
-0
/
+39
2008-05-26
Remove some unused cruft.
Jelmer Vernooij
2
-56
/
+18
2008-05-25
Fix compilation errors.
Jelmer Vernooij
2
-1
/
+7
2008-05-25
Trim the size of the Python bindings a bit.
Jelmer Vernooij
4
-60
/
+141
2008-05-25
Fix environment generation.
Jelmer Vernooij
1
-1
/
+1
2008-05-25
Move result tuple generation out of main Python function running.
Jelmer Vernooij
1
-32
/
+49
2008-05-25
Use separate function for in argument parsing.
Jelmer Vernooij
1
-57
/
+102
2008-05-25
Add tests for irpc python bindings.
Jelmer Vernooij
2
-0
/
+26
2008-05-25
Start building IRPC Python support.
Jelmer Vernooij
2
-44
/
+240
2008-05-25
Fix missing colon.
Jelmer Vernooij
1
-1
/
+1
2008-05-25
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpc
Jelmer Vernooij
19
-3651
/
+817
2008-05-25
Expose transfer and abstract syntax.
Jelmer Vernooij
3
-7
/
+46
2008-05-25
Expose request timeout variable in Python.
Jelmer Vernooij
1
-1
/
+10
2008-05-25
Add support for secondary contexts from Python.
Jelmer Vernooij
5
-45
/
+136
2008-05-25
Add initial work for script that uses probing to figure out IDL.
Jelmer Vernooij
1
-0
/
+161
2008-05-25
Check for fault codes when connecting.
Jelmer Vernooij
1
-2
/
+4
2008-05-24
Add helper function to return DCE/RPC fault codes.
Jelmer Vernooij
3
-3
/
+24
2008-05-24
Add convenience function for creating objects with NDR error codes.
Jelmer Vernooij
2
-2
/
+8
2008-05-24
Fix memory initialization in raw calls.
Jelmer Vernooij
1
-1
/
+1
2008-05-24
Support optional object argument when sending DCE/RPC requests.
Jelmer Vernooij
1
-15
/
+20
2008-05-24
Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.
Jelmer Vernooij
3
-2
/
+94
2008-05-24
Add convenience functions for setting Python objects from errors.
Jelmer Vernooij
5
-8
/
+18
2008-05-24
Export functions for setting NTSTATUS and WERRORs in python.
Jelmer Vernooij
5
-13
/
+45
2008-05-24
Allow request() call to do custom calls on DCE/RPC interfaces.
Jelmer Vernooij
1
-5
/
+21
2008-05-24
Use manually written Python bindings for DCE/RPC rather than SWIG based.
Jelmer Vernooij
8
-3616
/
+204
2008-05-24
Share struct used for interfaces in Python code.
Jelmer Vernooij
2
-13
/
+11
2008-05-24
Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.
Jelmer Vernooij
3
-1
/
+14
2008-05-24
Only provide __ndr_pack__ / __ndr_unpack__ if the push/pull functions are pub...
Jelmer Vernooij
1
-48
/
+55
2008-05-24
Add convenience functions for packing/unpacking structs in python.
Jelmer Vernooij
1
-0
/
+27
2008-05-24
Support __ndr_unpack__ on DCE/RPC structures in Python.
Jelmer Vernooij
1
-1
/
+23
2008-05-24
Add __ndr_pack__ method to all DCE/RPC structures.
Jelmer Vernooij
1
-0
/
+27
2008-05-24
Initialize module.
Jelmer Vernooij
1
-1
/
+2
2008-05-24
Remove remaining EJS RPC code, was unused.
Jelmer Vernooij
5
-1145
/
+1
2008-05-24
Initial work on IRPC Python support.
Jelmer Vernooij
1
-0
/
+201
2008-05-24
Add docstrings to a couple more python modules.
Jelmer Vernooij
20
-18
/
+136
2008-05-23
Include full path for python scripting dir to allow out-of-tree builds.
Jelmer Vernooij
1
-1
/
+1
[prev]
[next]