summaryrefslogtreecommitdiff
path: root/source4/libcli/util/doserr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-10-16 11:39:40 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:05 +0100
commit4860557842a8b5e2c5ceba03c64f42996f0bf60c (patch)
tree525a2a79acb742acc92c379eb63a7e1c640c8b0c /source4/libcli/util/doserr.c
parentf1f746875c9585f985e5fcd89d3830d62f599c8f (diff)
downloadsamba-4860557842a8b5e2c5ceba03c64f42996f0bf60c.tar.gz
samba-4860557842a8b5e2c5ceba03c64f42996f0bf60c.tar.bz2
samba-4860557842a8b5e2c5ceba03c64f42996f0bf60c.zip
r25665: Add some more WERR codes.
Guenther (This used to be commit 846d81c0ade7a1b56366feb4338312c24dc4351b)
Diffstat (limited to 'source4/libcli/util/doserr.c')
-rw-r--r--source4/libcli/util/doserr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/libcli/util/doserr.c b/source4/libcli/util/doserr.c
index 49818e573a..28618dbf2b 100644
--- a/source4/libcli/util/doserr.c
+++ b/source4/libcli/util/doserr.c
@@ -119,6 +119,9 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_SEC_E_ENCRYPT_FAILURE", WERR_SEC_E_ENCRYPT_FAILURE },
{ "WERR_SEC_E_DECRYPT_FAILURE", WERR_SEC_E_DECRYPT_FAILURE },
{ "WERR_SEC_E_ALGORITHM_MISMATCH", WERR_SEC_E_ALGORITHM_MISMATCH },
+ { "WERR_NOT_AUTHENTICATED", WERR_NOT_AUTHENTICATED },
+ { "WERR_CALL_NOT_IMPLEMENTED", WERR_CALL_NOT_IMPLEMENTED },
+ { "WERR_FRS_INVALID_SERVICE_PARAMETER", WERR_FRS_INVALID_SERVICE_PARAMETER },
{ NULL, W_ERROR(0) }
};