Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-27 | Improve the cross-tools targets so that it now can at least finish | Niklas Hallqvist | |
pmax libs. I have yet to test that they actually work though. | |||
2001-01-27 | put wicontrol on the floppy | Theo de Raadt | |
2001-01-26 | more special regs definitions; use names from pctr.h for those it uses | Michael Shalayeff | |
2001-01-26 | define large page frame mask; also remove trailing spaces | Michael Shalayeff | |
2001-01-26 | constify BA1 | Michael Shalayeff | |
2001-01-26 | constify neo-coefficents | Michael Shalayeff | |
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | bt760 ether, fix bt763e | Michael Shalayeff | |
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | constify pci_knowndevs | Michael Shalayeff | |
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | constify eisa_knowndevs | Michael Shalayeff | |
2001-01-26 | Use correct interpreters | Niklas Hallqvist | |
2001-01-26 | constify nam2blk | Michael Shalayeff | |
2001-01-26 | Preliminary but working code to permit IKE authentication using DNSSEC | Hakan Olsson | |
validated KEY records. Uses lwresd from the bind-9.1.0 port. Enable by adding 'dnssec' to FEATURES. | |||
2001-01-26 | Fix for PR1643; constrain indices into "table" to be < table_size | Todd C. Miller | |
so we don't go off and return random, unallocated bits. | |||
2001-01-26 | Mention that shutdown brings the system to single user mode when issued | Marco S Hyman | |
without options. Other wording tweaks. Move comment related to -p to where -p is defined, not where -h is defined. | |||
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | alphabetize cis-only vendor list | Michael Shalayeff | |
2001-01-26 | match on zoom air-4000, as it has been reported by Ian Cass ↵ | Michael Shalayeff | |
<ian.cass@knowledge.com> | |||
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | zoom air-4000; from Ian Cass <ian.cass@knowledge.com> | Michael Shalayeff | |
2001-01-26 | include keynote.h only if USE_KEYNOTE is defined; ok niklas@ | Markus Friedl | |
2001-01-26 | Small cleanup patch from <mpech@prosoft.org.lv>. | Tobias Weingartner | |
niklas@ ok. | |||
2001-01-26 | There is no need to check the subjectAltName anymore, since we are in fact | Niklas 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-26 | It is pronounced S/Key | Todd C. Miller | |
2001-01-26 | Fix stupid bug in last commit that caused the hostname not to | Todd C. Miller | |
be used as part of the seed for first time users. | |||
2001-01-26 | SHA1 is a big endian algorithm but RFC2289 mandates that results be | Todd 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-26 | wording updates. typo in example (s/err1/errx/). | Jun-ichiro itojun Hagino | |
sync with latest kame. | |||
2001-01-26 | There is no need to check the subjectAltName anymore, since we are in fact | Niklas 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-26 | better signal handling. look at check signal flag bit every time we visit | Jun-ichiro itojun Hagino | |
the loop (not just after EINTR on select). sync with kame | |||
2001-01-26 | Pedantic style police | Niklas Hallqvist | |
2001-01-26 | Pedantic style police | Niklas Hallqvist | |
2001-01-26 | CVS missed this in the foreign OS support commit | Niklas Hallqvist | |
2001-01-26 | Pedantic style police | Niklas Hallqvist | |
2001-01-26 | Move in foreign OS support. The OpenBSD repository is now the official | Niklas Hallqvist | |
isakmpd home. | |||
2001-01-26 | Merge with EOM 1.18 | Niklas Hallqvist | |
author: niklas Sync with OpenBSD changes by smurph | |||
2001-01-26 | Merge with EOM 1.54 | Niklas Hallqvist | |
author: ho Only include <gmp.h> with MP_FLAVOUR_GMP. Sync with OpenBSD. | |||
2001-01-26 | Merge with EOM 1.57 | Niklas Hallqvist | |
author: ho Lifetime is KILOBYTES not BYTES. Noticed by <jj@dynarc.se> | |||
2001-01-26 | Merge with EOM 1.139 | Niklas 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-26 | apps/certpatch/certpatch.c: Merge with EOM 1.11 | Niklas 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-26 | Merge with EOM 1.57 | Niklas Hallqvist | |
author: niklas Remove unused constant | |||
2001-01-26 | Clarify that the proctitle is set to "progname: fmt", not "progname:fmt". | Aaron Campbell | |
2001-01-26 | fix compile error by including compat_dir.h | Marco S Hyman | |
2001-01-26 | Fix arg count | brian | |
2001-01-26 | Allow ``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-26 | If 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-25 | protos | Theo de Raadt | |
2001-01-25 | KNF | Theo de Raadt | |
2001-01-25 | egrep -a to permit working with binary data in dmesg | Theo de Raadt | |