Commit Graph

13 Commits

Author SHA1 Message Date
Jeff Ahrenholz 1688c20640 relicense to MIT license, updating the license text at top of all source files
fill in missing authors and copyright dates (using CVS/SVN history)
use doxygen tags in header block




git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/branches/hipv2@191 4c5cb64f-9889-4596-9799-84b02dc3effa
2012-02-07 23:16:36 +00:00
Jeff Ahrenholz c02d395cff re-style code using GNU style with 2 space indents
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/branches/hipv2@190 4c5cb64f-9889-4596-9799-84b02dc3effa
2012-02-06 22:27:31 +00:00
Jeff Ahrenholz dcbcdbacc6 changed uncrustify config and re-ran style checker, using sp_before_paren setting
this adds a space before the parenthesis for if/for/switch/while blocks



git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/branches/hipv2@185 4c5cb64f-9889-4596-9799-84b02dc3effa
2012-01-30 19:47:14 +00:00
Jeff Ahrenholz 36c8288829 ran uncrustify to enforce common style
all changes briefly visually inspected, with some tweaking of output

the following files were excluded due to bad results (mostly C++ styling):

src/util/cfg-ifmap/ifmap_thread.h
src/util/cfg-ifmap/ifmap_client.h 
src/include/hip/hip_cfg_ldap.h
src/include/hip/hip_cfg.h
src/include/hip/hip_cfg_files.h
src/include/hip/hip_cfg_map.h
src/include/hip/hip_cfg_api.h



git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/branches/hipv2@183 4c5cb64f-9889-4596-9799-84b02dc3effa
2012-01-27 17:14:04 +00:00
Jeff Ahrenholz 32a40ec5ee merge changes from trunk into hipv2 branch (r164:181)
also fix build with gcc 4.6.1 (Ubuntu 11.10)


git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/branches/hipv2@182 4c5cb64f-9889-4596-9799-84b02dc3effa
2012-01-26 21:07:37 +00:00
Jeff Ahrenholz 03ead9b296 (Boeing r91)
globally replace SMA_CRAWLER with a more general HIP_VPLS tag



git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@118 4c5cb64f-9889-4596-9799-84b02dc3effa
2011-06-13 21:59:31 +00:00
Jeff Ahrenholz 1368afbe01 (Boeing r73)
fix invalid HMAC_2 bug due to strncpy() of hi->name without zeroing it first
turn off save_known_identities in hip.conf by default


git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@101 4c5cb64f-9889-4596-9799-84b02dc3effa
2011-05-11 21:45:17 +00:00
Jeff Ahrenholz 718ee7da0a allow for <preferred> conf option on Mac OS X
don't select() on esp6 socket on Mac OS X, which happens to be stdin
set disable_udp=yes on Mac OS X by default


git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@27 4c5cb64f-9889-4596-9799-84b02dc3effa
2009-08-13 21:55:54 +00:00
Jeff Ahrenholz 4bc2762aac Summary of recent hip.conf file changes:
- min_lifetime and max_lifetime become min_reg_lifetime and max_reg_lifetime
  for clarity
- removed lifetime, reg_type_rvs, reg_type
- new disable_udp (default no) for using regular proto 139 HIP and 50 ESP 
  packets for outbound associations, inbound associations will match sender
- new default value of disable_dns=yes disables the DNS thread and possible
  performance hit on the system



git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@23 4c5cb64f-9889-4596-9799-84b02dc3effa
2009-08-13 14:58:05 +00:00
Jeff Ahrenholz 748267b8dc Cleanup of NAT code and implement nat-08 draft for HIP/ESP over UDP that
share the same port 50500.

remove keepalive threads and STUN code (note that this removes all instances
of the Vovida Software License); remove STUN and UDP options and initiate
UDP by default; remove extra udp params to fns and favor addr->sin_port 
instead

remove old CYGWIN ifdefs, no longer supported

move crawler code into usermode/hip_endbox.c for clarity



git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@22 4c5cb64f-9889-4596-9799-84b02dc3effa
2009-08-11 16:58:54 +00:00
Jeff Ahrenholz be95bd61ff Dave M. hip-0.6-noOpenSCdeps.patch remove all OpenSC dependencies and favor OpenSSL's engine interface instead
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@4 4c5cb64f-9889-4596-9799-84b02dc3effa
2009-06-23 19:02:50 +00:00
Jeff Ahrenholz b56c655ad1 Dave M. hip-0.6-buildcrawler.patch fixes to build with --enable-sma-crawler with -Werror
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@3 4c5cb64f-9889-4596-9799-84b02dc3effa
2009-06-23 15:12:53 +00:00
Jeff Ahrenholz 36136a6684 initial import of hip_release_ver0_6
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@1 4c5cb64f-9889-4596-9799-84b02dc3effa
2009-06-11 15:29:33 +00:00