mirror of
https://github.com/samba-team/samba.git
synced 2025-11-20 08:23:50 +03:00
r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,
netr_DsRGetDCNameEx2) and add new ds request and reply flags, also add some more WERROR codes. Guenther
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
a871191395
commit
37ae7f4197
@@ -37,6 +37,7 @@ werror_code_struct dos_errs[] =
|
||||
{ "WERR_BADFID", WERR_BADFID },
|
||||
{ "WERR_BADFUNC", WERR_BADFUNC },
|
||||
{ "WERR_INSUFFICIENT_BUFFER", WERR_INSUFFICIENT_BUFFER },
|
||||
{ "WERR_SEM_TIMEOUT", WERR_SEM_TIMEOUT },
|
||||
{ "WERR_NO_SUCH_SHARE", WERR_NO_SUCH_SHARE },
|
||||
{ "WERR_ALREADY_EXISTS", WERR_ALREADY_EXISTS },
|
||||
{ "WERR_INVALID_PARAM", WERR_INVALID_PARAM },
|
||||
@@ -59,6 +60,7 @@ werror_code_struct dos_errs[] =
|
||||
{ "WERR_JOB_NOT_FOUND", WERR_JOB_NOT_FOUND },
|
||||
{ "WERR_DEST_NOT_FOUND", WERR_DEST_NOT_FOUND },
|
||||
{ "WERR_NOT_LOCAL_DOMAIN", WERR_NOT_LOCAL_DOMAIN },
|
||||
{ "WERR_NO_LOGON_SERVERS", WERR_NO_LOGON_SERVERS },
|
||||
{ "WERR_PRINTER_DRIVER_IN_USE", WERR_PRINTER_DRIVER_IN_USE },
|
||||
{ "WERR_STATUS_MORE_ENTRIES ", WERR_STATUS_MORE_ENTRIES },
|
||||
{ "WERR_DFS_NO_SUCH_VOL", WERR_DFS_NO_SUCH_VOL },
|
||||
@@ -67,7 +69,7 @@ werror_code_struct dos_errs[] =
|
||||
{ "WERR_DFS_INTERNAL_ERROR", WERR_DFS_INTERNAL_ERROR },
|
||||
{ "WERR_DFS_CANT_CREATE_JUNCT", WERR_DFS_CANT_CREATE_JUNCT },
|
||||
{ "WERR_MACHINE_LOCKED", WERR_MACHINE_LOCKED },
|
||||
{ "WERR_NO_LOGON_SERVERS", WERR_NO_LOGON_SERVERS },
|
||||
{ "WERR_DOMAIN_CONTROLLER_NOT_FOUND", WERR_DOMAIN_CONTROLLER_NOT_FOUND },
|
||||
{ "WERR_LOGON_FAILURE", WERR_LOGON_FAILURE },
|
||||
{ "WERR_NO_SUCH_DOMAIN", WERR_NO_SUCH_DOMAIN },
|
||||
{ "WERR_INVALID_SECURITY_DESCRIPTOR", WERR_INVALID_SECURITY_DESCRIPTOR },
|
||||
@@ -80,6 +82,8 @@ werror_code_struct dos_errs[] =
|
||||
{ "WERR_REG_IO_FAILURE", WERR_REG_IO_FAILURE },
|
||||
{ "WERR_REG_FILE_INVALID", WERR_REG_FILE_INVALID },
|
||||
{ "WERR_SERVICE_DISABLED", WERR_SERVICE_DISABLED },
|
||||
{ "WERR_CAN_NOT_COMPLETE", WERR_CAN_NOT_COMPLETE},
|
||||
{ "WERR_INVALID_FLAGS", WERR_INVALID_FLAGS},
|
||||
{ NULL, W_ERROR(0) }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user