summaryrefslogtreecommitdiff
path: root/source3/libsmb/clierror.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling s/unitialized/uninitialized/Mathieu Parent2018-05-121-1/+1
* Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe2015-05-131-3/+3
* s3:libsmb: get rid of cli_state_disconnectLuk Claes2012-05-281-9/+0
* s3:libsmb: implement cli_state based functions on top of smbXcli_conn/smbXcli...Stefan Metzmacher2011-11-241-9/+7
* s3:libsmb: move cli_state->fd to cli_state->conn.fdStefan Metzmacher2011-07-221-4/+4
* s3:libsmb: add cli_state_disconnect()Stefan Metzmacher2011-07-111-0/+7
* s3:libsmb: make use of cli_state_is_connected()Stefan Metzmacher2011-07-111-13/+9
* s3:libsmb: don't use the cli->inbuf to store the last errorStefan Metzmacher2011-07-081-58/+23
* s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher2011-07-081-72/+8
* s3: RAP errors are WERRORVolker Lendecke2011-07-031-39/+2
* s3: Remove some bogus error mappingsVolker Lendecke2011-07-031-6/+0
* S3: Fix some nonempty blank linesVolker Lendecke2011-07-031-4/+4
* s3: Remove unused cli_get_nt_errorVolker Lendecke2011-05-231-17/+0
* s3: Remove unused cli_set_nt_errorVolker Lendecke2011-05-231-9/+0
* s3: Remove unused cli_reset_errorVolker Lendecke2011-05-231-12/+0
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3:libsmb: add cli_state_is_connected() functionStefan Metzmacher2010-03-291-0/+18
* Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison2008-10-071-138/+2
* 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.Gerald (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