History log of /openbsd/sbin/isakmpd/message.h (Results 1 – 25 of 29)
Revision Date Author Comments
# 2f1aa25b 15-Jan-2018 mpi <mpi@openbsd.org>

Spacing, no object change.


# c03203f3 04-Jan-2018 mpi <mpi@openbsd.org>

space -> tab

No object change.


# 20c653eb 10-Mar-2016 yasuoka <yasuoka@openbsd.org>

Don't retransmit responses for unauthenticated messages.
Base on diff from Yuuichi Someya

ok markus reyk mikeb


# b9fc9a72 16-Jan-2015 deraadt <deraadt@openbsd.org>

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

show more ...


# 2fe09b3d 15-Apr-2007 hshoexer <hshoexer@openbsd.org>

Fix interop-issue with vpn peers that start reyking on port 4500 when
NAT-T is used. Solves problems with cisco and openswan.

Tested by todd@ (cisco interop), ok ho@

Original fix with Stefan Roth

Fix interop-issue with vpn peers that start reyking on port 4500 when
NAT-T is used. Solves problems with cisco and openswan.

Tested by todd@ (cisco interop), ok ho@

Original fix with Stefan Roth (stefan dot roth at siemens dot com),
thanks!

show more ...


# ed76d6b8 26-May-2005 hshoexer <hshoexer@openbsd.org>

Use TAILQ_FOREACH where possible, remove payload_last()

ok markus


# 77825d14 08-Apr-2005 deraadt <deraadt@openbsd.org>

always enable aggressive, dpd, and isakmp_cfg


# e0d722f1 10-Aug-2004 ho <ho@openbsd.org>

Better implementation of the Dead Peer Detection protocol, RFC 3706.
hshoexer@ ok.


# 77fa3de5 20-Jun-2004 ho <ho@openbsd.org>

Make the payload array in struct message dynamic, since we need to handle
payloads in the private range, such as the pre-RFC NAT-D/NAT-OA.
Replace TAILQ_FIRST(&msg->payload[i]) instances with functio

Make the payload array in struct message dynamic, since we need to handle
payloads in the private range, such as the pre-RFC NAT-D/NAT-OA.
Replace TAILQ_FIRST(&msg->payload[i]) instances with function calls.

show more ...


# abdb7d6f 10-Jun-2004 hshoexer <hshoexer@openbsd.org>

Mark authenticated messages explicitly. Better check for authentication before
deleteing SAs.

This fix is needed to solve the problems reported by Thomas Walpuski, previous
diff was not sufficient.

Mark authenticated messages explicitly. Better check for authentication before
deleteing SAs.

This fix is needed to solve the problems reported by Thomas Walpuski, previous
diff was not sufficient. Pointed out by Thomas. Thanks!

ok ho@ niklas@, testing and spellcheck by todd@ msf@

show more ...


# 12f43dab 23-May-2004 hshoexer <hshoexer@openbsd.org>

More KNF. Mainly spaces and line-wraps, no binary change.

ok ho@


# fb9475d6 15-Apr-2004 deraadt <deraadt@openbsd.org>

partial move to KNF. More to come. This has happened because there
are a raft of source code auditors who are willing to help improve this
code only if this is done, and hey, isakmpd does need our

partial move to KNF. More to come. This has happened because there
are a raft of source code auditors who are willing to help improve this
code only if this is done, and hey, isakmpd does need our standard
auditing process. ok ho hshoexer

show more ...


# 5675e05f 06-Nov-2003 ho <ho@openbsd.org>

Style nits.


# f3571e78 04-Jun-2003 ho <ho@openbsd.org>

Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, Angelos
D. Keromytis and Niels Provos.


# 867e2181 26-Oct-2001 ho <ho@openbsd.org>

Sometimes the daemon will not die promptly on SIGTERM, even though
all DELETE notifications is sent out. Create a prioritized send-queue
for the DELETE messages to solve this. Some (C)-2001.
niklas@

Sometimes the daemon will not die promptly on SIGTERM, even though
all DELETE notifications is sent out. Create a prioritized send-queue
for the DELETE messages to solve this. Some (C)-2001.
niklas@ ok.

show more ...


# bcfff259 10-Oct-2000 niklas <niklas@openbsd.org>

message.c: Merge with EOM 1.156
message.h: Merge with EOM 1.51
transport.c: Merge with EOM 1.43

author: provos
use message_send_expire for timeouts. okay niklas@


# b063bb31 07-Oct-2000 niklas <niklas@openbsd.org>

Merge with EOM 1.50

author: niklas
alphabeticize


# bdbf6df3 01-Feb-2000 niklas <niklas@openbsd.org>

apps/certpatch/certpatch.8: Merge with EOM 1.4
apps/certpatch/certpatch.c: Merge with EOM 1.6
exchange.c: Merge with EOM 1.114
ike_quick_mode.c: Merge with EOM 1.110
ike_phase_1.c: Merge with EOM 1.1

apps/certpatch/certpatch.8: Merge with EOM 1.4
apps/certpatch/certpatch.c: Merge with EOM 1.6
exchange.c: Merge with EOM 1.114
ike_quick_mode.c: Merge with EOM 1.110
ike_phase_1.c: Merge with EOM 1.16
ike_auth.c: Merge with EOM 1.41
ike_aggressive.c: Merge with EOM 1.4
libcrypto.c: Merge with EOM 1.10
libcrypto.h: Merge with EOM 1.10
isakmpd.8: Merge with EOM 1.19
isakmpd.c: Merge with EOM 1.42
ipsec.h: Merge with EOM 1.40
init.c: Merge with EOM 1.22
message.c: Merge with EOM 1.143
message.h: Merge with EOM 1.49
sa.c: Merge with EOM 1.98
sa.h: Merge with EOM 1.54
policy.c: Merge with EOM 1.14
pf_key_v2.c: Merge with EOM 1.36
x509.c: Merge with EOM 1.32
x509.h: Merge with EOM 1.9
udp.c: Merge with EOM 1.46

author: niklas
Angelos copyrights

show more ...


# b4d6e506 26-Aug-1999 niklas <niklas@openbsd.org>

ike_phase_1.c: Merge with EOM 1.8
message.c: Merge with EOM 1.135
message.h: Merge with EOM 1.48
sa.c: Merge with EOM 1.97
sa.h: Merge with EOM 1.53

author: angelos
Complete policy work; tested for

ike_phase_1.c: Merge with EOM 1.8
message.c: Merge with EOM 1.135
message.h: Merge with EOM 1.48
sa.c: Merge with EOM 1.97
sa.h: Merge with EOM 1.53

author: angelos
Complete policy work; tested for the shared-key case. Documentation needed.

show more ...


# 272fa543 01-May-1999 niklas <niklas@openbsd.org>

TO-DO: Merge with EOM 1.36
sa.c: Merge with EOM 1.90
message.c: Merge with EOM 1.131
message.h: Merge with EOM 1.47

author: niklas
Send DELETE payloads in informational exchanges


# c2a7e134 30-Apr-1999 niklas <niklas@openbsd.org>

ike_phase_1.c: Merge with EOM 1.3
ike_quick_mode.c: Merge with EOM 1.84
message.h: Merge with EOM 1.46

author: niklas
New message_drop API. Generate real INVALID_COOKIE notification.
Generate infor

ike_phase_1.c: Merge with EOM 1.3
ike_quick_mode.c: Merge with EOM 1.84
message.h: Merge with EOM 1.46

author: niklas
New message_drop API. Generate real INVALID_COOKIE notification.
Generate informational exchanges in phase 1 too. Really get these
messages to the wire

show more ...


# 8ea1acfe 27-Apr-1999 niklas <niklas@openbsd.org>

Merge with EOM 1.45

author: niklas
typo

author: niklas
Collapse MSG_NO_RETRANS & MSG_KEEP into MSG_LAST.


# 0a1f440c 19-Apr-1999 niklas <niklas@openbsd.org>

./message.h: Merge with EOM 1.43

Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes

Make message_dump_raw public, for udp_report in udp.c

Garbage collect transports vi

./message.h: Merge with EOM 1.43

Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes

Make message_dump_raw public, for udp_report in udp.c

Garbage collect transports via refcounting. Fix commentary.

1999 copyrights

show more ...


# 6dfacc3f 26-Feb-1999 niklas <niklas@openbsd.org>

Merge from the Ericsson repository
| revision 1.39
| date: 1999/02/06 15:03:40; author: niklas; state: Exp; lines: +4 -1
| Do not forget to remove message from sendq when freed
| -----------------

Merge from the Ericsson repository
| revision 1.39
| date: 1999/02/06 15:03:40; author: niklas; state: Exp; lines: +4 -1
| Do not forget to remove message from sendq when freed
| ----------------------------

show more ...


# 2b81057d 21-Dec-1998 niklas <niklas@openbsd.org>

Last months worth of work on isakmpd, lots done


12