summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1998-08-01Clarification.Angelos D. Keromytis
1998-08-01close socket. Not really necessary, but good form.Angelos D. Keromytis
1998-08-01Document accepted values for -proto/-proto2.Angelos D. Keromytis
1998-08-01Sanity check numerical values for -proto/-proto2 flags (4, 50, and 51Angelos D. Keromytis
accepted only).
1998-08-01Forgot this already-documented addition: -proto/-proto2 can also takeAngelos D. Keromytis
"esp", "ah", and "ip4" as arguments (in addition to protocol numbers).
1998-08-01Add symbolic names for the -transport and -sport/-dport flags (fromAngelos D. Keromytis
/etc/protocols and /etc/services respectively). Document changes, document option "ip4".
1998-07-29Do IP-in-IP encapsulation properly.Angelos D. Keromytis
1998-07-29when changing a partition from unknown to 4.2BSD, provide sane defaults for ↵Todd C. Miller
fsize, bsize, cpg
1998-07-28make dump work on filesystems not listed in fstabTodd C. Miller
1998-07-27Library dependenciesNiklas Hallqvist
1998-07-26Don't skip 'b' when suggesting the next partition to add. I thought it ↵Todd C. Miller
would be confusing to suggest 'b' but what happens is that people build a disk without swap.
1998-07-26When asking the user for the disk type, base the default on the device name. ↵Todd C. Miller
Ie: wd -> IDE, sd -> SCSI, hd -> HP-IB, etc. Should help eliminate some confusion.
1998-07-26Don't allow user to do 'a c' since c always exists. They can still do 'c ↵Todd C. Miller
c'. Noted by fries@
1998-07-24fix spelling of separateTheo de Raadt
1998-07-24fix typos; Aaron Campbell <aaron@ug.cs.dal.ca>Todd C. Miller
1998-07-24Man pages Xrefs.Marc Espie
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-07-23Fix annoying bug where disklabel would give you wrong default size for lastConstantine Sapuntzakis
partition on disk and then complain when you chose it. The fix makes sure you get the "correct size".
1998-07-20MINFREE is 5%; hgweigand@wiesbaden.netsurf.deTheo de Raadt
1998-07-20mountd -r opt not needed; form@vs.itam.nsc.ruTheo de Raadt
1998-07-20typo repair; garath@garath.static.dialin.ntplx.comTheo de Raadt
1998-07-17typo; mason@acheron.middleboro.ma.usTheo de Raadt
1998-07-17Add a notice that DES shouldn't be used.Angelos D. Keromytis
1998-07-16use .BxMichael Shalayeff
1998-07-14Correct MAXPARTITIONS text.Angelos D. Keromytis
1998-07-14fix exit codes, adding X_STARTUP; jkoshy@freebsdTheo de Raadt
1998-07-13clean XrTheo de Raadt
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
1998-07-12sync with NetBSDAngelos D. Keromytis
1998-07-11Change the headers so those show up as boot_$ARCHAngelos D. Keromytis
1998-07-11MAXPARTITIONS are only 8 for amiga; all others have 16.Angelos D. Keromytis
1998-07-10fix va_arg handling when not __STDC__Niels Provos
1998-07-09MAXHOSTNAMELEN, not MAXHOSTNAMELEN+1Theo de Raadt
1998-07-09MAXHOSTNAMELENTheo de Raadt
1998-07-09indentTheo de Raadt
1998-07-09indentTheo de Raadt
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1998-07-07tiny freebsd cleanupsTheo de Raadt
1998-07-06Some ports uses kbd since they have pc style keyboard interfaces butPer Fogelstrom
they don't use pcvt which is i386 specific. Fixed with a define: -DHAVEPCVT.
1998-07-05fix bugs; seen by dimaTheo de Raadt
1998-07-05split KREAD() callsTheo de Raadt
1998-06-30- support HMAC flag which if present in the attribute list toggles toNiels Provos
HMAC authentication transforms and otherwise to simple keyed authentication. Note, HMAC is necessary if new esp is to use integrity checking, i.e. authentication of the payload. - Also fix bug, where SPIs were reserved for more than one protocol when only one protocol, e.g. ESP or AH, could be agreed upon. - Also make kernel.c a bit less complex, I hope. - return notifies to kernel on failure only when kernel started the keying.
1998-06-29do not (void)kvm_read(...)Theo de Raadt
1998-06-24disable startup file in vpn modeNiels Provos
1998-06-23handle (,,dom); joergTheo de Raadt
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-06-23no htable manpageTheo de Raadt
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code...
1998-06-20see also keycap(5)Marco S Hyman