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

Current tag: OPENBSD_4_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] apps/        
[DIR] features/        
[DIR] regress/        
[DIR] samples/        
[DIR] sysdep/        
[TXT] BUGS  1.15   18 years  hshoexer   Big spelling cleanup, no binary change. From david@
[TXT] DESIGN-NOTES  1.25   18 years  hshoexer   Big spelling cleanup, no binary change. From david@
[TXT] Makefile  1.82   13 years  jsg   Switch the remaining users of libdes in src to libcrypto, telnet portion partial...
[TXT] QUESTIONS  1.5   20 years  jmc   updated URL from Jared Yanovich;
[TXT] README  1.19   21 years  kjell   typo: noneheless->nontheless
[TXT] TO-DO  1.26   20 years  markus   support AES in phase 1, too. switch to OpenSSL EVP interface; with Hans-Joerg.Ho...
[TXT] app.c  1.12   19 years  hshoexer   clean up KEY_API() wrapper. ok ho@
[TXT] app.h  1.7   20 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] attribute.c  1.12   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[TXT] attribute.h  1.6   20 years  hshoexer   Some more KNF, no binary change. ok ho@
[TXT] cert.c  1.32   16 years  tom   Allow key exchange with RSA signature authentication to work with Cisco IOS and ...
[TXT] cert.h  1.15   16 years  tom   Allow key exchange with RSA signature authentication to work with Cisco IOS and ...
[TXT] conf.c  1.99   13 years  mikeb   Support for use of AES-GCM-16 (as AESGCM) and ENCR_NULL_AUTH_AES_GMAC (as AESGMA...
[TXT] conf.h  1.34   17 years  hshoexer   Make SA deletion on shutdown the default again. Use -S for failover situations ...
[TXT] connection.c  1.35   17 years  moritz   There's no point in checking ptr for NULL before doing free(ptr) since free(NULL...
[TXT] connection.h  1.5   20 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] constants.c  1.10   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[TXT] constants.h  1.6   20 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] cookie.c  1.15   19 years  hshoexer   get rid of sysdep_sa_len ok cloder@
[TXT] cookie.h  1.7   20 years  hshoexer   Some more KNF, no binary change. ok ho@
[TXT] crypto.c  1.31   13 years  mikeb   convert to fuse cast from the libcrypto. with a simplification nit from blamber...
[TXT] crypto.h  1.20   13 years  mikeb   convert to fuse cast from the libcrypto. with a simplification nit from blamber...
[TXT] dh.c  1.13   13 years  markus   branches: 1.13.2; make key exchange faster by not checking the predefined group...
[TXT] dh.h  1.8   13 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] dnssec.c  1.23   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[TXT] dnssec.h  1.7   20 years  hshoexer   Some more KNF, no binary change. ok ho@
[TXT] doi.c  1.10   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[TXT] doi.h  1.15   19 years  deraadt   USE_DEBUG is bye bye
[TXT] dpd.c  1.16   17 years  ho   Style; return is not a function. hshoexer@ ok.
[TXT] dpd.h  1.3   18 years  markus   don't send DPD messages before the exchange is finialized, otherwise we have a r...
[TXT] exchange.c  1.133   15 years  hshoexer   Remove some dead (#if 0) code.
[TXT] exchange.h  1.33   16 years  tom   Allow key exchange with RSA signature authentication to work with Cisco IOS and ...
[TXT] exchange_num.cst  1.5   18 years  hshoexer   Big spelling cleanup, no binary change. From david@
[TXT] field.c  1.19   18 years  cloder   Add a new raw2hex function and yank out several pieces of code in other places t...
[TXT] field.h  1.6   20 years  hshoexer   More KNF. Mainly spaces and line-wraps, no binary change. ok ho@
[TXT] genconstants.sh  1.12   20 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] genfields.sh  1.9   20 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] hash.c  1.22   15 years  djm   adapt to sha2(3) API changes; ok millert@
[TXT] hash.h  1.8   17 years  hshoexer   support sha2 for main mode hmacs and aesctr for quick mode encryption. ok markus...
[TXT] if.c  1.25   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[TXT] if.h  1.7   20 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] ike_aggressive.c  1.11   13 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] ike_aggressive.h  1.5   20 years  hshoexer   More KNF. Mainly spaces and line-wraps, no binary change. ok ho@
[TXT] ike_auth.c  1.110   17 years  moritz   There's no point in checking ptr for NULL before doing free(ptr) since free(NULL...
[TXT] ike_auth.h  1.5   20 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] ike_main_mode.c  1.17   13 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] ike_main_mode.h  1.6   20 years  hshoexer   More KNF. Mainly spaces and line-wraps, no binary change. ok ho@
[TXT] ike_phase_1.c  1.72   13 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] ike_phase_1.h  1.4   20 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] ike_quick_mode.c  1.105   13 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] ike_quick_mode.h  1.6   20 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] init.c  1.40   13 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] init.h  1.6   20 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] ipsec.c  1.136   13 years  mikeb   Support for use of AES-GCM-16 (as AESGCM) and ENCR_NULL_AUTH_AES_GMAC (as AESGMA...
[TXT] ipsec.h  1.26   18 years  hshoexer   Big whitespace cleanup.
[TXT] ipsec_doi.h  1.8   20 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] ipsec_fld.fld  1.5   21 years  ho   Remove clauses 3 and 4. With approval from Niklas Hallqvist and Niels Provos.
[TXT] ipsec_num.cst  1.17   13 years  mikeb   Support for use of AES-GCM-16 (as AESGCM) and ENCR_NULL_AUTH_AES_GMAC (as AESGMA...
[TXT] isakmp.h  1.7   19 years  ho   NAT-Traversal for isakmpd. Work in progress... hshoexer@ ok.
[TXT] isakmp_cfg.c  1.38   17 years  moritz   There's no point in checking ptr for NULL before doing free(ptr) since free(NULL...
[TXT] isakmp_cfg.h  1.5   20 years  hshoexer   More KNF. Mainly spaces and line-wraps, no binary change. ok ho@
[TXT] isakmp_doi.c  1.26   13 years  todd   as determined 4 years ago, FortiGate needs DOI of 0 responses to DPD so, copy a ...
[TXT] isakmp_doi.h  1.5   20 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] isakmp_fld.fld  1.8   19 years  ho   NAT-Traversal for isakmpd. Work in progress... hshoexer@ ok.
[TXT] isakmp_num.cst  1.13   18 years  hshoexer   typo in comment
[TXT] isakmpd.8  1.107   13 years  jmc   make clearer the relationship between isakmpd and ikev1; and iked and ikev2; ok ...
[TXT] isakmpd.c  1.98   14 years  lum   Log when isakmpd starts - patch from Toni Mueller ok ho@ mpf@ krw@ sthen@ kjell@...
[TXT] isakmpd.conf.5  1.127   13 years  mikeb   Support for use of AES-GCM-16 (as AESGCM) and ENCR_NULL_AUTH_AES_GMAC (as AESGMA...
[TXT] isakmpd.policy.5  1.44   13 years  jmc   make clearer the relationship between isakmpd and ikev1; and iked and ikev2; ok ...
[TXT] key.c  1.25   17 years  moritz   Set pointer to NULL after freeing it, so callers of key_from_printable() are not...
[TXT] key.h  1.8   18 years  cloder   Be cleaner about signed vs. unsigned when it's easy to do so. OK hshoexer
[TXT] libcrypto.h  1.17   19 years  cloder   Always compile X509 support. Almost everyone uses it. Makes the code much easie...
[TXT] log.c  1.60   17 years  pvalchev   safer snprintf construct with more paranoid length calculation ok millert
[TXT] log.h  1.25   15 years  hshoexer   mark log_fatal() and monitor_exit() as __dead, as they do not return.
[TXT] message.c  1.126   17 years  pvalchev   safer snprintf construct with more paranoid length calculation ok millert
[TXT] message.h  1.25   17 years  hshoexer   Fix interop-issue with vpn peers that start reyking on port 4500 when NAT-T is u...
[TXT] monitor.c  1.72   14 years  krw   Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> 'po...
[TXT] monitor.h  1.19   15 years  hshoexer   mark log_fatal() and monitor_exit() as __dead, as they do not return.
[TXT] monitor_fdpass.c  1.16   16 years  deraadt   msg_controllen has to be CMSG_SPACE so that the kernel can account for each cmsg...
[TXT] nat_traversal.c  1.20   17 years  cloder   Kill a log message which looks like an error message but is actually both meanin...
[TXT] nat_traversal.h  1.4   18 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.186   13 years  mikeb   Support for use of AES-GCM-16 (as AESGCM) and ENCR_NULL_AUTH_AES_GMAC (as AESGMA...
[TXT] pf_key_v2.h  1.13   18 years  markus   export pf_key_v2_disable_sa() (unbreaks build)
[TXT] policy.c  1.92   13 years  mikeb   Support for use of AES-GCM-16 (as AESGCM) and ENCR_NULL_AUTH_AES_GMAC (as AESGMA...
[TXT] policy.h  1.17   16 years  tom   Allow key exchange with RSA signature authentication to work with Cisco IOS and ...
[TXT] prf.c  1.15   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[TXT] prf.h  1.10   20 years  deraadt   partial move to KNF. More to come. This has happened because there are a raft ...
[TXT] sa.c  1.115   13 years  martinh   When looking up an SA based on peer address, also check the port number. Without...
[TXT] sa.h  1.49   17 years  reyk   add support to tag ipsec traffic belonging to specific IKE-initiated phase 2 tra...
[TXT] timer.c  1.15   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[TXT] timer.h  1.7   20 years  hshoexer   More KNF. Mainly spaces and line-wraps, no binary change. ok ho@
[TXT] transport.c  1.35   18 years  hshoexer   remove some unused functions and an unused variable found by lint. ok markus@
[TXT] transport.h  1.18   18 years  hshoexer   Big spelling cleanup, no binary change. From david@
[TXT] udp.c  1.95   15 years  bluhm   If isakmpd is started with -4 or -6, virtual_get_default() may return NULL. Thi...
[TXT] udp.h  1.11   19 years  hshoexer   Zap -P option. It has never done anything. While there tweak descripton of -N....
[TXT] udp_encap.c  1.21   17 years  moritz   There's no point in checking ptr for NULL before doing free(ptr) since free(NULL...
[TXT] udp_encap.h  1.2   19 years  hshoexer   remove unused variable.
[TXT] ui.c  1.54   15 years  bluhm   Arguments to fifo commands were limited to 80 bytes. That is too short for IPv6...
[TXT] ui.h  1.8   17 years  mpf   Add a new UI command to force isakmpd into passive only mode. Will be used by sa...
[TXT] util.c  1.65   14 years  claudio   Add missing RTM_VERSION check. This is needed before accessing other data from r...
[TXT] util.h  1.29   17 years  reyk   add support to tag ipsec traffic belonging to specific IKE-initiated phase 2 tra...
[TXT] vendor.c  1.4   17 years  moritz   There's no point in checking ptr for NULL before doing free(ptr) since free(NULL...
[TXT] vendor.h  1.2   17 years  pedro   typo in initial RCS tag ($OpenBSD: -> $OpenBSD$)
[TXT] virtual.c  1.31   13 years  phessler   When binding to addresses, ignore any IP address not in the current routing doma...
[TXT] virtual.h  1.1   19 years  ho   NAT-Traversal for isakmpd. Work in progress... hshoexer@ ok.
[TXT] x509.c  1.113   13 years  reyk   Replace the hand-crafted Diffie-Hellman implementation in isakmpd with the small...
[TXT] x509.h  1.22   16 years  tom   Allow key exchange with RSA signature authentication to work with Cisco IOS and ...
[TXT] libcrypto.c (in the Attic) [Hide]  1.19   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[TXT] sysdep.h (in the Attic) [Hide]  1.25   19 years  hshoexer   clean up KEY_API() wrapper. ok ho@