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

Diff for /src/usr.bin/ssh/uidswap.c between version 1.11 and 1.12

version 1.11, 2000/12/20 19:37:22 version 1.12, 2000/12/29 10:48:56
Line 30 
Line 30 
 /* Lets assume that posix saved ids also work with seteuid, even though that  /* Lets assume that posix saved ids also work with seteuid, even though that
    is not part of the posix specification. */     is not part of the posix specification. */
 #define SAVED_IDS_WORK_WITH_SETEUID  #define SAVED_IDS_WORK_WITH_SETEUID
 #endif /* _POSIX_SAVED_IDS */  
   
 /* Saved effective uid. */  /* Saved effective uid. */
 static uid_t saved_euid = 0;  static uid_t saved_euid = 0;
   #endif /* _POSIX_SAVED_IDS */
   
 /*  /*
  * Temporarily changes to the given uid.  If the effective user   * Temporarily changes to the given uid.  If the effective user

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12