summaryrefslogtreecommitdiff
path: root/source3/libsmb/clierror.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-28s3:libsmb: get rid of cli_state_disconnectLuk Claes1-9/+0
2011-11-24s3:libsmb: implement cli_state based functions on top of smbXcli_conn/smbXcli...Stefan Metzmacher1-9/+7
2011-07-22s3:libsmb: move cli_state->fd to cli_state->conn.fdStefan Metzmacher1-4/+4
2011-07-11s3:libsmb: add cli_state_disconnect()Stefan Metzmacher1-0/+7
2011-07-11s3:libsmb: make use of cli_state_is_connected()Stefan Metzmacher1-13/+9
2011-07-08s3:libsmb: don't use the cli->inbuf to store the last errorStefan Metzmacher1-58/+23
2011-07-08s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher1-72/+8
2011-07-03s3: RAP errors are WERRORVolker Lendecke1-39/+2
2011-07-03s3: Remove some bogus error mappingsVolker Lendecke1-6/+0
2011-07-03S3: Fix some nonempty blank linesVolker Lendecke1-4/+4
2011-05-23s3: Remove unused cli_get_nt_errorVolker Lendecke1-17/+0
2011-05-23s3: Remove unused cli_set_nt_errorVolker Lendecke1-9/+0
2011-05-23s3: Remove unused cli_reset_errorVolker Lendecke1-12/+0
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2010-03-29s3:libsmb: add cli_state_is_connected() functionStefan Metzmacher1-0/+18
2008-10-07Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison1-138/+2
2008-02-28Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing againstJeremy Allison1-0/+12
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-0/+6
2007-11-25In libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENTVolker Lendecke1-0/+1
2007-11-11Some pstring removalVolker Lendecke1-4/+10
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-10/+10
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-5/+0
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23723: Alexander Larsson pointed me at a missing mapping in clierror.cSimo Sorce1-1/+3
2007-10-10r22732: - Testing of libsmbclient against Vista revealed what is likely a bug inDerrell Lipman1-0/+9
2007-10-10r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison1-0/+5
2007-10-10r21576: Patch based on work from Todd Stecher <todd.stecher@isilon.com>Jeremy Allison1-0/+9
2007-10-10r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. ItAndrew Tridgell1-1/+1
2007-10-10r18858: arrgh! - since HAVE_IMMEDIATE_STRUCTURES were last enabled the codeAndrew Tridgell1-1/+1
2007-10-10r17863: Fix unneeded NULL check on pointer parameters causing theJeremy Allison1-7/+2
2007-10-10r13669: Get rid of poor errno mapping table. Bounce through NTSTATUS instead.Jeremy Allison1-39/+6
2007-10-10r13664: Fix the cli_error codes to always detect a socket error.Jeremy Allison1-39/+107
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-0/+17
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-2/+2
2007-10-10r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error ma...Jelmer Vernooij1-0/+3
2003-07-30Eliminate valgrind error when client gets bad sig on list. Some reformatting.Jeremy Allison1-0/+3
2003-07-16Spelling.Tim Potter1-1/+1
2003-04-21Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett1-4/+8
2003-04-15Add some more NT to unix error code mappings (from HEAD)Jelmer Vernooij1-3/+92
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-3/+3
2002-10-01Cope with rw errors and timeout to peer.Jeremy Allison1-5/+25
2002-10-01Added error string for server timeout on client call.Jeremy Allison1-0/+8
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+2
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-02-13merge from 2.2Gerald Carter1-0/+5
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-22Add more string explanations of RAP errors that are already documentedMartin Pool1-8/+17