aboutsummaryrefslogtreecommitdiff
path: root/src/connection/sudo.lisp
Commit message (Expand)AuthorAge
* rename PASSPHRASE class and its associated functionsSean Whitton2022-04-10
* rename READFILE, WRITEFILE, corresponding generics and some wrappersSean Whitton2022-04-02
* rename CONNECTION-TEARDOWN -> CONNECTION-TEAR-DOWNSean Whitton2022-04-02
* :SUDO: use :FROM not :AS for keyword argumentSean Whitton2022-04-02
* fix a comment's example usage of the :SSH connection typeSean Whitton2022-04-01
* connection chain specs.: consistently use :USER for the target userSean Whitton2022-04-01
* replace ESCAPE-SH-TOKEN and ESCAPE-SH-COMMAND with new SH-ESCAPESean Whitton2022-03-11
* add dep on Anaphora and use APROG1, ALET & AAND in various placesSean Whitton2021-09-08
* :SUDO: ensure that stdin is a pipe, never a real fileSean Whitton2021-07-24
* :SUDO: preserve SSH_AUTH_SOCK when sudoing to rootSean Whitton2021-05-30
* convert CONNECTION slots to connattrs & fix finding homedirsSean Whitton2021-05-23
* rework uploading data to be in terms of CONNECTION-UPLOADSean Whitton2021-03-27
* Revert ":SUDO connection type: reset the working directory"Sean Whitton2021-03-25
* fix GET-SUDO-PASSWORD when there is no passwordSean Whitton2021-03-23
* move comments on :SUDO to the manual & drop a TODOSean 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
* 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
* simplify control flow by specialising on INPUT in CONNECTION-RUNSean Whitton2021-02-27
* factor out SHELL-WRAP-CONNECTION superclassSean Whitton2021-02-27
* 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
* fix checking stream element type in CONSFIGURATOR.CONNECTION.SUDOSean Whitton2021-02-23
* attempt to fix streaming data into remote sudoSean Whitton2021-02-23
* fix a few calls to RUNSean Whitton2021-02-23
* fix basic functionality of the :SUDO connection typeSean Whitton2021-02-22
* drop a blank lineSean Whitton2021-02-22
* connection type :SUDO can just use cp(1) for CONNECTION-UPLOADSean Whitton2021-02-22
* handle both possible values of INPUTSean Whitton2021-02-22
* attempt to implement :SUDO connection typeSean Whitton2021-02-21
* notes after reading sudo(1)Sean Whitton2021-02-21
* start figuring out :SUDO connection typeSean Whitton2021-02-21