Age | Commit message (Expand) | Author |
2005-05-27 | o only pass signals from monitor to slave when pid is valid | Moritz Jodeit |
2005-05-27 | move m_state.s directly into must_{read,write} instead of passing | Moritz Jodeit |
2005-05-27 | guarantee nul-termination in the monitor, we must. ok cloder@ hshoexer@ | Moritz Jodeit |
2005-05-26 | simplify read/write between child and monitor | Hans-Joerg Hoexer |
2005-05-26 | Add ARGSUSED for lint, one comment for me | Hans-Joerg Hoexer |
2005-05-26 | Use TAILQ_FOREACH where possible, remove payload_last() | Hans-Joerg Hoexer |
2005-05-26 | add log_errorx() which doesn't print the errno value. ok hshoexer@ | Moritz Jodeit |
2005-05-26 | introduce ISAKMP_PAYLOAD_MAX | Hans-Joerg Hoexer |
2005-05-26 | get rid of payload mapping | Hans-Joerg Hoexer |
2005-05-26 | Handle strdup returning NULL. OK hshoexer | Chad Loder |
2005-05-26 | Clean up some cleanup code. Fixes at least one leak, possibly more. | Chad Loder |
2005-05-25 | Fix a comment | Hans-Joerg Hoexer |
2005-05-24 | kill unneeded exit(). log_fatal() already does it. ok hshoexer@ | Moritz Jodeit |
2005-05-24 | typo | Moritz Jodeit |
2005-05-23 | Mention interface names can be used in Listen-on. OK hshoexer | Chad Loder |
2005-05-23 | endpwent() not needed here, pointed out by theo. | Hakan Olsson |
2005-05-23 | endpwent() after last use. hshoexer@ ok | Hakan Olsson |
2005-05-22 | No more ifdef KAME. From hshoexer | Chad Loder |
2005-05-18 | remove certpatch(8) stuff; | Jason McIntyre |
2005-05-18 | bye bye | Hans-Joerg Hoexer |
2005-05-18 | bye bye | Hans-Joerg Hoexer |
2005-05-18 | there's no need for certpatch anymore, so remove it | Hans-Joerg Hoexer |
2005-05-18 | allow payload types 20 and 21 for nat-t | Hans-Joerg Hoexer |
2005-05-14 | more logical section order; | Jason McIntyre |
2005-05-14 | - openssl req can create self-signed certs in one step | Jason McIntyre |
2005-05-12 | add some missing section descriptions to make this page a little | Jason McIntyre |
2005-05-10 | no need to use select() | Hans-Joerg Hoexer |
2005-05-06 | sync the CERTIP and CERTFQDN sections; | Jason McIntyre |
2005-05-05 | document /etc/isakmpd/pubkeys a little better; | Jason McIntyre |
2005-05-05 | cleanup FIFO section; | Jason McIntyre |
2005-05-05 | .Xr openssl 1 , | Jason McIntyre |
2005-05-05 | sort options; | Jason McIntyre |
2005-05-05 | first stab at improving PKI section; | Jason McIntyre |
2005-05-05 | improve FILES; | Jason McIntyre |
2005-05-05 | sort options; | Jason McIntyre |
2005-05-05 | grammar/mdoc tweaks; | Jason McIntyre |
2005-05-05 | remove a LOG_DBG, suggested by moritz | Hans-Joerg Hoexer |
2005-05-05 | more cleanup: use log_fatalx(), nicer handling of the socketpair, use | Hans-Joerg Hoexer |
2005-05-05 | alphabetically order options within sections; | Jason McIntyre |
2005-05-05 | this is not a separate list item; | Jason McIntyre |
2005-05-05 | first stab at making this page easier to read: | Jason McIntyre |
2005-05-04 | clean up KEY_API() wrapper. | Hans-Joerg Hoexer |
2005-05-03 | Remove SIGUSR2-related stuff as suggested by ho@. | Moritz Jodeit |
2005-05-03 | remove remaining stuff from b2n_snprintf removal. ok hshoexer@ | Moritz Jodeit |
2005-05-03 | provide log_fatalx() function, that does not print an error string (like err | Hans-Joerg Hoexer |
2005-05-03 | fix signal race, when child dies before the monitor | Moritz Jodeit |
2005-04-21 | Rather than try to fix b2n_print and b2n_snprint, which are not used, send | Chad Loder |
2005-04-19 | missing endpwent(), change more carefully to _isakmpd privsep user | Hans-Joerg Hoexer |
2005-04-10 | - sort synopsis + options list | Jason McIntyre |
2005-04-09 | knf | Theo de Raadt |