1
0
Fork 0
mirror of https://bitbucket.org/openhip/openhip/ synced 2023-12-14 05:52:53 +01:00
Commit graph

22 commits

Author SHA1 Message Date
Jeff Ahrenholz e4036a2b07 fix Mac OS X compilation issues
clean up ESP output thread with duplicate add_outgoing_esp_header() and
  add_ipv4_header() functions



git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@240 4c5cb64f-9889-4596-9799-84b02dc3effa
2012-03-29 15:57:49 +00:00
Jeff Ahrenholz 8e109bac68 bump to 0.9svn1 to differentiate SVN from release version
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@236 4c5cb64f-9889-4596-9799-84b02dc3effa
2012-03-22 22:03:28 +00:00
Jeff Ahrenholz 2c2c46da8e bump version to 0.9 for release
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@234 4c5cb64f-9889-4596-9799-84b02dc3effa
2012-03-22 21:59:05 +00:00
Jeff Ahrenholz d9879e30a5 use pbuilder-dist (with cdbs) for building openhip Debian packages
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@228 4c5cb64f-9889-4596-9799-84b02dc3effa
2012-03-21 21:12:39 +00:00
Jeff Ahrenholz 54d876fe37 remove MOBILE_ROUTER ifdefs
mobile router support is now compiled in by default and controlled by the
  -mr command-line option



git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@222 4c5cb64f-9889-4596-9799-84b02dc3effa
2012-03-19 20:58:35 +00:00
Orlie Brewer 2396f3454b merge changes from trunk into hipv2 branch (r205:209)
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/branches/hipv2@210 4c5cb64f-9889-4596-9799-84b02dc3effa
2012-03-14 21:31:50 +00:00
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 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 8446df0956 remove libipq from build system
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/branches/hipv2@171 4c5cb64f-9889-4596-9799-84b02dc3effa
2012-01-13 18:40:36 +00:00
Jeff Ahrenholz 845e6f3552 remove kernel option from autoconf system along with main stub for hipd
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/branches/hipv2@145 4c5cb64f-9889-4596-9799-84b02dc3effa
2011-09-21 20:17:22 +00:00
Jeff Ahrenholz a33a83edf4 remove old support for i3 protocol
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/branches/hipv2@144 4c5cb64f-9889-4596-9799-84b02dc3effa
2011-09-21 18:57:39 +00:00
Jeff Ahrenholz b874dd5d4e (Boeing r101)
bump version to 0.8 for release



git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@137 4c5cb64f-9889-4596-9799-84b02dc3effa
2011-07-27 15:44:31 +00:00
Jeff Ahrenholz e7297329e8 bump version to 0.8_RC1 for release candidate
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@124 4c5cb64f-9889-4596-9799-84b02dc3effa
2011-07-18 16:43:17 +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 f57b67fde0 (Boeing r90)
fix minor spelling error in header comments, update (c)2011



git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@117 4c5cb64f-9889-4596-9799-84b02dc3effa
2011-06-13 18:01:29 +00:00
Orlie Brewer 26bc91b598 - use /var/log/hip.log for logfile and /var/run/hip.pid for PID file as
/usr/local/var/* is non-standard
- daemonize usermode hip daemon when -d option is specified
- note that printf() output from usermode threads is lost until we replace all
  printf() calls with a logging function



git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@56 4c5cb64f-9889-4596-9799-84b02dc3effa
2011-01-12 22:49:46 +00:00
Jeff Ahrenholz bce4909cdc added -lm linker flag for pow() when compiling with gcc 4.4.5 (Fedora 13)
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@44 4c5cb64f-9889-4596-9799-84b02dc3effa
2011-01-05 19:33:16 +00:00
Jeff Ahrenholz 179cddf67c remove use of libtool from autoconf and special Mac OS X case
add ./bootstrap.sh --enable-sma-crawler option to get libtool back for ./configure --enable-sma-crawler 


git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@26 4c5cb64f-9889-4596-9799-84b02dc3effa
2009-08-13 20:50:12 +00:00
Jeff Ahrenholz aab0b69aa7 fix gcc 4.4 compile (Fedora 11) by turning of strict aliasing checks;
macros that we use such as SA2IP() will need to be rewritten to really fix this


git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@18 4c5cb64f-9889-4596-9799-84b02dc3effa
2009-07-22 15:29:05 +00:00
Jeff Ahrenholz d9a19c19c9 Dave M. hip-0.6-hipcfgFiles.patch added support for files-based configuration library. Added autoconf support for --enable-sma-crawler=(config) including use of libtool.
git-svn-id: svn://svn.code.sf.net/p/openhip/code/hip/trunk@6 4c5cb64f-9889-4596-9799-84b02dc3effa
2009-07-01 20:38:26 +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 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