Date:   Fri Dec 13 21:09:54 2002
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv20316/smbd

Modified Files:
      Tag: APPLIANCE_HEAD
        nttrans.c reply.c server.c 
Log Message:
Attempt to track memory usage better. Added tallocdump command to smbcontrol.
Causes smbd/nmbd/winbindd to return their current talloc pool allocations.
Changed all talloc_init() calls to talloc_init_named() (made talloc_init
static to make sure) to ensure we name all talloc pools. Should help track
memory leaks in daemons.
Jeremy.


Revisions:
nttrans.c               1.104.2.22 => 1.104.2.23
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/nttrans.c?r1=1.104.2.22&r2=1.104.2.23
reply.c         1.237.2.51 => 1.237.2.52
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c?r1=1.237.2.51&r2=1.237.2.52
server.c                1.304.2.26 => 1.304.2.27
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/server.c?r1=1.304.2.26&r2=1.304.2.27

Reply via email to