started converting NTSTATUS to be a structure on systems with gcc in order to make...
authorAndrew Tridgell <tridge@samba.org>
Mon, 27 Aug 2001 17:52:23 +0000 (17:52 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 27 Aug 2001 17:52:23 +0000 (17:52 +0000)
commitee5f7237decfe446f4fdb08422beb2e6cb43af7f
tree80b217a2938d7e0d46a5d20517c9adb0807ecd1a
parente8e98c9ea0690e3acf1126b50882e59e1056c7b3
started converting NTSTATUS to be a structure on systems with gcc in order to make it type incompatible with BOOL so we catch errors sooner. This has already found a number of bugs
(This used to be commit 1b778bc7d22efff3f90dc450eb12baa1241cf68f)
18 files changed:
source3/auth/auth.c
source3/include/nterr.h
source3/include/rpc_lsa.h
source3/include/smb.h
source3/include/smb_macros.h
source3/lib/util_seaccess.c
source3/libsmb/clierror.c
source3/libsmb/clireadwrite.c
source3/libsmb/clitrans.c
source3/libsmb/errormap.c [new file with mode: 0644]
source3/libsmb/nterr.c
source3/locking/locking.c
source3/rpc_server/srv_lsa_nt.c
source3/smbd/auth.c
source3/smbd/blocking.c
source3/smbd/error.c
source3/smbd/nttrans.c
source3/smbd/reply.c