summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/conf.c
AgeCommit message (Expand)Author
2004-03-19Add missing bits to make already present privsep code work. Enable privsep.Hans-Joerg Hoexer
2004-02-27Add group 14 (modp2048) to predefined suites. Manpage also updated.Hans-Joerg Hoexer
2004-01-06small typos fixed.Hans-Joerg Hoexer
2003-09-02A couple of nits. deraadt@ ok.Hakan Olsson
2003-08-28support AES in phase 1, too. switch to OpenSSL EVP interface;Markus Friedl
2003-07-25add sha2 support; ok ho@Markus Friedl
2003-06-10boring cleanupsTheo de Raadt
2003-06-03Remove clauses 3 and 4. With approval from Niklas Hallqvist andHakan Olsson
2003-06-03Cleanup. Use 'sizeof variable' instead of magic constants.Hakan Olsson
2003-05-18More isakmpd privsep work. X509 private keys are now kept in the privilegedHakan Olsson
2003-05-15Start of privilege separation for isakmpd.Hakan Olsson
2003-05-14Default public key directory definition sanity.Hakan Olsson
2003-04-30cast size_t to unsigned long and use %lu;ok hoJason Wright
2003-02-04don't set the Transform for Default-phase-1-configuration twice, ok ho@Markus Friedl
2002-12-06Section and tag comparisions should be case-insensitive. PR#3010, Mike Neuman.Hakan Olsson
2002-11-15Missing "Configuration" tag in a Phase-1 peer was not handled correctly,Hakan Olsson
2002-11-14Better whitespace/newline handling, this should make broken lines andHakan Olsson
2002-09-11signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok.Hakan Olsson
2002-08-07A rewrite of the CRL support code, also from <Thomas.Walpuski@gmx.net>.Hakan Olsson
2002-08-02CRL support for isakmpd. From <Thomas.Walpuski@gmx.net> with some minorHakan Olsson
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-01size_t must be cast to (unsigned long) and printed using %luTheo de Raadt
2002-05-28off_t to size_t change for printf format and malloc. Pointed out by <greg@nes...Hakan Olsson
2002-04-29wierd -> weirdPeter Valchev
2002-04-22Handle configuration lines that end in whitespace or ^M.Hakan Olsson
2002-03-01Change DH group handling in the pre-generated parts of theHakan Olsson
2002-01-23the last few sprintf -> snprintfHakan Olsson
2002-01-03str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintfHakan Olsson
2001-10-05Missed this file; some more debug level fixes.Hakan Olsson
2001-07-05Add prototypes and some other various cleanup.Hakan Olsson
2001-07-01StyleNiklas Hallqvist
2001-06-29Provide an API to get sockaddrs out of the config dbNiklas Hallqvist
2001-03-27(c)-2001Hakan Olsson
2001-03-13Somewhere along the line we stopped using the configuration file defaultsHakan Olsson
2001-02-28Make sure the default lifetimes in the General section are taken intoAngelos D. Keromytis
2001-01-27(c) 2001Niklas Hallqvist
2001-01-26Pedantic style policeNiklas Hallqvist
2000-12-12Merge with EOM 1.48Niklas Hallqvist
2000-10-27conf.c: Merge with EOM 1.46Niklas Hallqvist
2000-10-26Merge with EOM 1.45Niklas Hallqvist
2000-10-16Merge with EOM 1.44Niklas Hallqvist
2000-10-13regress/b2n/Makefile: Merge with EOM 1.12Niklas Hallqvist
2000-10-13Merge with EOM 1.39Niklas Hallqvist
2000-10-13Merge with EOM 1.38Niklas Hallqvist
2000-10-09samples/VPN-3way-template.conf: Merge with EOM 1.8Niklas Hallqvist
2000-10-07Merge with EOM 1.36Niklas Hallqvist
2000-06-08Merge with EOM 1.31Niklas Hallqvist
2000-05-03Merge with EOM 1.28Niklas Hallqvist
2000-05-02Merge with EOM 1.26Niklas Hallqvist
2000-04-07conf.c: Merge with EOM 1.22Niklas Hallqvist