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

Diff for /src/usr.bin/ssh/uidswap.h between version 1.12 and 1.13

version 1.12, 2006/07/06 16:03:53 version 1.13, 2006/08/03 03:34:42
Line 12 
Line 12 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 #ifndef UIDSWAP_H  
 #define UIDSWAP_H  
   
 #include <sys/types.h>  
   
 #include <pwd.h>  
   
 void     temporarily_use_uid(struct passwd *);  void     temporarily_use_uid(struct passwd *);
 void     restore_uid(void);  void     restore_uid(void);
 void     permanently_set_uid(struct passwd *);  void     permanently_set_uid(struct passwd *);
 void     permanently_drop_suid(uid_t);  void     permanently_drop_suid(uid_t);
   
 #endif                          /* UIDSWAP_H */  

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