Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-21 | try to (proxy)connect with UsePrivilegeSeparation enabled. | Markus Friedl | |
2002-03-21 | add privsep_preauth() and remove 1 goto; ok provos@ | Markus Friedl | |
2002-03-21 | o sync usage() to man page | Todd C. Miller | |
o -l does not require an argument o getopt() returns -1 not EOF From Brian Poole | |||
2002-03-21 | add privsep (off) | Markus Friedl | |
2002-03-21 | predefine __sparc_v9__ on sparc64; ok art, espie | Peter Valchev | |
2002-03-21 | fix NULL %s on debug3(); ok markus@ | Kevin Steves | |
2002-03-21 | In sc_put_key(), sc_reader_id should be id. | Jim Rees | |
2002-03-21 | getopt returns -1, not EOF. | Marc Espie | |
2002-03-21 | dont forget the break. | Dale Rahn | |
2002-03-21 | Recognize 7455 processor, distinguish between 7450/7451. | Dale Rahn | |
2002-03-21 | remove unused | Markus Friedl | |
2002-03-21 | remove const | Markus Friedl | |
2002-03-21 | move key upload to scard.[ch] | Markus Friedl | |
2002-03-21 | make compile w/ openssl 0.9.7 | Markus Friedl | |
2002-03-21 | Two patches from NetBSD: | Jason Wright | |
- extent_alloc_subregion shouldn't allocate a region pasts the end of subregion. - extent_alloc_subregion1(): when a candidate region doesn't fit after being rounded up to respect boundary limits, adjust newstart and last before skiping to the next region. Otherwise we may check the same candidate region against the start of the next region, no the one immediatly following the hole, leading to corrupted map. | |||
2002-03-21 | add built-in command line for adding new port forwardings on the fly. | Jakob Schlyter | |
based on a patch from brian wellington. ok markus@. | |||
2002-03-21 | move md5.c, add des-ede3 test | Markus Friedl | |
2002-03-21 | ignore errors for nonexisting default keys in ssh-add, | Markus Friedl | |
fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158 | |||
2002-03-21 | Add r option to SYNOPSIS. From Brian Poole. | Daniel Hartmeier | |
2002-03-21 | Remove dead code, ifdef code which should be dead, KNF. Cleanup. | Dale Rahn | |
2002-03-21 | Be more consistant about pted zeroing (the whole structure) | Dale Rahn | |
Fix missing 'attr' initialization. Zero available memory. Raise available memory limit from 256MB to 1GB. This code has only been tested up to 512MB, but should be fine to 1GB. Ram modules are not avail to the developers to test out the machines up to their 1.5GB physical limit. | |||
2002-03-21 | pretty dmesg | Jason Wright | |
2002-03-21 | Map up to 1G 1-1 using dbats, this disables dynamically swapped bats for now, | Dale Rahn | |
until the issue with SR invalidation/loading is corrected. | |||
2002-03-21 | Swap the defines to be the ones we want to use, compat ones are defined | Dale Rahn | |
from the preferred. | |||
2002-03-21 | Change 'Airport' to 'Lucent (embedded)' to correspond to reality. | Todd C. Miller | |
Otherwise, the embedded Lucent wavelan is called 'Airport' on Toshiba and Sony laptops. | |||
2002-03-21 | better cache mode print | Michael Shalayeff | |
2002-03-21 | deduct some more from 2k-2k2 calendars, this is hard | Michael Shalayeff | |
2002-03-20 | found two more | Michael Shalayeff | |
2002-03-20 | list more files that we have | Michael Shalayeff | |
2002-03-20 | remove obsolete comment | Jun-ichiro itojun Hagino | |
2002-03-20 | some more | Michael Shalayeff | |
2002-03-20 | Since the sgmap is used in interrupts protect the extent with splvm. | Artur Grabowski | |
nate@ ok. Should fix a bunch of random memory corruption problems on many machines. How we could live so long without it is beyond me. Now my traktor is happy. | |||
2002-03-20 | fix for palm again | Jim Rees | |
get_AUT0: "-" means DFLTAUT0 | |||
2002-03-20 | Sendmail logs to /var/log/maillog, not /var/log/mail; Matt Bing | Todd C. Miller | |
2002-03-20 | strerror() on chdir() fail; ok provos@ | Kevin Steves | |
2002-03-20 | for unprivileged user, group do: | Kevin Steves | |
pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@ | |||
2002-03-20 | add dcphy | Jason Wright | |
2002-03-20 | fix memleak. | Mike Pechkin | |
millert@ ok | |||
2002-03-20 | Improve error message in makedbm. -moj | Mats O Jansson | |
from Kenneth Ingham <ingham@i-pi.com> | |||
2002-03-20 | style(9) | Marc Espie | |
2002-03-20 | bad NetBSD name. | Marc Espie | |
ok mickeyski | |||
2002-03-20 | lpt_attach_common() prints the newline for us | Jason Wright | |
2002-03-20 | Correct part number for qec+qe (John Pavlakis <JPavlakis@fortpoint.com>) | Jason Wright | |
2002-03-20 | Correct part number for qec+4qe | Jason Wright | |
2002-03-20 | a few good typos | Michael Shalayeff | |
2002-03-19 | Fix unitialized variable in non-setgid case; Gregory Steuck | Todd C. Miller | |
2002-03-19 | Don't keep the last blocksize-bytes of ciphertext for use as the next | Angelos D. Keromytis | |
plaintext's IV, in CBC mode. Use arc4random() to acquire fresh IVs per message instead (particularly useful for IPsec). This avoids the CBC oracle attack. provos@ ok | |||
2002-03-19 | o don't need a var to keep the number of commands; use a define. | Federico G. Schwindt | |
o remove extra arg after dale commit. | |||
2002-03-19 | locking in the kenter/kremove and uncache io space (in the future) | Michael Shalayeff | |
2002-03-19 | Initial version of pmdb support for powerpc, traceback and registers work | Dale Rahn | |
fine, breakpoints need some assistance. |