implemented talloc() as described on samba-technical. This fixes the
authorAndrew Tridgell <tridge@samba.org>
Wed, 5 Jan 2000 06:36:36 +0000 (06:36 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 5 Jan 2000 06:36:36 +0000 (06:36 +0000)
commitaa7f81552540f5dca2c146f5edd805611d5b390f
tree18217f6d3596a3dea080e85e44bc2398ea59c5ad
parent51ed6e8cec47642641e6b26682fd6f25624b19ae
implemented talloc() as described on samba-technical. This fixes the
lp_string() bug properly.

we still need to add lp_talloc_free() calls in all the main event
loops, I've only put it in smbd and nmbd thus far.
source/Makefile.in
source/include/includes.h
source/include/proto.h
source/include/talloc.h [new file with mode: 0644]
source/lib/talloc.c [new file with mode: 0644]
source/nmbd/nmbd.c
source/param/loadparm.c
source/script/mkproto.awk
source/smbd/process.c