Sppp & Cronyx (cp(4), ct(4) and cx(4)) testers required

2004-08-13 Thread Roman Kurakin
Hi, I am near finish line in mpsafe locking work for sppp and Cronyx adapters drivers, so I need testers for work I've done. Please contact me if you whish to test this code. Best regards, Roman Kurakin ___ [EMAIL PROTECTED]

Re: inet_ntop( )

2004-08-13 Thread Joseph M Link
I wondered, why does inet_ntop() returns addresses in the format x:x:x:x:x:x:x.x.x.x ? This can be very annoying if that's not what you want. Is there another standard function, other than inet_ntop(), to do the same work ? I am going to guess you're asking why you're getting that format instead o

Re: Where is strnlen() ?

2004-08-13 Thread Joerg Sonnenberger
On Fri, Aug 13, 2004 at 11:18:49AM +, Thordur Ivar B. wrote: > I agree but what I was thinking at the time if I'm reciving user input to a > program wich uses strlen I might be vonerable to buffer overflow attacks (But > that has been cleard up) and ofcourse in most cases you know the length of

m4 is broken -- can't rename builtins (patch in PR)

2004-08-13 Thread Craig Boston
Hi -hackers: Just wondering if I could get a committer's attention to look at bin/59883. It seems that m4 has been broken for quite some time -- at least in the ability to rename builtin macros -- defn() doesn't work correctly anymore. I've been using the simple patch in the PR locally for the l

Re: inet_ntop( )

2004-08-13 Thread Giorgos Keramidas
On 2004-08-12 02:06, Nicolas B?rard Nault <[EMAIL PROTECTED]> wrote: > > I wondered, why does inet_ntop() returns addresses in the format > x:x:x:x:x:x:x.x.x.x ? This can be very annoying if that's not what you > want. Is there another standard function, other than inet_ntop(), to do > the same wor

Re: Where is strnlen() ?

2004-08-13 Thread Giorgos Keramidas
On 2004-08-11 20:38, "Thordur Ivar B." <[EMAIL PROTECTED]> wrote: > On Wed, 11 Aug 2004 13:03:23 -0700 Kris Kennaway <[EMAIL PROTECTED]> wrote: > > On Wed, Aug 11, 2004 at 07:32:54PM +, Thordur Ivar B. wrote: > > > While porting software from a friend wich was developed under Linux, I > > > stu

Re: Where is strnlen() ?

2004-08-13 Thread gerarra
>I agree but what I was thinking at the time if I'm reciving user input to >a >program wich uses strlen I might be vonerable to buffer overflow attacks >(But >that has been cleard up) and ofcourse in most cases you know the length of >a >string you are using (exept when you are dealing with user in

Re: Where is strnlen() ?

2004-08-13 Thread Thordur Ivar B.
On Fri, 13 Aug 2004 02:15:19 +0300 Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > On 2004-08-11 20:38, "Thordur Ivar B." <[EMAIL PROTECTED]> wrote: > > On Wed, 11 Aug 2004 13:03:23 -0700 Kris Kennaway <[EMAIL PROTECTED]> > > wrote: > > > On Wed, Aug 11, 2004 at 07:32:54PM +, Thordur Ivar B. wr