summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/errormap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #64, Win9x Nexus tools not working against Samba3.0. MissingJeremy Allison2003-10-211-0/+4
* Fixup error code returns from Samba4 tester. Ensure invalid paths areJeremy Allison2003-10-081-1/+1
* Final fix for the bug tridge found. Only push locks onto a blocking lockJeremy Allison2003-08-011-0/+1
* Merge minor library fixes from HEAD to 3.0.Andrew Bartlett2003-02-191-1/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3
* Fix write error returning EFBIG - found by Conrad.Jeremy Allison2002-12-111-0/+3
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+0
* sync with headSimo Sorce2002-11-101-0/+56
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-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