[BACK]Return to ssh.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.h between version 1.71.4.2 and 1.72

version 1.71.4.2, 2004/03/04 18:18:16 version 1.72, 2003/06/28 16:23:06
Line 79 
Line 79 
  */   */
 #define SSH_SESSION_KEY_LENGTH          32  #define SSH_SESSION_KEY_LENGTH          32
   
   /* Name of Kerberos service for SSH to use. */
   #define KRB4_SERVICE_NAME               "rcmd"
   
 /* Used to identify ``EscapeChar none'' */  /* Used to identify ``EscapeChar none'' */
 #define SSH_ESCAPECHAR_NONE             -2  #define SSH_ESCAPECHAR_NONE             -2
   
Line 92 
Line 95 
 /* Minimum modulus size (n) for RSA keys. */  /* Minimum modulus size (n) for RSA keys. */
 #define SSH_RSA_MINIMUM_MODULUS_SIZE    768  #define SSH_RSA_MINIMUM_MODULUS_SIZE    768
   
 /* Listen backlog for sshd, ssh-agent and forwarding sockets */  
 #define SSH_LISTEN_BACKLOG              128  
   
 #endif                          /* SSH_H */  #endif                          /* SSH_H */
   

Legend:
Removed from v.1.71.4.2  
changed lines
  Added in v.1.72