Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-17 | sync actual with flags with usage and man page | assar | |
art@ ok | |||
2001-09-15 | Implement return-icmp(number), return-icmp6(number) | Peter Stromberg | |
Differentiate between return-icmp and return-icmp6, icmp-type and ipv6-icmp-type. ok dhartmei@ | |||
2001-09-15 | ICMP6_DST_UNREACH_NOROUTE <-> _ADMIN, reported by Wouter Coene. | Daniel Hartmeier | |
2001-09-15 | Fix 'binat ... to any ...' (binat.af wasn't set). | Daniel Hartmeier | |
2001-09-15 | add mtu description, from Phil Pennock <Phil.Pennock@globnix.org> | Michael Shalayeff | |
2001-09-15 | add EXAMPLES section; canacar@eee.metu.edu.tr, ok deraadt@ | Jakob Schlyter | |
2001-09-15 | Parse bug, found by wilfried@ | Daniel Hartmeier | |
2001-09-15 | IPv6 support from Ryan McBride (mcbride@countersiege.com) | Mike Frantzen | |
2001-09-12 | check calloc() return value | Markus Friedl | |
2001-09-08 | o Mention /etc/wsconsctl.conf in wsconsctl(8) | Heikki Korpela | |
o Sync pckbd(4) with wsconsctl(8); you need wsconsctl -w keyboard.encoding= instead of wsconsctl -w encoding= pckbd(4) error noticed by Philipp Buehler. mickey@ ok | |||
2001-09-06 | - you can only binat between hosts | jasoni | |
- add binat example and description | |||
2001-09-06 | 1:1 bidrectional NAT (binat); ok dhartmei@ and frantzen@ | jasoni | |
2001-09-06 | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should | Mike Pechkin | |
be a single digit. Powered by mantoya@. millert@ ok. | |||
2001-09-06 | double word. | Jan-Uwe Finck | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-09-04 | Support parameter lists {} for interfaces in filter rules, like | Daniel Hartmeier | |
pass in on { gm0, kue0 } from any to any | |||
2001-09-03 | fix spellings | Theo de Raadt | |
2001-09-03 | Include su# in generated disktab. Because modern disks have a variable | Todd C. Miller | |
number of sectors/track we need to specify the total number of sectors per unit explicitly. Closes PR #2042. | |||
2001-09-02 | Print rule numbers zero-based. Noted by primus@gblx.net. | Daniel Hartmeier | |
2001-09-01 | Changes to build platform specific files properly with the powerpc -> macppc | Dale Rahn | |
port rename. This adds support for some of these to mvmeppc when it becomes MACHINE_ARCH=powerpc, as MACHINE_ARCH is tested in some instances. ancontrol and wicontrol are MACHINE_ARCH changes. | |||
2001-08-31 | (c)-2001 | Hakan Olsson | |
2001-08-30 | Mention which debug levels we currently use. | Hakan Olsson | |
2001-08-29 | kill the -i option; it just causes all sorts of grief; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-08-28 | move '!' from host_list to host: "xhost : '!' host | host;"; ok dhartmei@ | Markus Friedl | |
2001-08-28 | check for malloc/strdup == NULL | Markus Friedl | |
2001-08-28 | Support ! operator in host parameter lists. Fixes PR system/2030. Reported | Daniel Hartmeier | |
by Kamil Andrusz <wizz@mniam.net>. | |||
2001-08-28 | Bump state timeouts and allow tweaking them from pfctl. | Mike Frantzen | |
(The state timeouts need some _serious_ tuning) | |||
2001-08-27 | Compile on alpha. | Hakan Olsson | |
2001-08-27 | doc improvements; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-08-27 | un-bork | Theo de Raadt | |
2001-08-26 | minor cleanups | Theo de Raadt | |
2001-08-26 | sort keywords | 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 | PF ISN randomization. Or in trekkie techno-babble, ISN phase modulation. | Mike Frantzen | |
2001-08-25 | Casting of lhs, is not what you think it is. | Niklas Hallqvist | |
2001-08-24 | move back to requested snaplen after SIGHUP; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-08-24 | rearrange so that snaplen cannot be changed; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-08-24 | corrections; wouter.clarie@pandora.be | Theo de Raadt | |
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 | |