Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | |