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)
commit1b778bc7d22efff3f90dc450eb12baa1241cf68f
tree6b1d11d27770295964ca18712ca841fc566db5b3
parent83d9896c1ea8be796192b51a4678c2a3b87f7518
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
18 files changed:
source/auth/auth.c
source/include/nterr.h
source/include/rpc_lsa.h
source/include/smb.h
source/include/smb_macros.h
source/lib/util_seaccess.c
source/libsmb/clierror.c
source/libsmb/clireadwrite.c
source/libsmb/clitrans.c
source/libsmb/errormap.c [new file with mode: 0644]
source/libsmb/nterr.c
source/locking/locking.c
source/rpc_server/srv_lsa_nt.c
source/smbd/auth.c
source/smbd/blocking.c
source/smbd/error.c
source/smbd/nttrans.c
source/smbd/reply.c