r20844: Somewhat radical change - this may break the build (I will
authorJeremy Allison <jra@samba.org>
Wed, 17 Jan 2007 02:09:37 +0000 (02:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:12 +0000 (12:17 -0500)
commit83eb0d1d6d90d182e8eee8496695113c89f8dba1
treed2b02c7647d2755759e0453cb411101429da16b4
parent52a36db39fb96353702616dfac5004239c34cd2c
r20844: Somewhat radical change - this may break the build (I will
watch carefully - so I'm doing it in one transaction so I can
roll back).

Change check_name(), reduce_name() and dptr_create() to
return NTSTATUS. This helps a lot in error path processing
and especially in reduce_name() allows us to ditch the flaky
and error-prone saving of errno and return errors directly.

Jeremy.
(This used to be commit 6133a694aa429d638320e39ffe1c49d172583ccf)
source3/rpc_server/srv_srvsvc_nt.c
source3/smbd/dir.c
source3/smbd/filename.c
source3/smbd/nttrans.c
source3/smbd/reply.c
source3/smbd/trans2.c
source3/smbd/vfs.c