index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
iked
/
util.c
Age
Commit message (
Expand
)
Author
2015-11-23
Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) calls
Reyk Floeter
2015-11-21
Move local logging functions to util.c (which is shared with ikectl),
Reyk Floeter
2015-11-19
Simplify all instances of get_string() and get_data() using malloc() and
mmcc
2015-08-21
Switch iked to C99-style fixed-width integer types.
Reyk Floeter
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-02-21
support rekeying for IPCOMP; ok mikeb@
Markus Friedl
2014-02-14
initial support for IPComp
Markus Friedl
2013-12-03
never cast to sockaddr_storage, always cast to the abstract 'class' sockaddr
Markus Friedl
2013-11-28
include hexdump in debug output only for -vvv; ok mikeb@
Markus Friedl
2013-11-22
Whole bunch of (unsigned char) casts carefully added for ctype calls.
Theo de Raadt
2013-11-21
Make the bit string u_char * in print_bits(). In practice we
Todd C. Miller
2013-10-24
no need for netinet/ip_var.h (and friends)
Theo de Raadt
2013-01-08
Remove private CVS tag from an obsolete repository and bump copyright
Reyk Floeter
2012-12-04
remove some unnecessary sys/param.h inclusions
Theo de Raadt
2012-09-18
update email addresses to match reality.
Reyk Floeter
2012-05-08
When setting up NAT-T notify payloads, make sure to supply an
Mike Belopuhov
2012-03-24
fix some leaks
Jonathan Gray
2011-05-27
spacing
Reyk Floeter
2011-01-21
Reimplement the iked(8) policy evaluation for incoming connections to
Reyk Floeter
2011-01-17
move mask2prefixlen functions to the util module; ok reyk
Mike Belopuhov
2010-12-22
move and rename util.c:print_id() to ikev2.c:ikev2_print_id() because
Reyk Floeter
2010-12-22
split util.c into two files: imsg_util.c for ibuf/imsg stuff and util for
Reyk Floeter
2010-12-01
Clarify the internal ibuf API: rename ibuf_copy() to ibuf_get() because
Reyk Floeter
2010-06-29
add code to lookup the RSA public keys in /etc/iked/pubkeys/ as an
Reyk Floeter
2010-06-27
cycle static buffers in print_bits()
Reyk Floeter
2010-06-26
Include the Id type in the generated SA tag that is passed to the
Reyk Floeter
2010-06-14
restructure code a bit to move closer to initiator mode:
Reyk Floeter
2010-06-14
cleanup messages and parsed information correctly
Reyk Floeter
2010-06-10
small fix for sockaddr_cmp()
Reyk Floeter
2010-06-03
Import iked, a new implementation of the IKEv2 protocol.
Reyk Floeter