summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
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
1998-05-19carify iv usage with new esp modeNiels Provos
1998-05-18support kernel notifies for setsockopt/getsockopt interface and fix variousNiels Provos
small bugs.
1998-05-18ipfstat does not read from /vmunixArtur Grabowski
1998-05-17Unroll that last patch, Theo thinks there's a better way of solvingAngelos D. Keromytis
the problem.
1998-05-16Avoid the SIGALRM/ping DOS attack. From FreeBSD patch by Jason Young.Angelos D. Keromytis
1998-05-16oops; dTheo de Raadt
1998-05-16spelling typoDavid Leonard
1998-05-16call pmap_getport() with correct proto; tronTheo de Raadt
1998-05-16put time in network byte order. I thought I fixed this!Theo de Raadt
1998-05-16on 64 bit architectures, tv_sec and tv_usec cause problems when weTheo de Raadt
move them onto the wire - so don't put them on the wire. i thought i fixed this ages ago..
1998-05-14Explain exchange_lifetime a bit moreNiklas Hallqvist
1998-05-13Clarify tunnel optionsNiklas Hallqvist
1998-05-13Clarify tunnel optionsNiklas Hallqvist
1998-05-13typoNiklas Hallqvist
1998-05-07In -v mode print label offset in addition to the block number.Todd C. Miller
1998-05-07get rid of #ifdef OLD_SCSI stuff. It is not usefulTodd C. Miller
1998-05-07let user set d_interleave, and force it to be >= 1Todd C. Miller
1998-05-06correct operational description; ksulliva@psc.eduTheo de Raadt
1998-05-04LETS_GET_BIGTheo de Raadt
1998-04-30certain variables are in msec not usec nowTheo de Raadt
1998-04-28use Xr more oftenTheo de Raadt