summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clierror.c
Commit message (Expand)AuthorAgeFilesLines
...
* Treat RAP codes differently.Jeremy Allison2001-12-101-19/+20
* RAP error strings take precedence as they are not encoded in the SMB headerJeremy Allison2001-12-101-9/+9
* Fix --enable-developer shadow warningAndrew Bartlett2001-11-261-3/+3
* This patch applied, except without the structure changes to nmblib.cAndrew Bartlett2001-10-291-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell2001-09-051-1/+1
* fixed typoAndrew Tridgell2001-08-281-1/+1
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-22/+31
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-38/+11
* Distinguish between NT informational and error codes.Tim Potter2001-08-211-4/+10
* Debug cleanups.Tim Potter2001-08-101-3/+3
* Had the test for cli_is_error() reversed. You idiot Stimpy!Tim Potter2001-08-101-1/+1
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-92/+157
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+1
* Added a unix error code for NT_STATUS_PATH_NOT_COVERED.Tim Potter2001-06-151-0/+1
* Add an extra error code translation to clierror.c so that libsmbclientRichard Sharpe2001-01-291-1/+2
* Return EACCES for bad password.Tim Potter2001-01-021-1/+1
* changes to sync with 2.2. treeHerb Lewis2000-10-111-1/+1
* In cli_error() return ENOENT when an ERROR_INVALID_NAME is received insteadTim Potter2000-08-041-0/+1
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-1/+2
* more mergingAndrew Tridgell2000-05-101-1/+1
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+213