[10579] in Athena Bugs

home help back first fref pref prev next nref lref last post

athena/athena.lib/kerberos/appl/bsd/rcp.c

daemon@ATHENA.MIT.EDU (brlewis@Athena.MIT.EDU)
Thu Jun 24 15:10:48 1993

From: brlewis@Athena.MIT.EDU
Date: Thu, 24 Jun 93 15:10:43 -0400
To: bugs@Athena.MIT.EDU, rel-eng@Athena.MIT.EDU

For some reason, rcp -x fails.  I'll look into this more when I have a
better debugger than adb.  Unencrypted rcp works.

*** /tmp/,RCSt1a21695	Thu Jun 24 15:08:20 1993
--- athena/athena.lib/kerberos/appl/bsd/rcp.c	Wed Jun 16 16:30:35 1993
***************
*** 64,69 ****
--- 64,73 ----
  #define vfork fork
  #endif
  
+ #ifdef hpux
+ #define setreuid(r, e) setresuid(r, e, -1) /* ok for what rcp does */
+ #endif
+ 
  int	sock;
  CREDENTIALS cred;
  MSG_DAT msg_data;

home help back first fref pref prev next nref lref last post