Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 375906 Details for
Bug 209079
net-fs/winexe remotely executes commands on Windows NT/2000/XP/2003 systems, with lmhash passthrough support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sys-apps/winexe/files/9999-BUG-MEDIUM-Fix-NT_STATUS_SERVICE_DOES_NOT_EXIST-defi.patch
9999-BUG-MEDIUM-Fix-NT_STATUS_SERVICE_DOES_NOT_EXIST-defi.patch (text/plain), 1.22 KB, created by
Bertrand Jacquin
on 2014-04-27 21:35:29 UTC
(
hide
)
Description:
sys-apps/winexe/files/9999-BUG-MEDIUM-Fix-NT_STATUS_SERVICE_DOES_NOT_EXIST-defi.patch
Filename:
MIME Type:
Creator:
Bertrand Jacquin
Created:
2014-04-27 21:35:29 UTC
Size:
1.22 KB
patch
obsolete
>From 48a6ff7243d8b72fabe827df2179b400b4fba7ec Mon Sep 17 00:00:00 2001 >From: Bertrand Jacquin <beber@meleeweb.net> >Date: Sun, 27 Apr 2014 23:10:34 +0200 >Subject: [PATCH] BUG/MEDIUM: Fix NT_STATUS_SERVICE_DOES_NOT_EXIST definition > >Avoiding error like: > [winexe/winexe.c:120:on_ctrl_pipe_error()] ERROR: Failed to install service winexesvc - NT code 0x00000424 > >See also: http://infosys.beckhoff.com/index.php?content=../content/1031/tcdiagnostics/html/tcdiagnostics_win32_errorcodes.htm&id= >--- > source/svcinstall.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source/svcinstall.c b/source/svcinstall.c >index 06848cc..a97de0d 100644 >--- a/source/svcinstall.c >+++ b/source/svcinstall.c >@@ -30,7 +30,7 @@ > #define SERVICE_DEMAND_START (0x00000003) > #define SERVICE_ERROR_NORMAL (0x00000001) > #define SERVICE_CONTROL_STOP (0x00000001) >-#define NT_STATUS_SERVICE_DOES_NOT_EXIST NT_STATUS(0xc0000424) >+#define NT_STATUS_SERVICE_DOES_NOT_EXIST NT_STATUS(0x00000424) > > #define NT_ERR(status, lvl, args...) if (!NT_STATUS_IS_OK(status)) { DEBUG(lvl,("ERROR: " args)); DEBUG(lvl,(". %s.\n", nt_errstr(status))); return status; } > #define NT_RES(status, werr) (NT_STATUS_IS_OK(status) ? werror_to_ntstatus(werr) : status) >-- >1.8.3.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209079
:
157601
|
157611
|
165102
|
165103
|
165121
|
246446
|
273255
|
281781
|
311471
|
311473
|
375904
| 375906 |
375946
|
376252