Update copyright and version
Add dist name to RPMs
Initial revision
Initial revision
Collect all system headers into includes.h in prep for autoconf
Trying to be tricky with rcsid
working version, I think all of the working collective code is now finished
Initial revision
This version works with all three remote commands: rsh, krsh and ssh
Initial revision
Add copyright message
Working revision, sending off to John Gibson for porting to Solaris
Initial revision
Working revision, ssh issues fixed
convert from bzero/bcopy to memset/memcpy
Initial revision
working version, just checking in for a fallback point
Initial revision
o Working revision
o Add stray autotools files into CVS
convert to automake
Use putenv instead of unsetenv for portability
Fixing the DFLT_* autoconf stuff for rsh, ssh and dshpath
Initial revision
-v, -c and -t have been implemented, DSHPATH is forwarded
Remove members from the collective that are not responding
Up version number
Remove comments from collectives
Fix rcsid's to use RCSID to get rid of warning: `rcsid' defined but not used warnings
Working version. -i, -v and command line implemented. Working on autoconf now
Add -Y domain to support Lexmark's multiple NIS domains
turn off collate for now, it doesn't seem to work right
Added check for netdb.h
Initial revision
Add collate for output collation
Up version number
Add stdin
Duplicate stdin for the child process, to disassociate it from the parent
o Clean up everything so that compiling with the following
Add config.h header
Make readline conditional
Duplicate stdin for the child process, to disassociate it from the parent
Use regular rsh for now, krsh is broken
I had reversed the meaning of RCMD_PGM and DSH_REMOTE_CMD
Missed one last reversal of rcmd_pgm and dsh_remote_cmd
Remove the Obsoletes directive
remove new_proc_reap, it wasn't needed the bug existed elsewhere
Setup DSHPATH to be passed from configure
All code now passes valgrind
Working revision
Add prototype for clean_string
This commit was manufactured by cvs2svn to create tag 'RELEASE-1_21'.
o Use License: tag instead of Copyright:
o Update before release 1.21
o Set up contrib Makefile properly
o exec_prefix should have been bindir for manpages.
o Add dshbak
o Add makefile for contrib.
o Change the source directive to SourceForge
o If a process doesn't exit in a reasonable amount of time after being
o Update dshbak man page, this is still very limited and needs
o Update version number in anticipation of 1.22 release
o Bump copyright dates
o Add top level automake Makefile.am for SUBDIR build
o Change bootstrap to autogen.sh
o Add autogen.sh for bootstrapping auto-tools.
o Add check for string.h header
o Temporary build hacks for dshbak.pl and automake
o Only print the fanout if -q was specified.
initial checkin
o Added INSTALL file.
o Get rid of some small memory leaks detected by valgrind.
o resolv_netgroup uses private variable for storing it's result set,
o Update version to 1.23
o Add man page path to files
o Clean up the built man page dsh.1 so distcheck is happy.
o Remove unneeded INCLUDES directive.
o Add skeleton man page for dshbak.
o Automake for dshbak.pl
This commit was manufactured by cvs2svn to create tag 'RELEASE-1_22'.
o Update for building dsh and dshbak in subdirectories
o Fix Makefile dependency for dshbak
o Update dsh version number in prep for 1.21 release
This commit was manufactured by cvs2svn to create tag 'RELEASE-1_21_1'.
o Update Copyright dates.
o Make remote_argv dynamic, this allows you to have multiple
o Add dipmi as an example of using dsh for non-obvious purposes
o Collect updates for 1.23 release
o Update ChangeLog so I don't forget.
o Remove stray semicolon.