Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-08 | Moved regression tests to src/regress/sbin/isakmpd where they belong. | Chad Loder | |
2005-04-08 | regression tests have moved | Hans-Joerg Hoexer | |
2005-04-08 | keynote and policy always compiled in | Theo de Raadt | |
2005-04-08 | remove crud | Theo de Raadt | |
2005-04-08 | always enable aggressive, dpd, and isakmp_cfg | Theo de Raadt | |
2005-04-08 | ec and privsep always on | Theo de Raadt | |
2005-04-08 | x509 is always on | Theo de Raadt | |
2005-04-08 | nat-traversal always | Theo de Raadt | |
2005-04-08 | improve logging, original diff and ok cloder@ | Hans-Joerg Hoexer | |
2005-04-08 | remove cipher features | Hans-Joerg Hoexer | |
2005-04-08 | nothing uses this | Theo de Raadt | |
2005-04-08 | privsep always | Theo de Raadt | |
2005-04-08 | kill USE_DES and USE_TRIPLEDES, why was it ever a choice even? | Theo de Raadt | |
2005-04-08 | kill USE_EC | Theo de Raadt | |
2005-04-08 | the lovely thing about layers and layers of compatible stuff, is that | Theo de Raadt | |
deep down in the guts of it assumptions such as "this particular processors has no shared libraries yet" get hidden, only to be found about 2 years later. i hate code that hides stuff like that from me. | |||
2005-04-08 | need monitor.h | Theo de Raadt | |
2005-04-08 | kill HAVE_PCAP | Theo de Raadt | |
2005-04-08 | kill HAVE_CLOSEFROM | Theo de Raadt | |
2005-04-08 | kill HAVE_GETIFADDRS | Theo de Raadt | |
2005-04-08 | kill USE_OLD_SOCKADDR | Theo de Raadt | |
2005-04-08 | Remove references to LINUX_IPSEC | Chad Loder | |
2005-04-08 | app.c | Theo de Raadt | |
2005-04-08 | un-ifdef USE_BLOWFISH | Theo de Raadt | |
2005-04-08 | sysdep_progname() is non-portable gunk | Theo de Raadt | |
2005-04-08 | remove portable stuff not needed | Theo de Raadt | |
2005-04-08 | if someone wants a portable, create a -p project. clutter stops quality | Theo de Raadt | |
2005-04-08 | if someone wants a portable, create a -p project. clutter stops quality | Theo de Raadt | |
2005-04-08 | remove some portable junk | Theo de Raadt | |
2005-04-08 | if someone wants a portable, create a -p project. clutter stops quality | Theo de Raadt | |
2005-04-08 | more __progname | Theo de Raadt | |
2005-04-08 | use __progname | Theo de Raadt | |
2005-04-08 | protect read() on rtsock against interruptions by signal, foudn with djm | Henning Brauer | |
while looking for sth else | |||
2005-04-07 | small cleanup, no binary change | Hans-Joerg Hoexer | |
2005-04-07 | Plug memleak. | Hans-Joerg Hoexer | |
ok cloder ho markus | |||
2005-04-07 | remove unnecessary typecasts. | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-04-06 | Use scsi_ses.h | Marco Peereboom | |
2005-04-06 | knf, ok cloder | Theo de Raadt | |
2005-04-06 | - change to two clause bsd license | Mathieu Sauve-Frankel | |
2005-04-06 | add license | Hans-Joerg Hoexer | |
2005-04-06 | Add ses blink crud. Not fully functional yet. | Marco Peereboom | |
2005-04-06 | Check-interval and DPD-check-interval are specified in seconds. | Chad Loder | |
2005-04-06 | Always print transport information correctly. | Chad Loder | |
OK deraadt@ | |||
2005-04-05 | Now that X509 is de-featurized, no need for USE_X509 in regress tests. | Chad Loder | |
Start compiling the X509 regress test again, for the first time since 2002 when DLOPEN stuff was removed. Kill remnants of DLOPEN defines left around in other Makefiles. Allow isakmpd to compile if USE_KEYNOTE is not defined. | |||
2005-04-05 | ipsecadm lives in section 8, not 4; | Jason McIntyre | |
missing word; | |||
2005-04-05 | whitespace and punctuation; | Jason McIntyre | |
2005-04-05 | RIP freeswan | Hans-Joerg Hoexer | |
2005-04-05 | disable freeswan support | Hans-Joerg Hoexer | |
ok ho@ some time ago | |||
2005-04-05 | Always compile X509 support. Almost everyone uses it. Makes the code | Chad Loder | |
much easier to read and to maintain. OK and testing by hshoexer@, more testing by me | |||
2005-04-05 | fix output from remaining passthrough functions | Marco Peereboom | |
2005-04-05 | clean up enumeration. | Marco Peereboom | |
properly print inquiry data. identify devices bioctl cares about. |