freebsd-nq/sbin
Alexander Langer ce78a1f6dd Alter ipfw's behavior with respect to fragmented packets when the packet
offset is non-zero:

  - Do not match fragmented packets if the rule specifies a port or
    TCP flags
  - Match fragmented packets if the rule does not specify a port and
    TCP flags

Since ipfw cannot examine port numbers or TCP flags for such packets,
it is now illegal to specify the 'frag' option with either ports or
tcpflags.  Both kernel and ipfw userland utility will reject rules
containing a combination of these options.

BEWARE: packets that were previously passed may now be rejected, and
vice versa.

Reviewed by:	Archie Cobbs <archie@whistle.com>
1998-02-12 00:57:06 +00:00
..
adjkerntz Add Id, add usage function. 1997-06-10 11:01:13 +00:00
badsect Remove Xref to format(8) which does not exist. 1997-10-15 17:33:47 +00:00
bsdlabel Die and stay dead. Ya got it?! 1997-07-04 01:30:09 +00:00
ccdconfig Properly drop group privs to open file names specified by the user. 1997-12-30 05:13:21 +00:00
clri Import Lite2's src/sbin, except for XNSrouted and routed. All relevant 1997-07-02 00:25:26 +00:00
comcontrol Revert $FreeBSD$ to $Id$ 1997-02-22 14:40:44 +00:00
cxconfig Show the real revision date and not the date that this 1997-06-23 04:03:49 +00:00
disklabel Die and stay dead. Ya got it?! 1997-07-04 01:30:09 +00:00
dmesg compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
dset Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
dump read() and write() return ssize_t not int, so the first arg to atomic() 1998-01-25 09:15:10 +00:00
dumpfs Print fs_maxfilesize. 1997-06-29 20:59:03 +00:00
dumpon compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
fdisk Number partitions 1-4, not 0-3. 1997-06-03 21:24:39 +00:00
fsck opt_diagnostic.h isn't needed anymore. 1998-02-06 22:31:14 +00:00
fsck_ffs opt_diagnostic.h isn't needed anymore. 1998-02-06 22:31:14 +00:00
fsck_ifs opt_diagnostic.h isn't needed anymore. 1998-02-06 22:31:14 +00:00
fsdb opt_diagnostic.h isn't needed anymore. 1998-02-06 22:31:14 +00:00
fsirand Typo fix. 1997-06-16 06:54:30 +00:00
i386 Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
ifconfig Spell 'implements' correctly. 1998-02-01 07:03:29 +00:00
init Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
ipfw Alter ipfw's behavior with respect to fragmented packets when the packet 1998-02-12 00:57:06 +00:00
kldload Add -v in usage string. Add rcsid. 1998-01-05 07:07:44 +00:00
kldstat Sync. usage string and synopsis. Add rcsid. 1998-01-05 07:10:42 +00:00
kldunload Sync. usage string and synopsis. Add rcsid. 1998-01-05 07:10:42 +00:00
ldconfig Removed /etc/ld.so.conf reference from FILES section (people get 1998-01-01 02:31:47 +00:00
md5 Fix a few style nits from previous commit. 1997-12-29 14:05:49 +00:00
mknod Use err(3). 1997-06-16 06:35:23 +00:00
modload Enable simultaneous use of -u and -p options. Release any resources before 1997-08-21 22:33:59 +00:00
modunload compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_cd9660 Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_ext2fs Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_ifs Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_msdos Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_msdosfs Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_nfs Don't define KERNEL before including <nfs/nfs.h>. It is no longer 1998-02-01 21:53:19 +00:00
mount_null Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_nullfs Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_portal Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_portalfs Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_std Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_umap Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_umapfs Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_union Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_unionfs Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mountd Converted to Lite2 mount interface - use vfc_typenum from the 1998-01-20 15:22:27 +00:00
natd Make it clear that aliasing is done on the public interface, not 1998-01-29 00:40:41 +00:00
newfs Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
nextboot Spelling police. 1997-04-23 04:46:38 +00:00
nfsd Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
nfsiod Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
nologin An odd merge from 2.2 to -current. Somehow that 2.2 nologin.5 1997-03-03 06:47:27 +00:00
ping Minor style nit noticed by bde. 1997-12-24 00:59:02 +00:00
quotacheck Remove lines inside #ifdef 0/#endif. 1997-06-30 11:10:18 +00:00
reboot Document the enhanced behaviour of the '-c' flag. 1998-02-10 00:17:44 +00:00
restore Typo fix in the message displayed. 1997-12-21 15:40:11 +00:00
route style(9) corrections 1997-12-26 23:28:17 +00:00
routed Use err(3). Change exit(-1). Remove unused #include. 1998-01-14 07:17:12 +00:00
savecore Import Lite2's src/sbin, except for XNSrouted and routed. All relevant 1997-07-02 00:25:26 +00:00
scsi Use err(3). Change exit(-1), and make exit values equal to 1 when errors. 1998-01-12 07:57:57 +00:00
scsiformat kill the undead 1997-07-13 14:26:00 +00:00
shutdown Pass an actual empty environment to execle() as per POSIX rather than 1998-01-10 20:11:06 +00:00
slattach signal() returns an pointer, so must be cast to long, not int before 1998-01-25 09:16:55 +00:00
spppcontrol Remove more unused #includes. 1998-01-07 07:55:26 +00:00
startslip Remove unused include files 1997-12-22 13:46:08 +00:00
swapon Revert last commit and SEE ALSO pstat(8) instead. 1998-02-01 06:46:37 +00:00
sysctl Install sysctl in /sbin. It is used in some cases in network_pass1(), 1997-12-18 15:34:08 +00:00
tunefs Import Lite2's src/sbin, except for XNSrouted and routed. All relevant 1997-07-02 00:25:26 +00:00
umount Fixed the previous fix. The original path was annulled when it 1998-02-03 17:23:26 +00:00
Makefile Retire dumplfs mount_lfs newlfs 1998-01-30 12:39:18 +00:00
Makefile.inc Part one of a "fix-and-move". Init(8) had make macros declared here 1997-02-10 17:41:33 +00:00