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)
commit0c9a8c4dff10974dbffd2a302ae982896122fcc0
tree9e20a03715c504a5bba4ba7991e0490d1d46fa28
parent2dea9464bba76af4315a8207ccd3e564ec19d146
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.
source/lib/charcnv.c
source/smbd/dir.c
source/smbd/filename.c
source/smbd/msdfs.c
source/smbd/nttrans.c
source/smbd/reply.c
source/smbd/trans2.c