Re: How to access a device on LPC bus?

2004-10-18 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Thiemo Nordenholz <[EMAIL PROTECTED]> writes: : Hi there, : : beginner's question, maybe: How do I, from a device driver point of view, : access a device attached to the "Low Pincount" (LPC) bus? : : I have a Winbond W83L518D card reader controller in

Re: [Hackers] passwordless ssh logins with shared _HOST_ keys - not working.

2004-10-18 Thread Julian Cowley
On 17 Oct, 2004, at 13:48, Joe Schmoe wrote: (I have asked this several times on -questions and gotten nothing ...) I am trying to allow _all users_ on CLIENT to login to SERVER without a password. IMPORTANT: I am not interested in user keys _at all_ - at no point in this process should I ever be

Re: passwordless ssh logins with shared _HOST_ keys - not working.

2004-10-18 Thread Nicolas Rachinsky
* Joe Schmoe <[EMAIL PROTECTED]> [2004-10-17 16:48 -0700]: > I am trying to allow _all users_ on CLIENT to login to > SERVER without a password. Is your ssh setuid root? Is UsePrivilegedPort set? UsePrivilegedPort Specifies whether to use a privileged port for outgoing connec-

passwordless ssh logins with shared _HOST_ keys - not working.

2004-10-18 Thread Joe Schmoe
(I have asked this several times on -questions and gotten nothing ...) I am trying to allow _all users_ on CLIENT to login to SERVER without a password. IMPORTANT: I am not interested in user keys _at all_ - at no point in this process should I ever be dealing with any keys in /home/user/.ssh -

[PATCH] Second attempt: Add glibc-style '-', '_', '0' strftime(3) functionalities

2004-10-18 Thread Xin LI
Hi folks, I have adopted roam@'s suggestions and the latest patch is available at: http://people.freebsd.org/~delphij/patch-libc Please let me know your comments, concerns and suggestions. I would like to commit it to -HEAD if nobody objects it in one week. Thanks in advance! Cheers, -