Re: [naviserver-devel] ns_perm module bug fix

2008-05-11 Thread Daniel Stasinski
On Sun, May 11, 2008 at 11:09 AM, Stephen Deasey <[EMAIL PROTECTED]> wrote: > Your editor changed it behind your back. :-( Ah, you're right. aolserver code has embedded form feed characters (0x0c) at the head of every function. It's not something I recall noticing before. Daniel -- | ---

Re: [naviserver-devel] ns_perm module bug fix

2008-05-11 Thread Vlad Seryakov
I use fte (or efte) editor, very old but flexible and i use it 10 years already, it has an option to trim lines on save. i disabled it and now it does not change untouched lines. Stephen Deasey wrote: > On Sun, May 11, 2008 at 6:43 PM, Vlad Seryakov <[EMAIL PROTECTED]> wrote: >>> You're using Vi

Re: [naviserver-devel] ns_perm module bug fix

2008-05-11 Thread Stephen Deasey
On Sun, May 11, 2008 at 6:43 PM, Vlad Seryakov <[EMAIL PROTECTED]> wrote: >> >> You're using Vim? Maybe someone knows how to fix this. Anyone? > > No, i do not use Vim and i just fixed that. Tested using cvs diff, works > fine. Groovy. So how did you fix it? ---

Re: [naviserver-devel] ns_perm module bug fix

2008-05-11 Thread Stephen Deasey
On Sun, May 11, 2008 at 5:05 PM, Daniel Stasinski <[EMAIL PROTECTED]> wrote: > > I did the commit on aolserver cvs only and the white space was unchanged. Your editor changed it behind your back. :-( Vim? Anyway, here's what the commit message looks like: *** nsperm.c8 Aug 2005 11:30:15

Re: [naviserver-devel] ns_perm module bug fix

2008-05-11 Thread Vlad Seryakov
> > You're using Vim? Maybe someone knows how to fix this. Anyone? No, i do not use Vim and i just fixed that. Tested using cvs diff, works fine. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't m

Re: [naviserver-devel] ns_perm module bug fix

2008-05-11 Thread Stephen Deasey
On Sun, May 11, 2008 at 4:53 PM, Vlad Seryakov <[EMAIL PROTECTED]> wrote: >> >> Also, you need to fix your editor so that it doesn't automatically >> change whitespace willy-nilly. Your 3 line change turned into a >> gigantic unreadable mess in the commit email. >> >> (when you figure out how to fi

Re: [naviserver-devel] ns_perm module bug fix

2008-05-11 Thread Daniel Stasinski
> Also, you need to fix your editor so that it doesn't automatically > change whitespace willy-nilly. Your 3 line change turned into a > gigantic unreadable mess in the commit email. I'm not sure if this is to me or Vlad. I did the commit on aolserver cvs only and the white space was unchanged.

Re: [naviserver-devel] ns_perm module bug fix

2008-05-11 Thread Vlad Seryakov
> > Also, you need to fix your editor so that it doesn't automatically > change whitespace willy-nilly. Your 3 line change turned into a > gigantic unreadable mess in the commit email. > > (when you figure out how to fix it, remind Vlad 'cos he seems to have > forgotten :-) Yes, i think i have.

Re: [naviserver-devel] ns_perm module bug fix

2008-05-11 Thread Stephen Deasey
On Sat, May 10, 2008 at 8:43 PM, Daniel Stasinski <[EMAIL PROTECTED]> wrote: > On Sat, May 10, 2008 at 12:33 PM, Vlad Seryakov <[EMAIL PROTECTED]> wrote: >> Do you need write access to naviserver CVS? > > That would be great. Thank you. > > Daniel Don't forget to describe your change in the Chan

Re: [naviserver-devel] ns_perm module bug fix

2008-05-10 Thread Vlad Seryakov
Added Daniel Stasinski wrote: > On Sat, May 10, 2008 at 12:33 PM, Vlad Seryakov <[EMAIL PROTECTED]> wrote: >> Do you need write access to naviserver CVS? > > That would be great. Thank you. > > Daniel > -- Vlad Seryakov [EMAIL PROTECTED] http://www.crystalballinc.com/vlad/ -

Re: [naviserver-devel] ns_perm module bug fix

2008-05-10 Thread Daniel Stasinski
On Sat, May 10, 2008 at 12:33 PM, Vlad Seryakov <[EMAIL PROTECTED]> wrote: > Do you need write access to naviserver CVS? That would be great. Thank you. Daniel -- | --- | Daniel P. Stasinski | http://www.saidsimple.com | [EMAIL PROTEC

Re: [naviserver-devel] ns_perm module bug fix

2008-05-10 Thread Vlad Seryakov
Do you need write access to naviserver CVS? Daniel Stasinski wrote: > On Sat, May 10, 2008 at 8:32 AM, Vlad Seryakov <[EMAIL PROTECTED]> wrote: >> patched, submitted. Thanks > > I just committed it to aolserver cvs also. > > Daniel > -- Vlad Seryakov [EMAIL PROTECTED] http://www.crystalballin

Re: [naviserver-devel] ns_perm module bug fix

2008-05-10 Thread Daniel Stasinski
On Sat, May 10, 2008 at 8:32 AM, Vlad Seryakov <[EMAIL PROTECTED]> wrote: > patched, submitted. Thanks I just committed it to aolserver cvs also. Daniel -- | --- | Daniel P. Stasinski | http://www.saidsimple.com | [EMAIL PROTECTED] | h

Re: [naviserver-devel] ns_perm module bug fix

2008-05-10 Thread Vlad Seryakov
patched, submitted. Thanks Daniel Stasinski wrote: > Here is an interesting one that has been broken since AOLserver 4.0. > > In hosts.allow, you can use either a full or partial hostname, or > ipaddr/netmask. Not all work. > > 192.168.0.10/255.255.255.255 <- Gives error "Invalid address or >

[naviserver-devel] ns_perm module bug fix

2008-05-09 Thread Daniel Stasinski
Here is an interesting one that has been broken since AOLserver 4.0. In hosts.allow, you can use either a full or partial hostname, or ipaddr/netmask. Not all work. 192.168.0.10/255.255.255.255 <- Gives error "Invalid address or hostname "192.168.0.10". should be ipaddr/netmask or hostname" 19