Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-01 | Clarification. | Angelos D. Keromytis | |
1998-08-01 | close socket. Not really necessary, but good form. | Angelos D. Keromytis | |
1998-08-01 | Document accepted values for -proto/-proto2. | Angelos D. Keromytis | |
1998-08-01 | Sanity check numerical values for -proto/-proto2 flags (4, 50, and 51 | Angelos D. Keromytis | |
accepted only). | |||
1998-08-01 | Forgot this already-documented addition: -proto/-proto2 can also take | Angelos D. Keromytis | |
"esp", "ah", and "ip4" as arguments (in addition to protocol numbers). | |||
1998-08-01 | Add symbolic names for the -transport and -sport/-dport flags (from | Angelos D. Keromytis | |
/etc/protocols and /etc/services respectively). Document changes, document option "ip4". | |||
1998-07-29 | Do IP-in-IP encapsulation properly. | Angelos D. Keromytis | |
1998-07-29 | when changing a partition from unknown to 4.2BSD, provide sane defaults for ↵ | Todd C. Miller | |
fsize, bsize, cpg | |||
1998-07-28 | make dump work on filesystems not listed in fstab | Todd C. Miller | |
1998-07-27 | Library dependencies | Niklas Hallqvist | |
1998-07-26 | Don'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-26 | When 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-26 | Don'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-24 | fix spelling of separate | Theo de Raadt | |
1998-07-24 | fix typos; Aaron Campbell <aaron@ug.cs.dal.ca> | Todd C. Miller | |
1998-07-24 | Man pages Xrefs. | Marc Espie | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1998-07-23 | Fix annoying bug where disklabel would give you wrong default size for last | Constantine Sapuntzakis | |
partition on disk and then complain when you chose it. The fix makes sure you get the "correct size". | |||
1998-07-20 | MINFREE is 5%; hgweigand@wiesbaden.netsurf.de | Theo de Raadt | |
1998-07-20 | mountd -r opt not needed; form@vs.itam.nsc.ru | Theo de Raadt | |
1998-07-20 | typo repair; garath@garath.static.dialin.ntplx.com | Theo de Raadt | |
1998-07-17 | typo; mason@acheron.middleboro.ma.us | Theo de Raadt | |
1998-07-17 | Add a notice that DES shouldn't be used. | Angelos D. Keromytis | |
1998-07-16 | use .Bx | Michael Shalayeff | |
1998-07-14 | Correct MAXPARTITIONS text. | Angelos D. Keromytis | |
1998-07-14 | fix exit codes, adding X_STARTUP; jkoshy@freebsd | Theo de Raadt | |
1998-07-13 | clean Xr | Theo de Raadt | |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd 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-12 | sync with NetBSD | Angelos D. Keromytis | |
1998-07-11 | Change the headers so those show up as boot_$ARCH | Angelos D. Keromytis | |
1998-07-11 | MAXPARTITIONS are only 8 for amiga; all others have 16. | Angelos D. Keromytis | |
1998-07-10 | fix va_arg handling when not __STDC__ | Niels Provos | |
1998-07-09 | MAXHOSTNAMELEN, not MAXHOSTNAMELEN+1 | Theo de Raadt | |
1998-07-09 | MAXHOSTNAMELEN | Theo de Raadt | |
1998-07-09 | indent | Theo de Raadt | |
1998-07-09 | indent | Theo de Raadt | |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt | |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt | |
1998-07-07 | tiny freebsd cleanups | Theo de Raadt | |
1998-07-06 | Some ports uses kbd since they have pc style keyboard interfaces but | Per Fogelstrom | |
they don't use pcvt which is i386 specific. Fixed with a define: -DHAVEPCVT. | |||
1998-07-05 | fix bugs; seen by dima | Theo de Raadt | |
1998-07-05 | split KREAD() calls | Theo de Raadt | |
1998-06-30 | - support HMAC flag which if present in the attribute list toggles to | Niels 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-29 | do not (void)kvm_read(...) | Theo de Raadt | |
1998-06-24 | disable startup file in vpn mode | Niels Provos | |
1998-06-23 | handle (,,dom); joerg | Theo de Raadt | |
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-06-23 | no htable manpage | Theo de Raadt | |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd 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-20 | see also keycap(5) | Marco S Hyman | |