aboutsummaryrefslogtreecommitdiff
path: root/src/connection
Commit message (Expand)AuthorAge
* move /run out from MOUNT:*STANDARD-LINUX-VFS*Sean Whitton2021-07-10
* chroot connections: unmount lazilySean Whitton2021-07-10
* capture fork child stderr & include in call to FAILED-CHANGESean Whitton2021-07-10
* signal SKIPPED-PROPERTIES & factor out interpreting exit codesSean Whitton2021-07-10
* add INSTALLER:CLEANLY-INSTALLED-ONCE & some utilsSean Whitton2021-07-10
* :SBCL: drop unneeded IGNORING-HOSTATTRSSean Whitton2021-07-07
* :SBCL: don't assume that *HOST*'s OS applies to intermediate hopsSean Whitton2021-07-07
* :SBCL: fix looking for sbcl(1) already on PATHSean Whitton2021-07-07
* fix manpage sections for mount(8), umount(8) and findmnt(8)Sean Whitton2021-07-06
* factor out MOUNT:*{STANDARD-LINUX,LINUX-EFIVARS}-VFS*Sean Whitton2021-07-06
* chroot mounts: assert that /dev is udev devtmpfsSean Whitton2021-07-06
* add POSIX-LOGIN-ENVIRONMENT and use in :SETUID connectionSean Whitton2021-07-06
* use AND not IFSean Whitton2021-06-28
* report whether FAILED-CHANGE, :NO-CHANGE or something else at endSean Whitton2021-06-28
* :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