r25111: Move to talloced pathnames on most code paths.
authorJeremy Allison <jra@samba.org>
Tue, 11 Sep 2007 23:57:59 +0000 (23:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:41 +0000 (12:30 -0500)
commit3a9d3821649c9ea88a6cd424f0838a453165a00a
tree4b4f61570a20e0a252436ebd88b1d0dee58c704e
parent1ef2464451ee64023173637fa03e703405dc8c85
r25111: Move to talloced pathnames on most code paths.
There are now ony 17 pstrings left in reply.c,
and these will be easy to remove (and I'll be
doing that shortly). Had to fix an interesting
bug in pull_ucs2_base_talloc() when a source
string is not null terminated :-).
Jeremy.
(This used to be commit 0c9a8c4dff10974dbffd2a302ae982896122fcc0)
source3/lib/charcnv.c
source3/smbd/dir.c
source3/smbd/filename.c
source3/smbd/msdfs.c
source3/smbd/nttrans.c
source3/smbd/reply.c
source3/smbd/trans2.c