1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3
Jeremy Allison 457b49c678 s3: modules: gluster. Fix the error I made in preventing talloc leaks from a function.
file_lines_parse() plays horrible tricks with
the passed-in talloc pointers and the hierarcy
which makes freeing hard to get right.

As we know mem_ctx is freed by the caller, after
calling file_lines_parse don't free on exit and let the caller
handle it. This violates good Samba coding practice
but we know we're not leaking here.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14486

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>

Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Wed Nov 11 15:02:27 UTC 2020 on sn-devel-184
2020-11-11 15:02:27 +00:00
..
auth auth_generic: fix empty initializer compile warning 2020-11-10 06:53:42 +00:00
build
client libsmb: Remove "mntpoint" argument from cli_list() callback 2020-11-04 18:55:40 +00:00
exports
groupdb lib: relicense smb_strtoul(l) under LGPLv3 2020-08-03 22:21:02 +00:00
include smbd: Move "struct share_mode_lock" to share_mode_lock.h 2020-11-10 19:49:34 +00:00
intl
lib lib: Slightly optimize smb_fname_str_dbg() 2020-11-10 19:49:33 +00:00
libads auth:creds: Rename CRED_USE_KERBEROS values 2020-11-03 15:25:37 +00:00
libgpo/gpext Spelling fixes s/emtpy/empty/ 2019-09-01 22:21:26 +00:00
libnet auth:creds: Rename CRED_USE_KERBEROS values 2020-11-03 15:25:37 +00:00
librpc s3: safe_string: do not include string_wrappers.h 2020-08-28 00:56:34 +00:00
libsmb libsmb: Remove cli_state->dfs_mountpoint 2020-11-04 20:17:47 +00:00
locale pam_winbind/ro.po: fix error from previous patch merge 2020-10-29 20:49:16 +00:00
locking locking: hide share_mode_lock definition 2020-11-10 21:12:48 +00:00
modules s3: modules: gluster. Fix the error I made in preventing talloc leaks from a function. 2020-11-11 15:02:27 +00:00
nmbd daemons: report status to systemd even when running in foreground 2020-10-26 19:58:17 +00:00
param s3:param:service - ensure registry shares loaded before home check 2020-10-22 00:30:38 +00:00
passdb lookup_name: allow lookup names prefixed with DNS forest root for FreeIPA DC 2020-11-11 10:59:01 +00:00
printing smbd: Give locking/share_mode_lock.c its own header file 2020-11-10 19:49:34 +00:00
profile
registry s3: safe_string: do not include string_wrappers.h 2020-08-28 00:56:34 +00:00
rpc_client auth:creds: Rename CRED_USE_KERBEROS values 2020-11-03 15:25:37 +00:00
rpc_server smbd: Give locking/share_mode_lock.c its own header file 2020-11-10 19:49:34 +00:00
rpcclient auth:creds: Rename CRED_USE_KERBEROS values 2020-11-03 15:25:37 +00:00
script torture: Show that recursive ls across dfs is broken 2020-11-04 18:55:40 +00:00
selftest test: Add a first unit test for notifyd 2020-10-24 05:57:31 +00:00
services
smbd locking: move share_mode_flags_[gs]et to share_mode_lock.c 2020-11-10 19:49:35 +00:00
torture smbd: Give locking/share_mode_lock.c its own header file 2020-11-10 19:49:34 +00:00
utils net_tdb: Use share_mode_data_dump() 2020-11-10 19:49:35 +00:00
web
winbindd auth:creds: Rename CRED_USE_KERBEROS values 2020-11-03 15:25:37 +00:00
.clang_complete
.dmallocrc
.indent.pro
Doxyfile
mainpage.dox
smbadduser.in
wscript build: put quotes around '!vfs_snapper' module instructions 2020-11-06 18:56:29 +00:00
wscript_build build: remove smbd_conn private library 2020-10-02 19:39:43 +00:00
wscript_configure_system_ncurses