Age | Commit message (Expand) | Author |
2007-04-16 | There's no point in checking ptr for NULL before doing free(ptr) | Moritz Jodeit |
2007-04-15 | Fix interop-issue with vpn peers that start reyking on port 4500 when | Hans-Joerg Hoexer |
2007-04-08 | Fix lint comments. s/Fall through/FALLTHROUGH/. | Moritz Jodeit |
2007-04-08 | o Kill another strerror() from a call to log_error(), | Moritz Jodeit |
2007-04-02 | Don't append the errno string in a log_error() call, | Moritz Jodeit |
2007-04-02 | When setting all signals to their default handlers, start | Moritz Jodeit |
2007-04-02 | Don't let -r fall through to the next case block, | Moritz Jodeit |
2007-03-26 | typo in initial RCS tag ($OpenBSD: -> $OpenBSD$) | Pedro Martelletto |
2007-03-18 | Fix usage of predefined lifetimes. "Default-phase-[12]-lifetime" | Hans-Joerg Hoexer |
2007-03-05 | Set pointer to NULL after freeing it, so callers of | Moritz Jodeit |
2007-03-03 | There may be more than one item in the subjectAltName (cropping up | Tom Cosgrove |
2007-03-03 | keynote_cert_obtain should not leak in case of error. OK moritz@ | Chad Loder |
2007-03-03 | Make sure we can't accidentally free() a pointer that's been accepted | Tom Cosgrove |
2007-03-01 | improve the description of -a. specifically, make it clear that | Jason McIntyre |
2007-02-22 | Add a comment that explains, why the VID of draft 2 NAT-T includes | Hans-Joerg Hoexer |
2007-02-19 | tweak; | Jason McIntyre |
2007-02-19 | Document NULL encryption. | Hans-Joerg Hoexer |
2007-02-19 | isakmpd bits for ESP+NULL encryption. This is useful, when AH can | Hans-Joerg Hoexer |
2006-12-05 | plug memleak, noticed by jesus@mxtelecom.com | Hans-Joerg Hoexer |
2006-12-05 | some carp/sasyncd bits from msf and myself; | Jason McIntyre |
2006-12-05 | Don't leak message structures, when we see unsupported payloads | Moritz Jodeit |
2006-11-30 | new ui command 'rmv': removes an entry from a list, thus reversing an | Markus Friedl |
2006-11-29 | no need to document generation of local.key 3 times; | Jason McIntyre |
2006-11-29 | zap trailing spaces; | Jason McIntyre |
2006-11-29 | Document the new location of local.pub, and clarify the fact that local.key | Ryan Thomas McBride |
2006-11-28 | do not re-add existing entries; ok hshoexer | Markus Friedl |
2006-11-24 | add support to tag ipsec traffic belonging to specific IKE-initiated | Reyk Floeter |
2006-11-09 | support public keys w/o SubjectPublicKeyInfo (format: BEGIN RSA PUBLIC KEY) | Markus Friedl |
2006-10-29 | Fix TAILQ usage, preventing crashes | Pedro Martelletto |
2006-10-18 | do not name FILE * variables "fd" since it is confusing | Theo de Raadt |
2006-10-05 | Reword sentence to fix grammar nit. | Tom Cosgrove |
2006-09-19 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-09-15 | Remove "Delete-SAs" config option. This was needed for interaction | Hans-Joerg Hoexer |
2006-09-09 | point people towards ipsec.conf.5; after some discussion w/ reyk | Jason McIntyre |
2006-09-01 | use shell-independent examples; | Jason McIntyre |
2006-09-01 | Add a new UI command to force isakmpd into passive only mode. | Marco Pfatschbacher |
2006-08-31 | document an issue with subjectAltName found by reyk; | Jason McIntyre |
2006-08-31 | remove a confusing sentence; ok hshoexer ho | Jason McIntyre |
2006-08-30 | fix isakmpd -Ka, as used by bgpd, or acquire flows set up via ipsecctl. | Henning Brauer |
2006-08-30 | rewording; from reyk cloder hshoexer | Jason McIntyre |
2006-08-30 | need to retry writing to pfkey socket on EAGAIN, ok theo hshoexer | Henning Brauer |
2006-08-30 | Make SA deletion on shutdown the default again. Use -S for failover | Hans-Joerg Hoexer |
2006-08-30 | Back out r1.103, which caused SA's to leak until memory was exhausted. | Chad Loder |
2006-08-30 | do not call pf_key_v2_disable_sa twice; ok hshoexer, ho | Markus Friedl |
2006-08-29 | Properly define quick mode suites for AH. With naddy. | Hans-Joerg Hoexer |
2006-08-22 | correct function name in log message. | Hans-Joerg Hoexer |
2006-07-24 | Style; return is not a function. hshoexer@ ok. | Hakan Olsson |
2006-07-02 | Let isakmpd send out a vendor ID announcing isamkpds release version. | Hans-Joerg Hoexer |
2006-06-29 | Document that pcap files can only be writen to the /var/run directory. | Hans-Joerg Hoexer |
2006-06-18 | clean up some gotos. Originally from Andrey Matveev <evol at online | Hans-Joerg Hoexer |