index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
messaging
/
pymessaging.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
messaging4: Fix types
Volker Lendecke
2014-11-27
1
-2
/
+12
*
messaging4: Change irpc_servers_by_name to NTSTATUS
Volker Lendecke
2014-07-21
1
-10
/
+8
*
lib/messaging: Check the server_id type correctly
Andrew Bartlett
2013-09-19
1
-1
/
+1
*
Move python modules from source4/scripting/python/ to python/.
Jelmer Vernooij
2013-03-02
1
-1
/
+1
*
pymessaging: Pass around the server_id struct to python callbacks rather than...
Andrew Bartlett
2013-01-26
1
-3
/
+13
*
pymessaging: Use correct unsigned types for server ID tuple elememnts
Andrew Bartlett
2013-01-26
1
-3
/
+3
*
s4:lib/messaging: terminate the irpc_servers_byname() result with server_id_s...
Stefan Metzmacher
2013-01-09
1
-2
/
+2
*
pymessaging: Add irpc_servers_byname() and irpc_all_servers()
Andrew Bartlett
2012-10-31
1
-0
/
+99
*
pymessaging: Use the server_id IDL structure rather than a tuple
Andrew Bartlett
2012-10-31
1
-5
/
+20
*
s4-messaging: fix pymessaging docstring
Andrew Bartlett
2012-02-08
1
-3
/
+2
*
s4-messaging: Pass the loadparm context, not just the messaging path
Andrew Bartlett
2011-10-13
1
-13
/
+14
*
s4-messaging: fixed the removal of messaging sockets in child tasks
Andrew Tridgell
2011-07-22
1
-5
/
+5
*
server_id.idl: Bring server_id.idl in common
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s4-cluster Use task_id instead of id2 to clarify server_id structure
Andrew Bartlett
2011-06-09
1
-6
/
+6
*
s4-messaging Rename messaging -> imessaging
Andrew Bartlett
2011-05-03
1
-48
/
+48
*
s4-cluster Rename server_id.node -> vnn to match Samba3
Andrew Bartlett
2011-05-03
1
-4
/
+4
*
s4:cluster Rename .id to .pid in server_id
Andrew Bartlett
2011-05-03
1
-6
/
+6
*
s4-idl: rename s4 server_id.idl to server_id4.idl
Andrew Tridgell
2011-02-18
1
-1
/
+1
*
s4-python: Only set BASETYPE flag if subclassing is supported.
Jelmer Vernooij
2011-01-01
1
-2
/
+2
*
s4-python: Add more prototypes.
Jelmer Vernooij
2011-01-01
1
-0
/
+2
*
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Arnaud Faucher
2010-11-22
1
-1
/
+1
*
pymessaging: Remove unused older python irpc bindings.
Jelmer Vernooij
2010-09-21
1
-349
/
+3
*
s4:lib/messaging: use irpc_binding_handle() for python bindings
Stefan Metzmacher
2010-09-03
1
-13
/
+57
*
pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.
Jelmer Vernooij
2010-09-03
1
-1
/
+1
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-2
/
+2
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-4
/
+0
*
pytalloc: ensure talloc_ctx is directly after PyObject_HEAD
Andrew Tridgell
2010-04-20
1
-2
/
+2
*
s4:lib/messaging: pymessaging needs libndr.h
Stefan Metzmacher
2010-03-23
1
-0
/
+1
*
s4:Remove "Py_RETURN_NONE" compatibility code
Matthias Dieter Wallnöfer
2010-02-09
1
-4
/
+0
*
s4:lib/messaging - fix up the python bindings
Matthias Dieter Wallnöfer
2009-11-07
1
-5
/
+6
*
s4-python: we need to include Python.h first
Andrew Tridgell
2009-10-23
1
-1
/
+1
*
Fix unresolved symbol in python messaging module.
Jelmer Vernooij
2009-06-02
1
-3
/
+1
*
s4:lib/messaging: s/private/private_data
Stefan Metzmacher
2009-02-02
1
-2
/
+2
*
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
*
py: Properly increase the reference counter of Py_None.
Jelmer Vernooij
2009-01-06
1
-4
/
+4
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-2
/
+2
*
Remove includes of py_*.h, which are no longer generated.
Jelmer Vernooij
2008-12-22
1
-1
/
+3
*
Use consistent names for dcerpc python modules; fixes messaging test.
Jelmer Vernooij
2008-12-22
1
-3
/
+5
*
Remove use of global loadparm in python modules.
Jelmer Vernooij
2008-11-02
1
-2
/
+7
*
Remove more uses of global_loadparm.
Jelmer Vernooij
2008-10-24
1
-2
/
+2
*
Remove a few more usages of global_loadparm.
Jelmer Vernooij
2008-10-24
1
-2
/
+2
*
Eliminate another instance of global_loadparm.
Jelmer Vernooij
2008-10-24
1
-2
/
+3
*
Use a custom init function for samba4 that sets a samba4
Simo Sorce
2008-06-14
1
-2
/
+2
*
two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()
Andrew Tridgell
2008-05-30
1
-4
/
+6
*
fixed a segv in the python messaging code on 64 bit systems
Andrew Tridgell
2008-05-30
1
-1
/
+4
*
Finish smbstatus in Python.
Jelmer Vernooij
2008-05-26
1
-0
/
+3
*
Allow using IRPC functions on the messaging bus from Python.
Jelmer Vernooij
2008-05-26
1
-0
/
+556