History log of /openbsd/sbin/isakmpd/cookie.c (Results 1 – 17 of 17)
Revision Date Author Comments
# 12e5c931 03-Feb-2017 guenther <guenther@openbsd.org>

Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and
instead pull in <netinet/in.h> or <arpa/inet.h> when those are needed.

ok florian@ beck@ millert@


# baf9c2db 23-Jan-2014 deraadt <deraadt@openbsd.org>

Remove a mid-layer which acts like arc4random isn't fairly standard.
ok mikeb


# c506f982 08-Apr-2005 hshoexer <hshoexer@openbsd.org>

get rid of sysdep_sa_len

ok cloder@


# df915834 14-May-2004 hshoexer <hshoexer@openbsd.org>

Some more KNF, 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 ...


# 4a2e0fb7 03-Jun-2003 ho <ho@openbsd.org>

Remove clauses 3 and 4. With approval from Niklas Hallqvist and
Niels Provos.


# 1ae0ca71 23-Aug-2002 ho <ho@openbsd.org>

Small cleanup.


# 11492ef1 26-Oct-2001 ho <ho@openbsd.org>

Change to use sysdep_sa_len() function.


# 3fd8781b 29-Jun-2001 ho <ho@openbsd.org>

Change get_src/get_dst API as we get the length with sa_len.


# f010adc2 29-Jun-2001 ho <ho@openbsd.org>

A few more direct sa_len usages.


# 8563069d 25-Jun-2001 ho <ho@openbsd.org>

Handle responder cookies same as initiator cookies.


# 36e96ecb 05-Aug-1999 niklas <niklas@openbsd.org>

regress/rsakeygen/Makefile: Merge with EOM 1.5
sysdep/openbsd/sysdep.c: Merge with EOM 1.8
cookie.c: Merge with EOM 1.21
util.c: Merge with EOM 1.15
util.h: Merge with EOM 1.7

author: niklas
Move re

regress/rsakeygen/Makefile: Merge with EOM 1.5
sysdep/openbsd/sysdep.c: Merge with EOM 1.8
cookie.c: Merge with EOM 1.21
util.c: Merge with EOM 1.15
util.h: Merge with EOM 1.7

author: niklas
Move regrand var to util.c, and get the decl from util.h, do not update the
cookie secret if in deterministic mode.

show more ...


# 04c806a6 19-Apr-1999 niklas <niklas@openbsd.org>

./cookie.c: Merge with EOM 1.20
./dh.c: Merge with EOM 1.5
./hash.c: Merge with EOM 1.10
./math_group.h: Merge with EOM 1.7

Style. alloc error reporting. Math error propagation. Allocate right
si

./cookie.c: Merge with EOM 1.20
./dh.c: Merge with EOM 1.5
./hash.c: Merge with EOM 1.10
./math_group.h: Merge with EOM 1.7

Style. alloc error reporting. Math error propagation. Allocate right
sizes.

1999 copyrights

show more ...


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

Merge from the Ericsson repository
| revision 1.18
| date: 1999/02/25 11:38:49; author: niklas; state: Exp; lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


# 01f1f88e 17-Nov-1998 niklas <niklas@openbsd.org>

Add RCS Ids from the EOM repository


# 1c3f8bde 15-Nov-1998 niklas <niklas@openbsd.org>

openBSD RCS IDs


# 2040585e 15-Nov-1998 niklas <niklas@openbsd.org>

Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for the
OpenBSD IPSEC stack by me, Niklas Hallqvist and Niels Provos, funded by
Ericsson Radio Systems. It is not yet complete or usa

Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for the
OpenBSD IPSEC stack by me, Niklas Hallqvist and Niels Provos, funded by
Ericsson Radio Systems. It is not yet complete or usable in a real scenario
but the missing pieces will soon be there. The early commit is for people
who wants early access and who are not afraid of looking at source.
isakmpd interops with Cisco, Timestep, SSH & Pluto (Linux FreeS/WAN) so
far, so it is not that incomplete. It is really mostly configuration that
is lacking.

show more ...