Re: Segmentation Fault on "[pap] Normalizing SSHA1-Password from base64 encoding"

2013-09-07 Thread Stefan Winter
Hi, >> The fix still needs config changes with a bit of a hackish workaround - >> read the thread til the end to get all the goodness. > I tested some of the hashes that were giving me trouble and they all > worked with the current branch version. I also read all the thread, Glad to hear that :-)

Re: Segmentation Fault on "[pap] Normalizing SSHA1-Password from base64 encoding"

2013-09-06 Thread Hugo Cisneiros (Eitch)
On Fri, Sep 6, 2013 at 3:57 PM, Stefan Winter wrote: >> So I ask: is there any way to backport the fix to 2.2.x branch? I >> don't know C very well but if it's not so hard, I might try talking to >> people who knows how to code and create a unnoficial patch. I saw that >> the base64 is now using a

Re: Segmentation Fault on "[pap] Normalizing SSHA1-Password from base64 encoding"

2013-09-06 Thread Stefan Winter
Hi, > http://lists.freeradius.org/pipermail/freeradius-devel/2013-May/008046.html > http://lists.freeradius.org/pipermail/freeradius-users/2013-May/066440.html > > I also did everything that Stefan Winter did - gdb live server, > valgrind, look at the source, compare with 3.0 - and got the same >

Segmentation Fault on "[pap] Normalizing SSHA1-Password from base64 encoding"

2013-09-06 Thread Hugo Cisneiros (Eitch)
Hi, I'm getting the same errors as these messages: http://lists.freeradius.org/pipermail/freeradius-devel/2013-May/008046.html http://lists.freeradius.org/pipermail/freeradius-users/2013-May/066440.html I also did everything that Stefan Winter did - gdb live server, valgrind, look at the source,