summaryrefslogtreecommitdiff
path: root/source3/libsmb/errormap.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-01Final fix for the bug tridge found. Only push locks onto a blocking lockJeremy Allison1-0/+1
2003-02-19Merge minor library fixes from HEAD to 3.0.Andrew Bartlett1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-3/+3
2002-12-11Fix write error returning EFBIG - found by Conrad.Jeremy Allison1-0/+3
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+0
2002-11-10sync with headSimo Sorce1-0/+56
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+1
2002-03-23Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett1-3/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
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