search for: l934

Displaying 2 results from an estimated 2 matches for "l934".

Did you mean: 934
2009 Nov 20
1
[PATCH] daemon/Win32: Use gnulib modules for first porting to Win32.
Quite a victory for Gnulib here. I was able to port a large part of the daemon just by adding some modules and fixing a few headers. The remaining issues which are *not* fixed are: * No chroot on Windows. * No sync(2) call. * No posix_fallocate call. * No futimes call. * No pread call. * No custom printf format specifiers. * Quite a few problems in guestfsd.c, eg. code to run external
2014 Jul 24
1
ssh-agent and socket permission check
...s connections to the agent socket from a different user [1]. Would it be possible to have an option to relax the check so the connections is allowed as long as it comes from a process belonging to agent's process group? [1] - https://github.com/openssh/openssh-portable/blob/master/ssh-agent.c#L934