Tartarus CVS: putty simon

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Tue, 12 Dec 2000 10:33:13 +0000


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	00/12/12 10:33:13

Modified files:
	.              : Makefile pageant.c pageantc.c putty.h 
	                 puttygen.c scp.c sizetip.c ssh.c ssh.h sshbn.c 
	                 sshdss.c sshpubk.c sshrsa.c sshzlib.c tree234.c 
	                 windlg.c window.c winnet.c winstore.c 
Added files:
	.              : puttymem.h 

Log message:
Make memory management uniform: _everything_ now goes through the
smalloc() macros and thence to the safemalloc() functions in misc.c.
This should allow me to plug in a debugging allocator and track
memory leaks and segfaults and things.