Click here to Skip to main content
15,885,216 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: WSO CCC OTD 2020-08-05 Pin
jsc425-Aug-20 0:36
professionaljsc425-Aug-20 0:36 
GeneralRe: WSO CCC OTD 2020-08-05 Pin
musefan5-Aug-20 1:15
musefan5-Aug-20 1:15 
GeneralRe: WSO CCC OTD 2020-08-05 Pin
pkfox5-Aug-20 0:29
professionalpkfox5-Aug-20 0:29 
GeneralRe: WSO CCC OTD 2020-08-05 Pin
musefan5-Aug-20 1:16
musefan5-Aug-20 1:16 
GeneralRe: WSO CCC OTD 2020-08-05 Pin
pkfox5-Aug-20 1:58
professionalpkfox5-Aug-20 1:58 
GeneralRe: WSO CCC OTD 2020-08-05 Pin
musefan5-Aug-20 3:48
musefan5-Aug-20 3:48 
GeneralRe: WSO CCC OTD 2020-08-05 Pin
musefan4-Aug-20 23:22
musefan4-Aug-20 23:22 
RantWindows Services, IPC, and ridiculous security behavior Pin
honey the codewitch4-Aug-20 18:35
mvahoney the codewitch4-Aug-20 18:35 
Microsoft in their infinite wisdom, have so locked down windows services, that you cannot interface with them using standard IPC mechanisms like Memory Mapped Files or Named Pipes.

The upshot of this is it's not possible (I think) to do IPC with a running service without messing with some user account settings or service account settings that should not be messed with.

Frankly, I don't want windows auth on a direct IPC channel that I control, I map, and I set up.

It's ridiculous. An administrative nightmare. Why did they do this? Why? It doesn't help security at the end of the day, because to use it you *must* mess with account settings in a way that makes your system *less secure!*

Why can't I have an IPC mechanism that simply doesn't care about windows credentials? I don't want to use TCP/IP for this, which seems my only other option, but it's not even reliable because I can't guarantee a fixed TCP port to use for the client/server. How do I know it's not in use? If i pick one at random, how can i negotiate it with the client? It's again, ridiculous.

They've painted me into a heck of a corner. I don't know why it is this way. Were people not thinking?

Am *I* missing something? What gives?
Real programmers use butterflies


modified 5-Aug-20 0:42am.

GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
Garth J Lancaster4-Aug-20 20:15
professionalGarth J Lancaster4-Aug-20 20:15 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
honey the codewitch5-Aug-20 2:35
mvahoney the codewitch5-Aug-20 2:35 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
Daniel Pfeffer4-Aug-20 20:42
professionalDaniel Pfeffer4-Aug-20 20:42 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
Garth J Lancaster4-Aug-20 21:16
professionalGarth J Lancaster4-Aug-20 21:16 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
honey the codewitch5-Aug-20 2:33
mvahoney the codewitch5-Aug-20 2:33 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
Nelek4-Aug-20 21:32
protectorNelek4-Aug-20 21:32 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
Garth J Lancaster4-Aug-20 21:46
professionalGarth J Lancaster4-Aug-20 21:46 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
Nelek4-Aug-20 22:22
protectorNelek4-Aug-20 22:22 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
RickZeeland4-Aug-20 23:31
mveRickZeeland4-Aug-20 23:31 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
Nelek5-Aug-20 0:22
protectorNelek5-Aug-20 0:22 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
RickZeeland4-Aug-20 21:54
mveRickZeeland4-Aug-20 21:54 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
Garth J Lancaster4-Aug-20 22:27
professionalGarth J Lancaster4-Aug-20 22:27 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
honey the codewitch5-Aug-20 2:32
mvahoney the codewitch5-Aug-20 2:32 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
Rick York4-Aug-20 22:43
mveRick York4-Aug-20 22:43 
GeneralRe: Windows Services, IPC, and ridiculous security behavior Pin
honey the codewitch5-Aug-20 2:32
mvahoney the codewitch5-Aug-20 2:32 
GeneralJust found some sound advice Pin
PIEBALDconsult4-Aug-20 13:06
mvePIEBALDconsult4-Aug-20 13:06 
NewsWiFi mousetrap, you need it! Pin
RickZeeland4-Aug-20 9:22
mveRickZeeland4-Aug-20 9:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.