reply_doserror() doesn't force DOS errors on the wire.
authorJeremy Allison <jra@samba.org>
Fri, 18 Dec 2009 22:25:39 +0000 (14:25 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 18 Dec 2009 22:25:39 +0000 (14:25 -0800)
commit0dd8c8a6ffed20be89ff1c407ea1d2876bd30792
treee4af34ea1e264d7f2377b261e8e6fef456e315bd
parent69d26d25f7f2a46e87337fa50af4ed0a1b11a2b5
reply_doserror() doesn't force DOS errors on the wire.

Start migrating uses of reply_doserror() to reply_nterror() with the
correct mapping. Eventually we'll get to the point where we can
change reply_doserror() to force a DOS error code on the wire,
and can change calls to reply_nterror(req, NT_STATUS_DOS()) - which *does*
force DOS errors on the wire - to reply_doserror(). Which might
actually make the server code look like it's making sense.

Jeremy.
source3/smbd/reply.c