summaryrefslogtreecommitdiff
path: root/source3/libsmb/errormap.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-17fixed a typo in the error map for WRONG_PASSWORDAndrew Tridgell1-1/+1
2002-01-16Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison1-0/+1
2002-01-06DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalentTim Potter1-1/+1
2002-01-05Add a comment on how this error map was derrived.Andrew Bartlett1-0/+22
2002-01-03Update the NT_STATUS -> DOS error table.Andrew Bartlett1-404/+427
2002-01-01This brings the NT->DOS error mapping into better line with what NT does.Andrew Bartlett1-2/+2
2001-12-10NT_STATUS(0x80000005) maps to ERRDOS,234Jean-François Micouleau1-1/+1
2001-11-23Update some of the error mapping, based on on-the-wire observations of an NT4...Andrew Bartlett1-7/+7
2001-11-23Added constants and error message for dos error code 1326 (logon failure).Tim Potter1-1/+1
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell1-0/+584
2001-09-01use a name not a number for ERRinsufficientbufferAndrew Tridgell1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-0/+854