aboutsummaryrefslogtreecommitdiff
path: root/src/connection
Commit message (Expand)AuthorAge
* :SBCL connection: propagate :NO-CHANGESean Whitton2021-06-05
* restore STRIPLN when finding the datadir inside chrootSean Whitton2021-05-31
* :SUDO: preserve SSH_AUTH_SOCK when sudoing to rootSean Whitton2021-05-30
* drop two unnecessary package name qualificationsSean Whitton2021-05-25
* add TODOs about non-portable uses of su(1)Sean Whitton2021-05-23
* convert CONNECTION slots to connattrs & fix finding homedirsSean Whitton2021-05-23
* separately upload, compile and load each ASDF systemSean Whitton2021-05-17
* fix --no-userinit sbcl(1) optionSean Whitton2021-05-15
* fix finding the data cache in chrootsSean Whitton2021-05-10
* add missing call to FRESH-LINE in fork connection parentSean Whitton2021-05-06
* use ~S not ~A when printing the program we sentSean Whitton2021-05-06
* reflect *MOUNT-BELOW* in OPENED-FILESYSTEM valuesSean Whitton2021-04-30
* chroot connections: set up bind mounts and virtual filesystemsSean Whitton2021-04-30
* one package for :CHROOT, :CHROOT.FORK and :CHROOT.SHELLSean Whitton2021-04-30
* add :OPENED-VOLUMES connattrSean Whitton2021-04-30
* CONTINUE-DEPLOY* connections: push a new connection objectSean Whitton2021-04-30
* capture child stdout in case *STANDARD-OUTPUT* has been reboundSean Whitton2021-04-26
* :SSH connection: fix broken ssh -fNSean Whitton2021-04-18
* :CHROOT.SHELL connection type: cope with pathnames for chroot rootSean Whitton2021-04-16
* add WITH-THESE-OPEN-VOLUMES macro property combinatorSean Whitton2021-04-16
* 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