-
Logged In: YES
user_id=307585
sorry but web interfaces confuse me:-)
2005-03-09 16:26:31 UTC in PearPC - PowerPC Emulator
-
i've noticed that the hfsplus code was incomplete.
here is the SHORT patch to io/prom/fs/hfsplus.cc which
implements its
open method.
I found it useful because I managed easly to create an
hfs+ blessed
filesystem with a CHRP file pointing to an ELF kernel.
I saw that cdroms using CHRP can boot and I assume they
use HFS or wrapped HFS, but I didn't investigate.
----
the method...
2005-02-28 04:22:13 UTC in PearPC - PowerPC Emulator
-
Logged In: YES
user_id=307585
correction to my comment: ssh-add doesn't open a tty device,
it opens /dev/tty which will fail if no controlling terminal
is set.
2004-03-31 21:30:29 UTC in pam_ssh_agent
-
Logged In: YES
user_id=307585
now it's fixed.
thank you to pointing this out.
2004-03-31 21:24:18 UTC in pam_ssh_agent
-
mmikulicic committed patchset 11 of module pam_ssh_agent to the pam_ssh_agent CVS repository, changing 1 files.
2004-03-31 21:11:06 UTC in pam_ssh_agent
-
Logged In: YES
user_id=307585
two reasion:
a) http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66012
it seems python specific but it is about unix in general.
detaching from the controlling tty is done with setsid(0) but
this will make our process a "session leader".
session leaders have the peculiarity that if the open() a
tty it becomes automatically the controlling...
2004-03-31 21:10:12 UTC in pam_ssh_agent
-
Logged In: YES
user_id=307585
fixed with i/o redirection using unix domain sockets to
prevent any possible interception of the password.
no more depends on expect.
2004-02-28 22:02:41 UTC in pam_ssh_agent
-
mmikulicic committed patchset 10 of module pam_ssh_agent to the pam_ssh_agent CVS repository, changing 1 files.
2004-02-28 21:54:52 UTC in pam_ssh_agent
-
mmikulicic committed patchset 9 of module pam_ssh_agent to the pam_ssh_agent CVS repository, changing 2 files.
2004-02-28 21:52:15 UTC in pam_ssh_agent
-
mmikulicic committed patchset 8 of module pam_ssh_agent to the pam_ssh_agent CVS repository, changing 4 files.
2004-02-28 21:44:23 UTC in pam_ssh_agent