index
:
qarsh.git
master
qarsh - a remote shell for testing environments
Nathan Straz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump the version for new features
v1.1-1
Nate Straz
2008-09-23
1
-1
/
+4
*
Rework heartbeating to run a small state machine, and change from
Dean Jansa
2008-09-23
1
-30
/
+77
*
Remove Packager: since beehive is choking on that
Nate Straz
2008-09-23
1
-1
/
+0
*
Version the tarball according to the spec file version
Nate Straz
2008-09-23
2
-3
/
+7
*
Clean up printing of file xfers.
Dean Jansa
2008-09-23
1
-13
/
+13
*
Merge qarsh revisions 1727:1738 from sistina-test branch djansa-qarsh.
Nate Straz
2008-09-23
6
-87
/
+413
*
- Split qarshd and btimed into their own package with their xinetd files.
Nate Straz
2008-09-23
2
-5
/
+43
*
- Add xinetd file for qarsh.
Nate Straz
2008-09-23
2
-1
/
+16
*
Merge r1727 from sistina-test branch djansa-qarsh
Nate Straz
2008-09-23
2
-199
/
+26
*
Initial pass at packaging
v1.0-1
Nate Straz
2008-09-23
2
-27
/
+59
*
Flatten the qarsh tree.
Nate Straz
2008-09-23
14
-50
/
+12
*
Copy btime and qarsh over from sistina-test tree
Nate Straz
2008-09-23
6
-0
/
+480
*
Use rstat to help construct the remote pathname of the copied file.
Dean Jansa
2005-09-02
1
-24
/
+72
*
Add new packet type QP_RSTAT and supporting code.
Dean Jansa
2005-09-02
3
-1
/
+122
*
Fix indexing into argv[file] to grab entire file.
Dean Jansa
2005-09-01
1
-2
/
+2
*
Add qacp to install/uninstall/clobber
Dean Jansa
2005-09-01
1
-0
/
+3
*
Pull out old debug output.
Dean Jansa
2005-09-01
1
-4
/
+3
*
Added qacp, the scp replacement using qarshd. Currently can only
Dean Jansa
2005-09-01
5
-3
/
+595
*
Pull signal handleing out of the error case of a pselect return.
Dean Jansa
2005-08-31
1
-11
/
+16
*
Remove cmdline splitting. We can just run everything through the shell.
Nate Straz
2005-08-31
1
-28
/
+1
*
Add '&' to the list of characters used to detect if we need to use
Nate Straz
2005-08-29
1
-1
/
+1
*
Rework the pselect loop.
Nate Straz
2005-08-25
1
-47
/
+41
*
Put child process in its own process group and send signals to the
Nate Straz
2005-08-25
1
-1
/
+2
*
Generalize the signal setup and move it to its own function.
Nate Straz
2005-08-25
1
-10
/
+25
*
Initial pass at signal propogation. Only SIGINT is passed along at this point.
Nate Straz
2005-08-24
4
-18
/
+144
*
Add a new packet type "setuser" so we can become any user/group combination.
Nate Straz
2005-08-24
4
-3
/
+173
*
Move send_packet() and recv_packet() to sockutil.c so qarsh can use them too.
Nate Straz
2005-08-24
4
-65
/
+64
*
Encode the command line, we'll get back to the rest later.
Nate Straz
2005-08-24
1
-1
/
+1
*
Make qarsh a little more "user friendly."
Nate Straz
2005-08-24
1
-6
/
+24
*
peernamelen must be initialized, was getting really lucky.
Nate Straz
2005-08-24
1
-1
/
+1
*
Add initial working version of the QA Remote SHell.
Nate Straz
2005-08-24
7
-0
/
+1138