adden new isakmpd
commitd0bd9a072d6e50c04c873d73551e9ae1c61e9410
authorotti <otti@2edecd69-f0ce-4815-94af-351a89d40aaa>
Thu, 27 Dec 2007 11:13:13 +0000 (27 11:13 +0000)
committerotti <otti@2edecd69-f0ce-4815-94af-351a89d40aaa>
Thu, 27 Dec 2007 11:13:13 +0000 (27 11:13 +0000)
treed7a281c430052e04156265d9ab3108c631360a5e
parentb200dd83cfd9b9e2f6853ec8c6e1d798fa7cda40
adden new isakmpd

git-svn-id: https://anytun.org/svn/anytun@259 2edecd69-f0ce-4815-94af-351a89d40aaa
247 files changed:
keyexchange/isakmpd-20041012/.depend [new file with mode: 0644]
keyexchange/isakmpd-20041012/BUGS [new file with mode: 0644]
keyexchange/isakmpd-20041012/DESIGN-NOTES [new file with mode: 0644]
keyexchange/isakmpd-20041012/GNUmakefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/QUESTIONS [new file with mode: 0644]
keyexchange/isakmpd-20041012/README [new file with mode: 0644]
keyexchange/isakmpd-20041012/README.PKI [new file with mode: 0644]
keyexchange/isakmpd-20041012/TO-DO [new file with mode: 0644]
keyexchange/isakmpd-20041012/app.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/app.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/apps/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/apps/certpatch/.cvsignore [new file with mode: 0644]
keyexchange/isakmpd-20041012/apps/certpatch/GNUmakefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/apps/certpatch/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/apps/certpatch/certpatch.8 [new file with mode: 0644]
keyexchange/isakmpd-20041012/apps/certpatch/certpatch.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/attribute.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/attribute.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/cert.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/cert.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/conf.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/conf.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/connection.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/connection.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/constants.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/constants.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/cookie.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/cookie.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/crypto.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/crypto.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/debian/ChangeLog [new file with mode: 0644]
keyexchange/isakmpd-20041012/debian/README.Debian [new file with mode: 0644]
keyexchange/isakmpd-20041012/debian/changelog [new file with mode: 0644]
keyexchange/isakmpd-20041012/debian/control [new file with mode: 0644]
keyexchange/isakmpd-20041012/debian/copyright [new file with mode: 0644]
keyexchange/isakmpd-20041012/debian/isakmpd.dirs [new file with mode: 0644]
keyexchange/isakmpd-20041012/debian/isakmpd.init [new file with mode: 0644]
keyexchange/isakmpd-20041012/debian/isakmpd.lintian [new file with mode: 0644]
keyexchange/isakmpd-20041012/debian/rules [new file with mode: 0755]
keyexchange/isakmpd-20041012/dh.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/dh.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/dnssec.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/dnssec.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/doi.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/doi.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/dpd.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/dpd.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/exchange.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/exchange.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/exchange_num.cst [new file with mode: 0644]
keyexchange/isakmpd-20041012/features/aggressive [new file with mode: 0644]
keyexchange/isakmpd-20041012/features/dnssec [new file with mode: 0644]
keyexchange/isakmpd-20041012/features/dpd [new file with mode: 0644]
keyexchange/isakmpd-20041012/features/ec [new file with mode: 0644]
keyexchange/isakmpd-20041012/features/isakmp_cfg [new file with mode: 0644]
keyexchange/isakmpd-20041012/features/nat_traversal [new file with mode: 0644]
keyexchange/isakmpd-20041012/features/policy [new file with mode: 0644]
keyexchange/isakmpd-20041012/features/privsep [new file with mode: 0644]
keyexchange/isakmpd-20041012/features/x509 [new file with mode: 0644]
keyexchange/isakmpd-20041012/field.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/field.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/genconstants.sh [new file with mode: 0644]
keyexchange/isakmpd-20041012/genfields.sh [new file with mode: 0644]
keyexchange/isakmpd-20041012/gmp_util.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/gmp_util.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/hash.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/hash.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/if.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/if.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/ike_aggressive.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/ike_aggressive.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/ike_auth.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/ike_auth.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/ike_main_mode.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/ike_main_mode.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/ike_phase_1.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/ike_phase_1.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/ike_quick_mode.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/ike_quick_mode.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/init.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/init.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/ipsec.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/ipsec.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/ipsec_doi.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/ipsec_fld.fld [new file with mode: 0644]
keyexchange/isakmpd-20041012/ipsec_num.cst [new file with mode: 0644]
keyexchange/isakmpd-20041012/isakmp.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/isakmp_cfg.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/isakmp_cfg.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/isakmp_doi.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/isakmp_doi.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/isakmp_fld.fld [new file with mode: 0644]
keyexchange/isakmpd-20041012/isakmp_num.cst [new file with mode: 0644]
keyexchange/isakmpd-20041012/isakmpd.8 [new file with mode: 0644]
keyexchange/isakmpd-20041012/isakmpd.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/isakmpd.conf.5 [new file with mode: 0644]
keyexchange/isakmpd-20041012/isakmpd.policy.5 [new file with mode: 0644]
keyexchange/isakmpd-20041012/key.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/key.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/libcrypto.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/libcrypto.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/log.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/log.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/math_2n.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/math_2n.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/math_ec2n.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/math_ec2n.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/math_group.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/math_group.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/math_mp.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/message.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/message.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/monitor.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/monitor.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/monitor_fdpass.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/nat_traversal.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/nat_traversal.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/pf_key_v2.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/pf_key_v2.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/policy.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/policy.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/prf.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/prf.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/b2n/.cvsignore [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/b2n/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/b2n/b2ntest.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/check.sh [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/crypto/.cvsignore [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/crypto/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/crypto/cryptotest.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/dh/.cvsignore [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/dh/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/dh/dhtest.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/ec2n/.cvsignore [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/ec2n/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/ec2n/ec2ntest.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/exchange/.cvsignore [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/exchange/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/exchange/README [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/exchange/def-i.1 [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/exchange/def-r.1 [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/exchange/mm-1-setup.sh [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/exchange/mm-i-1.t [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/exchange/mm-r-1.t [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/exchange/run.pl [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/exchange/run.sh [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/group/.cvsignore [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/group/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/group/grouptest.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/hmac/.cvsignore [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/hmac/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/hmac/hmactest.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/prf/.cvsignore [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/prf/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/prf/prftest.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/rsakeygen/.cvsignore [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/rsakeygen/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/rsakeygen/rsakeygen.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/util/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/util/utiltest.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/x509/.cvsignore [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/x509/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/regress/x509/x509test.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sa.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sa.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/samples/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/samples/VPN-3way-template.conf [new file with mode: 0644]
keyexchange/isakmpd-20041012/samples/VPN-east.conf [new file with mode: 0644]
keyexchange/isakmpd-20041012/samples/VPN-west.conf [new file with mode: 0644]
keyexchange/isakmpd-20041012/samples/policy [new file with mode: 0644]
keyexchange/isakmpd-20041012/samples/singlehost-east.conf [new file with mode: 0644]
keyexchange/isakmpd-20041012/samples/singlehost-east.gdb [new file with mode: 0644]
keyexchange/isakmpd-20041012/samples/singlehost-setup.sh [new file with mode: 0644]
keyexchange/isakmpd-20041012/samples/singlehost-west.conf [new file with mode: 0644]
keyexchange/isakmpd-20041012/samples/singlehost-west.gdb [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/bsdi/GNUmakefile.sysdep [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/bsdi/Makefile.sysdep [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/bsdi/sysdep-os.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/bsdi/sysdep.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/blf.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/cast.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/libsysdep/GNUmakefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/libsysdep/Makefile [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/libsysdep/arc4random.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/libsysdep/blowfish.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/libsysdep/cast.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/libsysdep/md5.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/libsysdep/sha1.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/libsysdep/strlcat.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/libsysdep/strlcpy.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/md5.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/pcap.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/common/sha1.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/darwin/GNUmakefile.sysdep [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/darwin/Makefile.sysdep [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/darwin/sysdep-os.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/darwin/sysdep.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/freebsd/GNUmakefile.sysdep [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/freebsd/Makefile.sysdep [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/freebsd/sysdep-os.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/freebsd/sysdep.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/freeswan/GNUmakefile.sysdep [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/freeswan/Makefile.sysdep [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/freeswan/README [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/freeswan/klips.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/freeswan/klips.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/freeswan/sys/queue.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/freeswan/sysdep-os.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/freeswan/sysdep.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/linux/GNUmakefile.sysdep [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/linux/bitstring.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/linux/include/bitstring.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/linux/include/sys/queue.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/linux/sys/queue.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/linux/sysdep-os.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/linux/sysdep.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/netbsd/GNUmakefile.sysdep [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/netbsd/Makefile.sysdep [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/netbsd/sysdep-os.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/netbsd/sysdep.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/openbsd/GNUmakefile.sysdep [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/openbsd/Makefile.sysdep [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/openbsd/keynote_compat.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/openbsd/sysdep-os.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/sysdep/openbsd/sysdep.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/timer.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/timer.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/transport.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/transport.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/udp.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/udp.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/udp_encap.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/udp_encap.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/ui.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/ui.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/util.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/util.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/virtual.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/virtual.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/x509.c [new file with mode: 0644]
keyexchange/isakmpd-20041012/x509.h [new file with mode: 0644]
keyexchange/isakmpd-20041012/x509v3.cnf [new file with mode: 0644]
keyexchange/isakmpd_20041012-4.dsc [new file with mode: 0644]
keyexchange/isakmpd_20041012.orig.tar.gz [new file with mode: 0644]