1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 23 hours ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update to TAP-Win32 v9 driver from OpenVPN 2.1_rc15 2008-11-19 check for Windows Firewall and IPSEC Services during installation ask before uninstalling TAP-Win32 during uninstall automatically stop HIP service when running installer
Jeff Ahrenholz
as siliconja
More... about 15 years ago
unbreak win32 build from previous commit
Jeff Ahrenholz
as siliconja
More... about 15 years ago
fix packet retransmission when using UDP mode use one malloc/memcpy for UDP or retransmission, instead of two memcpy's for UDP
Jeff Ahrenholz
as siliconja
More... about 15 years ago
make established log output a little more readable
Jeff Ahrenholz
as siliconja
More... about 15 years ago
fix incorrect print message when UDP is used
Jeff Ahrenholz
as siliconja
More... about 15 years ago
fix for bug 1653438, don't write 127.x.x.x to known_host_identities move IN_LOOP() and IN6_LOOP() macros to hip_funcs.h and fix compiling on win32
Jeff Ahrenholz
as siliconja
More... about 15 years ago
make HIP windows service more robust for restarting when initializing the TAP-Win32 check for "A device attached to the system is not functioning." error vs "Not found" error, and retry to open the device a few times
Jeff Ahrenholz
as siliconja
More... about 15 years ago
unbreak Mac OS X build on Darwin 8.9.1 i386 use separate src/Makefile.mac.am since automake 1.6.3 doesn't support conditionals
Jeff Ahrenholz
as siliconja
More... about 15 years ago
fix incorrect check for libaes instead of libcrypto check results of AES/RSA check lib tests and produce error if openssl-devel is not installed
Jeff Ahrenholz
as siliconja
More... about 15 years ago
improve verbose console output - with multiple usermode threads, printing must be atomic; try to keep output to 80 column width fix bug 1808230 with missing hip.conf by intializing default transforms fix hanging upon exit in recvmsg()
Jeff Ahrenholz
as siliconja
More... about 15 years ago
minor printf cleanups
Jeff Ahrenholz
as siliconja
More... about 15 years ago
fix minor bug introduced when fixing compiler warnings causing pfkey_handle_get() not to return the byte count of SAs
Jeff Ahrenholz
as siliconja
More... about 15 years ago
unbreak --enable-sma-crawler build remove hardcoded includes from src/Makefile.am and instead use autoconf move check for libipq only if --enable-mobile-router specified added checks for openssl and opensc if --enable-sma-crawler specified
Jeff Ahrenholz
as siliconja
More... about 15 years ago
- fix build on win32 - fix build on GCC 4.1.1 FC5 - cleanup of Makefile.am with more efficient use of automake conditionals - rearrange configure.ac slightly so it is more readable, add comments - added --enable-mobile-router option to configure to conditionally compile HIP mobile router server extensions (not mobile router client).
Jeff Ahrenholz
as siliconja
More... about 15 years ago
echo commands in bootstrap script so we know what is going on
Jeff Ahrenholz
as siliconja
More... about 15 years ago
enable -Werror fix GCC 4.3.2 compiler warnings by checking the return value of write, fread, scanf, fscanf, fget, etc.
Jeff Ahrenholz
as siliconja
More... about 15 years ago
applied modified version of openhip0.5.1-to-smacrawler-mr.patch
Jeff Ahrenholz
as siliconja
More... about 15 years ago
fix build on Windows with new locking code
Jeff Ahrenholz
as siliconja
More... about 15 years ago
rewrite of the usermode SADB code use dynamic memory instead of static hash buckets with lists; this makes the hash chain list management code much simpler; this allows for proper storage and initialization of mutexes (you can't just copy a mutex)
Jeff Ahrenholz
as siliconja
More... about 15 years ago
added calls to crypto_init() and crypto_deinit() remove extra calls to RAND_seed() - seed random number generator once in crypto_init()
Jeff Ahrenholz
as siliconja
More... about 15 years ago
crypto init/deinit function defines
Jeff Ahrenholz
as siliconja
More... about 15 years ago
define a hip_mutex_t type so we don't need #ifdef WIN32 all over the place fix compiler warnings about using attribute packed
Jeff Ahrenholz
as siliconja
More... about 15 years ago
added OpenSSL crypto initialization and de-initialization functions, to properly use CRYPTO_set_locking_callback(), which is important with all of the user-mode threads concurrently performing crypto operations
Jeff Ahrenholz
as siliconja
More... about 15 years ago
display help in usermode status program upon startup
Jeff Ahrenholz
as siliconja
More... about 15 years ago
change the order of TLV parameters in R1 and I2 packets so that ESP_TRANSFORM is in the correct place
Jeff Ahrenholz
as siliconja
More... about 15 years ago
check return value of init_hip_assoc() for NULL (i.e. if max num connections reached)
Jeff Ahrenholz
as siliconja
More... about 15 years ago
fix bug in add_address_to_list() function where duplicate address may be added to list if it exists at the end of the list patch submitted by Orlie Brewer
Jeff Ahrenholz
as siliconja
More... about 15 years ago
when receiving I2 packet, move call to compute_keys() when HIP_TRANSFORM is received, not when ESP_TRANSFORM is received; this call to compute_keys() does not require the ESP transforms yet; this fixes interop with InfraHIP 20090313 snapshot version
Jeff Ahrenholz
as siliconja
More... about 15 years ago
minor change to debug print in draw_keys() esp_transform is not used for drawing HIP keys, so don't print it out
Jeff Ahrenholz
as siliconja
More... about 15 years ago
added -D_GNU_SOURCE to fix compile on Fedora with struct in6_pktinfo while here, use any CFLAGS supplied by environment
Jeff Ahrenholz
as siliconja
More... about 15 years ago