Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-06 | Compile without warnings for older/newer OpenSSL. | Hakan Olsson | |
2002-03-06 | Fix a couple of snprintf length bugs. Same problem <chris@stallion.oz.au> | Hakan Olsson | |
found for policy passphrases. | |||
2002-03-06 | Unbreak MD5 and SHA1 passphrases in policy check. From | Hakan Olsson | |
<chris@stallion.oz.au>. | |||
2002-03-05 | -Werror not possible, because of openssl constification. thanks guys | Theo de Raadt | |
2002-03-05 | must pull -ldes here too | Theo de Raadt | |
2002-03-05 | must pull -ldes too | Theo de Raadt | |
2002-03-05 | handle constification from new openssl | Theo de Raadt | |
2002-03-05 | need md5.h for prototypes | Theo de Raadt | |
2002-03-01 | Update to reflect recent changes in DH group handling. Remove BUGS | Hakan Olsson | |
section. | |||
2002-03-01 | Change DH group handling in the pre-generated parts of the | Hakan Olsson | |
configuration. Add a -GRP{1,2,5} component to transform and suite names to directly specify which group to use. If no group is specified, use DH group 2 (MODP_1024). Earlier transforms and suites using the MD5 hash defaulted to DH group 1, this is no longer true. niklas@ ok. | |||
2002-02-21 | Use dport instead of sport, shifflett@nps.navy.mil | Angelos D. Keromytis | |
2002-02-21 | Set the source port correctly, shifflett@nps.navy.mil | Angelos D. Keromytis | |
2002-02-19 | IPsec is written ``IPsec'', not ``IPSec''. | Miod Vallat | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-27 | Add the (former) AES candidate ESP ciphers for IKE, as of | Hakan Olsson | |
http://csrc.nist.gov/ipsec/papers/aes-draft.00.txt In particular, recognize a Twofish proposal with cipher number 253, as used by the SSH Sentinel. | |||
2002-01-25 | Update. <mccreary@pch.net> | Hakan Olsson | |
2002-01-25 | no static for sa_dump, explicit log cls/level | Hakan Olsson | |
2002-01-25 | Typo. <mccreary@pch.net> | Hakan Olsson | |
2002-01-23 | Actually return the ESP/AH/COMP ground descriptions for policy | Angelos D. Keromytis | |
comparisons -- from cjkim2000@yahoo.com | |||
2002-01-23 | the last few sprintf -> snprintf | Hakan Olsson | |
2002-01-23 | snprintf, and only dump exchange data if USE_DEBUG is defined | Hakan Olsson | |
2002-01-23 | sprintf->snprintf & bugfix | Hakan Olsson | |
2002-01-23 | no more strcpy/sprintf | Hakan Olsson | |
2002-01-23 | Another strcpy gone. | Hakan Olsson | |
2002-01-23 | strcpy->strlcpy, sprintf->snprintf | Hakan Olsson | |
2002-01-23 | strcat->strlcat, sprintf->snprintf | Hakan Olsson | |
2002-01-23 | strcpy->strlcpy | Hakan Olsson | |
2002-01-23 | strncat->strlcat, sprintf->snprintf | Hakan Olsson | |
2002-01-23 | less sprintf/str[n]cpy/strcat | Hakan Olsson | |
2002-01-23 | less strcpy/strcat | Hakan Olsson | |
2002-01-19 | Fix bogosity with sa_len value assignment...I wonder how this ever | Angelos D. Keromytis | |
worked (but it did, until very recently). | |||
2002-01-03 | str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintf | Hakan Olsson | |
2002-01-03 | strftime format fixes. From Christo Butcher <christo@fox-it.com>. | Hakan Olsson | |
2002-01-03 | Typo. | Hakan Olsson | |
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-12-16 | diagnostic incorrect; vlada@openbsd.cz | Theo de Raadt | |
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok; | |||
2001-12-11 | Don't hang waiting for select() with SIGTERM + no active SAs. | Hakan Olsson | |
2001-12-11 | Proper error msg. | Hakan Olsson | |
2001-12-10 | Add example on how to create FQDN certificates suitable for use with ↵ | Hakan Olsson | |
isakmpd. Requires an FQDN addition to /etc/ssl/x509v3.cnf | |||
2001-12-10 | Mention that SIGHUP will cause isakmpd to reread isakmpd.conf | Hakan Olsson | |
2001-12-10 | Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP). | Hakan Olsson | |
2001-12-03 | Change UI fifo open to O_RDWR to avoid problems on some OSes (such as | Hakan Olsson | |
FreeBSD). Reported by Tariq Rashid <tariq@inty.net>. | |||
2001-11-22 | Nit. | Hakan Olsson | |
2001-11-21 | %qd -> %llu in a couple of other places | Hakan Olsson | |
2001-11-21 | Have sa_dump() also print SA lifetimes (for /var/run/isakmpd.report). | Hakan Olsson | |
2001-11-03 | Add stub for struct X509_STORE | Hakan Olsson | |
2001-11-03 | We get ssl.h with x509.h/libcrypto.h | Hakan Olsson | |