summaryrefslogtreecommitdiff
path: root/tools/virt-login-shell.c
Commit message (Expand)AuthorAgeFilesLines
* tools: fix regression passing command with virt-login-shellDaniel P. Berrangé2019-09-301-8/+17
* tools: avoid accidentally using files from gnulibDaniel P. Berrangé2019-08-081-2/+6
* tools: split virt-login-shell into two binariesDaniel P. Berrangé2019-08-071-0/+84
* tools: rename source for virt-login-shellDaniel P. Berrangé2019-08-071-415/+0
* tools: fix double error reporting in virt-login-shellDaniel P. Berrangé2019-08-071-2/+8
* tools: fix crash in virt-login-shell if config doesn't existDaniel P. Berrangé2019-08-071-1/+1
* Remove even more Author(s): lines from source filesMichal Privoznik2019-01-031-2/+0
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-2/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* lxc: allow use of lxc:///system URI as preferred formatDaniel P. Berrangé2018-04-121-1/+1
* virstring: Unify string list function namesMichal Privoznik2016-11-251-3/+3
* tools: Fix comparison in virLoginShellGetShellArgvJohn Ferlan2016-07-191-2/+4
* virt-login-shell: convert to typesafe virConf accessorsDaniel P. Berrange2016-07-121-103/+38
* tools: virt-login-shell: Fix cut'n'paste mistake in error messagePeter Krempa2016-06-201-1/+1
* tools: virt-login-shell: Fix group list bounds checkingPeter Krempa2016-06-201-3/+4
* virt-login-shell: add ability to join the container cgroupsDaniel P. Berrange2016-06-101-0/+2
* virt-login-shell: add ability to auto-detect shell from containerDaniel P. Berrange2016-06-101-0/+37
* virt-login-shell: fully reset container environmentDaniel P. Berrange2016-06-101-2/+18
* virt-login-shell: avoid loosing error during cleanupDaniel P. Berrange2016-06-101-1/+6
* virt-login-shell: allow shell to be a simple string argumentDaniel P. Berrange2016-06-101-0/+5
* virt-login-shell: change way we request a login shellDaniel P. Berrange2016-06-101-5/+22
* virt-login-shell: honour the -c option to launch commandsDaniel P. Berrange2016-06-101-16/+55
* util: Add virGettextInitialize, convert the codeCole Robinson2016-04-141-12/+2
* sysconf: Include unistd.hMichal Privoznik2015-12-241-0/+1
* Resolve Coverity CHECKED_RETURNJohn Ferlan2014-09-151-1/+1
* Indent top-level labels by one space in tools/Ján Tomko2014-03-251-3/+3
* virt-login-shell: silence coverity warningEric Blake2014-03-051-2/+3
* virt-login-shell: saner exit valueEric Blake2014-03-031-16/+19
* virt-login-shell: use single instead of double forkEric Blake2014-03-031-73/+43
* virFork: simplify semanticsEric Blake2014-03-031-5/+7
* util: make it easier to grab only regular process exitEric Blake2014-03-031-2/+2
* maint: align whitespaces with project conventions.Thorsten Behrens2014-01-201-1/+1
* virt-login-shell: fix regressions in behaviorEric Blake2014-01-091-10/+11
* virt-login-shell: clean up usageEric Blake2013-12-231-3/+3
* Set a sane $PATH for virt-login-shellDaniel P. Berrange2013-10-211-0/+2
* Close all non-stdio FDs in virt-login-shell (CVE-2013-4400)CVE-2013-4400-2Daniel P. Berrange2013-10-211-0/+12
* virt-login-shell: improve error message grammarRuben Kerkhof2013-08-131-6/+12
* Address missed feedback from review of virt-login-shellDaniel P. Berrange2013-08-131-20/+38
* Fix double-free and broken logic in virt-login-shellDaniel P. Berrange2013-08-091-3/+1
* build: fix compilation of virt-login-shell.cJim Fehlig2013-08-081-0/+1
* Introduce a virt-login-shell binaryDan Walsh2013-08-081-0/+350