1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
https://gitlab.com/samba-team/samba is the Official GitLab mirror of https://git.samba.org/samba.git -- Merge requests should be made on GitLab (not on GitHub)
Go to file
Andrew Tridgell 174da76293 r8627: fixed a big memory leak in the spnego gensec code in session
setup. Andrew, please check over this.

What happens is this:

 - run the BASE-SECLEAK test
 - with each failed session setup using spnego a gensec ctx is leaked into the smb_conn structure
 - after the client disconnects these are finally cleaned up as they
   are all children of the connection structure
 - the cleanup of the millions of memory objects takes long enough
   that the next operation in test_posix.sh sometimes fails with a timeout

Andrew, can you also look at the talloc_reference() on line 332 of
sesssetup.c ? I suspect it isn't needed (I don't think it does any
actual harm though)
(This used to be commit b40fb6a456)
2007-10-10 13:29:45 -05:00
packaging/debian r8266: Update debian packages 2007-10-10 13:19:28 -05:00
source4 r8627: fixed a big memory leak in the spnego gensec code in session 2007-10-10 13:29:45 -05:00
swat r8598: move provisioning to /install/ directory from /esptest/ 2007-10-10 13:29:43 -05:00
testprogs r8488: after discussions with simo, moved to a full OO interface, so you don't need to keep 2007-10-10 13:23:08 -05:00
COPYING r1662: add a copy of the GPL text to the samba4 svn tree 2007-10-10 12:57:47 -05:00
howto.txt r8438: - More win32 portability fixes. Now fails on socketwrapper (because 2007-10-10 13:23:02 -05:00
prog_guide.txt r6226: A couple of small typos ... 2007-10-10 13:11:28 -05:00
swat2.txt r1273: An initial doc about what I'd like to see in the swat for samba4. Please 2007-10-10 12:56:48 -05:00