summaryrefslogtreecommitdiffstats
path: root/source/include/doserr.h
Commit message (Collapse)AuthorAgeFilesLines
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-7/+40
| | | | | that app-head does. Jeremy.
* Added better error code on out of space. Removed total jobs check - notJeremy Allison2002-09-041-5/+8
| | | | | applicable any more. Jeremy.
* Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison2002-06-281-0/+1
| | | | | Now let's keep this in sync ! Jeremy.
* forgot new error code from 2.2Gerald Carter2002-06-241-0/+1
|
* DOS error 1307 is returned when an invalid owner for a security descriptorTim Potter2002-05-071-0/+1
| | | | is detected.
* Added constant and message for invalid security descriptor dos error.Tim Potter2002-04-241-0/+1
|
* Added WERR_INVALID_FORM_NAME constant.Tim Potter2002-04-091-0/+1
|
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-221-2/+1
|
* Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison2002-03-051-0/+1
| | | | Jeremy.
* Added error for invalid form size.Tim Potter2002-02-251-0/+1
|
* Bring printing in HEAD inline with 2.2.x and app-head.Jeremy Allison2002-02-091-2/+3
| | | | Jeremy.
* Added constant for WERR_FILE_EXISTS.Tim Potter2002-01-311-0/+1
|
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalentTim Potter2002-01-061-0/+1
| | | | to NT_STATUS_UNSUCCESSFUL according to AB's funky new error map.
* Added WERROR for non local domain.Jeremy Allison2002-01-031-0/+1
| | | | Jeremy.
* Update the NT_STATUS -> DOS error table.Andrew Bartlett2002-01-031-0/+2
| | | | | | | | | | | | | | | | | | | | This new table is rather different to the old one (see diff posted to the list for a sorted list of differences) and needs a *lot* of testing. It does however seem to line up much better with what NT is using, as exampled by the change to the OBJECT_NAME_COLLISION DOS error, it now matches win2k where it didn't before. I can't see any critical errors we now get wrong, and I know that the auth errors are correct as per my on-the-wire observations. This table was produced (and I hope to comment this better later) by using the ERRMAPEXTRACT smbtorture tool, a Win2k domain member and the 'name_to_ntstatus' auth module on the HEAD PDC. This module returned the username as the error, and the NT box was forced to give me a dos error becouse thats all I negotiated on that connection. Hence the map. Andrew Bartlett
* Added PRINTER_ALREADY_EXISTS error check from Gerry.Jeremy Allison2001-11-271-0/+2
| | | | Jeremy
* Added constants and error message for dos error code 1326 (logon failure).Tim Potter2001-11-231-0/+1
|
* sync up with 2.2Gerald Carter2001-11-221-0/+9
|
* I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison2001-11-161-0/+1
| | | | | | All this stuff was being pulled in due to *one* unneeded call to fetch a domain SID which smbpasswd already puts in the database... Jeremy.
* Moved and renamed DFS error constants from include/rpc_dfs.h to doserr.h toTim Potter2001-09-121-0/+12
| | | | fit in with new error reporting subsystem.
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ↵Andrew Tridgell2001-09-041-0/+7
| | | | the client code still needs some work
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-031-0/+4
|
* the next step in our error code handling changeAndrew Tridgell2001-09-031-8/+15
| | | | | | | | - added WERROR for win32 error codes - added a configure test for immediate structures still lots to do, so its not enabled by default, but the main structure is there
* Fixed description in file header.Tim Potter2001-08-281-1/+1
|
* added ERRbadmcbAndrew Tridgell2001-08-221-0/+1
|
* Moved across definition of dos error types from smb.h to doserr.hTim Potter2001-08-131-0/+7
|
* Moved dos error codes from smb.h into new file doserr.hTim Potter2001-08-101-0/+135