summaryrefslogtreecommitdiff
path: root/libcli/util
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-05-12 23:50:37 +0200
committerGünther Deschner <gd@samba.org>2009-05-12 23:52:43 +0200
commitaa84ca6e6ba66536ca32dc5792d27e2169589a14 (patch)
treef95df05852bf41712f698c2fbefb97d4c7829e6c /libcli/util
parentd3a9ee689d636f13f7935d1ddfccfdd4f4e8527a (diff)
downloadsamba-aa84ca6e6ba66536ca32dc5792d27e2169589a14.tar.gz
samba-aa84ca6e6ba66536ca32dc5792d27e2169589a14.tar.bz2
samba-aa84ca6e6ba66536ca32dc5792d27e2169589a14.zip
error-codes: add some more WERRORs to table.
These tables really should be auto-generated at some point... Guenther
Diffstat (limited to 'libcli/util')
-rw-r--r--libcli/util/doserr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c
index a7a132fbcb..ed220cc134 100644
--- a/libcli/util/doserr.c
+++ b/libcli/util/doserr.c
@@ -177,6 +177,8 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_PASSWORD_MUST_CHANGE", WERR_PASSWORD_MUST_CHANGE },
{ "WERR_ACCOUNT_LOCKED_OUT", WERR_ACCOUNT_LOCKED_OUT },
{ "WERR_UNKNOWN_PRINT_MONITOR", WERR_UNKNOWN_PRINT_MONITOR },
+ { "WERR_PASSWORD_RESTRICTION", WERR_PASSWORD_RESTRICTION },
+ { "WERR_WRONG_PASSWORD", WERR_WRONG_PASSWORD },
{ NULL, W_ERROR(0) }
};