[BACK]Return to login_cap.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/login_cap.h between version 1.18 and 1.19

version 1.18, 2022/02/10 13:06:07 version 1.19, 2022/03/01 01:22:11
Line 54 
Line 54 
 #define LOGIN_SETUMASK          0x0020  /* Set umask */  #define LOGIN_SETUMASK          0x0020  /* Set umask */
 #define LOGIN_SETUSER           0x0040  /* Set user */  #define LOGIN_SETUSER           0x0040  /* Set user */
 #define LOGIN_SETENV            0x0080  /* Set environment */  #define LOGIN_SETENV            0x0080  /* Set environment */
 #define LOGIN_SETALL            0x00ff  /* Set all. */  #define LOGIN_SETRTABLE         0x0100  /* Set rtable */
   #define LOGIN_SETALL            0x01ff  /* Set all. */
   
 #define BI_AUTH         "authorize"             /* Accepted authentication */  #define BI_AUTH         "authorize"             /* Accepted authentication */
 #define BI_REJECT       "reject"                /* Rejected authentication */  #define BI_REJECT       "reject"                /* Rejected authentication */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19