index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
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-util: remove the s3 nterr.c
Andrew Tridgell
2011-06-17
1
-57
/
+0
*
libclu/util: Move get_friendly_nt_error_msg() in common.
Andrew Bartlett
2011-06-17
1
-20
/
+0
*
s3-libsmb remove ldap_err2string() as common nterrs[] has the constants
Andrew Bartlett
2011-05-31
1
-6
/
+0
*
libcli/util Move NTSTATUS table to the top level
Andrew Bartlett
2011-05-06
1
-725
/
+4
*
nterr: Add mem_ctx for return string from get_nt_error_c_code()
Andrew Bartlett
2011-05-06
1
-4
/
+4
*
s3:libsmb/nterr: NO_S4U_PROT_SUPPORT and CROSSREALM_DELEGATION_FAILURE
Stefan Metzmacher
2011-05-02
1
-0
/
+2
*
s3-build: stop including ldap and lber headers everywhere in the code.
Günther Deschner
2011-03-16
1
-0
/
+1
*
s3-nterr: use strcasecmp in nt_status_string_to_code().
Günther Deschner
2011-03-04
1
-1
/
+2
*
s3-nterr: within nt_errstr() compare codes using NT_STATUS_V().
Günther Deschner
2011-03-04
1
-1
/
+2
*
nterr: make sure both nt_err_desc structs are the same.
Günther Deschner
2011-03-04
1
-0
/
+3
*
nterr: make sure both nt_errs structs are the same.
Günther Deschner
2011-03-04
1
-4
/
+16
*
s3-nterr: make nt_err_desc static const.
Günther Deschner
2011-03-04
1
-1
/
+1
*
nterr: remove space indents (use tabs instead), following coding standards.
Günther Deschner
2011-03-04
1
-12
/
+12
*
nterr: remove trailing whitespace.
Günther Deschner
2011-03-04
1
-15
/
+15
*
s3:libsmb: display NT_STATUS_RPC_SEC_PKG_ERROR in error strings
Stefan Metzmacher
2011-01-30
1
-0
/
+1
*
s3:libsmb: add pipe related NT_STATUS_RPC_* codes
Stefan Metzmacher
2010-10-18
1
-0
/
+6
*
error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo.
Günther Deschner
2010-03-19
1
-1
/
+1
*
s3:libsmb/nterr.c: fix/add NT_STATUS_RPC_* codes
Stefan Metzmacher
2010-03-18
1
-4
/
+9
*
s3: Fix a typo. Thanks to Christian Ambach for pointing me at it :-)
Volker Lendecke
2010-03-09
1
-1
/
+1
*
s3: Add i18n/l10n strings in pam_winbind.c coming from winbindd.
Bo Yang
2010-03-06
1
-91
/
+95
*
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
[next]