summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-27Improve the cross-tools targets so that it now can at least finishNiklas Hallqvist
pmax libs. I have yet to test that they actually work though.
2001-01-27put wicontrol on the floppyTheo de Raadt
2001-01-26more special regs definitions; use names from pctr.h for those it usesMichael Shalayeff
2001-01-26define large page frame mask; also remove trailing spacesMichael Shalayeff
2001-01-26constify BA1Michael Shalayeff
2001-01-26constify neo-coefficentsMichael Shalayeff
2001-01-26regenMichael Shalayeff
2001-01-26bt760 ether, fix bt763eMichael Shalayeff
2001-01-26regenMichael Shalayeff
2001-01-26constify pci_knowndevsMichael Shalayeff
2001-01-26regenMichael Shalayeff
2001-01-26constify eisa_knowndevsMichael Shalayeff
2001-01-26Use correct interpretersNiklas Hallqvist
2001-01-26constify nam2blkMichael Shalayeff
2001-01-26Preliminary but working code to permit IKE authentication using DNSSECHakan Olsson
validated KEY records. Uses lwresd from the bind-9.1.0 port. Enable by adding 'dnssec' to FEATURES.
2001-01-26Fix for PR1643; constrain indices into "table" to be < table_sizeTodd C. Miller
so we don't go off and return random, unallocated bits.
2001-01-26Mention that shutdown brings the system to single user mode when issuedMarco S Hyman
without options. Other wording tweaks. Move comment related to -p to where -p is defined, not where -h is defined.
2001-01-26regenMichael Shalayeff
2001-01-26alphabetize cis-only vendor listMichael Shalayeff
2001-01-26match on zoom air-4000, as it has been reported by Ian Cass ↵Michael Shalayeff
<ian.cass@knowledge.com>
2001-01-26regenMichael Shalayeff
2001-01-26zoom air-4000; from Ian Cass <ian.cass@knowledge.com>Michael Shalayeff
2001-01-26include keynote.h only if USE_KEYNOTE is defined; ok niklas@Markus Friedl
2001-01-26Small cleanup patch from <mpech@prosoft.org.lv>.Tobias Weingartner
niklas@ ok.
2001-01-26There is no need to check the subjectAltName anymore, since we are in factNiklas Hallqvist
looking up the certificate via the name. The lookup method already guarantees a match. It is also a problem to look at the subjectAltName should we have got the certificate with no such name in it. Prodded by mickey@ although I solved the problem in a different way.
2001-01-26It is pronounced S/KeyTodd C. Miller
2001-01-26Fix stupid bug in last commit that caused the hostname not toTodd C. Miller
be used as part of the seed for first time users.
2001-01-26SHA1 is a big endian algorithm but RFC2289 mandates that results beTodd C. Miller
stored in little endian form (like MD4/MD5). So, instead of having SHA1Final copy the result buffer, we do it ourselves with a loop stolen from RFC2289, Appendix A. Closes PR1650.
2001-01-26wording updates. typo in example (s/err1/errx/).Jun-ichiro itojun Hagino
sync with latest kame.
2001-01-26There is no need to check the subjectAltName anymore, since we are in factNiklas Hallqvist
looking up the certificate via the name. The lookup method already guarantees a match. It is also a problem to look at the subjectAltName should we have got the certificate with no such name in it. Prodded by mickey@ although I solved the problem in a different way.
2001-01-26better signal handling. look at check signal flag bit every time we visitJun-ichiro itojun Hagino
the loop (not just after EINTR on select). sync with kame
2001-01-26Pedantic style policeNiklas Hallqvist
2001-01-26Pedantic style policeNiklas Hallqvist
2001-01-26CVS missed this in the foreign OS support commitNiklas Hallqvist
2001-01-26Pedantic style policeNiklas Hallqvist
2001-01-26Move in foreign OS support. The OpenBSD repository is now the officialNiklas Hallqvist
isakmpd home.
2001-01-26Merge with EOM 1.18Niklas Hallqvist
author: niklas Sync with OpenBSD changes by smurph
2001-01-26Merge with EOM 1.54Niklas Hallqvist
author: ho Only include <gmp.h> with MP_FLAVOUR_GMP. Sync with OpenBSD.
2001-01-26Merge with EOM 1.57Niklas Hallqvist
author: ho Lifetime is KILOBYTES not BYTES. Noticed by <jj@dynarc.se>
2001-01-26Merge with EOM 1.139Niklas Hallqvist
author: niklas Remove blank line author: ho Print warning with log_print, not log_error. author: ho Report if doi->get_spi() fails.
2001-01-26apps/certpatch/certpatch.c: Merge with EOM 1.11Niklas Hallqvist
regress/rsakeygen/rsakeygen.c: Merge with EOM 1.10 regress/x509/x509test.c: Merge with EOM 1.9 author: ho Only include <gmp.h> with MP_FLAVOUR_GMP.
2001-01-26Merge with EOM 1.57Niklas Hallqvist
author: niklas Remove unused constant
2001-01-26Clarify that the proctitle is set to "progname: fmt", not "progname:fmt".Aaron Campbell
2001-01-26fix compile error by including compat_dir.hMarco S Hyman
2001-01-26Fix arg countbrian
2001-01-26Allow ``set server closed'' to close the diagnostic socket.brian
Allow ``set server open'' to re-open the diagnostic socket. Handle SIGUSR1 by re-opening the diagnostic socket When receiving SIGUSR2 (and in ``set server none''), don't forget the socket details so that ``set server open'' and SIGUSR1 open it again. Don't create the diagnostic socket as uid 0 ! It's far to dangerous.
2001-01-26If executing the stuff from ppp.linkdown results in a state change,brian
don't continue adjusting the ipcp state machine. This allows ``down'' to work in ppp.linkdown - useful for a tunnel setup.
2001-01-25protosTheo de Raadt
2001-01-25KNFTheo de Raadt
2001-01-25egrep -a to permit working with binary data in dmesgTheo de Raadt