Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
2016-01-05 | Fix print format specifier | Chocobo1 | |
2015-06-04 | buf_getstring and buf_putstring now use non-unsigned char* | Matt Johnston | |
2015-05-05 | Turn addr local variable into char * | Gaël PORTAY | |
2015-05-05 | Fix pointer differ in signess warnings [-Werror=pointer-sign] | Gaël PORTAY | |
2014-07-16 | Set tcp priority as follows: | Matt Johnston | |
if (connecting || ptys || x11) tos = LOWDELAY; else if (tcp_forwards) tos = 0; else tos = BULK; TCP forwards could be either lowdelay or bulk, hence the default priority. | |||
2012-05-09 | Server shouldn't return "localhost" in response to -R forward connections | Matt Johnston | |
if that wasn't what the client requested. | |||
2011-11-06 | Fix crash with -R forwarding | Matt Johnston | |
2011-04-07 | Clean up leaked FD if getnameinfo fails. From Klocwork | Matt Johnston | |
--HG-- extra : convert_revision : 712881a0b28aa45804bed6803fb72a4a35714e41 | |||
2010-02-24 | - Progress for allowing specifying a listenaddr for tcp forwards | Matt Johnston | |
--HG-- extra : convert_revision : 48fdaa8706d1acda35e9d564adc9a1fbc96c18c8 | |||
2007-02-16 | Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness | Matt Johnston | |
and trailing-comma-in-array issues --HG-- extra : convert_revision : c22be8b8f570b48e9662dac32c7b3e7148a42206 | |||
2006-11-02 | Fix memory leak found by Klocwork | Matt Johnston | |
--HG-- extra : convert_revision : 4b40828a0c3781bacfb2b92af639e88065bcc61a | |||
2006-03-08 | Stomp on some minor warnings | Matt Johnston | |
--HG-- extra : convert_revision : 4cbdd6e0a0d8c061075b9ed7609a06c4547f67d3 | |||
2005-12-06 | * fix -L forwarding on the client, broke last rev | Matt Johnston | |
--HG-- extra : convert_revision : 826db75f8001f7da7b0b8c91dcf66a44bf107b49 | |||
2005-12-04 | * add -g (dbclient) and -a (dropbear) options for allowing non-local | Matt Johnston | |
hosts to connect to forwarded ports. Rearranged various some of the tcp listening code. * changed to /* */ style brackets in svr-authpam.c --HG-- extra : convert_revision : c1e04e648867db464fe9818c4910e4320cd50c32 | |||
2005-01-02 | Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place | Matt Johnston | |
--HG-- extra : convert_revision : d928bc851e32be7bd429bf7504b148c0e4bf7e2f | |||
2004-08-14 | License boilerplate etc, add Mihnea as an author to some of the files | Matt Johnston | |
--HG-- extra : convert_revision : 75c02f80c4ed25bd4697e7f17ffac6eded54c148 | |||
2004-08-12 | Oops, forgot to call the actual code. | Matt Johnston | |
--HG-- extra : convert_revision : 1394bf640a0721eb3851fdb9e534c5a65c8bc0f6 | |||
2004-08-12 | TCP forwarding works. | Matt Johnston | |
--HG-- extra : convert_revision : 57dfb36d0d482ad84f31506904eb67863bd303ab | |||
2004-08-11 | - A nice cleaner structure for tcp (acceptor) forwarding. | Matt Johnston | |
- still a checkpoint-ish commit - sorted out listening on localhost only --HG-- extra : convert_revision : c030ac0a3950dba81f2324e2ba9d4b77fc8f8149 | |||
2004-08-10 | just checkpointing | Matt Johnston | |
--HG-- extra : convert_revision : fbbf404290f3fea3dfa9f6f53eba9389057e9044 |