Re: Field size in ps

1999-01-25 Thread J. S. Connell
I believe the problems with pidof and daemons only arise when the daemon does such funky things as changing argv[]. For example, sendmail - pidof sendmail doesn't find anything, whereas killall does[1]. I suspect this is correctable and possibly a bug in pidof, but this is the state of affairs at

Re: non-root password lookups? [LONG]

1999-01-19 Thread J. S. Connell
On Tue, 19 Jan 1999, Chris wrote: > Can you explain what the problem with a auth daemon is? If there was a > daemon listening on a system port then why couldn't local processes be > sure that it is the real thing (since its the same machine anyway - if > a skript kiddie can fake the daemon runnin

Re: non-root password lookups?

1999-01-19 Thread J. S. Connell
On Tue, 19 Jan 1999, Chris wrote: > Well...then the query is at your control - and if you make a single > query take a full second (or more) then it will take a very long time > to brute force anything (and thats assuming there is no logging). That doesn't solve the problem, merely slow it down.

Re: non-root password lookups?

1999-01-18 Thread J. S. Connell
On 18 Jan 1999, Martin Bialasinski wrote: > I heared on Solaris you have a daemon, which takes username/password > and tells you if the combination is OK. rpc.pwdauthd. Nice idea, but Linux doesn't have (as far as I am aware) any kind of a credentials mechanism so you know you're talking to a _r