unix-socket icon indicating copy to clipboard operation
unix-socket copied to clipboard

Support credential transfer

Open sfackler opened this issue 10 years ago • 1 comments

sfackler avatar Mar 15 '15 16:03 sfackler

I'm new to this whole "credentials over Unix sockets" thing, so please bear with me.

Is this issue supposed to address the SO_PEERCRED mechanism (in Linux, corresponding to LOCAL_PEERCRED in FreeBSD), the SCM_CREDENTIALS mechanism (Linux only?) or both?

The linked PR #16 seems to only address the SCM_CREDENTIALS mechanism, which seems more cumbersome for simple use cases.

maghoff avatar Dec 14 '15 10:12 maghoff