aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Back out use of ip.h IPTOS_DSCP_AF42 constant (missing on OS X)Gravatar Keith Winstein2012-10-22
* Revert "Check for netinet/ip.h (now that we are using it), and don't also use...Gravatar Keith Winstein2012-10-22
* Check for netinet/ip.h (now that we are using it), and don't also use in.hGravatar Keith Winstein2012-10-22
* Fix calls to setsockopt.Gravatar olgeni2012-10-22
* Detect edge case when argc == 0Gravatar Keith Winstein2012-10-20
* Update mosh.spec for mosh 1.2.3Gravatar Alexander Chernyakhovsky2012-10-19
* Bump version to 1.2.3Gravatar Keith Winstein2012-10-19
* Allow building the ocb.c test program with -DOCB_TEST_PROGRAMGravatar Keegan McAllister2012-10-19
* Fix ocb.c test program so it builds with -Wall -WerrorGravatar Keegan McAllister2012-10-19
* Import 08-SEP-2012 version of ocb.cGravatar Keegan McAllister2012-10-19
* Update Debian policy version and point to https github URLGravatar Keith Winstein2012-10-16
* More conservative default MTU, and react to MSGSIZEGravatar Keith Winstein2012-10-16
* Make sendto() non-blockingGravatar Keith Winstein2012-10-16
* Update THANKSGravatar Keith Winstein2012-10-05
* Bump version to 1.2.2.95rc1 (1.2.3 release candidate)Gravatar Keith Winstein2012-10-05
* Change assert() to fatal_assert() since can be triggered by evil senderGravatar Keith Winstein2012-10-05
* Add limits.h to allow for illumos to compile.Gravatar Ira Cooper2012-10-05
* Hop new ports, but keep the old [for a minute, and up to 10 at a time]Gravatar Keith Winstein2012-10-05
* Reset fd sets every time we poll (because network.fd() can now change)Gravatar Keith Winstein2012-10-05
* Make sure we're not querying fds that we never polled for in the first placeGravatar Keith Winstein2012-10-04
* Lengthen port hop interval to 30 secondsGravatar Keith Winstein2012-10-04
* Warn on congestionGravatar Keith Winstein2012-10-04
* Change server association timeout to 40 secondsGravatar Keith Winstein2012-10-04
* Grammar fix on ssh -t messageGravatar Keith Winstein2012-09-28
* Read utmpx directly instead of using "who", and prettify detached warningGravatar Keith Winstein2012-09-28
* Respond to explicit congestion notification (slow down sender)Gravatar Keith Winstein2012-09-28
* Avoid null pointer dereference in chdir_homedir()Gravatar Xi Wang2012-09-26
* Don't assert has_remote_addr, because can change between fragments.Gravatar Keith Winstein2012-08-15
* Improve rendition-matching prediction heuristic.Gravatar Keith Winstein2012-08-14
* Add heuristic to match predicted rendition based on char to the leftGravatar Keith Winstein2012-08-13
* Use end-to-end-to-end connectivity (in transport layer) to control port hop.Gravatar Keith Winstein2012-08-13
* Remove automatic hopping triggers from SSP.Gravatar Keith Winstein2012-08-13
* Hop ports when missing E2E2E connectivity, even if downlink working.Gravatar Keith Winstein2012-08-13
* When not connected, (1) client hops port numbers (2) server stops sending.Gravatar Keith Winstein2012-08-13
* Not all OpenSSH installations support GSSAPITrustDns=no, so this broke some.Gravatar Keith Winstein2012-08-12
* Pass -o GSSAPITrustDns=no to improve (but not totally fix) Kerberos situationGravatar Keith Winstein2012-08-11
* Don't reopen stdio. It's not needed, and it doesn't compile with Solaris.Gravatar Timo Sirainen2012-08-11
* It's safer to close stdin/out/err by replacing their fd with /dev/null.Gravatar Timo Sirainen2012-08-11
* Don't call setsid(), forkpty() does it anyway. This fixes a failing ioctl(TIO...Gravatar Timo Sirainen2012-08-11
* Remove __STRING() usage. It's nonstandard, while #expr works everywhere nowad...Gravatar Timo Sirainen2012-08-11
* Don't do a 64bit read access from a string, since it may not be 64bit aligned.Gravatar Timo Sirainen2012-08-11
* Don't use s_addr as parameter name. Fixes compiling with Solaris.Gravatar Timo Sirainen2012-08-11
* Added forkpty() and cfmakeraw() fallback implementations if they don't exist.Gravatar Timo Sirainen2012-08-11
* Test if -lsocket and -lnsl are needed (for Solaris)Gravatar Timo Sirainen2012-08-11
* Revert creation of utmp entry to avoid uninitialized "master"Gravatar Keith Winstein2012-08-11
* Make fatal_assert() use abort() instead of exit()Gravatar Keith Winstein2012-08-07
* get_SSH_IP gracefully handles missing, IPv6-formatted environment varGravatar Keith Winstein2012-07-26
* Use BEL instead of ST to terminate Operating System CommandGravatar Keith Winstein2012-07-26
* Get system timestamp less often (only after sleeping/selecting)Gravatar Keith Winstein2012-07-26
* Instantiate Parser::family onceGravatar Anders Kaseorg2012-07-24