summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Releasing 1.17.11.17.1Robert Ancell2015-11-033-1/+23
|
* Change log backup to enabled by default - this is probably more useful. We ↵Robert Ancell2015-11-034-1/+7
| | | | explicitly disable in Ubuntu
* Implement XDMCP ForwardQueryRobert Ancell2015-11-023-16/+66
|\
| * Add missing break statement - caught in review by Martin VogtRobert Ancell2015-11-021-0/+1
| |
| * Implement XDMCP ForwardQueryRobert Ancell2015-10-303-16/+65
| |
* | Add LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT and ↵Piotr Jurkiewicz2015-11-021-0/+6
| | | | | | | | LC_IDENTIFICATION variables to the list of inherited locale variables.
* | Make guest account script more portableRobert Ancell2015-10-301-69/+96
|\ \ | |/ |/|
| * Fix and simplify test of /etc/guest-session/skel emptyness.Laércio de Sousa2015-10-231-1/+1
| |
| * Replace loginctl action terminate-user with kill-user, which seems more ↵Laércio de Sousa2015-10-231-1/+1
| | | | | | | | efficient for terminating all guest user's processes.
| * Simplify GUEST_USER initialization from GUEST_HOME value.Laércio de Sousa2015-10-231-1/+1
| |
| * Set new guest account home dir to GUEST_HOME directly on useradd call. No ↵Laércio de Sousa2015-10-231-3/+1
| | | | | | | | need to call "usermod -d" later.
| * Don't fail to remove guest account if its home directory can't be removed, ↵Laércio de Sousa2015-10-231-12/+12
| | | | | | | | so that /etc/passwd won't be polluted.
| * Replace all USER/HOME occurences in guest-account.sh with GUEST_USER/GUEST_HOME.Laércio de Sousa2015-10-231-42/+42
| |
| * Drop local keyword, as it may break guest-account.sh. See LP #139097.Laércio de Sousa2015-10-231-4/+4
| |
| * Rely on systemd-logind facilities (when available) to terminate all ↵Laércio de Sousa2015-10-161-4/+8
| | | | | | | | remaining guest user processes.
| * Tidy up guest-account.sh code.Laércio de Sousa2015-10-161-2/+12
| |
| * Move system UID check heuristic in guest-account.sh to a new function ↵Laércio de Sousa2015-10-161-5/+14
| | | | | | | | is_system_user().
| * Handle /run/media/guest-XXXXXX cleanup as well on guest account removal.Laércio de Sousa2015-10-161-8/+10
| |
| * Replace Debian-specific adduser/deluser commands with their cross-distro ↵Laércio de Sousa2015-10-161-4/+6
| | | | | | | | couterparts useradd/userdel. Based on Andrew Gunnerson's work (https://github.com/chenxiaolong/Unity-for-Fedora-Extra/blob/master/lightdm-guest-session/guest-session-cross-distro.patch)
| * Convert guest-account USER and HOME to lower case, so its creation won't ↵Laércio de Sousa2015-10-161-1/+3
| | | | | | | | fail in non-Ubuntu systems.
* | Fix memory leak in XDMCP logging codeRobert Ancell2015-10-301-1/+5
| |
* | Launchpad automatic translations update.Launchpad Translations on behalf of lightdm-team2015-10-2898-196/+196
| |
* | Apply backup-logs option to the main logRobert Ancell2015-10-281-1/+3
| |
* | Merge log-mode.h into log-file.hRobert Ancell2015-10-286-27/+8
| |
* | Add a backup-logs option to re-enable the old log backup modeRobert Ancell2015-10-285-7/+14
| |
* | 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
| | | |