summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-03-22 make idstrs[] even if SMC_DEBUG is not defined, so the sm(4) driversVincent Labrecque
compile. ok fgsch
2002-03-21remove unused, sync w/ cmdline patch in my tree.Markus Friedl
2002-03-21on extract: better spl granularity, make sure pool is updated between runs; ↵Michael Shalayeff
later pt out by camield@
2002-03-21Update.Miod Vallat
2002-03-21Some laptops (such as the Toshiba Libretto L series) use _PIR insteadTodd C. Miller
of the standard $PIR for the signature so for that too. From NetBSD and FreeBSD. mickey@ says commitski
2002-03-21Add PIN-protection for secret key.Jim Rees
2002-03-21basic sftp put/get testMarkus Friedl
2002-03-21Add PIN-protection for secret key.Jim Rees
2002-03-21try to (proxy)connect with UsePrivilegeSeparation enabled.Markus Friedl
2002-03-21add privsep_preauth() and remove 1 goto; ok provos@Markus Friedl
2002-03-21o sync usage() to man pageTodd C. Miller
o -l does not require an argument o getopt() returns -1 not EOF From Brian Poole
2002-03-21add privsep (off)Markus Friedl
2002-03-21predefine __sparc_v9__ on sparc64; ok art, espiePeter Valchev
2002-03-21fix NULL %s on debug3(); ok markus@Kevin Steves
2002-03-21In sc_put_key(), sc_reader_id should be id.Jim Rees
2002-03-21getopt returns -1, not EOF.Marc Espie
2002-03-21dont forget the break.Dale Rahn
2002-03-21Recognize 7455 processor, distinguish between 7450/7451.Dale Rahn
2002-03-21remove unusedMarkus Friedl
2002-03-21remove constMarkus Friedl
2002-03-21move key upload to scard.[ch]Markus Friedl
2002-03-21make compile w/ openssl 0.9.7Markus Friedl
2002-03-21Two 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-21add 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-21move md5.c, add des-ede3 testMarkus Friedl
2002-03-21ignore errors for nonexisting default keys in ssh-add,Markus Friedl
fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158
2002-03-21Add r option to SYNOPSIS. From Brian Poole.Daniel Hartmeier
2002-03-21Remove dead code, ifdef code which should be dead, KNF. Cleanup.Dale Rahn
2002-03-21Be 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-21pretty dmesgJason Wright
2002-03-21Map 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-21Swap the defines to be the ones we want to use, compat ones are definedDale Rahn
from the preferred.
2002-03-21Change '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-21better cache mode printMichael Shalayeff
2002-03-21deduct some more from 2k-2k2 calendars, this is hardMichael Shalayeff
2002-03-20found two moreMichael Shalayeff
2002-03-20list more files that we haveMichael Shalayeff
2002-03-20remove obsolete commentJun-ichiro itojun Hagino
2002-03-20some moreMichael Shalayeff
2002-03-20Since 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-20fix for palm againJim Rees
get_AUT0: "-" means DFLTAUT0
2002-03-20Sendmail logs to /var/log/maillog, not /var/log/mail; Matt BingTodd C. Miller
2002-03-20strerror() on chdir() fail; ok provos@Kevin Steves
2002-03-20for unprivileged user, group do:Kevin Steves
pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@
2002-03-20add dcphyJason Wright
2002-03-20fix memleak.Mike Pechkin
millert@ ok
2002-03-20Improve error message in makedbm. -mojMats O Jansson
from Kenneth Ingham <ingham@i-pi.com>
2002-03-20style(9)Marc Espie
2002-03-20bad NetBSD name.Marc Espie
ok mickeyski
2002-03-20lpt_attach_common() prints the newline for usJason Wright