summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clierror.c
Commit message (Expand)AuthorAgeFilesLines
* Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing againstJeremy Allison2008-02-281-0/+12
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-0/+6
* In libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENTVolker Lendecke2007-11-251-0/+1
* Some pstring removalVolker Lendecke2007-11-111-4/+10
* Remove the smb_read_error global variable and replaceJeremy Allison2007-11-031-10/+10
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-5/+0
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23723: Alexander Larsson pointed me at a missing mapping in clierror.cSimo Sorce2007-10-101-1/+3
* r22732: - Testing of libsmbclient against Vista revealed what is likely a bug inDerrell Lipman2007-10-101-0/+9
* r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison2007-10-101-0/+5
* r21576: Patch based on work from Todd Stecher <todd.stecher@isilon.com>Jeremy Allison2007-10-101-0/+9
* r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. ItAndrew Tridgell2007-10-101-1/+1
* r18858: arrgh! - since HAVE_IMMEDIATE_STRUCTURES were last enabled the codeAndrew Tridgell2007-10-101-1/+1
* r17863: Fix unneeded NULL check on pointer parameters causing theJeremy Allison2007-10-101-7/+2
* r13669: Get rid of poor errno mapping table. Bounce through NTSTATUS instead.Jeremy Allison2007-10-101-39/+6
* r13664: Fix the cli_error codes to always detect a socket error.Jeremy Allison2007-10-101-39/+107
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-0/+17
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-2/+2
* r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error ma...Jelmer Vernooij2007-10-101-0/+3
* 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