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
/
lib
/
messaging
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4/irpc: Add function to add security token to the binding handle
Anatoliy Atanasov
2010-09-27
2
-0
/
+12
*
s4:irpc: optionaly pass the security_token via IRPC requests.
Stefan Metzmacher
2010-09-27
1
-0
/
+3
*
s4:irpc: use LIBNDR_FLAG_REF_ALLOC for the server side when pulling
Stefan Metzmacher
2010-09-23
1
-0
/
+2
*
s4-selftest: Move more tests to scripting/python, simplifies running of tests.
Jelmer Vernooij
2010-09-21
1
-58
/
+0
*
pymessaging: Remove unused older python irpc bindings.
Jelmer Vernooij
2010-09-21
1
-349
/
+3
*
s4-irpc: Don't install endtime-timer in case timeout is INFINITE for the call
Kamen Mazdrashki
2010-09-16
1
-3
/
+6
*
s4-irpc: Add value for "infinite" timeout for IRPC calls
Kamen Mazdrashki
2010-09-16
1
-1
/
+3
*
s4-messaging: add support for no_reply in irpc messages
Andrew Tridgell
2010-09-15
2
-0
/
+8
*
s4:lib/messaging: implement irpc_bh_set_timeout
Stefan Metzmacher
2010-09-04
1
-1
/
+19
*
s4:lib/messaging: make irpc_request private and remove unused code
Stefan Metzmacher
2010-09-03
2
-190
/
+14
*
s4:lib/messaging/tests: make use of irpc_binding_handle()
Stefan Metzmacher
2010-09-03
1
-22
/
+49
*
s4:lib/messaging: use irpc_binding_handle() for python bindings
Stefan Metzmacher
2010-09-03
1
-13
/
+57
*
s4:lib/messaging: add irpc_binding_handle_by_name() helper function
Stefan Metzmacher
2010-09-03
2
-0
/
+36
*
s4:lib/messaging: add irpc dcerpc_binding_handle backend
Stefan Metzmacher
2010-09-03
3
-1
/
+289
*
s4:lib/messaging: move messaging prototypes from irpc.h to messaging.h
Stefan Metzmacher
2010-09-03
2
-28
/
+25
*
s4:lib/messaging/tests: fix some compiler warnings
Stefan Metzmacher
2010-09-03
1
-2
/
+2
*
pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.
Jelmer Vernooij
2010-09-03
1
-1
/
+1
*
s4:lib/messaging: add some const to messaging_send()
Stefan Metzmacher
2010-08-30
2
-2
/
+2
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
3
-8
/
+8
*
python: Use samba.tests.TestCase, make sure base class tearDown and
Jelmer Vernooij
2010-06-19
1
-1
/
+2
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
5
-20
/
+5
*
pytalloc: ensure talloc_ctx is directly after PyObject_HEAD
Andrew Tridgell
2010-04-20
1
-2
/
+2
*
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
2010-04-06
1
-3
/
+0
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
build: commit all the waf build files in the tree
Andrew Tridgell
2010-04-06
1
-0
/
+16
*
python: use '#!/usr/bin/env python' to cope with varying install locations
Andrew Tridgell
2010-03-25
1
-1
/
+1
*
s4:lib/messaging: pymessaging needs libndr.h
Stefan Metzmacher
2010-03-23
1
-0
/
+1
*
s4-messaging: use auto-close on the socket
Andrew Tridgell
2010-03-05
1
-0
/
+1
*
s4:Remove "Py_RETURN_NONE" compatibility code
Matthias Dieter Wallnöfer
2010-02-09
1
-4
/
+0
*
Change uint_t to unsigned int in source4
Matt Kraai
2010-02-02
1
-1
/
+1
*
s4-messaging: remove only usage of debug_ctx()
Andrew Tridgell
2010-01-09
1
-2
/
+4
*
s4-messaging: fixed a memory leak in messaging_path()
Andrew Tridgell
2010-01-09
1
-2
/
+9
*
s4-messaging: added a new msg type MSG_DREPL_ALLOCATE_RID
Andrew Tridgell
2010-01-08
1
-0
/
+1
*
s4:lib/messaging - fix up the python bindings
Matthias Dieter Wallnöfer
2009-11-07
2
-7
/
+8
*
s4-python: we need to include Python.h first
Andrew Tridgell
2009-10-23
1
-1
/
+1
*
s4-server: kill main daemon if a task fails to initialise
Andrew Tridgell
2009-09-18
2
-0
/
+4
*
fixed several places that unnecessarily take a reference to the event context
Andrew Tridgell
2009-08-07
1
-1
/
+1
*
Fix unresolved symbol in python messaging module.
Jelmer Vernooij
2009-06-02
2
-4
/
+2
*
s4:lib/messaging: s/private/private_data
Stefan Metzmacher
2009-02-02
2
-7
/
+7
*
s4:irpc: avoid c++ reserved word 'private'
Stefan Metzmacher
2009-02-01
3
-6
/
+6
*
s4:lib/messaging: fix warnings in testsuite
Stefan Metzmacher
2009-02-01
1
-2
/
+2
*
s4:lib/messaging: avoid c++ reserved word 'private'
Stefan Metzmacher
2009-02-01
3
-29
/
+29
*
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
5
-16
/
+16
*
Rename samba-socket -> samba_socket to fix a couple more compiler
Jelmer Vernooij
2008-12-24
1
-1
/
+1
*
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
*
Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the...
Jelmer Vernooij
2008-12-16
1
-0
/
+1
[next]