Re: cvs commit: apr/user/unix userinfo.c

2001-07-20 Thread Cliff Woolley
On 20 Jul 2001 [EMAIL PROTECTED] wrote: > trawick 01/07/20 06:35:27 > > Modified:.CHANGES >user/unix userinfo.c > Log: > > getpwnam_safe() must be provided with the struct passwd and char > buffer to provide to getpwnam_r()... otherwise, the struct passwd >

Re: cvs commit: apr/user/unix userinfo.c

2001-07-02 Thread Jeff Trawick
[EMAIL PROTECTED] writes: > trawick 01/07/02 04:56:23 > > Modified:.CHANGES >user/unix userinfo.c > Log: > Handle the weird case where getpwnam() returns NULL but errno is zero. > > This led to a segfault on apache.org when apache did a home directory >

Re: cvs commit: apr/user/unix userinfo.c

2001-03-08 Thread Jeff Trawick
[EMAIL PROTECTED] writes: > Of course, you are correct this isn't very portable. However, with a bit > of time and effort, and can be made portable. John has discovered exactly > what you say in this message, and he will be working on making this much > more portable in the next few days. It wo

Re: cvs commit: apr/user/unix userinfo.c

2001-03-08 Thread rbb
On 8 Mar 2001, Jeff Trawick wrote: > [EMAIL PROTECTED] writes: > > > Allow a way to get the password from the system password database. > > Non unix platforms will likely need a similar function. > > Submitted by: John Barbee <[EMAIL PROTECTED]> > > How useful is this? It certainly isn'

Re: cvs commit: apr/user/unix userinfo.c

2001-03-08 Thread Jeff Trawick
[EMAIL PROTECTED] writes: > Allow a way to get the password from the system password database. > Non unix platforms will likely need a similar function. > Submitted by: John Barbee <[EMAIL PROTECTED]> How useful is this? It certainly isn't portable. Even some UNIX platforms cannot h