summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-11-16force logging to stderr while loading private key fileMarkus Friedl
(lost while converting to new log-levels)
1999-11-16prettyprint dreaded keysize warningsMarkus Friedl
1999-11-16noone needs this anymoreTheo de Raadt
1999-11-16typo in doc refMichael Shalayeff
1999-11-16flush the cache once we patched memory in ddbMichael Shalayeff
1999-11-16Close PR 961, approved by millert@Marc Espie
1999-11-16tabs vs spacesMichael Shalayeff
1999-11-16make a copy of attach args for each attachmentMichael Shalayeff
1999-11-16define TLB_BITS for %bMichael Shalayeff
1999-11-16fix argument access macro (+1 fuzz), align frame per hp requirementsMichael Shalayeff
1999-11-16openbsd/hppa is ELFDATA2MSBMichael Shalayeff
1999-11-16hpt_hashsize no more, using cr24 insteadMichael Shalayeff
1999-11-16stack does grows up; ddb breakpoints done (local); add note for btlb workMichael Shalayeff
1999-11-16in known_hosts key lookup the entry for the bits does not need to match, allNiels Provos
the information is contained in n and e. This solves the problem with buggy servers announcing the wrong modulus length. markus and me.
1999-11-16Don't allocate vmmap in pmap_bootstrap, allocate it in mmrw when needed.Artur Grabowski
At the same time, give it a 'better' name.
1999-11-16Remove duplicate variable definitions.Artur Grabowski
1999-11-16No need to do "sp->sg_npte = 0" in an if (sp->sg_npte == 0)Artur Grabowski
1999-11-16Opps.. remove stuff that shouldn't be in the last commit.Artur Grabowski
1999-11-16Optimize the case of writing to /dev/zero like we do in for /dev/nullArtur Grabowski
1999-11-16Remove unused (ifdef:d away) variables.Artur Grabowski
(shrinking my "grep vm_offset_t")
1999-11-16We don't need a prototype for kmem_alloc.Artur Grabowski
1999-11-15more detailed messages about adding and checking hostkeysMarkus Friedl
1999-11-15I'm a moron...Marc Espie
Bug found by dugsong@. I can't believe it wasn't found before.
1999-11-15remove support for cipher RC4Markus Friedl
1999-11-15Quote metachars on expand_word too; ok millert@Federico G. Schwindt
1999-11-15a note for legay systems about secuity issues with permanently_set_uid(),Markus Friedl
the private hostkey and ptrace()
1999-11-15Remove a duplicate #include.Aaron Campbell
1999-11-15the keysize of rsa-parameter 'n' is passed implizit,Markus Friedl
a few more checks and warnings about 'pretended' keysizes.
1999-11-15o Make -q option the defaultTodd C. Miller
o When invoked with no arguments and the record contains 'Whois Server: foo' also do the lookup using foo as the whois server. o If an entry BAR is not found (No match for "BAR"), fall back on whois.internic.net. This makes internic handle lookups work again. o Fix lookup of multiple entries o Add -Q (quick) option to turn off double lookup Note: Double lookups will not work properly until {com,net,org}.whois-servers.net has been changed to point to whois.crsnic.net (in progress). Man page still needs a bit of work.
1999-11-15typosTheo de Raadt
1999-11-15fix .XrEric Jackson
1999-11-15honour ddb.console; ok deraadt@David Leonard
1999-11-15Fix tcp retransmit/persist timers, provos@ OK.Hugh Graham
Adapted from NetBSD: Fix a retransmission bug introduced by the Brakmo and Peterson RTO estimation changes. Under some circumstances it would return a value of 0, while the old Van Jacobson RTO code would return a minimum of 3. This would result in 12 retransmissions, each 1 second apart. This takes care of those instances, and ensures that t_rttmin is used everywhere as a lower bound.
1999-11-15Consistify DHCP man page titles somewhat; d@, sebastion@irelandmail.comAaron Campbell
1999-11-15Fix problem with extra spaces after an Xr reference; from NetBSD.Aaron Campbell
1999-11-15Typo in comment.Aaron Campbell
1999-11-15From FreeBSD:Todd C. Miller
o Change default nic host to whois.crsnic.net to also get hosts registered by registrars other than NSI. o -i option to use NSI's nic host (whois.internic.net) o -g option to use .gov nic host o -R option to use .ru nic host
1999-11-15logging getpeername() failures is a waste of timeTheo de Raadt
1999-11-15disconnect if getpeername() failsMarkus Friedl
1999-11-14split do_authentication() in subroutinesMarkus Friedl
move checking of remote port to central place
1999-11-14missing xfree(*client)Markus Friedl
1999-11-14fix comment: we _do_ disconnect if ip-options are setMarkus Friedl
1999-11-14avoid extra fd per sshd, from millert@Markus Friedl
1999-11-14warning about getpeername() failing is uselessTheo de Raadt
1999-11-14quote metachars when completing filenames from jdolecek@netbsd. ok millert@David Leonard
1999-11-14print _all_ bad config-options in ssh(1), tooMarkus Friedl
1999-11-14Clean up memchr slightly to better match coming memrchrMarc Espie
(K&R-style type promotions are evil),
1999-11-14typoTheo de Raadt
1999-11-14Better fix for PR #921 (main.c rev 1.18) from the pdksh cvs tree.Todd C. Miller
1999-11-14Fix erroneous free of static storage.Marc Espie
Problem reported by fgsch@.