Skip to content
Snippets Groups Projects
Commit e7544bba authored by echicken's avatar echicken
Browse files

Added TG_SENDPASS flag for use with telnet gate / RLogin.

parent d3207df7
Branches
Tags
No related merge requests found
......@@ -775,6 +775,7 @@ enum { /* readmail and delmailidx which types */
#define TG_RLOGIN (1<<6) /* Use BSD RLogin protocol */
#define TG_NOCHKTIME (1<<7) /* Don't check time left while gated */
#define TG_NOTERMTYPE (1<<8) /* Request client "DONT TERM_TYPE" */
#define TG_SENDPASS (1<<9) /* Send password instead of real name (RLogin) */
enum { /* Values for 'mode' in listfileinfo */
FI_INFO /* Just list file information */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment