Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-03 | Add stub for struct X509_STORE | Hakan Olsson | |
2001-11-03 | We get ssl.h with x509.h/libcrypto.h | Hakan Olsson | |
2001-10-26 | Update for FreeBSD port. Noted by olof@crt.se. | Hakan Olsson | |
2001-10-26 | libcrypto.h should be included. Sort includes. | Hakan Olsson | |
2001-10-26 | As sysdep/ is included for all OSes, this file is now obsolete. | Hakan Olsson | |
2001-10-26 | Change to use sysdep_sa_len() function. | Hakan Olsson | |
2001-10-26 | Add sysdep_sa_len function. | Hakan Olsson | |
2001-10-26 | Just rename sockaddr_data/len functions to sockaddr_addrdata/addrlen. | Hakan Olsson | |
2001-10-26 | Sometimes the daemon will not die promptly on SIGTERM, even though | Hakan Olsson | |
all DELETE notifications is sent out. Create a prioritized send-queue for the DELETE messages to solve this. Some (C)-2001. niklas@ ok. | |||
2001-10-12 | SADB_X_IDENTTYPE_CONNECTION appeared after 2.9. niklas@ ok. | Hakan Olsson | |
2001-10-11 | Fix various bugs in the example configuration. Most entries are | Hakan Olsson | |
"pregenerated", so indicate which aren't. 'Default-phase-N-lifetime' replaces LIFE_nnn_SECS. | |||
2001-10-09 | Print correct portnr in warning msg. | Hakan Olsson | |
2001-10-05 | Extend the FIFO ui with the 'D A <level>' (to set all debug levels) and | Hakan Olsson | |
'D T' (to toggle all logging on and off) commands. niklas@ ok. | |||
2001-10-05 | Missed this file; some more debug level fixes. | Hakan Olsson | |
2001-10-05 | Some more debug level fixes. | Hakan Olsson | |
2001-10-05 | Tweak a couple of debug levels. | Hakan Olsson | |
2001-10-05 | {local,remote}_negotiation_address can also be IPv6. | Hakan Olsson | |
Replace 'idea' with 'aes' in the examples. | |||
2001-10-04 | Update BUGS section (after some bugging from ho@) | Angelos D. Keromytis | |
2001-10-04 | IPv6 type addresses and nets are supported now. Some style fixes. | Hakan Olsson | |
Also add a BUGS section describing why combining predefined MD5 and SHA suites in the same quick-mode proposal will currently not work. | |||
2001-10-02 | change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵ | Theo de Raadt | |
portability | |||
2001-08-31 | (c)-2001 | Hakan Olsson | |
2001-08-30 | Mention which debug levels we currently use. | Hakan Olsson | |
2001-08-27 | Compile on alpha. | Hakan Olsson | |
2001-08-27 | un-bork | Theo de Raadt | |
2001-08-26 | more style | Niklas Hallqvist | |
2001-08-25 | Enable IKE mode config, as it works ok with PGPnet and at least has a usable | Niklas Hallqvist | |
configuration method. Documentation will follow. | |||
2001-08-25 | Use x509_DN_string API. Style fixes. | Niklas Hallqvist | |
2001-08-25 | Add x509_DN_string API to get a printable DN component given one | Niklas Hallqvist | |
rpresented in ASN.1 | |||
2001-08-25 | Style | Niklas Hallqvist | |
2001-08-25 | Casting of lhs, is not what you think it is. | Niklas Hallqvist | |
2001-08-24 | Send DELETE notifications for all active SAs when we shut down the daemon. | Hakan Olsson | |
This "clean" shutdown happens on SIGTERM ('kill <pid>') or if a 'Q' command is input to the fifo UI. Suggested by <Ghislaine.Labouret@hsc.fr>. | |||
2001-08-24 | Initial IPCOMP support. | Hakan Olsson | |
2001-08-24 | I was only going to remove #include "init.h", but found 8 more | Hakan Olsson | |
#include's we don't need here. | |||
2001-08-24 | typo in debug msg | Hakan Olsson | |
2001-08-23 | Make the wildcard address use SO_REUSEPORT, so multiple instances of | Angelos D. Keromytis | |
isakmpd can run on the same machine and reuse the wildcard address. This is intended mostly for debugging and testing purposes, so multiple listener issues are not relevant. | |||
2001-08-23 | Reinitialize transports on SIGUP. | Angelos D. Keromytis | |
2001-08-23 | Update (SPD entries are deleted when SPI is removed, and new addresses | Angelos D. Keromytis | |
are identified on a SIGUP or INADDR_ANY packet). | |||
2001-08-23 | Use ipsec_id_string as the section name for IKE mode config. | Niklas Hallqvist | |
2001-08-23 | Correct ipsec_id_string buffer and length handling. | Niklas Hallqvist | |
2001-08-23 | Compile on old systems, my version. | Niklas Hallqvist | |
2001-08-23 | RSA-enabling is not necessary anymore. | Niklas Hallqvist | |
2001-08-23 | ignore EEXIST for SPDADD on KAME; ok ho@ | Markus Friedl | |
2001-08-23 | sync w/ netbsd | Markus Friedl | |
2001-08-23 | recieve -> receive | Aaron Campbell | |
2001-08-22 | Revert last change. | Hakan Olsson | |
2001-08-22 | Compile on older systems. | Hakan Olsson | |
2001-08-22 | use ipsec_id_string() when generating rawkey file names. | Hakan Olsson | |
2001-08-22 | If we fail to get a key from DNSSEC, RAWKEY can still succeed. | Hakan Olsson | |
2001-08-22 | Modify as per deraadt@'s wishes. aaron@ ok. | Hakan Olsson | |
2001-08-22 | Add an example. | Hakan Olsson | |