Searched hist:1219 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/etc/
H A Dservicesdiff 1219 Sun Feb 27 19:45:37 MST 1994 wollman Since we now support Kerberos v4, make those ports the default
rather than the official ones for v5.
/freebsd-11.0-release/sys/netinet/
H A Dip_fw.hdiff 16266 Sun Jun 09 23:46:21 MDT 1996 alex Big sweep over ipfw, picking up where Poul left off:

- Log ICMP type during verbose output.
- Added IPFIREWALL_VERBOSE_LIMIT option to prevent denial of service
attacks via syslog flooding.
- Filter based on ICMP type.
- Timestamp chain entries when they are matched.
- Interfaces can now be matched with a wildcard specification (i.e.
will match any interface unit for a given name).
- Prevent the firewall chain from being manipulated when securelevel
is greater than 2.
- Fixed bug that allowed the default policy to be deleted.
- Ability to zero individual accounting entries.
- Remove definitions of old_chk_ptr and old_ctl_ptr when compiling
ipfw as a lkm.
- Remove some redundant code shared between ip_fw_init and ipfw_load.

Closes PRs: 1192, 1219, and 1267.

Completed in 124 milliseconds