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
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
messaging
/
pymessaging.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-08
pymessaging: Remove trailing whitespace
Joseph Sutton
1
-6
/
+6
2023-11-20
Use python.h from libreplace
Andreas Schneider
1
-1
/
+1
2023-05-24
s4/messaging/py: Fix typo
Joseph Sutton
1
-1
/
+1
2023-05-24
s4/messaging/py: Fix leaks
Joseph Sutton
1
-1
/
+8
2023-05-24
s4/messaging/py: Fix leak of p_server_id
Joseph Sutton
1
-6
/
+6
2023-05-24
s4/messaging/py: Check py_return_ndr_struct() return value
Joseph Sutton
1
-0
/
+3
2023-05-24
s4/messaging/py: Fix callback return value leak
Joseph Sutton
1
-5
/
+7
2023-05-24
s4/messaging/py: Fix leak
Joseph Sutton
1
-1
/
+2
2023-05-24
s4/messaging/py: Fix leaks
Joseph Sutton
1
-1
/
+6
2023-05-24
s4/messaging/py: Fix typo
Joseph Sutton
1
-1
/
+1
2023-05-24
s4/messaging/py: Add more helpful error message for a wrongly-sized tuple
Joseph Sutton
1
-3
/
+10
2023-05-24
s4/messaging/py: Document lp_ctx parameter of messaging.Messaging()
Joseph Sutton
1
-1
/
+1
2023-05-24
s4/messaging/py: Remove incorrect function names in messaging.Messaging()
Joseph Sutton
1
-3
/
+3
2020-03-23
py3: Remove #define PyInt_FromLong PyLong_FromLong
Andrew Bartlett
1
-2
/
+2
2019-09-18
messaging4: Pass fds to messaging handlers
Volker Lendecke
1
-3
/
+13
2019-08-06
s4/messaging/py: don't DECREF borrowed references
Douglas Bagnall
1
-2
/
+0
2019-05-16
s4: squash 'cast between incompatible function types' warning
Noel Power
1
-8
/
+15
2019-02-08
s4/messaging/py: use better format strings for variable types
Douglas Bagnall
1
-4
/
+4
2019-01-28
s4:lib: Use C99 initializer for PyGetSetDef in pymessaging
Andreas Schneider
1
-3
/
+6
2017-10-23
python: Port samba.messaging module to Python 3 compatible form.
Lumir Balhar
1
-6
/
+16
2017-03-28
pymessaging: add single element tupple form of the server_id
Gary Lockyer
1
-1
/
+8
2017-03-28
pymessaging: Add a hook to run the event loop, make callbacks practical
Andrew Bartlett
1
-10
/
+80
2017-03-28
pymessaging: Add irpc_remove_name
Andrew Bartlett
1
-0
/
+18
2017-03-28
pymessaging: Add support for irpc_add_name
Andrew Bartlett
1
-1
/
+25
2016-07-23
s4: messaging: Remove bool auto_remove parameter from imessaging_init().
Jeremy Allison
1
-1
/
+1
2016-07-12
pyrpc: Allow control of RPC timeout for IRPC
Andrew Bartlett
1
-0
/
+2
2016-01-07
pymessaging: Adjust to use of PY_SSIZE_T_CLEAN
Andrew Bartlett
1
-1
/
+1
2014-11-27
messaging4: Fix types
Volker Lendecke
1
-2
/
+12
2014-07-21
messaging4: Change irpc_servers_by_name to NTSTATUS
Volker Lendecke
1
-10
/
+8
2013-09-19
lib/messaging: Check the server_id type correctly
Andrew Bartlett
1
-1
/
+1
2013-03-02
Move python modules from source4/scripting/python/ to python/.
Jelmer Vernooij
1
-1
/
+1
2013-01-26
pymessaging: Pass around the server_id struct to python callbacks rather than...
Andrew Bartlett
1
-3
/
+13
2013-01-26
pymessaging: Use correct unsigned types for server ID tuple elememnts
Andrew Bartlett
1
-3
/
+3
2013-01-09
s4:lib/messaging: terminate the irpc_servers_byname() result with server_id_s...
Stefan Metzmacher
1
-2
/
+2
2012-10-31
pymessaging: Add irpc_servers_byname() and irpc_all_servers()
Andrew Bartlett
1
-0
/
+99
2012-10-31
pymessaging: Use the server_id IDL structure rather than a tuple
Andrew Bartlett
1
-5
/
+20
2012-02-08
s4-messaging: fix pymessaging docstring
Andrew Bartlett
1
-3
/
+2
2011-10-13
s4-messaging: Pass the loadparm context, not just the messaging path
Andrew Bartlett
1
-13
/
+14
2011-07-22
s4-messaging: fixed the removal of messaging sockets in child tasks
Andrew Tridgell
1
-5
/
+5
2011-06-09
server_id.idl: Bring server_id.idl in common
Andrew Bartlett
1
-1
/
+1
2011-06-09
s4-cluster Use task_id instead of id2 to clarify server_id structure
Andrew Bartlett
1
-6
/
+6
2011-05-03
s4-messaging Rename messaging -> imessaging
Andrew Bartlett
1
-48
/
+48
2011-05-03
s4-cluster Rename server_id.node -> vnn to match Samba3
Andrew Bartlett
1
-4
/
+4
2011-05-03
s4:cluster Rename .id to .pid in server_id
Andrew Bartlett
1
-6
/
+6
2011-02-18
s4-idl: rename s4 server_id.idl to server_id4.idl
Andrew Tridgell
1
-1
/
+1
2011-01-01
s4-python: Only set BASETYPE flag if subclassing is supported.
Jelmer Vernooij
1
-2
/
+2
2011-01-01
s4-python: Add more prototypes.
Jelmer Vernooij
1
-0
/
+2
2010-11-22
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Arnaud Faucher
1
-1
/
+1
2010-09-21
pymessaging: Remove unused older python irpc bindings.
Jelmer Vernooij
1
-349
/
+3
2010-09-03
s4:lib/messaging: use irpc_binding_handle() for python bindings
Stefan Metzmacher
1
-13
/
+57
[next]