aboutsummaryrefslogtreecommitdiff
path: root/src/connection
Commit message (Expand)AuthorAge
* eliminate global value for *CONNECTION*Sean Whitton2021-02-28
* tidy up entering and reentering Consfigurator's primary loopSean Whitton2021-02-28
* tweak reference to system call in error messageSean Whitton2021-02-28
* CHROOT.FORK: wrap (require "sb-posix") in an EVAL-WHENSean Whitton2021-02-27
* use ZEROPSean Whitton2021-02-27
* add :CHROOT and :CHROOT.SHELL connection typesSean Whitton2021-02-27
* note about WITH-UMASK and threadsSean Whitton2021-02-27
* add :CHROOT-FORK connection typeSean Whitton2021-02-27
* fix :SHELL-WRAP's CONNECTION-WRITEFILESean Whitton2021-02-27
* attempt to implement umask support for CONNECTION-WRITEFILESean Whitton2021-02-27
* no need to force a shell around a shellSean Whitton2021-02-27
* don't assume local shell is POSIXSean Whitton2021-02-27
* ensure "Waiting ..." gets printedSean Whitton2021-02-27
* simplify control flow by specialising on INPUT in CONNECTION-RUNSean Whitton2021-02-27
* fix shell-wrap's CONNECTION-RUN and CONNECTION-WRITEFILESean Whitton2021-02-27
* factor out SHELL-WRAP-CONNECTION superclassSean Whitton2021-02-27
* add :ELEMENT-TYPE in COPY-STREAM-TO-STREAM for :LOCAL connectionsSean Whitton2021-02-24
* use braces rather than parentheses with CL-INTERPOLSean Whitton2021-02-24
* use MRUN rather than RUN in some more placesSean Whitton2021-02-24
* add some output as Consfigurator executes deploymentsSean Whitton2021-02-24
* add TODO regarding :PASSWD & :NOPASSWDSean Whitton2021-02-23
* add a call to TERPRISean Whitton2021-02-23
* use MRUN in various places in the connection type definitionsSean Whitton2021-02-23
* specify element type in :LOCAL CONNECTION-WRITEFILE for streamsSean Whitton2021-02-23
* fix checking stream element type in CONSFIGURATOR.CONNECTION.SUDOSean Whitton2021-02-23
* implement the basic functionaltiy of :DEBIAN-SBCL connection typeSean Whitton2021-02-23
* attempt to fix streaming data into remote sudoSean Whitton2021-02-23
* fix a few calls to RUNSean Whitton2021-02-23
* fix use of RUNSean Whitton2021-02-22
* fix basic functionality of the :SUDO connection typeSean Whitton2021-02-22
* fix :SSH CONNECTION-READFILESean Whitton2021-02-22
* fix :SSH CONNECTION-RUNSean Whitton2021-02-22
* fix calls to SLOT-VALUESean Whitton2021-02-22
* attempt to fix escaping in SSHCMDSean Whitton2021-02-22
* drop a blank lineSean Whitton2021-02-22
* attempt to implement :DEBIAN-SBCL connection typeSean Whitton2021-02-22
* connection type :SUDO can just use cp(1) for CONNECTION-UPLOADSean Whitton2021-02-22
* update iden1 valuesSean Whitton2021-02-22
* handle both possible values of INPUTSean Whitton2021-02-22
* extend some notesSean Whitton2021-02-21
* rewrite sshcmd and ssh-hostSean Whitton2021-02-21
* attempt to implement :SUDO connection typeSean Whitton2021-02-21
* notes after reading sudo(1)Sean Whitton2021-02-21
* note about sbcl(1) optionsSean Whitton2021-02-21
* start figuring out :SUDO connection typeSean Whitton2021-02-21
* first attempt to implement :SSH connection typeSean Whitton2021-02-21
* qualifySean Whitton2021-02-21
* update package nameSean Whitton2021-02-21
* more notes in debian-sbcl.lispSean Whitton2021-02-20
* default the argument to UPLOAD-ALL-PREREQUISITE-DATASean Whitton2021-02-20