summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Releasing 1.17.01.17.0Robert Ancell2015-10-283-11/+36
|
* Use logrotate to handle files in the default log directory.Robert Ancell2015-10-2216-38/+147
|\ | | | | | | | | | | This change introduces support for log rotation using the logrotate tool for file in the default log directory (/var/log/lightdm). To support this scenario, existing system log files are not moved to *.old when starting.
| * Use logrotate to handle files in the default log directoryAlexandros Frantzis2015-10-2016-38/+147
| |
* | Refresh debian/patchesRobert Ancell2015-10-212-2/+2
| |
* | Handle trailing whitespace on boolean valuesRobert Ancell2015-10-212-2/+29
| |
* | Drop debian/patches/xorg-1.17.patch - we now detect thisRobert Ancell2015-10-212-27/+0
| |
* | Refresh patchesRobert Ancell2015-10-213-8/+8
|/
* Update guest-session AppArmor profile to be suitable for openSUSERobert Ancell2015-10-191-2/+4
|\
| * Update guest-session AppArmor profile to be suitable for openSUSELaércio de Sousa2015-10-191-2/+4
| |
* | Set example multi-seat configuration to a valid seat nameRobert Ancell2015-10-191-1/+1
|\ \ | |/ |/|
| * Fix seat name example in data/lightdm.confLaércio de Sousa2015-10-081-1/+1
| |
* | Launchpad automatic translations update.Launchpad Translations on behalf of lightdm-team2015-10-1898-196/+196
| |
* | Allow guest sessions to write in /{,var/}run/screen folder, so they can ↵Robert Ancell2015-10-161-0/+1
|\ \ | | | | | | | | | launch screen terminals (needed for e.g. Epoptes to open remote clients' terminals).
| * | Allow guest sessions to write in /{,var/}run/screen folder, so they can ↵Laércio de Sousa2015-10-161-0/+1
| | | | | | | | | | | | launch screen terminals (needed for e.g. Epoptes).
* | | Text XDMCP clients in both X.Org 1.16 and X.Org 1.17Robert Ancell2015-10-166-5/+42
|/ /
* | Optimize guest account creation by removing slow chown -R calls. Split into ↵Robert Ancell2015-10-166-137/+130
|\ \ | | | | | | | | | multiple files separate files.
| * | Make /usr/share/lightdm/guest-session/setup.sh executable on install.Laércio de Sousa2015-10-151-1/+1
| | |
| * | Move parts of guest-account script to separate files, and revert remaining ↵Laércio de Sousa2015-10-156-54/+56
| | | | | | | | | | | | sudo calls.
| * | Tidy up guest-account script code.Laércio de Sousa2015-10-141-76/+80
| | |
| * | Drop PRE_HOME directory in guest-account script.Laércio de Sousa2015-10-141-41/+23
| | |
| * | Move the BindFS mount to the last step, leaving room for multi-layer ↵Laércio de Sousa2015-10-141-27/+33
| | | | | | | | | | | | union-mounting when populating guest home.
| * | Create on-the-fly directories and files directly as guest user, eliminating ↵Laércio de Sousa2015-10-141-17/+16
| | | | | | | | | | | | need for later "chown -R" calls.
| * | Replace BindFS option --mirror-only with --force-user/--force-group. They ↵Laércio de Sousa2015-10-141-1/+1
| | | | | | | | | | | | are more suitable now that we have a dedicated BindFS mount for each guest user.
* | | Allow reading /proc/<PID>/net/dev from within a guest session, so that e.g. ↵Robert Ancell2015-10-161-0/+2
|\ \ \ | | | | | | | | | | | | xfce4-netload-plugin can show network traffic properly.
| * | | Allow reading /proc/net/dev from within a guest session.Laércio de Sousa2015-10-151-0/+2
| | | |
* | | | Use g_object_clear where we can for readibilityRobert Ancell2015-10-161-2/+1
| | | |
* | | | Use g_object_clear where we can for readibilityRobert Ancell2015-10-169-78/+30
| | | |
* | | | Replace unnecessary dispose method with finalizeRobert Ancell2015-10-162-20/+7
| | | |
* | | | Tidy up finalize methodsRobert Ancell2015-10-1622-100/+44
| | | |
* | | | When locking a session, if an existing greeter can't be reused, then it's ↵Robert Ancell2015-10-167-20/+227
|\ \ \ \ | |/ / / |/| | | | | | | stopped and its display server is reused with a new greeter.
| * | | Merged parent branchJesús González2015-06-01131-355/+793
| |\ \ \
| * \ \ \ Merged changes from parent branch.Jesús González2015-04-28285-504/+573
| |\ \ \ \
| * | | | | Fixed improper merging of parent branchJesús González2015-02-131-0/+4
| | | | | |
| * | | | | Merged changes from parent branch.Jesús González2015-02-13120-214/+711
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixed "lock-seat-after-vt-switch" test to expect X server reuse by the new greeter instead of X server reinitiation.
| * \ \ \ \ \ Merged changes from parent branchJesús González2015-01-05103-202/+292
| |\ \ \ \ \ \
| * | | | | | | Store in the seat the replacement greeter that shall be started when the ↵Jesús González2015-01-053-6/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replaced one stops
| * | | | | | | When locking a session, if an existing greeter can't be reused, then it's ↵Jesús González2014-12-251-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stopped and its display server is reused with a new greeter.
| * | | | | | | Add a test showing double locking a seat casues a second display server to startRobert Ancell2014-12-096-1/+144
| | | | | | | |
* | | | | | | | Allow Chromium to receive a SIGTERM when running from within a guest session.Robert Ancell2015-10-151-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow Chromium to receive SIGTERM when running within a guest session.Laércio de Sousa2015-10-151-1/+1
|/ / / / / / / /
* | | | | | | | Add xremote testsRobert Ancell2015-10-145-0/+83
| | | | | | | |
* | | | | | | | Fix test descriptionRobert Ancell2015-10-141-1/+1
| | | | | | | |
* | | | | | | | Add unity as an example seat typeRobert Ancell2015-10-141-1/+1
| | | | | | | |
* | | | | | | | Also test xserver-config optionRobert Ancell2015-10-145-6/+20
| | | | | | | |
* | | | | | | | Add a regression test for xserver-layout option.Robert Ancell2015-10-143-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is probably a bit useless now we have modern multi-seat support and you can set this in the xserver-command anyway.
* | | | | | | | Check the version of the X server we are running so we correctly pass ↵Robert Ancell2015-10-1414-13/+208
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -listen tcp when required. Also add tests for xserver-allow-tcp function and check in all cases we are listening on tcp/unix only when appropriate.
* | | | | | | Suggest bindfs packageRobert Ancell2015-10-131-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Keep only bindfs in 'Suggests' field, since linux-image in this field may ↵Laércio de Sousa2015-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not be meaningful and aufs-tools is likely to be removed in the near future.
| * | | | | | | Declare package requirements to enable union-mounting of guest home directory.Laércio de Sousa2015-10-131-0/+1
|/ / / / / / /
* | | | | | | Use read-only for bindfs mountsRobert Ancell2015-10-131-1/+1
|\ \ \ \ \ \ \