1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/smb_server
Andrew Tridgell 00e772d747 r15796: this talloc_reference() was causing a memory leak on every NTVFS
request. The problem is that the talloc_free() in
smbsrv_send_reply_nosign() frees this reference, but doesn't free the
memory iself, thus leaving it attached to the connection context.

Metze, what was the idea behind this reference? If we need it, then we
need a corresponding talloc_free() to go with it.
(This used to be commit 2e105a32c7)
2007-10-10 14:08:21 -05:00
..
smb r15769: this functions belong to params/ so move it. 2007-10-10 14:08:16 -05:00
smb2 r15771: this should be a o32s32 blob 2007-10-10 14:08:17 -05:00
config.mk r15734: This is a major change to the NTVFS subsystem: 2007-10-10 14:08:10 -05:00
handle.c r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in the smb2srv code 2007-10-10 14:08:13 -05:00
management.c r14739: keep the last request time for the smbsrv_connection, 2007-10-10 13:59:18 -05:00
session.c r15715: add my copyright 2007-10-10 14:08:08 -05:00
smb_server.c r15304: Fix smbd build, more updates on getting --enable-dso to build again 2007-10-10 14:05:08 -05:00
smb_server.h r15796: this talloc_reference() was causing a memory leak on every NTVFS 2007-10-10 14:08:21 -05:00
tcon.c r15769: this functions belong to params/ so move it. 2007-10-10 14:08:16 -05:00