summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
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
1998-06-18fix spelling mistake, better grammarNiels Provos
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-06-08exit correctlyNiels Provos
1998-06-08typoTheo de Raadt
1998-06-07off_t cleanupTheo de Raadt
1998-06-03zero sigaction before useTheo de Raadt
1998-06-03use sigsetopsTheo de Raadt
1998-06-02add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; ↵Theo de Raadt
mostly from kleink
1998-06-01set correct source address for owner SPIsNiels Provos
1998-06-01correct netmask for flow in local caseNiels Provos
1998-06-01.Dt PHOTURISD 8Niels Provos
1998-06-01no -v option; mason@primenet.com.auTheo de Raadt
1998-05-29add support for pcvt.Michael Shalayeff
ugly call system(kcon) when needed to avoid code copying.
1998-05-26grammarTheo de Raadt
1998-05-24update to reflect iv changeNiels Provos
1998-05-24Explain some more about the src field.Angelos D. Keromytis
1998-05-24forgot to apply masks to subnet addressesNiels Provos
1998-05-24add VPN mode.Niels Provos
1998-05-24remote rt and rtdeleteNiels Provos
1998-05-24incorporate functionality of rt and rtdelete commands into ipsecadm,Niels Provos
some improvements to manpage, stricter option checking, -Wall.
1998-05-19fix bug in configuring exchange timeoutNiels Provos