Re: unblock request - ipsec-tools/racoon - iPhone OS support integrated
Am 12.08.2010 21:59, Adam D. Barratt schrieb:
> On Thu, 2010-08-12 at 19:16 +0200, Stefan Bauer wrote:
>> i just uploaded a new version to unstable with a quite helful patch
>> to provide iPhone-support for vpn-connections with ipsec-tools/racoon.
>>
>> As a huge amount of ppl are using iphone's i would love to see this
>> improvement beeing in the upcoming stable version.
>
> Yay for small patches. :-)
>
> A quick question though:
>
> +- if (strncmp(buf, str, len) == 0 && buf[len] == '\0') {
> ++ if (strncmp(buf, "*", 2) == 0 ||
> ++ (strncmp(buf, str, len) == 0 && buf[len] == '\0')) {
>
> Why the first two characters? Should the * not always be at the start
> of the line?
Basically yes. I will just talk to the one who provided that patch
and keep you updated about that. Thanks for reviewing this patch btw!
Stefan
--
Stefan Bauer -----------------------------------------
PGP: E80A 50D5 2D46 341C A887 F05D 5C81 5858 DCEF 8C34
-------- plzk.de - Linux - because it works ----------
Reply to: