Skip to content
Snippets Groups Projects
  1. Mar 30, 2021
  2. Mar 21, 2021
  3. Mar 16, 2021
    • Deucе's avatar
      Add support for the SSH "none" auth method. · 0c6d0425
      Deucе authored
      This is used by some BBSs to enable encryption without needing to
      integrate the BBS user base into their SSH server (and presumably
      so they don't need to run multiple SSH servers).  All users log in
      with the same username (ie: "bbs") and no password is requested or
      required.
      
      Once the BBS starts, it prompts for the BBS user name and password
      as normal.
      
      In SyncTERM, the user/password/syspass fields are redefined as
      SSHuser/BBSuser/BBSpassword and they are moved around when you
      change the connection type.  This means that if you change a listing
      that has a syspass to SSH (no auth) and back, the syspass is lost.
      
      I'm not sure if I plan to fix this or not.
      0c6d0425
  4. Mar 14, 2021
  5. Aug 16, 2020
  6. Jun 27, 2020
  7. May 03, 2020
  8. Apr 29, 2020
  9. Feb 21, 2018
  10. Feb 20, 2018
  11. Feb 11, 2018
  12. Feb 27, 2015
  13. Feb 10, 2015
  14. Feb 09, 2015
    • deuce's avatar
      More xlat stuff. · 161762e1
      deuce authored
      Fix settings like "RLogin Reversed" and "C128 (80col)" in enums.  Enum
      values can't have spaces in them.
      161762e1
  15. Mar 07, 2014
  16. Feb 06, 2014
  17. Jan 23, 2014
  18. Apr 25, 2012
  19. Feb 15, 2012
  20. Feb 11, 2012
    • deuce's avatar
      Set res=NULL after calling freeaddrinfo(). · b730f0e1
      deuce authored
      Fixes crash on OS X (and double-free everywhere else) after a getaddrinfo()
      succeeds, but the connect fails after returning EWOULDBLOCK/EAGAIN/etc.
      
      Reported by Michael Montague (thanks!)
      b730f0e1
  21. Dec 07, 2011
  22. Sep 10, 2011
  23. May 27, 2011
  24. May 26, 2011
  25. Mar 08, 2010
  26. Mar 03, 2010
  27. Apr 05, 2008
  28. Jan 21, 2008
  29. Jan 20, 2008
    • deuce's avatar
      Add direct to serial mode. · c8a30212
      deuce authored
      Follows DSR rather than DCD and DTR is de-asserted at the end of the
      input thread rather than by mode_close()
      
      May still have issues with modem_close() if DCD is still asserted (unlikely)
      c8a30212
Loading