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)
commit6133a694aa429d638320e39ffe1c49d172583ccf
treec8d0cc729e53986ea0a94906798096fd0fbcab93
parenta36d446fb612f87654c645f6507d413b95efaf21
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.
source/rpc_server/srv_srvsvc_nt.c
source/smbd/dir.c
source/smbd/filename.c
source/smbd/nttrans.c
source/smbd/reply.c
source/smbd/trans2.c
source/smbd/vfs.c