index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
clierror.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-07
Make map_errno_from_nt_status() a generic call, not just a cli specific one.
Jeremy Allison
1
-138
/
+2
2008-02-28
Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing against
Jeremy Allison
1
-0
/
+12
2007-11-29
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
1
-0
/
+6
2007-11-25
In libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENT
Volker Lendecke
1
-0
/
+1
2007-11-11
Some pstring removal
Volker Lendecke
1
-4
/
+10
2007-11-03
Remove the smb_read_error global variable and replace
Jeremy Allison
1
-10
/
+10
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-3
/
+3
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-5
/
+0
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23723: Alexander Larsson pointed me at a missing mapping in clierror.c
Simo Sorce
1
-1
/
+3
2007-10-10
r22732: - Testing of libsmbclient against Vista revealed what is likely a bug in
Derrell Lipman
1
-0
/
+9
2007-10-10
r21865: Add in the stubs for SMB transport encryption. Will flesh
Jeremy Allison
1
-0
/
+5
2007-10-10
r21576: Patch based on work from Todd Stecher <todd.stecher@isilon.com>
Jeremy Allison
1
-0
/
+9
2007-10-10
r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. It
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18858: arrgh! - since HAVE_IMMEDIATE_STRUCTURES were last enabled the code
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17863: Fix unneeded NULL check on pointer parameters causing the
Jeremy Allison
1
-7
/
+2
2007-10-10
r13669: Get rid of poor errno mapping table. Bounce through NTSTATUS instead.
Jeremy Allison
1
-39
/
+6
2007-10-10
r13664: Fix the cli_error codes to always detect a socket error.
Jeremy Allison
1
-39
/
+107
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-0
/
+17
2007-10-10
r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.
Tim Potter
1
-2
/
+0
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-2
/
+2
2007-10-10
r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error ma...
Jelmer Vernooij
1
-0
/
+3
2003-07-30
Eliminate valgrind error when client gets bad sig on list. Some reformatting.
Jeremy Allison
1
-0
/
+3
2003-07-16
Spelling.
Tim Potter
1
-1
/
+1
2003-04-21
Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.
Andrew Bartlett
1
-4
/
+8
2003-04-15
Add some more NT to unix error code mappings (from HEAD)
Jelmer Vernooij
1
-3
/
+92
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-3
/
+3
2002-10-01
Cope with rw errors and timeout to peer.
Jeremy Allison
1
-5
/
+25
2002-10-01
Added error string for server timeout on client call.
Jeremy Allison
1
-0
/
+8
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-2
/
+2
2002-03-17
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
1
-1
/
+1
2002-02-13
merge from 2.2
Gerald Carter
1
-0
/
+5
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-22
Add more string explanations of RAP errors that are already documented
Martin Pool
1
-8
/
+17
2001-12-10
Treat RAP codes differently.
Jeremy Allison
1
-19
/
+20
2001-12-10
RAP error strings take precedence as they are not encoded in the SMB header
Jeremy Allison
1
-9
/
+9
2001-11-26
Fix --enable-developer shadow warning
Andrew Bartlett
1
-3
/
+3
2001-10-29
This patch applied, except without the structure changes to nmblib.c
Andrew Bartlett
1
-1
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-3
/
+0
2001-09-05
use cli_is_error() instead of looking in smb_rcls, otherwise NT status
Andrew Tridgell
1
-1
/
+1
2001-08-28
fixed typo
Andrew Tridgell
1
-1
/
+1
2001-08-27
started converting NTSTATUS to be a structure on systems with gcc in order to...
Andrew Tridgell
1
-22
/
+31
2001-08-27
converted smbd to use NTSTATUS by default
Andrew Tridgell
1
-38
/
+11
2001-08-21
Distinguish between NT informational and error codes.
Tim Potter
1
-4
/
+10
2001-08-10
Debug cleanups.
Tim Potter
1
-3
/
+3
2001-08-10
Had the test for cli_is_error() reversed. You idiot Stimpy!
Tim Potter
1
-1
/
+1
2001-08-10
A rewrite of the error handling in the libsmb client code. I've separated
Tim Potter
1
-92
/
+157
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-1
/
+1
2001-06-15
Added a unix error code for NT_STATUS_PATH_NOT_COVERED.
Tim Potter
1
-0
/
+1
[next]