OpenBSD CVS

src/sbin/iked/


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 / iked

Current tag: OPENBSD_6_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.17   6 years  espie   more depends gc / yacc rules overhaul okay millert@
[TXT] ca.c  1.48.2.1   3 years  deraadt   Fix return value check for openssl API used during pubkey validation. Found tha...
[TXT] chap_ms.c  1.9   8 years  reyk   Switch iked to C99-style fixed-width integer types. OK mikeb@
[TXT] chap_ms.h  1.6   8 years  reyk   Switch iked to C99-style fixed-width integer types. OK mikeb@
[TXT] config.c  1.50   5 years  patrick   Add support for IKEv2 Message Fragmentation as defined in RFC 7383. ok sthen@
[TXT] control.c  1.26   5 years  mestre   Remove cpath pledge(2) promise. We decided that not deleting the unix control so...
[TXT] crypto.c  1.22   6 years  otto   fix char ** to const char ** conversion warning; ok mikeb@
[TXT] dh.c  1.22   5 years  sthen   When curve25519 was added to iked, it was based on the internet-draft and used a...
[TXT] dh.h  1.11   6 years  patrick   In the final RFC 5903 the computation for the DH shared secret changed. Instead ...
[TXT] eap.c  1.14   8 years  reyk   Switch iked to C99-style fixed-width integer types. OK mikeb@
[TXT] eap.h  1.5   8 years  reyk   Switch iked to C99-style fixed-width integer types. OK mikeb@
[TXT] genmap.sh  1.7   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] iked.8  1.22   5 years  sthen   update RFC references, from tobias_heider at genua.de, ok claudio@
[TXT] iked.c  1.37   5 years  patrick   Add support for IKEv2 Message Fragmentation as defined in RFC 7383. ok sthen@
[TXT] iked.conf.5  1.57   4 years  tobhe   Clarify "protected-subnet" option. Explain the use of the option (according to ...
[TXT] iked.h  1.123   4 years  tobhe   Fix NAT traversal detection bug when "local" option is not explicitly set. ok p...
[TXT] ikev2.c  1.176   4 years  tobhe   Use SPI_SA() instead of __func__ in all logging calls. Use log_info instead of l...
[TXT] ikev2.h  1.30   5 years  patrick   Add support for IKEv2 Message Fragmentation as defined in RFC 7383. ok sthen@
[TXT] ikev2_msg.c  1.56   4 years  tobhe   Prepend SPI to send and recv log messages to see which line belongs to which SA....
[TXT] ikev2_pld.c  1.74   4 years  tobhe   Fix conflict when IKE SA and Child SA rekeying happen at the same time. If the ...
[TXT] imsg_util.c  1.11   7 years  mikeb   Constify the data argument for ibuf_new From and OK markus@, OK reyk
[TXT] log.c  1.12   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] ocsp.c  1.9   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] parse.y  1.84   4 years  tobhe   Fix leaks by cleaning up after configuration parser. ok bluhm@
[TXT] pfkey.c  1.60   5 years  mpi   Make sure the TAP extension is only added to the vector when needed. Fix a prob...
[TXT] policy.c  1.48   4 years  tobhe   Prepend SPI to send and recv log messages to see which line belongs to which SA....
[TXT] proc.c  1.31   5 years  mestre   Remove cpath pledge(2) promise. We decided that not deleting the unix control so...
[TXT] smult_curve25519_ref.c  1.1   9 years  reyk   Add support for Curve25519 using the public domain code that is found in OpenSSH...
[TXT] timer.c  1.13   7 years  mikeb   Disable the timer event before attempting to change it Report and fix by Nikola...
[TXT] types.h  1.30   5 years  patrick   Add support for IKEv2 Message Fragmentation as defined in RFC 7383. ok sthen@
[TXT] util.c  1.37   5 years  claudio   Make sure that the prefixlen returned by mask2prefixlen6 is never bigger than 12...