index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
librpc
/
rpc
/
pyrpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-subdomain more work on sub-domain join
Andrew Bartlett
2011-09-13
1
-0
/
+13
*
s4:pyrpc: use dcerpc_binding_handle_raw_call() instead of dcerpc_request()
Stefan Metzmacher
2011-03-13
1
-3
/
+11
*
s4:pyrpc: fix memory leaks in error pathes
Stefan Metzmacher
2011-03-13
1
-0
/
+2
*
s4-python: Only set BASETYPE flag if subclassing is supported.
Jelmer Vernooij
2011-01-01
1
-2
/
+1
*
pyrpc: Add prototype for init function.
Jelmer Vernooij
2010-12-18
1
-0
/
+2
*
pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.
Jelmer Vernooij
2010-09-03
1
-168
/
+9
*
s4-pyrpc: use s4_event_context_init()
Andrew Tridgell
2010-08-23
1
-1
/
+1
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-2
/
+2
*
pyrpc: Fix reference counting when using secondary connections.
Jelmer Vernooij
2010-06-19
1
-18
/
+42
*
s4:librpc/rpc/pyrpc.c: map NT_STATUS_NET_WRITE_FAULT to the matching NT_STATU...
Stefan Metzmacher
2010-04-15
1
-7
/
+3
*
s4:librpc/rpc: the python bindings should use !NT_STATUS_IS_OK instead of NT_...
Stefan Metzmacher
2010-04-13
1
-4
/
+4
*
s4:librpc/rpc: make PyErr_SetDCERPCStatus() static
Stefan Metzmacher
2010-04-13
1
-1
/
+3
*
pynet: Create a net class.
Jelmer Vernooij
2010-04-08
1
-2
/
+2
*
pyrpc: do the pipe connect on a real memory context
Andrew Tridgell
2010-04-02
1
-1
/
+1
*
s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubs
Stefan Metzmacher
2010-03-18
1
-1
/
+4
*
s4:Remove "Py_RETURN_NONE" compatibility code
Matthias Dieter Wallnöfer
2010-02-09
1
-4
/
+0
*
s4-python: we need to include Python.h first
Andrew Tridgell
2009-10-23
1
-1
/
+1
*
Fix more unresolved symbols.
Jelmer Vernooij
2009-06-02
1
-2
/
+1
*
s4:librpc/rpc: remove async argument from the sync dcerpc_request() function
Stefan Metzmacher
2009-04-20
1
-1
/
+1
*
s4:pyrpc: fix compiler warnings
Stefan Metzmacher
2009-02-05
1
-3
/
+5
*
Avoid using a utility header for Python replacements included in Samba,
Jelmer Vernooij
2009-01-08
1
-1
/
+5
*
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4
Tim Prouty
2009-01-07
1
-1
/
+1
*
Set proper python exception when running out of memory.
Jelmer Vernooij
2009-01-07
1
-2
/
+6
*
py: Properly increase the reference counter of Py_None.
Jelmer Vernooij
2009-01-06
1
-2
/
+2
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-2
/
+2
*
pidl/python: Factor out connect code rather than duplicating it in each
Jelmer Vernooij
2008-12-22
1
-2
/
+68
*
Add header for pyparam.
Jelmer Vernooij
2008-12-22
1
-1
/
+1
*
Use a custom init function for samba4 that sets a samba4
Simo Sorce
2008-06-14
1
-1
/
+1
*
Implement IRPC calls over the internal messaging bus.
Jelmer Vernooij
2008-05-26
1
-2
/
+2
*
Remove some unused cruft.
Jelmer Vernooij
2008-05-26
1
-55
/
+18
*
Fix compilation errors.
Jelmer Vernooij
2008-05-25
1
-1
/
+6
*
Trim the size of the Python bindings a bit.
Jelmer Vernooij
2008-05-25
1
-1
/
+100
*
Expose transfer and abstract syntax.
Jelmer Vernooij
2008-05-25
1
-2
/
+34
*
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
1
-40
/
+96
*
Check for fault codes when connecting.
Jelmer Vernooij
2008-05-25
1
-2
/
+4
*
Add helper function to return DCE/RPC fault codes.
Jelmer Vernooij
2008-05-24
1
-2
/
+15
*
Fix memory initialization in raw calls.
Jelmer Vernooij
2008-05-24
1
-1
/
+1
*
Support optional object argument when sending DCE/RPC requests.
Jelmer Vernooij
2008-05-24
1
-15
/
+20
*
Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.
Jelmer Vernooij
2008-05-24
1
-1
/
+63
*
Add convenience functions for setting Python objects from errors.
Jelmer Vernooij
2008-05-24
1
-1
/
+0
*
Export functions for setting NTSTATUS and WERRORs in python.
Jelmer Vernooij
2008-05-24
1
-3
/
+3
*
Allow request() call to do custom calls on DCE/RPC interfaces.
Jelmer Vernooij
2008-05-24
1
-5
/
+21
*
Use manually written Python bindings for DCE/RPC rather than SWIG based.
Jelmer Vernooij
2008-05-24
1
-0
/
+156