OpenBSD CVS

src/sbin/isakmpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / isakmpd


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] apps/        
[DIR] features/        
[DIR] regress/        
[DIR] samples/        
[DIR] sysdep/        
[TXT] BUGS  1.16   3 years  mpi   Remove listing of fixed bugs. ok markus@
[TXT] DESIGN-NOTES  1.25   14 years  hshoexer   Big spelling cleanup, no binary change. From david@
[TXT] Makefile  1.89   5 weeks  bluhm   Link isakmpd dynamically. Mount /usr on NFS via IPsec does not work anyway. Dy...
[TXT] QUESTIONS  1.5   17 years  jmc   updated URL from Jared Yanovich;
[TXT] README  1.20   4 years  tb   move links from http to https://www.openbsd.org/ ok beck
[TXT] TO-DO  1.26   17 years  markus   support AES in phase 1, too. switch to OpenSSL EVP interface; with Hans-Joerg.Ho...
[TXT] app.c  1.14   4 years  guenther   Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and instead p...
[TXT] app.h  1.7   16 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] attribute.c  1.13   4 years  guenther   Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and instead p...
[TXT] attribute.h  1.6   16 years  hshoexer   Some more KNF, no binary change. ok ho@
[TXT] cert.c  1.33   8 years  deraadt   remove excessive includes
[TXT] cert.h  1.16   6 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] conf.c  1.107   3 years  mpi   Support DH groups 19 to 21 and 25 to 30, just like iked(8) does. ok visa@, mark...
[TXT] conf.h  1.34   14 years  hshoexer   Make SA deletion on shutdown the default again. Use -S for failover situations ...
[TXT] connection.c  1.41   3 years  mpi   Spacing, no object change.
[TXT] connection.h  1.5   16 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] constants.c  1.10   15 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[TXT] constants.h  1.6   16 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] cookie.c  1.17   4 years  guenther   Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and instead p...
[TXT] cookie.h  1.7   16 years  hshoexer   Some more KNF, no binary change. ok ho@
[TXT] crypto.c  1.35   3 years  mpi   Spacing, no object change.
[TXT] crypto.h  1.20   10 years  mikeb   convert to fuse cast from the libcrypto. with a simplification nit from blamber...
[TXT] dh.c  1.21   3 years  patrick   In the final RFC 5903 the computation for the DH shared secret changed. Instead ...
[TXT] dh.h  1.10   3 years  patrick   In the final RFC 5903 the computation for the DH shared secret changed. Instead ...
[TXT] dnssec.c  1.27   3 years  mpi   Spacing, no object change.
[TXT] dnssec.h  1.7   16 years  hshoexer   Some more KNF, no binary change. ok ho@
[TXT] doi.c  1.11   8 years  deraadt   remove excessive includes
[TXT] doi.h  1.15   15 years  deraadt   USE_DEBUG is bye bye
[TXT] dpd.c  1.20   3 years  jca   Use clock_gettime(CLOCK_MONOTONIC) to schedule timers From Scott Cheloha, ok tb...
[TXT] dpd.h  1.3   15 years  markus   don't send DPD messages before the exchange is finialized, otherwise we have a r...
[TXT] exchange.c  1.142   3 years  mpi   Spacing, no object change.
[TXT] exchange.h  1.37   3 years  mpi   Spacing, no object change.
[TXT] exchange_num.cst  1.5   14 years  hshoexer   Big spelling cleanup, no binary change. From david@
[TXT] field.c  1.22   3 years  tom   Check return value of asprintf(), and don't use 0 as a char * Started by, and o...
[TXT] field.h  1.6   16 years  hshoexer   More KNF. Mainly spaces and line-wraps, no binary change. ok ho@
[TXT] genconstants.sh  1.13   7 years  deraadt   improve randomization. remove some junk debugging features that are fundamental...
[TXT] genfields.sh  1.10   7 years  deraadt   improve randomization. remove some junk debugging features that are fundamental...
[TXT] hash.c  1.24   5 years  mmcc   A classic case for bzero() -> explicit_bzero() ok deraadt@
[TXT] hash.h  1.8   14 years  hshoexer   support sha2 for main mode hmacs and aesctr for quick mode encryption. ok markus...
[TXT] if.c  1.26   20 months  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] if.h  1.7   16 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] ike_aggressive.c  1.13   3 years  mpi   Spacing, no object change.
[TXT] ike_aggressive.h  1.5   16 years  hshoexer   More KNF. Mainly spaces and line-wraps, no binary change. ok ho@
[TXT] ike_auth.c  1.118   8 months  tobhe   Fix shared DH secret length in log message. ok patrick@
[TXT] ike_auth.h  1.5   16 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] ike_main_mode.c  1.19   3 years  mpi   Spacing, no object change.
[TXT] ike_main_mode.h  1.6   16 years  hshoexer   More KNF. Mainly spaces and line-wraps, no binary change. ok ho@
[TXT] ike_phase_1.c  1.78   2 years  jsg   add missing braces implied by indentation ok millert@ mpi@
[TXT] ike_phase_1.h  1.4   16 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] ike_quick_mode.c  1.114   3 years  mpi   Spacing, no object change.
[TXT] ike_quick_mode.h  1.6   16 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] init.c  1.43   3 years  mpi   Spacing, no object change.
[TXT] init.h  1.6   16 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] ipsec.c  1.150   3 years  mpi   Spacing, no object change.
[TXT] ipsec.h  1.27   3 years  patrick   In the final RFC 5903 the computation for the DH shared secret changed. Instead ...
[TXT] ipsec_doi.h  1.8   16 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] ipsec_fld.fld  1.5   17 years  ho   Remove clauses 3 and 4. With approval from Niklas Hallqvist and Niels Provos.
[TXT] ipsec_num.cst  1.20   3 years  mpi   Support DH groups 19 to 21 and 25 to 30, just like iked(8) does. ok visa@, mark...
[TXT] isakmp.h  1.7   16 years  ho   NAT-Traversal for isakmpd. Work in progress... hshoexer@ ok.
[TXT] isakmp_cfg.c  1.41   3 years  mpi   Spacing, no object change.
[TXT] isakmp_cfg.h  1.5   16 years  hshoexer   More KNF. Mainly spaces and line-wraps, no binary change. ok ho@
[TXT] isakmp_doi.c  1.26   10 years  todd   as determined 4 years ago, FortiGate needs DOI of 0 responses to DPD so, copy a ...
[TXT] isakmp_doi.h  1.5   16 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] isakmp_fld.fld  1.8   16 years  ho   NAT-Traversal for isakmpd. Work in progress... hshoexer@ ok.
[TXT] isakmp_num.cst  1.13   15 years  hshoexer   typo in comment
[TXT] isakmpd.8  1.123   18 months  jmc   mop up for the pcap.3 rename; help/ok deraadt
[TXT] isakmpd.c  1.107   3 years  mpi   Spacing, no object change.
[TXT] isakmpd.conf.5  1.135   2 years  stsp   Document how to avoid isakmpd(8) source IP address pitfalls by using the Listen-...
[TXT] isakmpd.policy.5  1.48   5 years  jmc   typo fix; from julian hsiao
[TXT] key.c  1.26   4 years  guenther   Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and instead p...
[TXT] key.h  1.8   15 years  cloder   Be cleaner about signed vs. unsigned when it's easy to do so. OK hshoexer
[TXT] libcrypto.c  1.19   15 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[TXT] libcrypto.h  1.18   6 years  jsg   add additional includes required to build with -DOPENSSL_NO_DEPRECATED
[TXT] log.c  1.64   3 years  mpi   Spacing, no object change.
[TXT] log.h  1.25   12 years  hshoexer   mark log_fatal() and monitor_exit() as __dead, as they do not return.
[TXT] message.c  1.129   4 years  yasuoka   Fix memory leak. Call proto_free() always to free proto. Diff from Yuuichi Some...
[TXT] message.h  1.29   3 years  mpi   Spacing, no object change.
[TXT] monitor.c  1.81   13 months  yasuoka   Fix isakmpd monitor process to use the exit status of main process when exiting....
[TXT] monitor.h  1.19   12 years  hshoexer   mark log_fatal() and monitor_exit() as __dead, as they do not return.
[TXT] monitor_fdpass.c  1.17   5 years  jca   Print ssize_t with %zd; ok deraadt@ mmcc@
[TXT] nat_traversal.c  1.25   3 years  jca   Use clock_gettime(CLOCK_MONOTONIC) to schedule timers From Scott Cheloha, ok tb...
[TXT] nat_traversal.h  1.4   15 years  hshoexer   Use payload NAT-D or NAT-D-DRAFT according to NAT-T vendor ID advertised by the ...
[TXT] pf_key_v2.c  1.201   15 months  tobhe   Change the default security level for incoming IPsec flows from isakmpd and iked...
[TXT] pf_key_v2.h  1.13   14 years  markus   export pf_key_v2_disable_sa() (unbreaks build)
[TXT] policy.c  1.101   20 months  deraadt   snprintf/vsnprintf return < 0 on error, rather than -1.
[TXT] policy.h  1.17   13 years  tom   Allow key exchange with RSA signature authentication to work with Cisco IOS and ...
[TXT] prf.c  1.16   8 years  deraadt   remove excessive includes
[TXT] prf.h  1.10   16 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] sa.c  1.124   3 years  jca   Use clock_gettime(CLOCK_MONOTONIC) to schedule timers From Scott Cheloha, ok tb...
[TXT] sa.h  1.54   3 years  mpi   Spacing, no object change.
[TXT] timer.c  1.18   3 years  jca   Use clock_gettime(CLOCK_MONOTONIC) to schedule timers From Scott Cheloha, ok tb...
[TXT] timer.h  1.9   3 years  jca   Use clock_gettime(CLOCK_MONOTONIC) to schedule timers From Scott Cheloha, ok tb...
[TXT] transport.c  1.39   7 weeks  mortimer   Extern transport_list. Fixed compilation with -fno-common. ok deraadt@
[TXT] transport.h  1.23   7 weeks  mortimer   Extern transport_list. Fixed compilation with -fno-common. ok deraadt@
[TXT] udp.c  1.95   12 years  bluhm   If isakmpd is started with -4 or -6, virtual_get_default() may return NULL. Thi...
[TXT] udp.h  1.11   16 years  hshoexer   Zap -P option. It has never done anything. While there tweak descripton of -N....
[TXT] udp_encap.c  1.23   5 years  deraadt   <stdlib.h> is included, so do not need to cast result from malloc, calloc, reall...
[TXT] udp_encap.h  1.2   16 years  hshoexer   remove unused variable.
[TXT] ui.c  1.57   3 years  jca   Use clock_gettime(CLOCK_MONOTONIC) to schedule timers From Scott Cheloha, ok tb...
[TXT] ui.h  1.8   14 years  mpf   Add a new UI command to force isakmpd into passive only mode. Will be used by sa...
[TXT] util.c  1.72   20 months  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] util.h  1.33   3 years  jca   Use clock_gettime(CLOCK_MONOTONIC) to schedule timers From Scott Cheloha, ok tb...
[TXT] vendor.c  1.6   3 years  patrick   In the final RFC 5903 the computation for the DH shared secret changed. Instead ...
[TXT] vendor.h  1.2   14 years  pedro   typo in initial RCS tag ($OpenBSD: -> $OpenBSD$)
[TXT] virtual.c  1.33   20 months  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] virtual.h  1.1   16 years  ho   NAT-Traversal for isakmpd. Work in progress... hshoexer@ ok.
[TXT] x509.c  1.118   6 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] x509.h  1.22   13 years  tom   Allow key exchange with RSA signature authentication to work with Cisco IOS and ...
[TXT] GNUmakefile (in the Attic) [Hide]  1.14   15 years  deraadt   nothing uses this
[TXT] README.PKI (in the Attic) [Hide]  1.8   15 years  hshoexer   This file is outdated, everything needed for setting up PKI is in the man pages ...
[TXT] asn.c (in the Attic) [Hide]  1.9   21 years  niklas   regress/x509/certificate.txt: Merge with EOM 1.4 asn_useful.h: Merge with EOM 1....
[TXT] asn.h (in the Attic) [Hide]  1.5   21 years  niklas   regress/x509/certificate.txt: Merge with EOM 1.4 asn_useful.h: Merge with EOM 1....
[TXT] asn_useful.c (in the Attic) [Hide]  1.8   21 years  niklas   regress/x509/certificate.txt: Merge with EOM 1.4 asn_useful.h: Merge with EOM 1....
[TXT] asn_useful.h (in the Attic) [Hide]  1.4   21 years  niklas   regress/x509/certificate.txt: Merge with EOM 1.4 asn_useful.h: Merge with EOM 1....
[TXT] dyn.c (in the Attic) [Hide]  1.2   18 years  ho   The dlopen() stuff goes away.
[TXT] dyn.h (in the Attic) [Hide]  1.2   18 years  ho   The dlopen() stuff goes away.
[TXT] gmp_util.c (in the Attic) [Hide]  1.13   15 years  hshoexer   kill gmp
[TXT] gmp_util.h (in the Attic) [Hide]  1.9   15 years  hshoexer   kill gmp
[TXT] isakmpd.conf.sample (in the Attic) [Hide]  1.8   21 years  niklas   Merge with EOM 1.27 author: niklas Not a good sample anymore
[TXT] isakmpd_cert.sample (in the Attic) [Hide]  1.2   21 years  niklas   Remove bad examples of stuff we do not yet support in this version anyhow
[TXT] isakmpd_key.pub.sample (in the Attic) [Hide]  1.2   21 years  niklas   Remove bad examples of stuff we do not yet support in this version anyhow
[TXT] isakmpd_key.sample (in the Attic) [Hide]  1.2   21 years  niklas   Remove bad examples of stuff we do not yet support in this version anyhow
[TXT] math_2n.c (in the Attic) [Hide]  1.27   10 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] math_2n.h (in the Attic) [Hide]  1.10   10 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] math_ec2n.c (in the Attic) [Hide]  1.14   10 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] math_ec2n.h (in the Attic) [Hide]  1.8   10 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] math_group.c (in the Attic) [Hide]  1.33   10 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] math_group.h (in the Attic) [Hide]  1.13   10 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] math_mp.h (in the Attic) [Hide]  1.8   10 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] pf_encap.c (in the Attic) [Hide]  1.25   19 years  ho   Remove support for PF_ENCAP (deprecated since OpenBSD2.5).
[TXT] pf_encap.h (in the Attic) [Hide]  1.10   19 years  ho   Remove support for PF_ENCAP (deprecated since OpenBSD2.5).
[TXT] pkcs.c (in the Attic) [Hide]  1.11   21 years  niklas   regress/x509/certificate.txt: Merge with EOM 1.4 asn_useful.h: Merge with EOM 1....
[TXT] pkcs.h (in the Attic) [Hide]  1.6   21 years  niklas   regress/x509/certificate.txt: Merge with EOM 1.4 asn_useful.h: Merge with EOM 1....
[TXT] sysdep-openbsd.c (in the Attic) [Hide]  1.4   22 years  niklas   Merge from the Ericsson repository
[TXT] sysdep.c (in the Attic) [Hide]  1.3   22 years  niklas   Merge from the Ericsson repository
[TXT] sysdep.h (in the Attic) [Hide]  1.26   7 years  deraadt   improve randomization. remove some junk debugging features that are fundamental...