r23858: Added srvstr_pull_buf_talloc() and srvstr_pull_talloc()
authorJeremy Allison <jra@samba.org>
Fri, 13 Jul 2007 01:22:09 +0000 (01:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:35 +0000 (12:28 -0500)
commite8dc2ea03d212bc4b4facc2a900f6a443365c390
treec418222494cb9cd05250f30b8f6671e0b3046fa3
parent79a9f6dcb86703fd48d1321e50ff2b678ce39664
r23858: Added srvstr_pull_buf_talloc() and srvstr_pull_talloc()
calls and converted reply_tcon and reply_tconX to use
them - to show the boilerplate usage (valgrind tested).
In conjunction with Volker's srvstr_get_path_talloc()
work this should allow us to start eliminating all
pstrings/fstrings out of the main path processing
code.
I'll watch the build farm tonight...
Jeremy.
(This used to be commit b4eff3f68089f082781afcf90d43faa317949566)
source3/include/safe_string.h
source3/include/srvstr.h
source3/lib/charcnv.c
source3/smbd/reply.c