summaryrefslogtreecommitdiffstats
path: root/qarsh/qarsh.c
Commit message (Expand)AuthorAgeFilesLines
* Rework the pselect loop.Nate Straz2005-08-251-47/+41
* Generalize the signal setup and move it to its own function.Nate Straz2005-08-251-10/+25
* Initial pass at signal propogation. Only SIGINT is passed along at this point.Nate Straz2005-08-241-9/+47
* Add a new packet type "setuser" so we can become any user/group combination.Nate Straz2005-08-241-2/+54
* Move send_packet() and recv_packet() to sockutil.c so qarsh can use them too.Nate Straz2005-08-241-28/+21
* Make qarsh a little more "user friendly."Nate Straz2005-08-241-6/+24
* Add initial working version of the QA Remote SHell.Nate Straz2005-08-241-0/+255