1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source4/torture/libnet
Jeremy Allison 306783d6f5 lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *)
Not currently used - no logic changes inside.

This will make it possible to pass down a long-lived talloc
context from the loading function for modules to use instead
of having them internally all use talloc_autofree_context()
which is a hidden global.

Updated all known module interface numbers, and added a
WHATSNEW.

Signed-off-by: Jeremy Allison <jra@samba.org>
Signed-off-by: Ralph Böhme <slow@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Apr 22 01:17:00 CEST 2017 on sn-devel-144
2017-04-22 01:17:00 +02:00
..
python
domain.c s4:torture:libnet: fix 'Conditional jump or move' valgrind error 2016-04-25 10:35:16 +02:00
groupinfo.c s4:libnet: let libnet_rpc_groupinfo() take tevent_context/dcerpc_binding_handle 2014-01-16 16:22:51 +01:00
groupman.c s4:libnet: let libnet_rpc_groupadd() take tevent_context/dcerpc_binding_handle 2014-01-16 16:22:51 +01:00
grouptest.h
libnet_BecomeDC.c s4:torture/libnet: add missing #include "torture/libnet/proto.h" 2014-04-02 09:03:45 +02:00
libnet_domain.c s4:torture/libnet: add missing #include "torture/libnet/proto.h" 2014-04-02 09:03:45 +02:00
libnet_group.c
libnet_lookup.c s4:torture/libnet: make use of dcerpc_binding_get_string_option("host") 2014-02-13 11:54:18 +01:00
libnet_rpc.c s4:torture/libnet: add missing #include "torture/libnet/proto.h" 2014-04-02 09:03:45 +02:00
libnet_share.c s4:torture:libnet: fix 'Syscall param writev(vector[...])' valgrind error 2016-04-25 10:35:16 +02:00
libnet_user.c
libnet.c lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *) 2017-04-22 01:17:00 +02:00
userinfo.c s4:libnet: let libnet_rpc_userinfo() take tevent_context/dcerpc_binding_handle 2014-01-16 16:22:51 +01:00
userman.c s4:libnet: let libnet_rpc_usermod() take tevent_context/dcerpc_binding_handle 2014-01-16 16:22:52 +01:00
usertest.h
utils.c