summaryrefslogtreecommitdiff
path: root/source/libsmb/errormap.c
Commit message (Expand)AuthorAgeFilesLines
* Move our NTLMSSP client code into ntlmssp.c. The intention is to provide aAndrew Bartlett2003-02-151-1/+1
* BIG patch...Andrew Bartlett2003-01-021-3/+3
* Fix write error returning EFBIG - found by Conrad.Jeremy Allison2002-12-111-0/+3
* consolidate error mapping functions into a single fileSimo Sorce2002-11-101-0/+55
* Add my copyright (which I should have added months ago...)Andrew Bartlett2002-07-031-0/+1
* Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett2002-03-231-3/+3
* 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