converted the passdb smbpasswd implementation to using talloc
commit1c13110873e456748dc09fd51749f664643fe888
authorGerald Carter <jerry@samba.org>
Wed, 25 Apr 2001 22:12:13 +0000 (25 22:12 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 25 Apr 2001 22:12:13 +0000 (25 22:12 +0000)
tree2bfe7fb5486c32b2c1fcd6b95baae323635622dc
parentc6f25e84d3e15319d263386c101727d787cf0679
converted the passdb smbpasswd implementation to using talloc
for memory allocation.  This fixes a long standing seg fault
(i knew i would get around to it one day :) )

Tested with NT4 and Win2k.  Needs a little more testing with the
"create the machine account on the fly" code for NT4.

Simo, this is probably going to break the tdb passdb code.
Can you look at that when you get a chance and see what you think?
source/include/proto.h
source/include/smb.h
source/passdb/passdb.c
source/passdb/pdb_smbpasswd.c
source/rpc_server/srv_samr_nt.c