[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 and 1.9.18.1

version 1.9, 2001/06/26 17:27:25 version 1.9.18.1, 2006/10/06 03:19:33
Line 1 
Line 1 
 /*      $OpenBSD$       */  /* $OpenBSD$ */
   
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
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  
changed lines
  Added in v.1.9.18.1