Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-17 | talloc: fixed a use after free error in talloc_free_children() | Stefan Metzmacher | 1 | -1/+16 | |
This is similar to commit 6f51a1f45bf4de062cce7a562477e8140630a53d. metze | |||||
2011-05-17 | talloc: use _talloc_free_internal() in talloc_free_children() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-05-17 | talloc: test talloc_steal out of a talloc_pool | Stefan Metzmacher | 1 | -0/+69 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 17 09:43:01 CEST 2011 on sn-devel-104 | |||||
2011-05-17 | talloc: add memset() calls to test_pool() | Stefan Metzmacher | 1 | -0/+17 | |
This way we the pool based valgrind code. metze | |||||
2011-05-17 | talloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUNK() _talloc_realloc() | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-05-17 | talloc: make really sure only optimize realloc if there's only one pool chunk | Stefan Metzmacher | 1 | -1/+6 | |
*talloc_pool_objectcount(pool_tc) == 2 doesn't mean the one of the objects is the pool itself! So we better check for == 1 and calculate the chunk count. metze | |||||
2011-05-17 | talloc: make use of _talloc_free_poolmem() in _talloc_realloc() | Stefan Metzmacher | 1 | -15/+1 | |
This should follow the same logic... metze | |||||
2011-05-17 | talloc: split the handling of FLAG_POOL/FLAG_POOLMEM in _talloc_free_internal | Stefan Metzmacher | 1 | -32/+66 | |
The optimization of the object_count == 1 case should only happen for when we're not destroying the pool itself. And it should only happen if the pool itself is still valid. If the pool isn't valid (it has TALLOC_FLAG_FREE), object_count == 1 does not mean that the pool is the last object, which can happen if you use talloc_steal/move() on memory from the pool and then free the pool itself. Thanks to Volker for noticing this! metze | |||||
2011-05-14 | Use ZERO_STRUCTP in util_net | Volker Lendecke | 1 | -2/+2 | |
2011-05-13 | lib/util/charset Move built-in charset modules to the top level | Andrew Bartlett | 6 | -1/+1028 | |
This removes the 'charset' subsystem and allows these modules to be used across the whole of Samba. Andrew Bartlett | |||||
2011-05-13 | lib/util/ Fix crash bug caused by gfree_debug() | Andrew Bartlett | 1 | -1/+1 | |
The issue is that we should reset the debug_num_classes to 0 when we un-initialise the debug system. Andrew Bartlett | |||||
2011-05-10 | lib/replace: fix an #if HAVE_GSSAPI_GSSAPI_EXT_H to be an #ifdef | Michael Adam | 1 | -1/+1 | |
2011-05-10 | libsmbconf: Define a doxygen group for libsmbconf. | Andreas Schneider | 1 | -0/+11 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_transaction_cancel(). | Andreas Schneider | 1 | -0/+10 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_transaction_commit(). | Andreas Schneider | 1 | -0/+13 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_transaction_start(). | Andreas Schneider | 1 | -0/+11 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_delete_global_includes(). | Andreas Schneider | 1 | -0/+8 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_delete_includes(). | Andreas Schneider | 1 | -0/+12 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_set_global_includes(). | Andreas Schneider | 1 | -0/+12 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_set_includes(). | Andreas Schneider | 1 | -0/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_global_includes(). | Andreas Schneider | 1 | -0/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_includes(). | Andreas Schneider | 1 | -0/+17 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_delete_global_parameter(). | Andreas Schneider | 1 | -0/+13 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_delete_parameter(). | Andreas Schneider | 1 | -0/+13 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_global_parameter(). | Andreas Schneider | 1 | -0/+17 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_parameter(). | Andreas Schneider | 1 | -0/+17 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_set_global_parameter(). | Andreas Schneider | 1 | -0/+16 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_set_parameter(). | Andreas Schneider | 1 | -0/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_delete_share(). | Andreas Schneider | 1 | -0/+11 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_share(). | Andreas Schneider | 1 | -0/+18 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_create_share(). | Andreas Schneider | 1 | -0/+11 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_share_exists(). | Andreas Schneider | 1 | -0/+10 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_share_names(). | Andreas Schneider | 1 | -0/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_get_config(). | Andreas Schneider | 1 | -4/+22 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_drop(). | Andreas Schneider | 1 | -0/+9 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_changed(). | Andreas Schneider | 1 | -0/+20 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_shutdown(). | Andreas Schneider | 1 | -0/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_is_writeable(). | Andreas Schneider | 1 | -0/+8 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Document smbconf_backend_requires_messaging(). | Andreas Schneider | 1 | -2/+14 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_config() to sbcErr. | Andreas Schneider | 2 | -10/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_transaction_*() to sbcErr. | Andreas Schneider | 4 | -15/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_delete_includes() to sbcErr. | Andreas Schneider | 4 | -11/+10 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_set_includes() to sbcErr. | Andreas Schneider | 4 | -12/+11 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_includes() to sbcErr. | Andreas Schneider | 4 | -18/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_delete_parameter() to sbcErr. | Andreas Schneider | 4 | -11/+10 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_parameter() to sbcErr. | Andreas Schneider | 4 | -17/+17 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_set_parameter() to sbcErr. | Andreas Schneider | 4 | -11/+10 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_delete_share() to sbcErr. | Andreas Schneider | 4 | -6/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_get_share() to sbcErr. | Andreas Schneider | 4 | -16/+14 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-10 | libsmbconf: Convert smbconf_create_share() to smbErr. | Andreas Schneider | 4 | -30/+44 | |
Signed-off-by: Michael Adam <obnox@samba.org> |