Skip to content
Snippets Groups Projects
Commit c3c6b6a3 authored by rswindell's avatar rswindell
Browse files

Telnet/rlogin gateway flags (TG_*) updates.

parent bb651465
No related branches found
No related tags found
No related merge requests found
......@@ -555,8 +555,9 @@ var TG_PASSTHRU =(1<<5); /* Pass-through telnet commands/responses */
var TG_RLOGIN =(1<<6); /* Use BSD RLogin protocol */
var TG_NOCHKTIME =(1<<7); /* Don't check time left online */
var TG_NOTERMTYPE =(1<<8); /* Request client "DONT TERM_TYPE" */
var TG_SENDPASS = (1<<9); /* Send password instead of real name (RLogin) */
var TG_SENDPASS =(1<<9); /* DEPRECATED */
var TG_NOLF =(1<<10); /* Do not send line-feeds */
var TG_RLOGINSWAP =(1<<11); /* Swap the RLogin alias/real-names */
/********************************************/
/********************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment