Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-26 | bind to port as well with -b | Matt Johnston | |
2018-01-26 | cli_bind_address_connect | houseofkodai | |
* replaces -b dummy option in dbclient to be similar with openssh -b option * useful in multi-wan connections | |||
2016-11-15 | initialize variable and protect against NULL dereferencement | Francois Perrad | |
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
2016-03-16 | add static in function definition | Francois Perrad | |
like in function declaration | |||
2016-03-15 | Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into ↵ | Matt Johnston | |
fperrad-20151231_indent | |||
2016-01-05 | Fix print format specifier | Chocobo1 | |
2016-01-01 | more hard tab | Francois Perrad | |
2015-12-15 | A few minor style fixes | Matt Johnston | |
2015-11-30 | Implemented ExitOnForwardFailure option for local and remote forwarding. | Konstantin Tokarev | |
2015-06-04 | buf_getstring and buf_putstring now use non-unsigned char* | Matt Johnston | |
2015-05-05 | Fix pointer differ in signess warnings [-Werror=pointer-sign] | Gaël PORTAY | |
2015-02-20 | Move generic network routines to netio.c | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-18 | async connections working | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-14 | connect_remote() is now always non-blocking | Matt Johnston | |
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. | |||
2014-02-18 | - Fix dbclient with port 0 for server-allocated | Matt Johnston | |
- Fix port forwards with a bind address of 127.0.0.1 vs "localhost" etc | |||
2013-11-14 | use oldstyle comments | Matt Johnston | |
2011-11-05 | Print the server allocated port when using dbclient -R 0:.... | Matt Johnston | |
Patch from Ali Onur Uyar | |||
2010-07-21 | remove unused variable | Matt Johnston | |
--HG-- extra : convert_revision : 8849ec659cb45b924158cc3322390a1d3d48daef | |||
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 | |||
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-10-20 | * rename infd/outfd to writefd/readfd, to avoid confusion | Matt Johnston | |
--HG-- extra : convert_revision : e3e7dc2cf75ad60c83a5b4307c210fee2fe90434 | |||
2005-04-24 | - allocate correct buffer size for channel info, rather than sizeof(pointer). | Matt Johnston | |
--HG-- extra : convert_revision : 0f2848d140f76a1dabbe5930e9b0a5d4f282f90b | |||
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-12-22 | Rearrange preprocessor parts so that compilation with various options | Matt Johnston | |
disabled works OK. --HG-- extra : convert_revision : cc92f744e34125062d052b757967e167f19d6db5 | |||
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-14 | License boilerplate etc, add Mihnea as an author to some of the files | Matt Johnston | |
--HG-- extra : convert_revision : 75c02f80c4ed25bd4697e7f17ffac6eded54c148 | |||
2004-08-12 | Merging in the changes from 0.41-0.43 main Dropbear tree | Matt Johnston | |
--HG-- extra : convert_revision : 4c3428781bc8faf0fd7cadd7099fbd7f4ea386e7 | |||
2004-08-12 | Some more sanity-checking of args, and just warn and ignore OpenSSH args | Matt Johnston | |
--HG-- extra : convert_revision : 94cf58a3a50848156aaaf757d0a72163c0355406 | |||
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 |