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)
commit5e9f5591873fc5c5b5c8dbb0e29a080b8afe9966
tree1760a4d063f1b5adf53761dce6ea93d028e45201
parent1f438ffb7ea20673dcd9975528769a0321236a24
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.
(This used to be commit aa7f81552540f5dca2c146f5edd805611d5b390f)
source3/Makefile.in
source3/include/includes.h
source3/include/proto.h
source3/include/talloc.h [new file with mode: 0644]
source3/lib/talloc.c [new file with mode: 0644]
source3/nmbd/nmbd.c
source3/param/loadparm.c
source3/script/mkproto.awk
source3/smbd/process.c