summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2002-01-30atactl [ata device] dumpConstantine Sapuntzakis
will dump the ATA trace buffers
2002-01-28Request enough buffer space to fit the maximum size of a packet.Hugh Graham
Problem noticed by Art, and fix checked by Markus and Niels.
2002-01-27Add the (former) AES candidate ESP ciphers for IKE, as ofHakan Olsson
http://csrc.nist.gov/ipsec/papers/aes-draft.00.txt In particular, recognize a Twofish proposal with cipher number 253, as used by the SSH Sentinel.
2002-01-25Update. <mccreary@pch.net>Hakan Olsson
2002-01-25no static for sa_dump, explicit log cls/levelHakan Olsson
2002-01-25Typo. <mccreary@pch.net>Hakan Olsson
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
Alas many of these were introduced by yours truly as necessary just doesn't look right to me for some reason ;-)
2002-01-24as early as v3, these isMichael Shalayeff
2002-01-24allow reinitializing mbr in the ext parts; from Matt Watson <mwatson@apple.com>Michael Shalayeff
2002-01-23Actually return the ESP/AH/COMP ground descriptions for policyAngelos D. Keromytis
comparisons -- from cjkim2000@yahoo.com
2002-01-23use sizeof instead of magic numbersMichael Shalayeff
2002-01-23the last few sprintf -> snprintfHakan Olsson
2002-01-23snprintf, and only dump exchange data if USE_DEBUG is definedHakan Olsson
2002-01-23sprintf->snprintf & bugfixHakan Olsson
2002-01-23no more strcpy/sprintfHakan Olsson
2002-01-23Another strcpy gone.Hakan Olsson
2002-01-23strcpy->strlcpy, sprintf->snprintfHakan Olsson
2002-01-23strcat->strlcat, sprintf->snprintfHakan Olsson
2002-01-23strcpy->strlcpyHakan Olsson
2002-01-23strncat->strlcat, sprintf->snprintfHakan Olsson
2002-01-23less sprintf/str[n]cpy/strcatHakan Olsson
2002-01-23less strcpy/strcatHakan Olsson
2002-01-21deamon -> daemon, from Alexander YurchenkoDaniel Hartmeier
2002-01-19Fix bogosity with sa_len value assignment...I wonder how this everAngelos D. Keromytis
worked (but it did, until very recently).
2002-01-18Allow size values to be displayed in the user's choice of units.Kjell Wooding
Idea borrowed from disklabel. i.e. Users can now type "print M" and be rewarded with partition sizes in Megs
2002-01-18Add disklabel-style editing for size/offset values inKjell Wooding
the partition tables. These values may now contain units, such as "300k" "500M" or "2G". (sectors, bytes, and cylinders are also supported.) This should largely eliminate the need for a calculator when using fdisk on large disks.
2002-01-18Do not truncate the cylinder value to 1023 until the MBRKjell Wooding
is actually written to disk. Cylinder values for disks >8G are instead "faked" from the LBA values in the partition table. These faked values are now displayed correctly after a save.
2002-01-18print out the ctime of a mount when verbose; millert@ okMichael Shalayeff
2002-01-17Typo, from Måns Nilsson <mansaxel@sunet.se>Marc Espie
2002-01-12document net.inet.icmp.redir{accept,timeout}Eric Jackson
2002-01-11use bsearch() for keywords lookup, swap couple of entries to make the ↵Michael Shalayeff
keywords array sorted and add a comment to keep it that way; dhartmei@ ok
2002-01-11document new sysctl for vfs.nfs.norsvportNathan Binkert
2002-01-10Let port 0 be specified as it's not special here.Hugh Graham
Agreement with Daniel and others.
2002-01-09add ability to execute script or program after a module isEric Jackson
unloaded.. similar to modload. millert@ ok
2002-01-09check&fix. Request from ericj@.Mike Pechkin
o) start new sentence on a new line; o) .SYNOPSIS always have .Nm;
2002-01-09Port must be >0 and <=65535. Idea while have fun with ssh.Mike Pechkin
dhartmei@ ok
2002-01-09free() 'interface' in {nat,binat,rdr}ruleMike Pechkin
dhartmei@ ok
2002-01-09Add labels to rules. These are arbitrary names (not to be confused withDaniel Hartmeier
tags that will be used to tag packets later on). Add pfctl -z to clear per-rule counters. Add pfctl -s labels to output per-rule counters in terse format and only for rules that have labels. Suggested by Henning Brauer.
2002-01-09symbol addresses should be relativeEric Jackson
also, no need to read the aout header twice. actually this made symbol loading not work. millert@ ok
2002-01-08oops, put back some earlier changesEric Jackson
2002-01-08rename symtab to not collide with symtab in modload.cEric Jackson
2002-01-08change back to old behavior, where we load debugging symbols by default.Eric Jackson
2002-01-08add support in modload for ELFEric Jackson
from NetBSD miod@ ok.
2002-01-08Add "no nat/rdr/binat" to nat.conf. The first matching rule applies.Daniel Hartmeier
If it is a "no" rule, no translation occurs. Useful to exclude certain packets from translation. Suggested by Henning Brauer.
2002-01-07u_long for arg for LMREADYEric Jackson
2002-01-07Next issue:Mike Pechkin
af is always u_int8_t, not int; dhartmei@ ok
2002-01-07remove 3rd argument from ipmask(), not used.Mike Pechkin
dhartmei@ ok
2002-01-06-x needs read-write access for DIOCSETDEBUG ioctlDaniel Hartmeier
2002-01-05Documentation update. Adapted from NetBSD.Thierry Deval
2002-01-04sync to reality.Kjell Wooding
Note that the NT serial number is now whacked with an update, or -u Fix signature in example. Explicitly state the MBR signature (0xAA55)