Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 2002-06-28 | 1 | -0/+1 |
| | | | | | Now let's keep this in sync ! Jeremy. | ||||
* | forgot new error code from 2.2 | Gerald Carter | 2002-06-24 | 1 | -0/+1 |
| | |||||
* | DOS error 1307 is returned when an invalid owner for a security descriptor | Tim Potter | 2002-05-07 | 1 | -0/+1 |
| | | | | is detected. | ||||
* | Added constant and message for invalid security descriptor dos error. | Tim Potter | 2002-04-24 | 1 | -0/+1 |
| | |||||
* | Added WERR_INVALID_FORM_NAME constant. | Tim Potter | 2002-04-09 | 1 | -0/+1 |
| | |||||
* | Stomped on some header file version numbers that have crept back in. | Tim Potter | 2002-03-22 | 1 | -2/+1 |
| | |||||
* | Fix the NTSTATUS -> WERROR for srvsvc pipe. | Jeremy Allison | 2002-03-05 | 1 | -0/+1 |
| | | | | Jeremy. | ||||
* | Added error for invalid form size. | Tim Potter | 2002-02-25 | 1 | -0/+1 |
| | |||||
* | Bring printing in HEAD inline with 2.2.x and app-head. | Jeremy Allison | 2002-02-09 | 1 | -2/+3 |
| | | | | Jeremy. | ||||
* | Added constant for WERR_FILE_EXISTS. | Tim Potter | 2002-01-31 | 1 | -0/+1 |
| | |||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalent | Tim Potter | 2002-01-06 | 1 | -0/+1 |
| | | | | to NT_STATUS_UNSUCCESSFUL according to AB's funky new error map. | ||||
* | Added WERROR for non local domain. | Jeremy Allison | 2002-01-03 | 1 | -0/+1 |
| | | | | Jeremy. | ||||
* | Update the NT_STATUS -> DOS error table. | Andrew Bartlett | 2002-01-03 | 1 | -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 Allison | 2001-11-27 | 1 | -0/+2 |
| | | | | Jeremy | ||||
* | Added constants and error message for dos error code 1326 (logon failure). | Tim Potter | 2001-11-23 | 1 | -0/+1 |
| | |||||
* | sync up with 2.2 | Gerald Carter | 2001-11-22 | 1 | -0/+9 |
| | |||||
* | I *love* removing code :-). Removed 4 files that weren't being used. | Jeremy Allison | 2001-11-16 | 1 | -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 to | Tim Potter | 2001-09-12 | 1 | -0/+12 |
| | | | | fit in with new error reporting subsystem. | ||||
* | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ↵ | Andrew Tridgell | 2001-09-04 | 1 | -0/+7 |
| | | | | the client code still needs some work | ||||
* | more NTSTATUS/WERROR conversion | Andrew Tridgell | 2001-09-03 | 1 | -0/+4 |
| | |||||
* | the next step in our error code handling change | Andrew Tridgell | 2001-09-03 | 1 | -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 Potter | 2001-08-28 | 1 | -1/+1 |
| | |||||
* | added ERRbadmcb | Andrew Tridgell | 2001-08-22 | 1 | -0/+1 |
| | |||||
* | Moved across definition of dos error types from smb.h to doserr.h | Tim Potter | 2001-08-13 | 1 | -0/+7 |
| | |||||
* | Moved dos error codes from smb.h into new file doserr.h | Tim Potter | 2001-08-10 | 1 | -0/+135 |