index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
nterr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-nterr: print a NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED.
Günther Deschner
2009-09-13
1
-0
/
+1
*
s3-errors: add NT_STATUS_RPC_NT_PROCNUM_OUT_OF_RANGE.
Günther Deschner
2009-09-11
1
-0
/
+1
*
s3-nterr: add NT_STATUS_RPC_NT_PROTOCOL_ERROR to nt_errstr().
Günther Deschner
2009-09-11
1
-0
/
+1
*
s3-nterr: add NT_STATUS_RPC_NT_CALL_FAILED.
Günther Deschner
2009-09-08
1
-0
/
+1
*
s3: Remove invalid constant
Matthias Dieter Wallnöfer
2009-07-31
1
-1
/
+0
*
If we receive a DOS error code, nt_errstr should display it
Volker Lendecke
2009-02-10
1
-0
/
+5
*
nterrors: add NT_STATUS_DS_BUSY.
Günther Deschner
2008-11-10
1
-0
/
+1
*
Use common error definitions.
Jelmer Vernooij
2008-10-23
1
-2
/
+2
*
Revert "If it is a forced DOS error, nt_errstr should say so"
Volker Lendecke
2008-08-13
1
-5
/
+0
*
If it is a forced DOS error, nt_errstr should say so
Volker Lendecke
2008-08-13
1
-0
/
+5
*
Add NT_STATUS_RPC_CANNOT_SUPPORT.
Günther Deschner
2008-04-03
1
-0
/
+1
*
Add NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus Mertens).
Günther Deschner
2007-12-07
1
-0
/
+1
*
Some pstring removal
Volker Lendecke
2007-11-11
1
-8
/
+10
*
r25538: Revert r25533
Volker Lendecke
2007-10-10
1
-2
/
+26
*
r25533: remove a pstring
Volker Lendecke
2007-10-10
1
-26
/
+2
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r21581: Add an error code I just got
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r18891: Fix "double const" warning from host opi
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. It
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r17855: Fix the build on systems without LDAP
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r17854: Steal the LDAP in NTSTATUS trick from Samba4
Volker Lendecke
2007-10-10
1
-2
/
+5
*
r17672: remove duplicate description on NT_STATUS_INVALID_PARAMETER (from Mic...
Gerald Carter
2007-10-10
1
-1
/
+0
*
r17556: Remove duplicate entries. Thanks to Michael Adam <ma@sernet.de>
Volker Lendecke
2007-10-10
1
-2
/
+0
*
r13502: Fix error messages for usershares when smbd is not
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r2575: Return correct error codes on old SEARCH call (from Samba4 torture tes...
Jeremy Allison
2007-10-10
1
-7
/
+9
*
r84: Implement --required-membership-of=, an ntlm_auth option that restricts
Andrew Bartlett
2007-10-10
1
-0
/
+28
*
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
2003-05-12
1
-0
/
+1
*
adding more descriptions for nt status codes
Gerald Carter
2003-02-12
1
-1
/
+66
*
Fixed typo.
Tim Potter
2003-01-23
1
-1
/
+1
*
fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLE
Gerald Carter
2003-01-22
1
-0
/
+1
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-4
/
+4
*
app_head merge for get_friendly_nt_err()
Gerald Carter
2002-12-17
1
-2
/
+2
*
cleaning up some friendly error messages
Gerald Carter
2002-12-04
1
-22
/
+26
*
get_nt_error_msg from APPLIANCE_HEAD is called nt_errstr in HEAD. This shoul...
Jim McDonough
2002-11-21
1
-1
/
+1
*
merge get_friendly_nt_err_msg() from app_head
Gerald Carter
2002-11-21
1
-0
/
+50
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-1
/
+1
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-0
/
+1
*
Merge of lsa lookup names/sids patch from HEAD.
Tim Potter
2002-04-15
1
-0
/
+1
*
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
2002-03-17
1
-1
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Add a function to convert 'NT_STATUS...' strings back into their actual error
Andrew Bartlett
2002-01-01
1
-0
/
+16
*
Add a new torture test to extract a NT->DOS error map from an NT member of a
Andrew Bartlett
2001-11-25
1
-0
/
+21
*
Finally worked out why a enumerate trusted domains was returning a
Tim Potter
2001-11-23
1
-2
/
+3
*
This patch applied, except without the structure changes to nmblib.c
Andrew Bartlett
2001-10-29
1
-1
/
+1
*
Added a string for NT_STATUS_OK, m'kay?
Tim Potter
2001-09-11
1
-0
/
+1
*
started converting NTSTATUS to be a structure on systems with gcc in order to...
Andrew Tridgell
2001-08-27
1
-7
/
+6
*
A rewrite of the error handling in the libsmb client code. I've separated
Tim Potter
2001-08-10
1
-21
/
+29
*
Put an 0x in front of a hex number.
Tim Potter
2001-06-26
1
-1
/
+1
*
Removed compiler warning.
Tim Potter
2000-12-08
1
-1
/
+2
[next]