tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Testing racoon



On Jun 13,  2:20pm, frchuckz%gmail.com@localhost (Chuck Zmudzinski) wrote:
-- Subject: Re: Testing racoon

| I saw your comment, Buck Rogers, when you made the racoon2
| package compile again in the 25th century!
| 
| I will have some time to debug it and try to find out why IKEv1 isn't
| working in the next few weeks. It will probably take me a little
| while to learn how to setup the configuration files in racoon2.

My progress there is that doing this:

--- work.x86_64/racoon2-20100526a/iked/isakmp.c 2008-04-20 22:42:00.000000000 -0400
+++ work.x86_64/racoon2-20100526a/iked/isakmp.c     2018-05-29 13:51:52.991346267 -0400
@@ -748,7 +748,7 @@
                goto end;
        }
 
-       if (extralen > 0) {
+       if (extralen > 0 && 0) {
                rc_vchar_t *tmpbuf;
 
                TRACE((PLOGLOC, "chopping %d bytes\n", extralen));

gets a little further on phase 1.

| I looked at the racoon2 project page. The most recent version is
| 8 years old. Oh My!

Yes, ouch.

christos


Home | Main Index | Thread Index | Old Index