Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1998-06-18 | fix spelling mistake, better grammar | Niels Provos | |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-06-08 | exit correctly | Niels Provos | |
1998-06-08 | typo | Theo de Raadt | |
1998-06-07 | off_t cleanup | Theo de Raadt | |
1998-06-03 | zero sigaction before use | Theo de Raadt | |
1998-06-03 | use sigsetops | Theo de Raadt | |
1998-06-02 | add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; ↵ | Theo de Raadt | |
mostly from kleink | |||
1998-06-01 | set correct source address for owner SPIs | Niels Provos | |
1998-06-01 | correct netmask for flow in local case | Niels Provos | |
1998-06-01 | .Dt PHOTURISD 8 | Niels Provos | |
1998-06-01 | no -v option; mason@primenet.com.au | Theo de Raadt | |
1998-05-29 | add support for pcvt. | Michael Shalayeff | |
ugly call system(kcon) when needed to avoid code copying. | |||
1998-05-26 | grammar | Theo de Raadt | |
1998-05-24 | update to reflect iv change | Niels Provos | |
1998-05-24 | Explain some more about the src field. | Angelos D. Keromytis | |
1998-05-24 | forgot to apply masks to subnet addresses | Niels Provos | |
1998-05-24 | add VPN mode. | Niels Provos | |
1998-05-24 | remote rt and rtdelete | Niels Provos | |
1998-05-24 | incorporate functionality of rt and rtdelete commands into ipsecadm, | Niels Provos | |
some improvements to manpage, stricter option checking, -Wall. | |||
1998-05-19 | fix bug in configuring exchange timeout | Niels Provos | |
1998-05-19 | carify iv usage with new esp mode | Niels Provos | |
1998-05-18 | support kernel notifies for setsockopt/getsockopt interface and fix various | Niels Provos | |
small bugs. | |||
1998-05-18 | ipfstat does not read from /vmunix | Artur Grabowski | |
1998-05-17 | Unroll that last patch, Theo thinks there's a better way of solving | Angelos D. Keromytis | |
the problem. | |||
1998-05-16 | Avoid the SIGALRM/ping DOS attack. From FreeBSD patch by Jason Young. | Angelos D. Keromytis | |
1998-05-16 | oops; d | Theo de Raadt | |
1998-05-16 | spelling typo | David Leonard | |
1998-05-16 | call pmap_getport() with correct proto; tron | Theo de Raadt | |
1998-05-16 | put time in network byte order. I thought I fixed this! | Theo de Raadt | |
1998-05-16 | on 64 bit architectures, tv_sec and tv_usec cause problems when we | Theo de Raadt | |
move them onto the wire - so don't put them on the wire. i thought i fixed this ages ago.. | |||
1998-05-14 | Explain exchange_lifetime a bit more | Niklas Hallqvist | |
1998-05-13 | Clarify tunnel options | Niklas Hallqvist | |
1998-05-13 | Clarify tunnel options | Niklas Hallqvist | |
1998-05-13 | typo | Niklas Hallqvist | |
1998-05-07 | In -v mode print label offset in addition to the block number. | Todd C. Miller | |
1998-05-07 | get rid of #ifdef OLD_SCSI stuff. It is not useful | Todd C. Miller | |
1998-05-07 | let user set d_interleave, and force it to be >= 1 | Todd C. Miller | |
1998-05-06 | correct operational description; ksulliva@psc.edu | Theo de Raadt | |
1998-05-04 | LETS_GET_BIG | Theo de Raadt | |
1998-04-30 | certain variables are in msec not usec now | Theo de Raadt | |
1998-04-28 | use Xr more often | Theo de Raadt | |