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_1


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.78   17 years  hshoexer   Let isakmpd send out a vendor ID announcing isamkpds release version. Will be ha...
[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.31   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[TXT] cert.h  1.14   20 years  hshoexer   Some more KNF, no binary change. ok ho@
[TXT] conf.c  1.93   17 years  hshoexer   isakmpd bits for ESP+NULL encryption. This is useful, when AH can not be used (...
[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.34   17 years  mpf   Add a new UI command to force isakmpd into passive only mode. Will be used by sa...
[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.28   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[TXT] crypto.h  1.18   18 years  hshoexer   Big spelling cleanup, no binary change. From david@
[TXT] dh.c  1.11   18 years  djm   check for degenerate Diffie-Hellman public exponents; ok markus@ hshoexer@ deraa...
[TXT] dh.h  1.7   20 years  hshoexer   Some more KNF, no binary change. ok ho@
[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.129   17 years  tom   Make sure we can't accidentally free() a pointer that's been accepted by message...
[TXT] exchange.h  1.32   17 years  hshoexer   Let isakmpd send out a vendor ID announcing isamkpds release version. Will be ha...
[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.21   17 years  hshoexer   support sha2 for main mode hmacs and aesctr for quick mode encryption. ok markus...
[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.10   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[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.109   17 years  reyk   add support to tag ipsec traffic belonging to specific IKE-initiated phase 2 tra...
[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.16   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[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.66   17 years  hshoexer   Let isakmpd send out a vendor ID announcing isamkpds release version. Will be ha...
[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.99   17 years  msf   Allow isakmpd to use a different private rsa key per isakmp ID. Hans wrote this ...
[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.39   17 years  hshoexer   Let isakmpd send out a vendor ID announcing isamkpds release version. Will be ha...
[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.127   17 years  reyk   add support to tag ipsec traffic belonging to specific IKE-initiated phase 2 tra...
[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.16   18 years  hshoexer   add ENCAP_UDP_{TUNNEL,TRANSPORT} types according to rfc 3947 ok markus
[TXT] isakmp.h  1.7   19 years  ho   NAT-Traversal for isakmpd. Work in progress... hshoexer@ ok.
[TXT] isakmp_cfg.c  1.37   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[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.25   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[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.101   17 years  jmc   improve the description of -a. specifically, make it clear that ipsec.conf users...
[TXT] isakmpd.c  1.95   17 years  mpf   Add a new UI command to force isakmpd into passive only mode. Will be used by sa...
[TXT] isakmpd.conf.5  1.121   17 years  jmc   tweak;
[TXT] isakmpd.policy.5  1.39   18 years  hshoexer   Big spelling cleanup, no binary change. From david@
[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.59   17 years  otto   Use S_IS* macros insted of masking with S_IF* flags. The latter may have multipl...
[TXT] log.h  1.24   19 years  moritz   add log_errorx() which doesn't print the errno value. ok hshoexer@
[TXT] message.c  1.123.2.1   17 years  ckuethe   Original Commit by hshoexer@, original commit message: =========================...
[TXT] message.h  1.24.8.1   17 years  ckuethe   Original Commit by hshoexer@, original commit message: =========================...
[TXT] monitor.c  1.66   17 years  ho   Style; return is not a function. hshoexer@ ok.
[TXT] monitor.h  1.18   18 years  hshoexer   make sure the command fifo is ready before isakmpd returns. This resolves a sta...
[TXT] monitor_fdpass.c  1.12   19 years  hshoexer   where possible, use bzero instead of memset ok cloder henning
[TXT] nat_traversal.c  1.18   17 years  hshoexer   Add a comment that explains, why the VID of draft 2 NAT-T includes a traling '\n...
[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.178   17 years  hshoexer   isakmpd bits for ESP+NULL encryption. This is useful, when AH can not be used (...
[TXT] pf_key_v2.h  1.13   18 years  markus   export pf_key_v2_disable_sa() (unbreaks build)
[TXT] policy.c  1.89   17 years  cloder   keynote_cert_obtain should not leak in case of error. OK moritz@
[TXT] policy.h  1.16   19 years  cloder   Now that X509 is de-featurized, no need for USE_X509 in regress tests. Start com...
[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.110   17 years  reyk   add support to tag ipsec traffic belonging to specific IKE-initiated phase 2 tra...
[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.93   18 years  hshoexer   Small cleanup to avoid gotos, from Andrey Matveev. ok moritz@
[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.19.6.1   17 years  ckuethe   Original Commit by hshoexer@, original commit message: =========================...
[TXT] udp_encap.h  1.2   19 years  hshoexer   remove unused variable.
[TXT] ui.c  1.52   17 years  markus   new ui command 'rmv': removes an entry from a list, thus reversing an 'add' oper...
[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.63   17 years  reyk   add support to tag ipsec traffic belonging to specific IKE-initiated phase 2 tra...
[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.2   17 years  ho   Style; return is not a function. hshoexer@ ok.
[TXT] vendor.h  1.1   17 years  hshoexer   Let isakmpd send out a vendor ID announcing isamkpds release version. Will be ha...
[TXT] virtual.c  1.26.4.1   17 years  ckuethe   Original Commit by hshoexer@, original commit message: =========================...
[TXT] virtual.h  1.1   19 years  ho   NAT-Traversal for isakmpd. Work in progress... hshoexer@ ok.
[TXT] x509.c  1.108   17 years  tom   There may be more than one item in the subjectAltName (cropping up with CACert c...
[TXT] x509.h  1.21   20 years  hshoexer   More KNF. Mainly spaces and line-wraps, no binary change. ok ho@
[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] math_2n.c (in the Attic) [Hide]  1.25   18 years  hshoexer   Big spelling cleanup, no binary change. From david@
[TXT] math_2n.h (in the Attic) [Hide]  1.9   18 years  hshoexer   remove some unused functions and an unused variable found by lint. ok markus@
[TXT] math_ec2n.c (in the Attic) [Hide]  1.13   19 years  cloder   Make deterministic randomness (only ever used for testing) a compile-time option...
[TXT] math_ec2n.h (in the Attic) [Hide]  1.7   20 years  hshoexer   More KNF. Mainly spaces and line-wraps, no binary change. ok ho@
[TXT] math_group.c (in the Attic) [Hide]  1.32   17 years  ho   Style; return is not a function. hshoexer@ ok.
[TXT] math_group.h (in the Attic) [Hide]  1.12   18 years  hshoexer   Big spelling cleanup, no binary change. From david@
[TXT] math_mp.h (in the Attic) [Hide]  1.7   19 years  hshoexer   remove gmp, no binary change
[TXT] sysdep.h (in the Attic) [Hide]  1.25   19 years  hshoexer   clean up KEY_API() wrapper. ok ho@