aboutsummaryrefslogtreecommitdiff
path: root/src/connection
Commit message (Expand)AuthorAge
...
* add bind mounts TODOSean Whitton2021-04-11
* :SBCL connection: output stdout even when remote Lisp failedSean Whitton2021-04-08
* rename and use DELETE-REMOTE-TREE->DELETE-REMOTE-TREESSean Whitton2021-04-07
* reindentSean Whitton2021-04-05
* OS:TYPECASE->OS:ETYPECASE & OS:HOST-TYPECASE->OS:HOST-ETYPECASESean Whitton2021-04-01
* propagate :NO-CHANGE out of fork subdeploymentsSean Whitton2021-04-01
* don't pass string as :DEFAULTS argument to ENSURE-PATHNAMESean Whitton2021-04-01
* replace some (REQUIRE "sb-posix") calls with conditional dependencySean Whitton2021-04-01
* convert "upload to root Lisp" error into a warningSean Whitton2021-03-27
* rework fork(2) connectionsSean Whitton2021-03-27
* :CHROOT.FORK: check for Lisp-type connection and rootSean Whitton2021-03-27
* :SETUID: check for Lisp-type connection and rootSean Whitton2021-03-27
* :AS connection type uses :SU not :SUDOSean Whitton2021-03-27
* rework uploading data to be in terms of CONNECTION-UPLOADSean Whitton2021-03-27
* use trivial-backtrace to get a backtrace for forked process failuresSean Whitton2021-03-25
* add TODO regarding variable captureSean Whitton2021-03-25
* add TODO regarding backtraces from forked processesSean Whitton2021-03-25
* fix setting HOME in :SETUIDSean Whitton2021-03-25
* add and call RESET-REMOTE-HOMESean Whitton2021-03-25
* Revert ":SUDO connection type: reset the working directory"Sean Whitton2021-03-25
* :SETUID connection type: set HOMESean Whitton2021-03-25
* fix call to ESCAPE-SH-TOKENSean Whitton2021-03-24
* attempt to implement :AS connection type and AS combinatorSean Whitton2021-03-24
* move CAN-PROBABLY-FORK to CONNECTION.FORKSean Whitton2021-03-23
* add :SETUID connection typeSean Whitton2021-03-23
* fix GET-SUDO-PASSWORD when there is no passwordSean Whitton2021-03-23
* factor out CONSFIGURATOR.CONNECTION.FORK packageSean Whitton2021-03-23
* move comments on :SUDO to the manual & drop a TODOSean Whitton2021-03-22
* when remote Lisp fails, use FAILED-CHANGE not just ERRORSean Whitton2021-03-22
* switch order of output when remote Lisp failsSean Whitton2021-03-22
* support passing :CHECK at beginning of DEFPROPLIST and DEFPROPSPECSean Whitton2021-03-22
* untabifySean Whitton2021-03-22
* add MAKE-PASSPHRASE and use it to protect more sudo passwordsSean Whitton2021-03-22
* rename :DEBIAN-SBCL -> :SBCL & use a property to install sbclSean Whitton2021-03-22
* :DEBIAN-SBCL connection: tidy up outputSean Whitton2021-03-21
* add facility for more regular progress and debug printingSean Whitton2021-03-21
* add and use :CONSFIGURATOR named readtableSean Whitton2021-03-20
* hide sudo passwords in the debuggerSean Whitton2021-03-19
* :SUDO connection type: reset the working directorySean Whitton2021-03-19
* chdir after chrootingSean Whitton2021-03-19
* add status output about forking into chrootSean Whitton2021-03-19
* fix check for other threads on SBCLSean Whitton2021-03-19
* update TODOsSean Whitton2021-03-13
* combine CONNECTION-WRITEFILE implementations for :LOCALSean Whitton2021-03-06
* fix variable reference in error messageSean Whitton2021-03-06
* CONNECTION-WRITEFILE: deal in modes rather than umasksSean Whitton2021-03-06
* CONNECTION.SHELL-WRAP: error checking in CONNECTION-WRITEFILESean Whitton2021-03-04
* CHROOT.FORK: data TODOsSean Whitton2021-03-04
* eliminate global value for *CONNECTION*Sean Whitton2021-02-28
* tidy up entering and reentering Consfigurator's primary loopSean Whitton2021-02-28