summaryrefslogtreecommitdiffstats
path: root/qarshd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variablesNathan Straz2013-10-021-5/+0
* Remove stat cache which isn't used anymoreNathan Straz2013-10-021-13/+0
* Remove offset from data packetNathan Straz2013-10-021-59/+4
* Rewrite qacp receive file to handle all packetsNathan Straz2013-10-021-11/+44
* Rewrite send file to handle all packetsNathan Straz2013-10-021-8/+11
* Handle stdin pipe closing on usNathan Straz2013-09-191-2/+9
* Fix typoNathan Straz2013-09-191-1/+1
* Creat a thin logging layerNathan Straz2013-09-191-0/+14
* Don't block writing to child's stdinNathan Straz2013-09-171-2/+2
* Increase buffer and packet sizesNathan Straz2013-09-161-4/+4
* Fix up stdin handlingNathan Straz2013-09-111-6/+18
* Close both ends of the pipes so we don't leak file descriptorsNathan Straz2013-09-111-0/+3
* Clean up memory leaks and uninitialized variables in qarshdNathan Straz2013-09-111-0/+5
* Only log debug entries if the debug flag is set.Nathan Straz2013-09-111-2/+2
* Remove complicated remote file descriptor codeNathan Straz2013-09-111-27/+19
* Get commands running over one socketNathan Straz2013-09-111-51/+203
* Add option to pause at startupNathan Straz2013-09-111-5/+10
* Get qacp remote to local workingNathan Straz2013-09-111-24/+35
* Get qacp local to remote working on main socketNathan Straz2013-09-111-72/+65
* Send all server side error messages to stderrNathan Straz2013-09-111-1/+1
* Restore original sigmask before exec'ing childNathan Straz2012-07-191-1/+3
* First crack at ipv6/ipv4 agnostic qarsh/qacp.Dean Jansa2010-09-281-6/+13
* Set child_pid to 0 after child returnsNathan Straz2010-06-031-0/+1
* Handle growing files better in qacpNathan Straz2009-09-141-3/+19
* Fix up copyright dates.Nate Straz2008-09-231-1/+1
* Don't print out the debug syslog messages unless you also use the -d option.Nate Straz2008-09-231-3/+8
* Nate made a good point, we should not fail if we can't chdir. ssh warns, but...Dean Jansa2008-09-231-5/+1
* chdir() to users home dirDean Jansa2008-09-231-0/+8
* Cast off_t variables to long long int when printing so we don't get theNate Straz2008-09-231-5/+7
* Use off_t instead of size_t so we can transfer files larger than 2GB.Nate Straz2008-09-231-9/+10
* Add copyright notices and GPL headerNate Straz2008-09-231-1/+19
* Quiet down the logging a bit.Nate Straz2008-09-231-1/+1
* Merge qarsh revisions 1727:1738 from sistina-test branch djansa-qarsh.Nate Straz2008-09-231-6/+56
* Flatten the qarsh tree.Nate Straz2008-09-231-0/+315