Changed behavior so no change to remote user directory if full path given
Added close-on-exec flag to pipes to prevent possible deadlocks
Continued ANSIfication.
Replaced all calls to vfork() with regular fork() calls
Eliminated fork() redeclaration and vfork.h
Added simplistic win_netproc.c and various other compatibility fixes.
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.
Added (void *) cast to realloc calls
Changes and check-in for 3.5 release Includes new source files and modifications not recorded for many years See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release
created selcall.h include file for select(2) compatibility
added ifdef for INCL_SEL_H since not every system has it
added include of sys/select.h for AIX machines
added conditional use of getwd()
changed getcwd() call to getwd()
added RSH variable to rename or replace remote shell execution
moved host name stuff to lib routine
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.