summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clierror.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate valgrind error when client gets bad sig on list. Some reformatting.Jeremy Allison2003-07-301-0/+3
* Spelling.Tim Potter2003-07-161-1/+1
* Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett2003-04-211-4/+8
* Add some more NT to unix error code mappings (from HEAD)Jelmer Vernooij2003-04-151-3/+92
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3
* Cope with rw errors and timeout to peer.Jeremy Allison2002-10-011-5/+25
* Added error string for server timeout on client call.Jeremy Allison2002-10-011-0/+8
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+2
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* merge from 2.2Gerald Carter2002-02-131-0/+5
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Add more string explanations of RAP errors that are already documentedMartin Pool2002-01-221-8/+17
* 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