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_3_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   17 years  hshoexer   Big spelling cleanup, no binary change. From david@
[TXT] DESIGN-NOTES  1.25   17 years  hshoexer   Big spelling cleanup, no binary change. From david@
[TXT] Makefile  1.80   16 years  espie   fix race in makefile
[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.97   16 years  hshoexer   Define default configurations for AES-192 and AES-256. From Mitja Muzenic <mitj...
[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.29   17 years  cloder   Bump crypto buffer logging (before crypto/after crypto) to level 70 from level 3...
[TXT] crypto.h  1.18   17 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.132   16 years  deraadt   more malloc(n * m) -> calloc(n, m); from Igor Zinovik
[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   17 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.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.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.71   16 years  moritz   Fix possible memory leaks when sending phase 1 IDs. From Igor Zinovik <zinovik@c...
[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.101   16 years  hshoexer   Remove a superflous debug fprintf.
[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.130   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[TXT] ipsec.h  1.26   17 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   20 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.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.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.104   16 years  jmc   convert to new .Dd format;
[TXT] isakmpd.c  1.96   17 years  moritz   Don't let -r fall through to the next case block, if INSECURE_RAND is defined. ...
[TXT] isakmpd.conf.5  1.125   16 years  hshoexer   Define default configurations for AES-192 and AES-256. From Mitja Muzenic <mitj...
[TXT] isakmpd.policy.5  1.41   16 years  jmc   convert to new .Dd format;
[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   16 years  pvalchev   safer snprintf construct with more paranoid length calculation ok millert
[TXT] log.h  1.24   18 years  moritz   add log_errorx() which doesn't print the errno value. ok hshoexer@
[TXT] message.c  1.126   16 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.71   16 years  hshoexer   Do not complain about being not able to read non-existing files. Minor glitch i...
[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.13   16 years  hshoexer   Use a union to ensure alignment of the cmsg. ok deraadt
[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.182   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[TXT] pf_key_v2.h  1.13   17 years  markus   export pf_key_v2_disable_sa() (unbreaks build)
[TXT] policy.c  1.91   16 years  tom   Allow key exchange with RSA signature authentication to work with Cisco IOS and ...
[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.113   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[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   17 years  hshoexer   Big spelling cleanup, no binary change. From david@
[TXT] udp.c  1.94   17 years  moritz   There's no point in checking ptr for NULL before doing free(ptr) since free(NULL...
[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.53   17 years  moritz   There's no point in checking ptr for NULL before doing free(ptr) since free(NULL...
[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.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.28   17 years  moritz   There's no point in checking ptr for NULL before doing free(ptr) since free(NULL...
[TXT] virtual.h  1.1   19 years  ho   NAT-Traversal for isakmpd. Work in progress... hshoexer@ ok.
[TXT] x509.c  1.111   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[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] math_2n.c (in the Attic) [Hide]  1.26   17 years  moritz   There's no point in checking ptr for NULL before doing free(ptr) since free(NULL...
[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   17 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@