summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/nat_traversal.c
AgeCommit message (Expand)Author
2007-05-05Kill a log message which looks like an error message but is actuallyChad Loder
2007-04-16There's no point in checking ptr for NULL before doing free(ptr)Moritz Jodeit
2007-02-22Add a comment that explains, why the VID of draft 2 NAT-T includesHans-Joerg Hoexer
2006-06-14indentation.Hans-Joerg Hoexer
2005-07-25Use payload NAT-D or NAT-D-DRAFT according to NAT-T vendor ID advertised by theHans-Joerg Hoexer
2005-06-02unbreak port floating, noticed by sean at obstacle9 dot comHans-Joerg Hoexer
2005-05-18allow payload types 20 and 21 for nat-tHans-Joerg Hoexer
2005-04-08Make deterministic randomness (only ever used for testing) a compile-timeChad Loder
2005-04-05Add -T flag to isakmpd to disable NAT-T support from the command line.Chad Loder
2005-04-04spacing; ok cloderTheo de Raadt
2005-03-05Add RFC3947 NAT-T vendor ID string. hshoexer@ ok.Hakan Olsson
2005-02-27where possible, use bzero instead of memsetHans-Joerg Hoexer
2004-11-18use hash and not hmac to calculate NAT-D payloads. Also add NAT-D payload forHans-Joerg Hoexer
2004-08-08spacingTheo de Raadt
2004-08-03Rewrite the transport reference count code to avoid leaks.Hakan Olsson
2004-07-29Repair NAT-T using Aggressive mode, NAT-D checks were in the wrong place.Hakan Olsson
2004-06-30Compile cleanly with gcc3.3.2.Hans-Joerg Hoexer
2004-06-21Implement NAT-T keepalive messages.Hakan Olsson
2004-06-20Make the payload array in struct message dynamic, since we need to handleHakan Olsson
2004-06-20NAT-Traversal for isakmpd. Work in progress...Hakan Olsson