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