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_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.15   8 years  tedu   push LDSTATIC line down so it's not overridden by makefile.inc. ok reyk
[TXT] ca.c  1.40   8 years  reyk   Sync proc.c, use shorter proc_compose[v]()
[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.42   8 years  patrick   Implement a second address pool specifically for IPv6, so that clients can be gi...
[TXT] control.c  1.21   8 years  claudio   EAGAIN handling for imsg_read. OK henning@ benno@
[TXT] crypto.c  1.19   8 years  naddy   RFC4754 specifies ECDSA-521 (sic), not -512. ok reyk@
[TXT] dh.c  1.17   8 years  reyk   Switch iked to C99-style fixed-width integer types. OK mikeb@
[TXT] dh.h  1.9   8 years  reyk   Switch iked to C99-style fixed-width integer types. OK mikeb@
[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.19   9 years  jmc   tweak previous; ok mikeb plus a macro fix while here...
[TXT] iked.c  1.30   8 years  reyk   Sync proc.c, use shorter proc_compose[v]()
[TXT] iked.conf.5  1.44   8 years  naddy   Remove plain DES encryption from IPsec. DES is insecure since brute force attac...
[TXT] iked.h  1.96   8 years  patrick   Implement a second address pool specifically for IPv6, so that clients can be gi...
[TXT] ikev2.c  1.131   8 years  patrick   Use the last 32-bits of the IPv6 address to dynamically assign addresses from th...
[TXT] ikev2.h  1.23   8 years  naddy   RFC4754 specifies ECDSA-521 (sic), not -512. ok reyk@
[TXT] ikev2_msg.c  1.45   8 years  reyk   Remove the ikev1 stub - Since I started iked, it has an empty privsep process fo...
[TXT] ikev2_pld.c  1.55   8 years  mmcc   Remove some unnecessary NULL-checks before free(). Change two bzero() calls on p...
[TXT] imsg_util.c  1.10   8 years  reyk   Switch iked to C99-style fixed-width integer types. OK mikeb@
[TXT] log.c  1.8   8 years  reyk   sync with vmd
[TXT] ocsp.c  1.8   8 years  reyk   Sync proc.c, use shorter proc_compose[v]()
[TXT] parse.y  1.56.2.1   7 years  benno   During parsing of the iked(8) configuration, a variable is set to 0 by mistake, ...
[TXT] pfkey.c  1.51   8 years  mmcc   http -> https for IETF/IANA URLs in comments
[TXT] policy.c  1.42   8 years  patrick   Implement a second address pool specifically for IPv6, so that clients can be gi...
[TXT] proc.c  1.29   8 years  reyk   Add imsg "peerid" to debug messages (only within -DDEBUG).
[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.12   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] types.h  1.25   8 years  gsoares   fyx typo. s,dynanic,dynamic, OK reyk
[TXT] util.c  1.30   8 years  reyk   Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) calls with the...