summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
AgeCommit message (Expand)Author
2003-05-16If the "Renegotiate-on-HUP" tag is defined in the [General] section, aHakan Olsson
2003-05-15Correct a two year old typo, which might actually makeHakan Olsson
2003-05-15Cleanup. Do not store the private key in either the exchange or sa structs.Hakan Olsson
2003-05-15Work around some OpenSSL BIO "features" to read the key correctly.Hakan Olsson
2003-05-15Proper exit of the monitor process.Hakan Olsson
2003-05-15wait() for the child processHakan Olsson
2003-05-15Start of privilege separation for isakmpd.Hakan Olsson
2003-05-15(c)Hakan Olsson
2003-05-14properly terminate debug string (levels >=40)Kjell Wooding
2003-05-14Remove the .if/.endif stuff that gmake does not understand.Hakan Olsson
2003-05-14Call the FreeS/WAN sysdep 'freeswan'. The 'linux' sysdep will be native Linux...Hakan Olsson
2003-05-14Default public key directory definition sanity.Hakan Olsson
2003-05-14Policy file default defined twice, kill the local copy.Hakan Olsson
2003-05-14Fix a typo (in unused code).Hakan Olsson
2003-05-14I did not test this enough. Unbreak.Hakan Olsson
2003-05-12Update with some data for NAT-T specific payload types, IKEv2Hakan Olsson
2003-05-12AES -> AES_128_CBCHakan Olsson
2003-05-12Add two more encapsulation types (UDP encap, potential future NAT-T)Hakan Olsson
2003-05-11Slight style fix for .cst files. Permit comments also after a definition.Hakan Olsson
2003-05-11fix ID-type for ipv6; ok niklas; report friesMarkus Friedl
2003-05-10typos;Jason McIntyre
2003-04-30cast size_t to unsigned long and use %lu;ok hoJason Wright
2003-04-27Describe the 'C set' FIFO command better. (PR#3148, also)Hakan Olsson
2003-04-27Make the 'C set' FIFO command work as expected. PR#3148.Hakan Olsson
2003-04-14Unlink FIFO and pid files on clean shutdown. PR#3199Hakan Olsson
2003-04-14More snprintf styleHakan Olsson
2003-04-14A "%d" is 12 chars, not 10. Use sizeof num instead of '10' inHakan Olsson
2003-04-09Less noise for missing crl dir, demoted to debug message.Hakan Olsson
2003-03-21document [initiator-id] section; richb@timestone.com.au; ok ho@, jmc@Markus Friedl
2003-03-16secrity -> security. Ok ho@Matthieu Herrb
2003-03-14Spelling fixes from david@. jmc@ ok.Hakan Olsson
2003-03-13Might as well do blinding here too.Hakan Olsson
2003-03-13Avoid "j += snprintf()". niklas@ ok.Hakan Olsson
2003-03-06.Xr typos;Jason McIntyre
2003-03-06fix text2sockaddr() when HAVE_GETNAMEINFO is false and port is NULL.Cedric Berger
2003-03-06"len" is decremented too early, so the second argumentCedric Berger
2003-03-06Bad cut'n'paste msg plus style fixes.Hakan Olsson
2003-03-06Less ambiguous l-value usage. Noted by cedric@Hakan Olsson
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
2003-03-03Re-add the BUGS section; the RFCs still do not permit differing DH groupsHakan Olsson
2003-02-26Typo/pasto. Spotted by Tim Donahue.Hakan Olsson
2003-02-26IPsec is written ``IPsec'', not ``IPSec''.David Krause
2003-02-24pf_key_v2_flow: typo in debug msg (KAME)Markus Friedl
2003-02-22typo: noneheless->nonthelessKjell Wooding
2003-02-22Clarify some language, grammar. ho@ okayed this many moons ago,Kjell Wooding
2003-02-12better error checking on bind(); from Alexander_Bluhm at genua.de; ok ho@Markus Friedl
2003-02-05typos; isakmpd(8) ok niklas@, mailwrapper(8) help kjell@Jason McIntyre
2003-02-04don't set the Transform for Default-phase-1-configuration twice, ok ho@Markus Friedl
2003-02-04default to 3DES-SHA-RSA_SIG (same as in OpenBSD 3.2); ok ho@Markus Friedl
2003-01-22Typo.Hakan Olsson