You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(9) |
Sep
|
Oct
(1) |
Nov
(6) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(13) |
Feb
(5) |
Mar
(5) |
Apr
(3) |
May
(15) |
Jun
(1) |
Jul
(4) |
Aug
(20) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(20) |
Feb
(7) |
Mar
(2) |
Apr
(4) |
May
(15) |
Jun
(8) |
Jul
(7) |
Aug
(19) |
Sep
(21) |
Oct
(21) |
Nov
|
Dec
(4) |
2008 |
Jan
|
Feb
|
Mar
(9) |
Apr
|
May
(2) |
Jun
(8) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(21) |
Apr
(55) |
May
(44) |
Jun
(6) |
Jul
(16) |
Aug
(10) |
Sep
|
Oct
(15) |
Nov
|
Dec
(2) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
(19) |
Feb
|
Mar
(12) |
Apr
(20) |
May
(20) |
Jun
(7) |
Jul
(17) |
Aug
|
Sep
(7) |
Oct
(11) |
Nov
(1) |
Dec
(9) |
2012 |
Jan
(20) |
Feb
(11) |
Mar
(43) |
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(11) |
Dec
(1) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: <tom...@us...> - 2016-09-10 00:35:21
|
Revision: 262 http://sourceforge.net/p/openhip/code/262 Author: tom_henderson Date: 2016-09-10 00:35:20 +0000 (Sat, 10 Sep 2016) Log Message: ----------- fix invalid memsets Modified Paths: -------------- hip/trunk/src/protocol/hip_ipsec.c hip/trunk/src/protocol/hip_main.c hip/trunk/src/protocol/hip_output.c hip/trunk/src/util/hip_util.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sil...@us...> - 2014-05-05 22:50:03
|
Revision: 261 http://sourceforge.net/p/openhip/code/261 Author: siliconja Date: 2014-05-05 22:50:00 +0000 (Mon, 05 May 2014) Log Message: ----------- fix bug #72 - traffic during startup causes unusable daemon and garbage now the ESP socket pair is initialized prior to starting threads an uninitialized espsp[0] was used, causing esp_send_to_hipd() to write() to file descriptor 0 (causing the garbled output on stdout) the buffer_packet() function added an LSI entry preventing further ACQUIRE messages, and therefore no base exchange or traffic, until 2 minutes later when hip_remove_expired_lsi_entries() expired the entry Modified Paths: -------------- hip/trunk/src/linux/hip_linux_umh.c hip/trunk/src/protocol/hip_globals.c hip/trunk/src/protocol/hip_main.c hip/trunk/src/usermode/hip_esp.c hip/trunk/src/win32/hip_service.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sil...@us...> - 2014-04-21 22:34:59
|
Revision: 260 http://sourceforge.net/p/openhip/code/260 Author: siliconja Date: 2014-04-21 22:34:56 +0000 (Mon, 21 Apr 2014) Log Message: ----------- added support for configuring a static multicast SA for VPLS mode The static multicast SA introduces "multicast_group", "multicast_spi", and "multicast_key" options to hip.conf; peers must be configured with a matching group/SPI/key combination. When multicast packets are received from the overlay, instead of unicasting a copy through each established tunnel, the static key/SPI is used and an ESP packet is sent out to the configured group. This means multicast is sent as multicast (multiple groups mapped to one), not as unicast, having different implications for how the ESP is routed over the underlay network. Modified Paths: -------------- hip/trunk/src/include/hip/hip_types.h hip/trunk/src/usermode/hip_esp.c hip/trunk/src/util/hip_xml.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sil...@us...> - 2014-04-16 19:24:10
|
Revision: 259 http://sourceforge.net/p/openhip/code/259 Author: siliconja Date: 2014-04-16 19:24:07 +0000 (Wed, 16 Apr 2014) Log Message: ----------- include HCNF global in cfg-files plugin to further unbreak r257 LSI patch Revision Links: -------------- http://sourceforge.net/p/openhip/code/257 Modified Paths: -------------- hip/trunk/src/util/Makefile.am.disabled hip/trunk/src/util/cfg-files/hip_cfg_files.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sil...@us...> - 2014-04-15 20:17:12
|
Revision: 258 http://sourceforge.net/p/openhip/code/258 Author: siliconja Date: 2014-04-15 20:17:08 +0000 (Tue, 15 Apr 2014) Log Message: ----------- unbreak "--enable-vpls=files" build from r257 LSI patch Revision Links: -------------- http://sourceforge.net/p/openhip/code/257 Modified Paths: -------------- hip/trunk/src/include/hip/hip_globals.h hip/trunk/src/util/cfg-common/hip_cfg.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sil...@us...> - 2012-12-17 20:05:23
|
Revision: 257 http://openhip.svn.sourceforge.net/openhip/?rev=257&view=rev Author: siliconja Date: 2012-12-17 20:05:17 +0000 (Mon, 17 Dec 2012) Log Message: ----------- patch by Tom H. to allow specifying LSI prefix in hip.conf file modified by Jeff A. to work under Windows and to fix LSI generated with hitgen Modified Paths: -------------- hip/trunk/src/include/hip/hip_funcs.h hip/trunk/src/include/hip/hip_sadb.h hip/trunk/src/include/hip/hip_types.h hip/trunk/src/include/hip/hip_usermode.h hip/trunk/src/linux/hip_linux_umh.c hip/trunk/src/protocol/hip_main.c hip/trunk/src/usermode/hip_esp.c hip/trunk/src/usermode/hip_nl.c hip/trunk/src/util/hip_xml.c hip/trunk/src/util/hitgen.c hip/trunk/src/util/scripts/bridge_up.sh hip/trunk/src/win32/hip_service.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-11-18 18:51:23
|
Revision: 256 http://openhip.svn.sourceforge.net/openhip/?rev=256&view=rev Author: sarabito Date: 2012-11-18 18:51:17 +0000 (Sun, 18 Nov 2012) Log Message: ----------- Add unknown SPI tracking and ICMP timeout to ESP over UDP in hip_esp_input processing. Modified Paths: -------------- hip/trunk/src/usermode/hip_esp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-11-18 18:16:45
|
Revision: 255 http://openhip.svn.sourceforge.net/openhip/?rev=255&view=rev Author: sarabito Date: 2012-11-18 18:16:38 +0000 (Sun, 18 Nov 2012) Log Message: ----------- Reorganize unknown SPI tracking code to prepare for re-use for other ESP input file descriptors (udp, esp6). Modified Paths: -------------- hip/trunk/src/usermode/hip_esp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-11-18 17:52:46
|
Revision: 254 http://openhip.svn.sourceforge.net/openhip/?rev=254&view=rev Author: sarabito Date: 2012-11-18 17:52:39 +0000 (Sun, 18 Nov 2012) Log Message: ----------- Rename variables used to track unknown SPIs - was calling them lost and really they are unknown. Modified Paths: -------------- hip/trunk/src/include/hip/hip_types.h hip/trunk/src/usermode/hip_esp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-11-18 17:45:46
|
Revision: 253 http://openhip.svn.sourceforge.net/openhip/?rev=253&view=rev Author: sarabito Date: 2012-11-18 17:45:38 +0000 (Sun, 18 Nov 2012) Log Message: ----------- Prevent resource exhaustion (DoS) from tracking unknown SPIs by limiting the number that can be tracked at any given time. Modified Paths: -------------- hip/trunk/src/include/hip/hip_types.h hip/trunk/src/usermode/hip_esp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-11-17 01:22:10
|
Revision: 252 http://openhip.svn.sourceforge.net/openhip/?rev=252&view=rev Author: sarabito Date: 2012-11-17 01:22:04 +0000 (Sat, 17 Nov 2012) Log Message: ----------- Fixup previous commit which had a compiler warning treated as an error for variable set but not used. Also, for ARP handling, didn't have the new SA entry local variable assignments inside the mutex. Modified Paths: -------------- hip/trunk/src/usermode/hip_esp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-11-16 21:27:56
|
Revision: 251 http://openhip.svn.sourceforge.net/openhip/?rev=251&view=rev Author: sarabito Date: 2012-11-16 21:27:50 +0000 (Fri, 16 Nov 2012) Log Message: ----------- Use some local variables to prevent thread concurrency issues with SADB entries, which were causing problems during SA Updates. When testing with short lived SAs and high throughput (e.g. iperf), members of the SADB entry structure were changing underneath their usage in the hip_esp_output thread. Modified Paths: -------------- hip/trunk/src/usermode/hip_esp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-11-16 04:52:40
|
Revision: 250 http://openhip.svn.sourceforge.net/openhip/?rev=250&view=rev Author: sarabito Date: 2012-11-16 04:52:34 +0000 (Fri, 16 Nov 2012) Log Message: ----------- In order to tolerate occassional unknown SPIs (e.g. during HIP UPDATES), add tracking for unknown SPIs in hip_esp_input. This works in conjunction with the icmp_timeout option. Unknown SPIs are kept in a list along with the time they are seen. Once icmp_timeout has elapsed, and a subsequent ESP packet with that unknown SPI is received, an icmp packet will be sent to the peer. Unknown SPIs are expired from this list after icmp_timeout * max_retries seconds has elapsed. This tracking also has the effect of rate-limiting the icmp packets to once per icmp_timeout. Note again that packets with the unknown SPI need to be received once to mark the first time received and again after icmp_timeout to actually send the icmp. Modified Paths: -------------- hip/trunk/src/include/hip/hip_types.h hip/trunk/src/usermode/hip_esp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-11-15 17:39:19
|
Revision: 249 http://openhip.svn.sourceforge.net/openhip/?rev=249&view=rev Author: sarabito Date: 2012-11-15 17:39:07 +0000 (Thu, 15 Nov 2012) Log Message: ----------- Modification to r247 to to eliminate compiler warning for unused ip6_hdr variable. Revision Links: -------------- http://openhip.svn.sourceforge.net/openhip/?rev=247&view=rev Modified Paths: -------------- hip/trunk/src/usermode/hip_esp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-11-14 20:00:02
|
Revision: 248 http://openhip.svn.sourceforge.net/openhip/?rev=248&view=rev Author: sarabito Date: 2012-11-14 19:59:54 +0000 (Wed, 14 Nov 2012) Log Message: ----------- Fix bug where iph or ip6h structure members are accessed when structures not defined. Modified Paths: -------------- hip/trunk/src/usermode/hip_esp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-11-14 17:11:15
|
Revision: 247 http://openhip.svn.sourceforge.net/openhip/?rev=247&view=rev Author: sarabito Date: 2012-11-14 17:11:06 +0000 (Wed, 14 Nov 2012) Log Message: ----------- When replacing a hip association, the new association needs to copy in the cookie solution, to use in subsequent key material generations. Modified Paths: -------------- hip/trunk/src/util/hip_util.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-11-14 17:10:02
|
Revision: 246 http://openhip.svn.sourceforge.net/openhip/?rev=246&view=rev Author: sarabito Date: 2012-11-14 17:09:51 +0000 (Wed, 14 Nov 2012) Log Message: ----------- When comparing bits for cookie check, do not call ntoh64 prior to masking the bits. Doing so was breaking compatibility on little vs. big endian systems (e.g. x86 to arm). Modified Paths: -------------- hip/trunk/src/util/hip_util.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <orl...@us...> - 2012-10-11 22:11:53
|
Revision: 245 http://openhip.svn.sourceforge.net/openhip/?rev=245&view=rev Author: orliebrewer Date: 2012-10-11 22:11:47 +0000 (Thu, 11 Oct 2012) Log Message: ----------- Added code to send an ICMP packet of type "Parameter Problem" in response to an ESP packet with an unknown SPI as per RFC 5202. A HIP process receiving an ICMP packet of type "Parameter Problem" for a HIP association will send a HIP address check UPDATE to its peer for that HIP assoication. If there is no response, that HIP association will be deleted. If the UPDATE is successful, HIP will ignore future ICMP packets for that HIP assoication for a configurable amount of time. The icmp_timeout tag in the hip.conf controls this behavior. If not present or set to a value of zero, no ICMP packets will be sent or responded to. If set to a value greater than zero, HIP will send and respond to ICMP packets as described above and will ignore future ICMP packets for that number of seconds after a successful address check UPDATE exchange. Modified Paths: -------------- hip/trunk/src/include/hip/hip_types.h hip/trunk/src/linux/hip_linux_umh.c hip/trunk/src/protocol/hip_input.c hip/trunk/src/protocol/hip_main.c hip/trunk/src/usermode/hip_esp.c hip/trunk/src/util/hip_util.c hip/trunk/src/util/hip_xml.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <orl...@us...> - 2012-09-12 21:34:34
|
Revision: 244 http://openhip.svn.sourceforge.net/openhip/?rev=244&view=rev Author: orliebrewer Date: 2012-09-12 21:34:28 +0000 (Wed, 12 Sep 2012) Log Message: ----------- In VPLS (endbox) mode, make the frequency of the heartbeat logging messages (in seconds) configurable, i.e. the endbox_heartbeat_time tag in the hip.conf file. Not present or a value of zero means no heartbeat logging messages. Modified Paths: -------------- hip/trunk/src/include/hip/hip_types.h hip/trunk/src/protocol/hip_main.c hip/trunk/src/usermode/hip_dns.c hip/trunk/src/usermode/hip_endbox.c hip/trunk/src/usermode/hip_esp.c hip/trunk/src/usermode/hip_status2.c hip/trunk/src/util/hip_xml.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-07-16 05:24:47
|
Revision: 243 http://openhip.svn.sourceforge.net/openhip/?rev=243&view=rev Author: sarabito Date: 2012-07-16 05:24:41 +0000 (Mon, 16 Jul 2012) Log Message: ----------- Changed svn executable properties on VPLS scripts. Property Changed: ---------------- hip/trunk/src/util/scripts/bridge_down.sh hip/trunk/src/util/scripts/bridge_up.sh hip/trunk/src/util/scripts/get_mylsi.sh hip/trunk/src/util/scripts/runhip.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-07-16 04:23:01
|
Revision: 242 http://openhip.svn.sourceforge.net/openhip/?rev=242&view=rev Author: sarabito Date: 2012-07-16 04:22:55 +0000 (Mon, 16 Jul 2012) Log Message: ----------- Minor tweaks to utilitiy scripts for VPLS. Modified Paths: -------------- hip/trunk/src/util/scripts/get_mylsi.sh hip/trunk/src/util/scripts/runhip.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sar...@us...> - 2012-07-06 22:36:57
|
Revision: 241 http://openhip.svn.sourceforge.net/openhip/?rev=241&view=rev Author: sarabito Date: 2012-07-06 22:36:50 +0000 (Fri, 06 Jul 2012) Log Message: ----------- Fix bug setting decrypted packet length too long, which added garbage ethernet padding at end of IP packet. Modified Paths: -------------- hip/trunk/src/usermode/hip_esp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sil...@us...> - 2012-03-29 15:58:00
|
Revision: 240 http://openhip.svn.sourceforge.net/openhip/?rev=240&view=rev Author: siliconja Date: 2012-03-29 15:57:49 +0000 (Thu, 29 Mar 2012) Log Message: ----------- fix Mac OS X compilation issues clean up ESP output thread with duplicate add_outgoing_esp_header() and add_ipv4_header() functions Modified Paths: -------------- hip/trunk/configure.ac hip/trunk/src/include/win32/checksum.h hip/trunk/src/mac/hip_mac.c hip/trunk/src/usermode/hip_esp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sil...@us...> - 2012-03-29 15:54:54
|
Revision: 239 http://openhip.svn.sourceforge.net/openhip/?rev=239&view=rev Author: siliconja Date: 2012-03-29 15:54:45 +0000 (Thu, 29 Mar 2012) Log Message: ----------- added comment about optional color-tests option older versions of automake do not support this, and there is no easy fix for detecting support and conditionally compiling it (aclocal problem) Modified Paths: -------------- hip/trunk/src/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sil...@us...> - 2012-03-29 15:53:40
|
Revision: 238 http://openhip.svn.sourceforge.net/openhip/?rev=238&view=rev Author: siliconja Date: 2012-03-29 15:53:30 +0000 (Thu, 29 Mar 2012) Log Message: ----------- allow disabling mobile router support with #define for platforms that don't support it (Mac OS X, older Linux kernels) Modified Paths: -------------- hip/trunk/src/linux/hip_linux_umh.c hip/trunk/src/usermode/hip_mr.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |