Bug in vchkpw

2000-11-02 Thread Rick Morris
uf)); > if (putenv(buf) == -1) 366,367c361,362 < scopy(envbuf3,"SHELL=NOLOGIN",sizeof(envbuf3)); < if (putenv(envbuf3) == -1) --- > scopy(buf,"SHELL=NOLOGIN",sizeof(buf)); > if (putenv(buf) == -1) -- Rick Morris VP Network Administration Wamco Technologies Group Phone: (250) 386-5535 Fax: (250) 386-5520

[kbo@inter7.com: Re: Bug in vchkpw]

2000-11-03 Thread Rick Morris
18:25:16 -0600 From: Ken Jones <[EMAIL PROTECTED]> X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.12-20 i586) To: Rick Morris <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Bug in vchkpw I wonder if the memory needs to be malloc'd or if the stack variables in main() are oka

Re: [vchkpw] Re: SMTP Slowness

2004-04-26 Thread Rick Morris
box, as is the zone for the domain). > > Well, it nevertheless could be a DNS related problem. The "self > referring" reverse entries are not that much of a matter. What takes > time most times this behavior is seen is reverse resolving of > connecting client. So what