Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-05 | Set the correct direction for KAME SPD entries (problem reported and | Angelos D. Keromytis | |
fix tested by Tim.Ding@qobra.com) | |||
2001-01-05 | Fix sending/receiving passwords (james@oaktree.co.uk) | Angelos D. Keromytis | |
2001-01-05 | Mention that if=xxx should be used for most lines in /etc/gateways | Angelos D. Keromytis | |
2001-01-05 | There's no "no_ripv1_out" and "no_ripv2_out", so paraphrase. | Angelos D. Keromytis | |
2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make | Marco S Hyman | |
powerdown work correctly on some processors. Idea from mickey@ and smcho@tsp.korea.ac.kr. Tested my me and angelos@. Note: If you want to try these out you'll need to cd /sys/arch/i386/include && sudo install -m 444 -o root -g root cpu.h /usr/include/i386 cd /usr/src/sbin/sysctl && make obj && make && sudo make install to get a sysctl that understands the new variable (machdep.apmhalt). | |||
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | Sync. | Angelos D. Keromytis | |
2001-01-04 | Read a struct kmembuckets, rather than individual values. | Angelos D. Keromytis | |
2001-01-04 | Print the kern.malloc.* branch | Angelos D. Keromytis | |
2001-01-01 | New command "setpid", just changes the ID of a partition (no other | Angelos D. Keromytis | |
parameters editing) -- vassilip@dsl.cis.upenn.edu | |||
2000-12-31 | Bring the manual in sync with reality: when using the -u flag, any | Angelos D. Keromytis | |
options in /etc/fstab are ignored; only the options specified in the mount command line are used. | |||
2000-12-31 | merge mistake. -m is not available in *bsd-current | Jun-ichiro itojun Hagino | |
2000-12-31 | Update example and text. | Angelos D. Keromytis | |
2000-12-30 | Remove the dstsa/srcsa/clearsa directives, the bridge will be using | Angelos D. Keromytis | |
the gif interface instead. | |||
2000-12-30 | Don't do a getnetbyname() if the address is in dot notation already; | Angelos D. Keromytis | |
solves a DNS-related deadlock. Patch by gluk@ptci.ru (PR 1582) | |||
2000-12-29 | Don't mark filesystem clean if fsck needs to be rerun (PR 1572) | Angelos D. Keromytis | |
2000-12-29 | correct m88k definitions. | Steve Murphree | |
2000-12-28 | indent. couple of pedant. from deraadt (sync with kame) | Jun-ichiro itojun Hagino | |
2000-12-28 | make it obvious the key/authkey pairs can be distinct; Gordon Greene. | Jason Wright | |
2000-12-22 | strlcpy is great | Theo de Raadt | |
2000-12-22 | call seteuid(getuid) too | Jun-ichiro itojun Hagino | |
2000-12-22 | revoke root privilege earliest possible | Jun-ichiro itojun Hagino | |
2000-12-21 | add /usr/share/ipf/nat.3; ok aaron@ | Reinhard J. Sammer | |
2000-12-21 | document net.inet6.icmp6.mtudisc_{hi,lo}wat | Jun-ichiro itojun Hagino | |
2000-12-21 | use strlcpy | Theo de Raadt | |
2000-12-20 | document "default" argument | Theo de Raadt | |
2000-12-19 | make sure isakmpd works with the openssl-0.9.6 API | Markus Friedl | |
2000-12-19 | gmp is gone, make it build again; cvs retard | Michael Shalayeff | |
2000-12-19 | gmp is gone, make it build again | Michael Shalayeff | |
2000-12-18 | fix nwid get/set | Michael Shalayeff | |
2000-12-16 | typo | Niels Provos | |
2000-12-16 | when a used SA expires and the exchange is gone, start a new one. | Niels Provos | |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell | |
this is consistent. | |||
2000-12-15 | return resource exhaustion message on memory allocation error. poll on | Niels Provos | |
the pfkey fd so that we dont block when a message gets lossed. | |||
2000-12-15 | only create new exchange on SA expires, when there has been used. | Niels Provos | |
okay angelos@ | |||
2000-12-15 | update email address in copyright. | Niels Provos | |
2000-12-15 | more cleanup; send SPI needed message if we have state but no SPI on | Niels Provos | |
acquire. | |||
2000-12-15 | more cleanup. remove last vestiges of gmp. | Niels Provos | |
2000-12-15 | handle pfkey soft updates. only update when SA has been used. | Niels Provos | |
2000-12-14 | queue pfkey acquire and expire messages if we are currently waiting for | Niels Provos | |
another pfkey transaction to return. some cleanup. | |||
2000-12-14 | setup soft lifetimes, handle hard expirations, deal with changed pfkey | Niels Provos | |
supported extensions. some problems pointed out by Hans-Joerg.Hoexer@rommelwood.de | |||
2000-12-13 | better debugging. reserve spis with the correct protocol. | Niels Provos | |
2000-12-12 | pids are useful in syslog; ok angelos@ | Todd T. Fries | |
2000-12-12 | enumerate debugging number meanings; ok angelos@ | Todd T. Fries | |
2000-12-12 | Add support for 802.1D spanning tree protocol. | Jason Wright | |
NOTE: this requires recompiling brconfig with updated include files. | |||
2000-12-12 | listen to pfkeyv2 acquire messages and set up SAs accordingly. | Niels Provos | |
2000-12-12 | revert former patch, the correct solution is to not compile this file at all | Niklas Hallqvist | |
for architectures without shlibs | |||
2000-12-12 | Merge with EOM 1.112 | Niklas Hallqvist | |
author: niklas style author: angelos Don't limit Phase 1 SA establishment -- while this does limit resource consumption, it's neither foolproof nor entirely correct (it introduces some synchronization problems). | |||
2000-12-12 | Merge with EOM 1.79 | Niklas Hallqvist | |
author: niklas whitespace author: niklas style author: angelos Pass the local/remote Phase 1 ID to the flow, so it can be reused when an SA is re-negotiated. author: angelos Save the Phase 1 IDs along with the flow. author: angelos Don't block new phase 1 SA establishment -- avoids some sync problems. Also, handle kernel-issued expirations more intelligently. author: angelos isakmpd can now negotiate transport protocol/ports (either through the configuration file or through kernel ACQUIREs). author: angelos Fix flow cleanup/setup on renegotiation (or failure thereof) -- thanks to cedric@wireless-networks.com for testing and feedback. author: angelos Remove unused code. author: angelos Don't be too permissive with the installed flows -- after all, we can just run more negotiations. author: angelos ifndef, not ifdef author: angelos Delete ingress flow correctly. author: angelos Initialize structure. | |||
2000-12-12 | Merge with EOM 1.51 | Niklas Hallqvist | |
author: niklas more fascistoid style author: angelos Don't insert the *same* entry in two or more buckets! Thanks to cedric@wireless-networks.com for reporting/debugging and coming up with the patch. author: angelos Correct format string. author: angelos x509_hash() should also skip the cert length (willey@serasystems.com) author: angelos Add some error messages (ingham@ara.com) |