aboutsummaryrefslogtreecommitdiff
path: root/src/connection
Commit message (Expand)AuthorAge
...
* :LOCAL CONNECTION-WRITEFILE: use UIOP:RENAME-FILE-OVERWRITING-TARGETSean Whitton2021-08-31
* use UIOP:XDG-CACHE-HOMESean Whitton2021-08-31
* LOCAL-CONNECTION docstring: connection is not always the root LispSean Whitton2021-08-31
* add CONNECTION-READFILE-AND-REMOVE to improve RUN performanceSean Whitton2021-08-31
* cache XDG_CACHE_HOME as a connattrSean Whitton2021-08-31
* don't fail when stderr from POST-FORK grandchild process is emptySean Whitton2021-08-22
* fix comments about -c argument to su(1)Sean Whitton2021-07-24
* return type in FOREIGN-FUNCALL of geteuid(2) is unsignedSean Whitton2021-07-24
* :SETUID: ensure we chdir(2) before we setuid(2)Sean Whitton2021-07-24
* :SUDO: ensure that stdin is a pipe, never a real fileSean Whitton2021-07-24
* ensure subdeployment lines properly indentedSean Whitton2021-07-24
* :SETUID connection: also call initgroups(3)Sean Whitton2021-07-24
* call POST-FORK before WITH-FORK-CONTROLSean Whitton2021-07-24
* UNWIND-PROTECT-IN-PARENT -> UNWIND-PROTECTSean Whitton2021-07-24
* new approach to calling fork(2) in remote Lisp imagesSean Whitton2021-07-24
* factor out MOUNTPOINTPSean Whitton2021-07-10
* 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