Age | Commit message (Expand) | Author | Files | Lines |
2003-02-15 | Move our NTLMSSP client code into ntlmssp.c. The intention is to provide a | Andrew Bartlett | 1 | -1/+1 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -3/+3 |
2002-12-11 | Fix write error returning EFBIG - found by Conrad. | Jeremy Allison | 1 | -0/+3 |
2002-11-10 | consolidate error mapping functions into a single file | Simo Sorce | 1 | -0/+55 |
2002-07-03 | Add my copyright (which I should have added months ago...) | Andrew Bartlett | 1 | -0/+1 |
2002-03-23 | Make a number of the lookup tables 'const'. I'm told this assists in sharing | Andrew Bartlett | 1 | -3/+3 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-17 | fixed a typo in the error map for WRONG_PASSWORD | Andrew Tridgell | 1 | -1/+1 |
2002-01-16 | Fixup error mapping so we have only one table containing errno -> dos error -... | Jeremy Allison | 1 | -0/+1 |
2002-01-06 | DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalent | Tim Potter | 1 | -1/+1 |
2002-01-05 | Add a comment on how this error map was derrived. | Andrew Bartlett | 1 | -0/+22 |
2002-01-03 | Update the NT_STATUS -> DOS error table. | Andrew Bartlett | 1 | -404/+427 |
2002-01-01 | This brings the NT->DOS error mapping into better line with what NT does. | Andrew Bartlett | 1 | -2/+2 |
2001-12-10 | NT_STATUS(0x80000005) maps to ERRDOS,234 | Jean-François Micouleau | 1 | -1/+1 |
2001-11-23 | Update some of the error mapping, based on on-the-wire observations of an NT4... | Andrew Bartlett | 1 | -7/+7 |
2001-11-23 | Added constants and error message for dos error code 1326 (logon failure). | Tim Potter | 1 | -1/+1 |
2001-09-03 | more NTSTATUS/WERROR conversion | Andrew Tridgell | 1 | -0/+584 |
2001-09-01 | use a name not a number for ERRinsufficientbuffer | Andrew Tridgell | 1 | -1/+1 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -1/+1 |
2001-08-27 | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 1 | -0/+854 |