s4-ipv6: enable IPv6 by default
[amitay/samba.git] / source4 / lib / messaging /
2011-05-06 Andrew Bartlettlib/util Move source3 tdb_wrap_open() into the common...
2011-05-03 Andrew Bartletts4-messaging Rename messaging -> imessaging
2011-05-03 Andrew Bartletts4-cluster Rename server_id.node -> vnn to match Samba3
2011-05-03 Andrew Bartletts4:cluster Rename .id to .pid in server_id
2011-02-28 Jelmer VernooijUse <tdb.h> to include tdb, so the system include file...
2011-02-18 Andrew Tridgells4-idl: rename s4 server_id.idl to server_id4.idl
2011-01-01 Jelmer Vernooijs4-python: Only set BASETYPE flag if subclassing is...
2011-01-01 Jelmer Vernooijs4-python: Add more prototypes.
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
2010-12-05 Matthias Dieter... s4:lib/messaging/*.h - fix compile warnings on gcc 3.4
2010-11-21 Arnaud FaucherAvoid the use of PyAPI_DATA, which is for internal...
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-30 Andrew Tridgells4-tdb: make tdb-wrap into a private library
2010-10-26 Jelmer Vernooijwaf: Remove lib prefix from libraries manually.
2010-10-26 Jelmer Vernooijs4: Drop duplicate 'lib' prefix for private libraries.
2010-10-24 Jelmer Vernooijs4: Rename LIBSAMBA-* to libsamba-*
2010-10-23 Jelmer Vernooijs4: Rename LIBEVENTS to libevents.
2010-10-21 Andrew Tridgells4-waf: don't depend directly on python modules
2010-09-27 Anatoliy Atanasovs4/irpc: Add function to add security token to the...
2010-09-27 Stefan Metzmachers4:irpc: optionaly pass the security_token via IRPC...
2010-09-23 Stefan Metzmachers4:irpc: use LIBNDR_FLAG_REF_ALLOC for the server side...
2010-09-22 Jelmer Vernooijs4-selftest: Move more tests to scripting/python, simpl...
2010-09-22 Jelmer Vernooijpymessaging: Remove unused older python irpc bindings.
2010-09-15 Kamen Mazdrashkis4-irpc: Don't install endtime-timer in case timeout...
2010-09-15 Kamen Mazdrashkis4-irpc: Add value for "infinite" timeout for IRPC...
2010-09-15 Andrew Tridgells4-messaging: add support for no_reply in irpc messages
2010-09-04 Stefan Metzmachers4:lib/messaging: implement irpc_bh_set_timeout
2010-09-03 Stefan Metzmachers4:lib/messaging: make irpc_request private and remove...
2010-09-03 Stefan Metzmachers4:lib/messaging/tests: make use of irpc_binding_handle()
2010-09-03 Stefan Metzmachers4:lib/messaging: use irpc_binding_handle() for python...
2010-09-03 Stefan Metzmachers4:lib/messaging: add irpc_binding_handle_by_name(...
2010-09-03 Stefan Metzmachers4:lib/messaging: add irpc dcerpc_binding_handle backend
2010-09-03 Stefan Metzmachers4:lib/messaging: move messaging prototypes from irpc...
2010-09-03 Stefan Metzmachers4:lib/messaging/tests: fix some compiler warnings
2010-09-03 Jelmer Vernooijpidl: Keep only a single copy of samba.dcerpc.base...
2010-08-30 Stefan Metzmachers4:lib/messaging: add some const to messaging_send()
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-06-19 Jelmer Vernooijpython: Use samba.tests.TestCase, make sure base class...
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-04-20 Andrew Tridgellpytalloc: ensure talloc_ctx is directly after PyObject_HEAD
2010-04-06 Andrew Tridgells4-waf: removed the AUTOGENERATED markers
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-03-25 Andrew Tridgellpython: use '#!/usr/bin/env python' to cope with varyin...
2010-03-23 Stefan Metzmachers4:lib/messaging: pymessaging needs libndr.h
2010-03-05 Andrew Tridgells4-messaging: use auto-close on the socket
2010-02-09 Matthias Dieter... s4:Remove "Py_RETURN_NONE" compatibility code
2010-02-02 Matt KraaiChange uint_t to unsigned int in source4
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-08 Andrew Tridgells4-messaging: remove only usage of debug_ctx()
2010-01-08 Andrew Tridgells4-messaging: fixed a memory leak in messaging_path()
2010-01-08 Andrew Tridgells4-messaging: added a new msg type MSG_DREPL_ALLOCATE_RID
2009-11-07 Matthias Dieter... s4:lib/messaging - fix up the python bindings
2009-10-23 Andrew Tridgells4-python: we need to include Python.h first
2009-09-19 Andrew Tridgells4-server: kill main daemon if a task fails to initialise
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Andrew Tridgellfixed several places that unnecessarily take a referenc...
2009-06-02 Jelmer VernooijFix unresolved symbol in python messaging module.
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:lib/messaging: s/private/private_data
2009-01-31 Stefan Metzmachers4:irpc: avoid c++ reserved word 'private'
2009-01-31 Stefan Metzmachers4:lib/messaging: fix warnings in testsuite
2009-01-31 Stefan Metzmachers4:lib/messaging: avoid c++ reserved word 'private'
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-01-06 Jelmer Vernooijpy: Properly increase the reference counter of Py_None.
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-12-23 Jelmer VernooijRename samba-socket -> samba_socket to fix a couple...
2008-12-22 Jelmer VernooijRemove includes of py_*.h, which are no longer generated.
2008-12-22 Jelmer VernooijUse consistent names for dcerpc python modules; fixes...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Jelmer VernooijRename dom_sid.idl -> server_id.idl (since it no longer...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Jelmer VernooijRemove use of global loadparm in python modules.
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijRemove unused include param/param.h.
2008-10-24 Jelmer VernooijRemove more uses of global_loadparm.
2008-10-24 Jelmer VernooijRemove a few more usages of global_loadparm.
2008-10-24 Jelmer VernooijEliminate another instance of global_loadparm.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-11 Jelmer VernooijFix include paths to new location of libutil.
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-16 Jelmer VernooijMerge branch 'singlecompression' into single
2008-09-16 Jelmer VernooijMerge branch 'singlepopt' into single
2008-09-16 Jelmer VernooijMerge branch 'singlensswrap' into single
2008-09-16 Jelmer VernooijMerge branch 'singlesw' into single
2008-09-16 Jelmer VernooijMerge branch 'singlereplace' into single
2008-09-16 Jelmer VernooijMerge branch 'singletdb' into single
2008-09-16 Jelmer VernooijUse single copy of tdb in both samba3 and samba4.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-14 Simo SorceUse a custom init function for samba4 that sets a samba4
2008-05-30 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-30 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-30 Andrew Tridgelltwo more places where the wrong type is passed to PyArg...
next