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