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 (
Collapse
)
Author
Age
Files
Lines
...
*
Put child process in its own process group and send signals to the
Nate Straz
2005-08-25
1
-1
/
+2
|
|
|
|
|
whole process group.
*
Generalize the signal setup and move it to its own function.
Nate Straz
2005-08-25
1
-10
/
+25
|
|
|
|
|
We now propogate SIGTERM, SIGHUP, SIGUSR1, SIGUSR2, and SIGINT.
*
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
|
|
|
|
|
With this mod, `qarsh foo@host` should look the same as `ssh foo@host.`
*
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
[prev]