summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/Makefile
AgeCommit message (Collapse)Author
2008-01-29fix race in makefileMarc Espie
2007-05-23Get rid of some obsolete exampels.Hans-Joerg Hoexer
ok and prodding @jmc
2006-07-02Let isakmpd send out a vendor ID announcing isamkpds release version.Hans-Joerg Hoexer
Will be handy for release specific bug fixes, etc. Suggested by markus@ quite some time ago. ok markus@
2005-05-18there's no need for certpatch anymore, so remove itHans-Joerg Hoexer
ok markus some time ago
2005-04-08whack last feature, put in main MakefileTheo de Raadt
2005-04-08kill gmpHans-Joerg Hoexer
2005-04-08USE_DEBUG is bye byeTheo de Raadt
2005-04-08remove gmp, no binary changeHans-Joerg Hoexer
2005-04-08forget about sysdep/openbsd/sysdep-os.hTheo de Raadt
2005-04-08remove more conditional crudTheo de Raadt
2005-04-08de-feature raw rsa keys, cleanup leftoversHans-Joerg Hoexer
2005-04-08regression tests have movedHans-Joerg Hoexer
2005-04-08keynote and policy always compiled inTheo de Raadt
2005-04-08remove crudTheo de Raadt
2005-04-08always enable aggressive, dpd, and isakmp_cfgTheo de Raadt
2005-04-08ec and privsep always onTheo de Raadt
2005-04-08nat-traversal alwaysTheo de Raadt
2005-04-08remove cipher featuresHans-Joerg Hoexer
2005-04-08app.cTheo de Raadt
2005-04-08remove some portable junkTheo de Raadt
2005-04-05disable freeswan supportHans-Joerg Hoexer
ok ho@ some time ago
2005-04-05Always compile X509 support. Almost everyone uses it. Makes the codeChad Loder
much easier to read and to maintain. OK and testing by hshoexer@, more testing by me
2004-11-10Use ${STATIC} rather than -static (dont hardcode). ok miod@Dale Rahn
2004-08-23Default enable DPD (Dead Peer Detection) support. hshoexer@ okHakan Olsson
2004-07-30Style.Hakan Olsson
2004-06-23Make compiling with Boehm's gc possible again.Hakan Olsson
2004-06-21Enable NAT-T support.Hakan Olsson
2004-06-20NAT-Traversal for isakmpd. Work in progress...Hakan Olsson
hshoexer@ ok.
2004-04-07-Wmissing-declarationsHakan Olsson
2004-03-19Add missing bits to make already present privsep code work. Enable privsep.Hans-Joerg Hoexer
ok ho@ deraadt@ markus@
2003-08-28support AES in phase 1, too. switch to OpenSSL EVP interface;Markus Friedl
with Hans-Joerg.Hoexer at yerbouti.franken.de; ok ho@
2003-06-03Remove clauses 3 and 4. With approval from Niklas Hallqvist andHakan Olsson
Niels Provos.
2003-05-15Start of privilege separation for isakmpd.Hakan Olsson
There are some kinks left, so keep it default disabled for now. markus@ says ok to commit.
2003-05-14Call the FreeS/WAN sysdep 'freeswan'. The 'linux' sysdep will be native ↵Hakan Olsson
Linux IPSec.
2002-06-10The dlopen() stuff goes away.Hakan Olsson
2002-03-05must pull -ldes tooTheo de Raadt
2001-08-25Enable IKE mode config, as it works ok with PGPnet and at least has a usableNiklas Hallqvist
configuration method. Documentation will follow.
2001-08-16remove unneeded LWRESLIB definition. ok ho@Jakob Schlyter
2001-08-15Support trusted public (RSA) keys as files too. niklas@ ok.Hakan Olsson
2001-07-06Remove support for PF_ENCAP (deprecated since OpenBSD2.5).Hakan Olsson
2001-07-05Use -W{missing,strict}-prototypes.Hakan Olsson
2001-07-01ISAKMP configuration, a.k.a IKECFG or "mode-config", protocol implementation.Niklas Hallqvist
Disabled, has no configuration mechanism yet. This will be used for roaming users, who are going to get parameters like IP-address and nameserver from its peer, very much like DHCP, but securily inside an ISAKMP connection and still in time before negotiation of IPsec connections. You may see stylistic fixes in this commit too. Add some not yet used Makefile magic to deal with DNSSEC- enabled OpenSSL too. The IKECFG code work was sponsered by Gatespace Inc. Thank you! Configuration will come very soon, btw.
2001-05-31Compile key.cAngelos D. Keromytis
2001-05-21Better FEATURE handling for dnssecHakan Olsson
2001-05-07make bug fixed, remove work-aroundMarc Espie
2001-05-07temp work-around. Okay deraadt@Marc Espie
2001-03-23bsdi support, ok niklas@Markus Friedl
2001-03-22BSD/OS make treats ${A:S/a/x/} like ${A:S/a/x/1}, so we use ${A:S/a/x/g}.Markus Friedl
this works on both systems (for this special case).
2001-02-24Make DES a feature, so isakmpd can compile on Linux (most of the fixedAngelos D. Keromytis
by newsham@lava.net)
2001-01-27(c) 2001Niklas Hallqvist