Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-25 | read the information from the INADDR_ANY socket and do not loop if | Markus Friedl | |
a new IP appears (cf udp.c, rev 1.74), ok ho@ hshoexer@ cloder@ deraadt@ | |||
2005-08-23 | note that RSA_SIG should be part of the "Transforms" tag when setting | Jason McIntyre | |
up key- and cert-based authentication; problem found by andrew fresh; help/ok hshoexer@ | |||
2005-08-23 | `DSS' is unsupported, so remove references to it; | Jason McIntyre | |
ok hshoexer@ | |||
2005-08-09 | Normalize attribute values before comparison. Unbreaks interop with netscreen. | Hans-Joerg Hoexer | |
Noticed by Sean Knox. Testing by msf@, Sean Knox and others. Thanks! ok cloder@ msf@ | |||
2005-08-02 | Make sure to always load at least the default configuration values. Fixes a | Hans-Joerg Hoexer | |
problem noticed by Yaron Wahl, who also pointed out that problem. Thanks! ok mpf@ | |||
2005-07-25 | Use payload NAT-D or NAT-D-DRAFT according to NAT-T vendor ID advertised by the | Hans-Joerg Hoexer | |
peer. looks good ho | |||
2005-07-25 | output some more information on UI command "S" | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-07-22 | spacing and tiny knf | Hans-Joerg Hoexer | |
2005-07-20 | revert one TAILQ_FOREACH conversion from r1.112 which was | Moritz Jodeit | |
wrong and broke some isakmpd setups. ok hshoexer@ | |||
2005-07-14 | fix some memleaks. ok hshoexer@ | Moritz Jodeit | |
2005-07-05 | fix comment | Hans-Joerg Hoexer | |
2005-07-05 | use correct function name in log message, tiny KNF | Hans-Joerg Hoexer | |
2005-06-26 | indentation/white space cleanup, no binary change | Hans-Joerg Hoexer | |
2005-06-25 | /* Fallthrough. */ -> /* FALLTHROUGH */ | Hans-Joerg Hoexer | |
now that's useable with lint | |||
2005-06-25 | typo in comment | Hans-Joerg Hoexer | |
2005-06-25 | Use correct local ID in phase 1 when using IPV[46]_ADDR. | Hans-Joerg Hoexer | |
Diff from st.sch at gmx.net | |||
2005-06-14 | add ENCAP_UDP_{TUNNEL,TRANSPORT} types according to rfc 3947 | Hans-Joerg Hoexer | |
ok markus | |||
2005-06-13 | Allow isakmpd to write a pid file when /var is a subdir (e.g. /usr/var) | Todd C. Miller | |
and not a mount point. | |||
2005-06-11 | grammar; | Jason McIntyre | |
2005-06-04 | undo last commit, all memory is already freed by udp_remove() | Hans-Joerg Hoexer | |
ok cloder | |||
2005-06-04 | Clarify that for -i/-R only paths beginning with /var/run are valid. | Hans-Joerg Hoexer | |
2005-06-02 | unbreak port floating, noticed by sean at obstacle9 dot com | Hans-Joerg Hoexer | |
ok cloder | |||
2005-06-02 | expand the section on pki: | Jason McIntyre | |
- list different methods available - document key-based method - move x509-based into its own section - add keynote stub section ok hshoexer@ | |||
2005-06-01 | Fix memory leak. OK hshoexer | Chad Loder | |
2005-06-01 | Fix memory leaks. OK hshoexer | Chad Loder | |
2005-06-01 | This file is outdated, everything needed for setting up PKI is in the man pages | Hans-Joerg Hoexer | |
now. noticed by david@ ok ho markus | |||
2005-05-31 | certpatch is gone, noticed by david@ | Hans-Joerg Hoexer | |
2005-05-28 | ooops | Hans-Joerg Hoexer | |
2005-05-28 | Remove current state code, it's bogus. We'll redo this. | Hans-Joerg Hoexer | |
suggested by and ok moritz | |||
2005-05-28 | do sanity checking on directoy entries. ok hshoexer@ | Moritz Jodeit | |
2005-05-28 | Cleanup sample configurations a bit; more AES, less MD5, remove fields we | Hakan Olsson | |
no longer require etc. Also add a 9-line "default" config sample. | |||
2005-05-28 | introduce new readdir implementation for the monitor. | Moritz Jodeit | |
testing and ok hshoexer@ | |||
2005-05-28 | make path checking in the monitor a lot easier. ok hshoexer@ | Moritz Jodeit | |
2005-05-27 | Make monitor.c use unsigned lengths in messages. Makes this compile | Chad Loder | |
with -Wsign-compare. OK and a little testing by hshoexer, OK moritz Now it's anil's turn to do some of this somewhere else | |||
2005-05-27 | Additional paranoia. OK hshoexer | Chad Loder | |
2005-05-27 | o only pass signals from monitor to slave when pid is valid | Moritz Jodeit | |
o remove some unused monitor command with and ok hshoexer | |||
2005-05-27 | move m_state.s directly into must_{read,write} instead of passing | Moritz Jodeit | |
it every time as an argument. ok cloder@ hshoexer@ | |||
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 | |
help and ok cloder moritz | |||
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 | |
ok markus | |||
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 | |
ok markus ho cloder | |||
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 | |
OK hshoexer | |||
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 | |