Age | Commit message (Expand) | Author |
2001-05-11 | MAP_FAILED, not 0 | Artur Grabowski |
2001-05-07 | make bug fixed, remove work-around | Marc Espie |
2001-05-07 | temp work-around. Okay deraadt@ | Marc Espie |
2001-05-05 | pf_key_v2_set_spi now sets the Phase 1 IDs on the Phase 2 SAs; | Angelos D. Keromytis |
2001-05-05 | Pass the Phase 1 SA to the set_spi routine, so the IDs (and eventually | Angelos D. Keromytis |
2001-05-05 | Adhere to the new set_spi prototype. | Angelos D. Keromytis |
2001-05-05 | Change the set_spi prototype so that it gets the Phase 1 SA passed as well. | Angelos D. Keromytis |
2001-05-05 | Change set_spi prototype. | Angelos D. Keromytis |
2001-05-05 | Document default-phase2-suites tag. | Angelos D. Keromytis |
2001-05-05 | Add comment about finalize routine processing. | Angelos D. Keromytis |
2001-04-30 | Mention the sample configuration directory. Cleanup some .Nm usage. | Hakan Olsson |
2001-04-30 | Add a FILES section describing default and sample file locations. | Hakan Olsson |
2001-04-30 | mention how to generate extended attributes for certs with openssl; | Niels Provos |
2001-04-30 | Be more verbose about fifo ui operations. | Hakan Olsson |
2001-04-24 | Correct SA refcounting. Fixes a bug where isakmpd could die when a peer was | Niklas Hallqvist |
2001-04-19 | PF_KEY identity extensions are NUL-terminated. Do not forget neither to | Niklas Hallqvist |
2001-04-15 | Style. | Hakan Olsson |
2001-04-14 | Minor cleanup. | Hakan Olsson |
2001-04-12 | More. | Hakan Olsson |
2001-04-12 | Correct various faulty x509 deallocations. By Niklas and me. | Hakan Olsson |
2001-04-12 | Don't put the same message on the sendq twice. By niklas and me. | Hakan Olsson |
2001-04-09 | More style fixes... | Hakan Olsson |
2001-04-09 | Only set BINDIR if undefined. From NetBSD's isakmpd port (itojun, presumably). | Hakan Olsson |
2001-04-09 | isakmpd can now capture un-encrypted IKE negotiation packets to a | Hakan Olsson |
2001-04-09 | Style police a'la niklas@. | Hakan Olsson |
2001-04-09 | fix typo | Markus Friedl |
2001-04-08 | log_print, not log_error | Hakan Olsson |
2001-04-07 | Add missing filename argument. | Hakan Olsson |
2001-04-05 | Also mention mode requirements for the private key file, plus one less typo. | Hakan Olsson |
2001-04-05 | Be more clear about configuration file mode requirements. | Hakan Olsson |
2001-04-05 | As the isakmpd.policy file can contain sensitive information, we want | Hakan Olsson |
2001-04-05 | Style. | Hakan Olsson |
2001-04-05 | let check_file_secrecy() set errno | Hakan Olsson |
2001-04-03 | Don't free reallocated memory. | Hakan Olsson |
2001-04-03 | x509 verified to work on NetBSD now | Niklas Hallqvist |
2001-03-29 | We need ipsec_decode_ids regardless of DEBUG feature now. | Hakan Olsson |
2001-03-28 | Take into consideration the IDs when determining whether two Phase 1 | Angelos D. Keromytis |
2001-03-27 | Fix another memory leak, found by boehm-gc. While not required, | Hakan Olsson |
2001-03-27 | Plug one memory leak. Found with boehm-gc. | Hakan Olsson |
2001-03-27 | Allocate a buffer large enough to contain the generated assertion. | Hakan Olsson |
2001-03-27 | (c)-2001 | Hakan Olsson |
2001-03-23 | bsdi support, ok niklas@ | Markus Friedl |
2001-03-22 | BSD/OS make treats ${A:S/a/x/} like ${A:S/a/x/1}, so we use ${A:S/a/x/g}. | Markus Friedl |
2001-03-14 | Make these compile again... | Thorsten Lockert |
2001-03-14 | Indentation and style fascism | Niklas Hallqvist |
2001-03-14 | might as well throw a few crumbs at the anal compiler | Theo de Raadt |
2001-03-14 | incorrect TAILQ management; chris@stallion.oz.au, pr#1723 | Theo de Raadt |
2001-03-13 | Somewhere along the line we stopped using the configuration file defaults | Hakan Olsson |
2001-03-13 | Add logging classes for Negotiation and Policy, and change a number of | Hakan Olsson |
2001-03-07 | Oops, use the right legnth for the key id. | Angelos D. Keromytis |