10
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 18, 2024 — Jun 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change assert() to fatal_assert() since can be triggered by evil sender More... over 12 years ago
Hop new ports, but keep the old [for a minute, and up to 10 at a time] More... over 12 years ago
Reset fd sets every time we poll (because network.fd() can now change) More... over 12 years ago
Make sure we're not querying fds that we never polled for in the first place More... over 12 years ago
Lengthen port hop interval to 30 seconds More... over 12 years ago
Add limits.h to allow for illumos to compile. More... over 12 years ago
Warn on congestion More... over 12 years ago
Change server association timeout to 40 seconds More... over 12 years ago
Grammar fix on ssh -t message More... over 12 years ago
Read utmpx directly instead of using "who", and prettify detached warning More... over 12 years ago
Respond to explicit congestion notification (slow down sender) More... over 12 years ago
Avoid null pointer dereference in chdir_homedir() More... over 12 years ago
Allow building the ocb.c test program with -DOCB_TEST_PROGRAM More... almost 13 years ago
Fix ocb.c test program so it builds with -Wall -Werror More... almost 13 years ago
Import 08-SEP-2012 version of ocb.c More... almost 13 years ago
Don't assert has_remote_addr, because can change between fragments. More... almost 13 years ago
Improve rendition-matching prediction heuristic. More... almost 13 years ago
Add heuristic to match predicted rendition based on char to the left More... almost 13 years ago
Use end-to-end-to-end connectivity (in transport layer) to control port hop. More... almost 13 years ago
Remove automatic hopping triggers from SSP. More... almost 13 years ago
Hop ports when missing E2E2E connectivity, even if downlink working. More... almost 13 years ago
When not connected, (1) client hops port numbers (2) server stops sending. More... almost 13 years ago
Not all OpenSSH installations support GSSAPITrustDns=no, so this broke some. More... almost 13 years ago
Pass -o GSSAPITrustDns=no to improve (but not totally fix) Kerberos situation More... almost 13 years ago
Revert creation of utmp entry to avoid uninitialized "master" More... almost 13 years ago
Don't reopen stdio. It's not needed, and it doesn't compile with Solaris. 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. More... almost 13 years ago
Don't call setsid(), forkpty() does it anyway. This fixes a failing ioctl(TIOCSCTTY) in Solaris. More... almost 13 years ago
Remove __STRING() usage. It's nonstandard, while #expr works everywhere nowadays. 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. More... almost 13 years ago