- Mar 30, 2021
-
-
Deucе authored
-
- Mar 21, 2021
- Mar 16, 2021
-
-
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.
-
- Mar 14, 2021
-
-
Deucе authored
It's not clear if this is working properly or not since the only BBS I know of that supports telnets (fido.beholderbbs.org) doesn't seem to do any telnet "stuff".
-
Deucе authored
In preperation for telnets support, make conn support TX/RX parsers. Make telnet use those new hooks, and remove unused and ambiguous bits of the conn API (conn_recv(), conn_peek()).
-
- Aug 16, 2020
-
-
Rob Swindell authored
-
- Jun 27, 2020
-
-
deuce authored
There are a number of conio changes in here too... too many to list. Check the diffs if you actually want to know what changed.
-
- May 03, 2020
-
-
deuce authored
sourceforge. https://sourceforge.net/p/syncterm/feature-requests/13/ This also addresses request 14 https://sourceforge.net/p/syncterm/feature-requests/14/ And disables uifc during startup.
-
- Apr 29, 2020
- Feb 21, 2018
-
-
deuce authored
-
- Feb 20, 2018
-
-
deuce authored
-
- Feb 11, 2018
-
-
rswindell authored
-
- Feb 27, 2015
-
-
deuce authored
casting to the preferred type inside the function.
-
- Feb 10, 2015
-
-
deuce authored
shell connection on Windows to corrupt the entry. Instead, add a generic failure for any unsupported connection (including compile-time disabled methods).
-
- Feb 09, 2015
-
-
deuce authored
Fix settings like "RLogin Reversed" and "C128 (80col)" in enums. Enum values can't have spaces in them.
-
- Mar 07, 2014
-
-
deuce authored
that's what Windows does when a non-blocking connect() fails. Should fix the IPv6 localhost issue.
-
- Feb 06, 2014
-
-
deuce authored
-
- Jan 23, 2014
- Apr 25, 2012
-
-
deuce authored
-
- Feb 15, 2012
-
-
deuce authored
defined on that platform.
-
- Feb 11, 2012
-
-
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!)
-
- Dec 07, 2011
-
-
deuce authored
-
- Sep 10, 2011
-
-
deuce authored
-
- May 27, 2011
-
-
deuce authored
-
- May 26, 2011
-
-
deuce authored
-
- Mar 08, 2010
-
-
rswindell authored
-
- Mar 03, 2010
- Apr 05, 2008
-
-
deuce authored
Does not disable SSH options in menus, just makes the binary NEVER work with Cryptlib.
-
- Jan 21, 2008
- Jan 20, 2008
-
-
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)
-