Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-07 | FIx remote forward listeners | Matt Johnston | |
2016-03-16 | fix empty C prototypes | Francois Perrad | |
2015-05-05 | Turn TCPFwdEntry's connectaddr and listenaddr attributes into char * | Gaël PORTAY | |
2015-05-05 | Turn sendaddr, listenaddr and request_listenaddr local variables into char * | Gaël PORTAY | |
2015-02-24 | DROPBEAR_ prefix for include guards to avoid collisions | Thorsten Horstmann | |
2014-07-27 | - Don't use multichar constants since recent gcc complains | Matt Johnston | |
- Add release script - Simplify print_version | |||
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. | |||
2013-11-14 | - Some fixes for old compilers like tru64 v4 from Daniel Richard G. | Matt Johnston | |
- Don't warn about blocking random device for prngd | |||
2012-05-09 | Server shouldn't return "localhost" in response to -R forward connections | Matt Johnston | |
if that wasn't what the client requested. | |||
2010-02-27 | - tcpfwd bindaddr support against trunk. needs merging. | Matt Johnston | |
--HG-- extra : convert_revision : 658fd03abd21e0da7c4c89b9fff9dc693c72daae | |||
2009-07-06 | New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList | Matt Johnston | |
--HG-- branch : agent-client extra : convert_revision : 5465e639cc3f5ee0c6c55f0de6e7b6d5a8769da3 | |||
2008-11-02 | Report errors if a remote request fails | Matt Johnston | |
--HG-- extra : convert_revision : ed1584aacf189b8f8ddee813b98342fa8bb38022 | |||
2008-09-08 | * Patch from Frédéric Moulins adding options to authorized_keys. | Matt Johnston | |
Needs review. --HG-- branch : pubkey-options extra : convert_revision : 26872f944d79ddacff1070aab32115a6d726392c | |||
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 | |||
2004-08-26 | - added circular buffering for channels | Matt Johnston | |
- added stderr support for the client - cleaned up a bunch of "unused" warnings, duplicated header definitions - added exit-status support for the client --HG-- extra : convert_revision : 5bdf806d8b440c87f7235414662f4189195618f4 | |||
2004-08-12 | TCP forwarding works. | Matt Johnston | |
--HG-- extra : convert_revision : 57dfb36d0d482ad84f31506904eb67863bd303ab | |||
2004-06-03 | - Reworked non-channel fd handling to listener.c | Matt Johnston | |
- More channel cleaning up --HG-- extra : convert_revision : 385ec76d0304b93e277d1cc193383db5fd773703 | |||
2004-06-01 | Makefile.in contains updated files required | Matt Johnston | |
--HG-- extra : convert_revision : cc8a8c49dc70e632c352853a39801089b08149be |