[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.9.20.1 and 1.10

version 1.9.20.1, 2006/09/30 04:06:51 version 1.10, 2006/03/25 22:22:43
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
   
 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);  
   #endif                          /* UIDSWAP_H */

Legend:
Removed from v.1.9.20.1  
changed lines
  Added in v.1.10