summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-03some thinking on naming and scp argument parsingAndreas Baumann
2015-09-03initializing scp dir stacksAndreas Baumann
2015-08-30creating a basedir per host in recursive scpAndreas Baumann
2015-08-30fixed some memory problemsAndreas Baumann
2015-08-30indroduced dirstack, first recursive copy successfulAndreas Baumann
2015-08-30some error handling fixing and introducing a scp read stateAndreas Baumann
2015-08-29handling receiving of files in SCP modeAndreas Baumann
2015-08-29..Andreas Baumann
2015-08-29hunting a progress bar library in C (multiple lines), added README referenceAndreas Baumann
2015-08-28some playing with receiving filesAndreas Baumann
2015-08-28updated READMEAndreas Baumann
2015-08-28made -l <login> option workAndreas Baumann
2015-08-27started to handle the receiving part of a SCP downloadAndreas Baumann
2015-08-27preparations for scp modeAndreas Baumann
2015-08-27do not set pthread callbacks, we use async I/O and not threadsAndreas Baumann
2015-08-27parsing ports in the hosts file now tooAndreas Baumann
2015-08-27made version of gengetopt file and version.h depend on CSSH_VERSION in CMakeL...Andreas Baumann
2015-08-27prepared a switch for SSH/SCP modesAndreas Baumann
2015-08-27added -r for copy modeAndreas Baumann
2015-08-24fixed a channel error messageAndreas Baumann
2015-08-16avoid double non-blocking connectsAndreas Baumann
2015-08-16tried to make connect and authentication non-blockingAndreas Baumann
2015-08-16added some micro sleeping to avoid high CPU consumptionAndreas Baumann
2015-08-16more README fixesAndreas Baumann
2015-08-16updated READMEAndreas Baumann
2015-08-16added libpssh referenceAndreas Baumann
2015-08-16first reliable version, ssh_channel_select is not reliable it seemsAndreas Baumann
2015-08-15tried to parallelize, nothing but racesAndreas Baumann
2015-08-15added stub for man page cssh.1Andreas Baumann
2015-08-14added stderr handlingAndreas Baumann
2015-08-14changed to polling readAndreas Baumann
2015-08-10small 64-bit printf bug fixAndreas Baumann
2015-08-09fixed usageAndreas Baumann
2015-08-09accepting command to execute now as parametersAndreas Baumann
2015-08-09made "make distclean" call also "make clean"Andreas Baumann
2015-08-09made -p <port> and <host> parameters work (as with ssh)Andreas Baumann
2015-08-09some more remarks in readme about PsshAndreas Baumann
2015-08-09added an INSTALLAndreas Baumann
2015-08-09first working command executionAndreas Baumann
2015-08-09added GNU parallel to list of references in READMEAndreas Baumann
2015-08-09added bannerAndreas Baumann
2015-08-09some authenitcation with public key and password fallbackAndreas Baumann
2015-08-09updated READMEAndreas Baumann
2015-08-09added login optionAndreas Baumann
2015-08-09using ssh_getpass instead of our own getpass functionAndreas Baumann
2015-08-09more safe version of getpassAndreas Baumann
2015-08-09added a simple getpass function (thread-safe, no global buffers)Andreas Baumann
2015-08-09added -v verbosity flagAndreas Baumann
2015-08-08added gengetopt supportAndreas Baumann
2015-08-08some first connectionAndreas Baumann