openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
Mosh (mobile shell)
Settings
|
Report Duplicate
10
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 18, 2024 — Jun 18, 2025
Showing page 21 of 49
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Change assert() to fatal_assert() since can be triggered by evil sender
Keith Winstein
More...
over 12 years ago
Hop new ports, but keep the old [for a minute, and up to 10 at a time]
Keith Winstein
More...
over 12 years ago
Reset fd sets every time we poll (because network.fd() can now change)
Keith Winstein
More...
over 12 years ago
Make sure we're not querying fds that we never polled for in the first place
Keith Winstein
More...
over 12 years ago
Lengthen port hop interval to 30 seconds
Keith Winstein
More...
over 12 years ago
Add limits.h to allow for illumos to compile.
Ira Cooper
More...
over 12 years ago
Warn on congestion
Keith Winstein
More...
over 12 years ago
Change server association timeout to 40 seconds
Keith Winstein
More...
over 12 years ago
Grammar fix on ssh -t message
Keith Winstein
More...
over 12 years ago
Read utmpx directly instead of using "who", and prettify detached warning
Keith Winstein
More...
over 12 years ago
Respond to explicit congestion notification (slow down sender)
Keith Winstein
More...
over 12 years ago
Avoid null pointer dereference in chdir_homedir()
Xi Wang
More...
over 12 years ago
Allow building the ocb.c test program with -DOCB_TEST_PROGRAM
Keegan McAllister
More...
almost 13 years ago
Fix ocb.c test program so it builds with -Wall -Werror
Keegan McAllister
More...
almost 13 years ago
Import 08-SEP-2012 version of ocb.c
Keegan McAllister
More...
almost 13 years ago
Don't assert has_remote_addr, because can change between fragments.
Keith Winstein
More...
almost 13 years ago
Improve rendition-matching prediction heuristic.
Keith Winstein
More...
almost 13 years ago
Add heuristic to match predicted rendition based on char to the left
Keith Winstein
More...
almost 13 years ago
Use end-to-end-to-end connectivity (in transport layer) to control port hop.
Keith Winstein
More...
almost 13 years ago
Remove automatic hopping triggers from SSP.
Keith Winstein
More...
almost 13 years ago
Hop ports when missing E2E2E connectivity, even if downlink working.
Keith Winstein
More...
almost 13 years ago
When not connected, (1) client hops port numbers (2) server stops sending.
Keith Winstein
More...
almost 13 years ago
Not all OpenSSH installations support GSSAPITrustDns=no, so this broke some.
Keith Winstein
More...
almost 13 years ago
Pass -o GSSAPITrustDns=no to improve (but not totally fix) Kerberos situation
Keith Winstein
More...
almost 13 years ago
Revert creation of utmp entry to avoid uninitialized "master"
Keith Winstein
More...
almost 13 years ago
Don't reopen stdio. It's not needed, and it doesn't compile with Solaris.
Timo Sirainen
More...
almost 13 years ago
It's safer to close stdin/out/err by replacing their fd with /dev/null. Otherwise the next opened fds are 0/1/2, and any code writing to stdout/stderr might break things by writing to an unintentional fd.
Timo Sirainen
More...
almost 13 years ago
Don't call setsid(), forkpty() does it anyway. This fixes a failing ioctl(TIOCSCTTY) in Solaris.
Timo Sirainen
More...
almost 13 years ago
Remove __STRING() usage. It's nonstandard, while #expr works everywhere nowadays.
Timo Sirainen
More...
almost 13 years ago
Don't do a 64bit read access from a string, since it may not be 64bit aligned. Fixes crash with CPUs that require aligned access.
Timo Sirainen
More...
almost 13 years ago
←
1
2
…
17
18
19
20
21
22
23
24
25
…
48
49
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree