summaryrefslogtreecommitdiffstats
path: root/source/libsmb/errormap.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* fixed a typo in the error map for WRONG_PASSWORDAndrew Tridgell2002-01-171-1/+1
* Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison2002-01-161-0/+1
* DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalentTim Potter2002-01-061-1/+1
* Add a comment on how this error map was derrived.Andrew Bartlett2002-01-051-0/+22
* Update the NT_STATUS -> DOS error table.Andrew Bartlett2002-01-031-404/+427
* This brings the NT->DOS error mapping into better line with what NT does.Andrew Bartlett2002-01-011-2/+2
* NT_STATUS(0x80000005) maps to ERRDOS,234Jean-François Micouleau2001-12-101-1/+1
* Update some of the error mapping, based on on-the-wire observations of an NT4...Andrew Bartlett2001-11-231-7/+7
* Added constants and error message for dos error code 1326 (logon failure).Tim Potter2001-11-231-1/+1
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-031-0/+584
* use a name not a number for ERRinsufficientbufferAndrew Tridgell2001-09-011-1/+1
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-0/+854