aboutsummaryrefslogtreecommitdiff
path: root/src/connection/shell-wrap.lisp
Commit message (Expand)AuthorAge
* convert some internal shell snippets to single linesSean Whitton2022-06-27
* rename READFILE, WRITEFILE, corresponding generics and some wrappersSean Whitton2022-04-02
* replace ESCAPE-SH-TOKEN and ESCAPE-SH-COMMAND with new SH-ESCAPESean Whitton2022-03-11
* add LXC properties, :LXC{,-UNPRIV-ATTACH} connections, WITH-HOMEDIRSean Whitton2021-11-08
* SHELL-WRAP-CONNECTION %READFILE: insert space before shell "&&"Sean Whitton2021-10-23
* SHELL-WRAP-CONNECTION CONNECTION-WRITEFILE: execute just one commandSean Whitton2021-08-31
* add CONNECTION-READFILE-AND-REMOVE to improve RUN performanceSean Whitton2021-08-31
* fix call to ESCAPE-SH-TOKENSean Whitton2021-03-24
* untabifySean Whitton2021-03-22
* add and use :CONSFIGURATOR named readtableSean Whitton2021-03-20
* 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
* use ZEROPSean Whitton2021-02-27
* fix :SHELL-WRAP's CONNECTION-WRITEFILESean Whitton2021-02-27
* attempt to implement umask support for CONNECTION-WRITEFILESean Whitton2021-02-27
* simplify control flow by specialising on INPUT in CONNECTION-RUNSean Whitton2021-02-27
* fix shell-wrap's CONNECTION-RUN and CONNECTION-WRITEFILESean Whitton2021-02-27
* factor out SHELL-WRAP-CONNECTION superclassSean Whitton2021-02-27