History log of /openbsd/sbin/isakmpd/sysdep/openbsd/sysdep.c (Results 1 – 25 of 38)
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.


# 60c439c7 22-Jan-2014 deraadt <deraadt@openbsd.org>

improve randomization. remove some junk debugging features that are
fundamentally broken.
ok jsing mikeb


# ae5feee3 21-Dec-2005 millert <millert@openbsd.org>

Userland programs should include <errno.h> not <sys/errno.h>
OK deraadt@


# 3a722197 04-May-2005 hshoexer <hshoexer@openbsd.org>

clean up KEY_API() wrapper.

ok ho@


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

get rid of sysdep_sa_len

ok cloder@


# 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 ...


# 7651fa28 08-Apr-2005 deraadt <deraadt@openbsd.org>

remove more conditional crud


# 5c29cdad 08-Apr-2005 deraadt <deraadt@openbsd.org>

app.c


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

sysdep_progname() is non-portable gunk


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

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


# 1ec19420 26-Jun-2004 hshoexer <hshoexer@openbsd.org>

Narrow down privsep interface. Move pf_key_v2_open() to monitor.

Work in progress.

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 ...


# 435765bf 03-Jun-2003 ho <ho@openbsd.org>

Remove clauses 3 and 4. Approved by markus@ and niklas@.


# da35d433 15-May-2003 ho <ho@openbsd.org>

Start of privilege separation for isakmpd.
There are some kinks left, so keep it default disabled for now.
markus@ says ok to commit.


# b26670e8 11-Sep-2002 ho <ho@openbsd.org>

signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok.


# 401ae41b 09-Jun-2002 todd <todd@openbsd.org>

rm trailing whitespace


# 02e646c4 26-Oct-2001 ho <ho@openbsd.org>

Add sysdep_sa_len function.


# b2a621aa 23-Aug-2001 niklas <niklas@openbsd.org>

Compile on old systems, my version.


# acf29aac 22-Aug-2001 ho <ho@openbsd.org>

Revert last change.


# af408a31 22-Aug-2001 ho <ho@openbsd.org>

Compile on older systems.


# 95ce5748 22-Aug-2001 niklas <niklas@openbsd.org>

IPCOMP policy control should be optional for backward
compatibility.


# 932f6869 22-Aug-2001 niklas <niklas@openbsd.org>

Bypass IPCOMP too.


# fd0d495e 12-Aug-2001 heko <heko@openbsd.org>

#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok


# 63230b17 06-Jul-2001 niklas <niklas@openbsd.org>

style


12