Skip to content
Snippets Groups Projects
  1. Jun 04, 2015
  2. May 06, 2015
  3. Aug 19, 2014
  4. Jul 16, 2014
    • Matt Johnston's avatar
      Set tcp priority as follows: · da57dd13
      Matt Johnston authored
      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.
      da57dd13
  5. Dec 03, 2013
  6. Dec 02, 2013
  7. Nov 14, 2013
  8. Sep 21, 2013
  9. Apr 10, 2013
  10. Apr 07, 2013
  11. Mar 23, 2013
  12. Feb 23, 2011
  13. Mar 21, 2010
  14. Aug 25, 2009
  15. Jul 30, 2009
  16. Jul 06, 2009
  17. Sep 23, 2008
  18. Sep 17, 2008
  19. Jul 25, 2007
  20. Jul 24, 2007
  21. Feb 12, 2007
  22. Mar 26, 2006
  23. Mar 25, 2006
  24. Mar 22, 2006
    • Matt Johnston's avatar
      A hack to make dbclient to tcp forwarding netcat style. · cdbe8535
      Matt Johnston authored
      eg
      
      ./dbclient -i testkey -L 1234:remotehost:remoteport  tunnelhost
      
      will ssh to tunnelhost (using testkey, there's no way to ask for a password)
      and then tcpfwd to remotehost:remoteport on stdin/stdout.
      
      There's no way to give a cmdline password, so -i for a keyfile will have to do.
      Yet another reason for agent forwarding.
      
      The 1234 is a dummy var, I think it has to be a valid portnumber though.
      
      --HG--
      branch : dbclient-netcat-alike
      extra : convert_revision : d1f69334581dc4c35f9ca16aa5355074c9dd315d
      cdbe8535
  25. Oct 21, 2005
  26. Mar 13, 2005
  27. Jan 03, 2005
  28. Aug 27, 2004
  29. Aug 26, 2004
    • Matt Johnston's avatar
      - added circular buffering for channels · 51a74b47
      Matt Johnston authored
      - 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
      51a74b47
  30. Aug 25, 2004
    • Matt Johnston's avatar
      Nasty. · 2dcd6b22
      Matt Johnston authored
      --HG--
      extra : convert_revision : e1229cd01c3007206d2937ea390ad4966c289a5a
      2dcd6b22
  31. Aug 22, 2004
  32. Aug 18, 2004
  33. Aug 15, 2004
  34. Aug 09, 2004
  35. Aug 01, 2004
  36. Jul 30, 2004