#
6ee513e5 |
| 05-Dec-2017 |
jca <jca@openbsd.org> |
Use clock_gettime(CLOCK_MONOTONIC) to schedule timers
From Scott Cheloha, ok tb@
|
#
5ae94ef8 |
| 20-Aug-2015 |
deraadt <deraadt@openbsd.org> |
<stdlib.h> is included, so do not need to cast result from malloc, calloc, realloc* ok krw millert
|
#
1c04898d |
| 02-Apr-2013 |
guenther <guenther@openbsd.org> |
Stop assuming time_t is long
ok deraadt@
|
#
e789a0db |
| 08-Apr-2005 |
cloder <cloder@openbsd.org> |
Make deterministic randomness (only ever used for testing) a compile-time option. Reduces chances of somehow setting regrand when it's not supposed to be set. Remove "-r" option from man page. Als
Make deterministic randomness (only ever used for testing) a compile-time option. Reduces chances of somehow setting regrand when it's not supposed to be set. Remove "-r" option from man page. Also xref certpatch(8) while we are in there. And remove some include sysdep.h where it is no longer needed. OK hshoexer
show more ...
|
#
50eea14c |
| 14-Jun-2004 |
ho <ho@openbsd.org> |
KNF, style, 80c, etc. hshoexer@ ok
|
#
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 ...
|
#
4a2e0fb7 |
| 03-Jun-2003 |
ho <ho@openbsd.org> |
Remove clauses 3 and 4. With approval from Niklas Hallqvist and Niels Provos.
|
#
401ae41b |
| 09-Jun-2002 |
todd <todd@openbsd.org> |
rm trailing whitespace
|
#
6be12088 |
| 28-May-2002 |
ho <ho@openbsd.org> |
Proper types in format strings. From <greg@nest.cx>
|
#
30c1e3c7 |
| 06-Jul-2001 |
ho <ho@openbsd.org> |
Style.
|
#
51ca15ae |
| 25-Feb-2000 |
niklas <niklas@openbsd.org> |
regress/crypto/Makefile: Merge with EOM 1.5 regress/dh/Makefile: Merge with EOM 1.7 regress/group/Makefile: Merge with EOM 1.9 regress/prf/Makefile: Merge with EOM 1.4 regress/rsakeygen/Makefile: Mer
regress/crypto/Makefile: Merge with EOM 1.5 regress/dh/Makefile: Merge with EOM 1.7 regress/group/Makefile: Merge with EOM 1.9 regress/prf/Makefile: Merge with EOM 1.4 regress/rsakeygen/Makefile: Merge with EOM 1.8 regress/x509/Makefile: Merge with EOM 1.10 Makefile: Merge with EOM 1.62 attribute.c: Merge with EOM 1.10 sa.c: Merge with EOM 1.99 conf.c: Merge with EOM 1.20 crypto.c: Merge with EOM 1.28 isakmpd.c: Merge with EOM 1.45 connection.c: Merge with EOM 1.19 doi.h: Merge with EOM 1.28 field.c: Merge with EOM 1.11 exchange.c: Merge with EOM 1.116 ike_auth.c: Merge with EOM 1.44 pf_key_v2.c: Merge with EOM 1.37 ike_phase_1.c: Merge with EOM 1.22 ipsec.c: Merge with EOM 1.118 isakmp_doi.c: Merge with EOM 1.40 log.c: Merge with EOM 1.26 log.h: Merge with EOM 1.18 math_group.c: Merge with EOM 1.23 message.c: Merge with EOM 1.144 pf_encap.c: Merge with EOM 1.70 policy.c: Merge with EOM 1.18 timer.c: Merge with EOM 1.13 transport.c: Merge with EOM 1.41 udp.c: Merge with EOM 1.47 ui.c: Merge with EOM 1.37 x509.c: Merge with EOM 1.36
author: niklas Made debug logging a compile time selectable feature
show more ...
|
#
fd37c001 |
| 02-Jun-1999 |
niklas <niklas@openbsd.org> |
exchange.c: Merge with EOM 1.106 timer.c: Merge with EOM 1.12
author: ho Logging nitpicks
|
#
0e97be1f |
| 19-Apr-1999 |
niklas <niklas@openbsd.org> |
./timer.c: Merge with EOM 1.11
Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes
Added timer_report
1999 copyrights
|
#
d0e913b9 |
| 26-Feb-1999 |
niklas <niklas@openbsd.org> |
Merge from the Ericsson repository | revision 1.8 | date: 1999/02/25 11:39:23; 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 ...
|