Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | knf, ok cloder | Theo de Raadt | |
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 | 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 | Do not log before/after crypto blobs at log level 10. Makes -DA=10 | Chad Loder | |
useable without enduring pages of hex. OK hshoexer | |||
2005-04-05 | Add -T flag to isakmpd to disable NAT-T support from the command line. | Chad Loder | |
This lets binat setups work again without having to recompile isakmpd. OK ho, hshoexer. | |||
2005-04-04 | spacing; ok cloder | Theo de Raadt | |
2005-04-04 | fix byteorder confusion | Hans-Joerg Hoexer | |
ok cloder ho | |||
2005-03-29 | Always use network byte order when stuffing port numbers into IPSEC ID | Chad Loder | |
packets. This reinstates the correct part of r1.106 which did ntohs incorrectly on received port numbers already in host byte order. OK ho@ | |||
2005-03-22 | Compile when nat_traversal is disabled. | Chad Loder | |
OK hshoexer | |||
2005-03-22 | Do not leak keynote session in error path. | Hans-Joerg Hoexer | |
ok cloder@ | |||
2005-03-18 | Back out a possible bogus minor diff until we investigate what | Chad Loder | |
broke. OK deraadt@ | |||
2005-03-15 | reset config line numbers, when daemon gets reinitialized. | Moritz Jodeit | |
prevents wrong line numbers in error cases. help from jaredy@ and ok hshoexer@. | |||
2005-03-15 | small log message fix. | Marco Pfatschbacher | |
ok hshoexer@, markus@ | |||
2005-03-13 | Typo; spotted by Richard Ben Aleya | Miod Vallat | |
2005-03-11 | simplify monitor main loop | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-03-10 | remove dead code, noted by ho@ | Hans-Joerg Hoexer | |
2005-03-10 | Avoid memory leak if strdup should fail. | Chad Loder | |
OK hshoexer@ | |||
2005-03-10 | Avoid crash on finalization. We have been using this diff | Chad Loder | |
in production since mid-2003. OK hshoexer@, markus@, ho@ | |||
2005-03-05 | Always use correct byte order when stuffing port numbers into packets. | Chad Loder | |
OK hshoexer@, ho@ | |||
2005-03-05 | No need to allocate a local digest buffer. Cleanup error path. hshoexer@ ok. | Hakan Olsson | |
2005-03-05 | No need to use a local hashsize. hshoexer@ ok. | Hakan Olsson | |
2005-03-05 | Silence a couple of annoying gcc3 warnings. hshoexer@ ok. | Hakan Olsson | |
2005-03-05 | Add RFC3947 NAT-T vendor ID string. hshoexer@ ok. | Hakan Olsson | |
2005-03-05 | No need for err.h. hshoexer@ ok | Hakan Olsson | |
2005-03-04 | remove unused variable. | Hans-Joerg Hoexer | |