summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/errormap.c
Commit message (Collapse)AuthorAgeFilesLines
...
* NT_STATUS(0x80000005) maps to ERRDOS,234Jean-François Micouleau2001-12-101-1/+1
| | | | | J.F. (This used to be commit 80e36549b61cc2bb5148f6abb175d31a0c7782a1)
* Update some of the error mapping, based on on-the-wire observations of an ↵Andrew Bartlett2001-11-231-7/+7
| | | | | | | | | | NT4 server. This lets our Win9X clients give sane error messages when you get passwords wrong and the like. Andrew Bartlett (This used to be commit f199e9518226ed57a011113bdf06c85265e49674)
* Added constants and error message for dos error code 1326 (logon failure).Tim Potter2001-11-231-1/+1
| | | | (This used to be commit 6ce1eec09de64f19d969a67fc236abd4ae277926)
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-031-0/+584
| | | | (This used to be commit ad648c5cd8ebe4be8304379117f403d7673dcbc8)
* use a name not a number for ERRinsufficientbufferAndrew Tridgell2001-09-011-1/+1
| | | | (This used to be commit 8e70666fccde1025d77e4db51b5b63e5142d98ec)
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
| | | | (This used to be commit 1d36250e338ae0ff9fbbf86019809205dd97d05e)
* started converting NTSTATUS to be a structure on systems with gcc in order ↵Andrew Tridgell2001-08-271-0/+854
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)