]> rtime.felk.cvut.cz Git - sojka/lightdm.git/log
sojka/lightdm.git
12 years agoMerge branch Fix UTF-8 in QLightDM
David Edmundson [Mon, 30 Apr 2012 20:45:28 +0000 (21:45 +0100)]
Merge branch Fix UTF-8 in QLightDM

12 years agoFix allocation error setting default layout array
Robert Ancell [Sun, 29 Apr 2012 23:36:49 +0000 (11:36 +1200)]
Fix allocation error setting default layout array

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of lightdm-team [Thu, 26 Apr 2012 04:59:37 +0000 (04:59 +0000)]
Launchpad automatic translations update.

12 years agomerge some memory leak fixes
Michael Terry [Wed, 25 Apr 2012 17:33:08 +0000 (13:33 -0400)]
merge some memory leak fixes

12 years agofix some memory leaks
Michael Terry [Wed, 25 Apr 2012 17:03:04 +0000 (13:03 -0400)]
fix some memory leaks

12 years agoMove from QString::fromLocal8Bit to QString::fromUtf8 when converting from gchar.
David Edmundson [Tue, 24 Apr 2012 13:54:28 +0000 (14:54 +0100)]
Move from QString::fromLocal8Bit to QString::fromUtf8 when converting from gchar.

gchars are always UTF8. This fixes issues with special characters in usernames.

12 years agoAdd some stub documentation
Robert Ancell [Thu, 19 Apr 2012 04:30:45 +0000 (14:30 +1000)]
Add some stub documentation

12 years agoAdd missing script file
Robert Ancell [Thu, 19 Apr 2012 00:43:11 +0000 (10:43 +1000)]
Add missing script file

12 years agoPrep for 1.3 release
Robert Ancell [Wed, 18 Apr 2012 23:37:09 +0000 (09:37 +1000)]
Prep for 1.3 release

12 years agoBump version number
Robert Ancell [Wed, 18 Apr 2012 08:29:46 +0000 (18:29 +1000)]
Bump version number

12 years agoAdd show-manual-login and allow-guest options to lightdm-set-defaults
Robert Ancell [Wed, 18 Apr 2012 07:46:21 +0000 (17:46 +1000)]
Add show-manual-login and allow-guest options to lightdm-set-defaults

12 years agoadding support for allow-guest and show-manual-login and simplifying the API
Matthew Fischer [Mon, 16 Apr 2012 21:03:47 +0000 (15:03 -0600)]
adding support for allow-guest and show-manual-login and simplifying the API

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of lightdm-team [Sun, 15 Apr 2012 04:49:05 +0000 (04:49 +0000)]
Launchpad automatic translations update.

12 years agoReturn the user face as a QIcon rather than a QPixmap
Aurélien Gâteau [Tue, 10 Apr 2012 12:54:50 +0000 (14:54 +0200)]
Return the user face as a QIcon rather than a QPixmap

12 years agoFix wrapper path in AppArmor profile (broken since 1.1.1)
Martin Pitt [Tue, 10 Apr 2012 08:01:49 +0000 (10:01 +0200)]
Fix wrapper path in AppArmor profile (broken since 1.1.1)

r1358 broke this by moving the wrapper into pkglibexecdir.

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of lightdm-team [Sat, 7 Apr 2012 05:03:47 +0000 (05:03 +0000)]
Launchpad automatic translations update.

12 years agoChange XDMCP manage timeout from 10ms to 126s (maximum specified in the XDMP specific...
Robert Ancell [Thu, 5 Apr 2012 07:05:25 +0000 (17:05 +1000)]
Change XDMCP manage timeout from 10ms to 126s (maximum specified in the XDMP specification)

12 years agoFix PAM conversations after authentication from locking up sessions
Robert Ancell [Thu, 5 Apr 2012 06:52:27 +0000 (16:52 +1000)]
Fix PAM conversations after authentication from locking up sessions
Fix PAM informational messages locking up autologin

12 years agoAdd test for utility path
Robert Ancell [Wed, 4 Apr 2012 07:32:17 +0000 (17:32 +1000)]
Add test for utility path

12 years agoFix gdmflexiserver not being added to the path (broken since 1.1.4)
Robert Ancell [Wed, 4 Apr 2012 07:19:47 +0000 (17:19 +1000)]
Fix gdmflexiserver not being added to the path (broken since 1.1.4)

12 years agoUpdate NEWS and bump version
Robert Ancell [Wed, 4 Apr 2012 07:04:46 +0000 (17:04 +1000)]
Update NEWS and bump version

12 years agoOpen log files in append mode
Robert Ancell [Wed, 4 Apr 2012 07:04:36 +0000 (17:04 +1000)]
Open log files in append mode

12 years agoAdd tests for long usernames and passwords
Robert Ancell [Wed, 4 Apr 2012 05:38:28 +0000 (15:38 +1000)]
Add tests for long usernames and passwords

12 years agoRename some tests
Robert Ancell [Wed, 4 Apr 2012 05:29:25 +0000 (15:29 +1000)]
Rename some tests

12 years agochange greeter-show-guest to greeter-allow-guest in examples in lightdm.conf to match...
Michael Terry [Tue, 3 Apr 2012 18:46:26 +0000 (14:46 -0400)]
change greeter-show-guest to greeter-allow-guest in examples in lightdm.conf to match what code actually looks for

12 years agodon't have liblightdm-gobject send malformed packets to the daemon if it can help it
Michael Terry [Mon, 2 Apr 2012 22:14:49 +0000 (18:14 -0400)]
don't have liblightdm-gobject send malformed packets to the daemon if it can help it

12 years agorefuse to write malformed packets to lightdm daemon
Michael Terry [Mon, 2 Apr 2012 15:34:53 +0000 (11:34 -0400)]
refuse to write malformed packets to lightdm daemon

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of lightdm-team [Thu, 29 Mar 2012 04:47:00 +0000 (04:47 +0000)]
Launchpad automatic translations update.

12 years agoMerge with trunk
Robert Ancell [Wed, 28 Mar 2012 06:29:05 +0000 (17:29 +1100)]
Merge with trunk

12 years agoHandle failures in pam_setcred
Robert Ancell [Wed, 28 Mar 2012 06:27:41 +0000 (17:27 +1100)]
Handle failures in pam_setcred

12 years agoCheck lightdm handles pam_open_session failing
Robert Ancell [Wed, 28 Mar 2012 05:40:09 +0000 (16:40 +1100)]
Check lightdm handles pam_open_session failing

12 years agoAdd test for home directory being created on pam_open_session
Robert Ancell [Wed, 28 Mar 2012 05:14:40 +0000 (16:14 +1100)]
Add test for home directory being created on pam_open_session

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of lightdm-team [Wed, 28 Mar 2012 04:57:54 +0000 (04:57 +0000)]
Launchpad automatic translations update.

12 years agoImprove session log backup test
Robert Ancell [Tue, 27 Mar 2012 05:50:16 +0000 (16:50 +1100)]
Improve session log backup test

12 years agoBackup .xsession-errors on login
Robert Ancell [Mon, 26 Mar 2012 06:50:17 +0000 (17:50 +1100)]
Backup .xsession-errors on login

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of lightdm-team [Sun, 25 Mar 2012 05:14:10 +0000 (05:14 +0000)]
Launchpad automatic translations update.

12 years agoReleasing 1.1.9
Robert Ancell [Wed, 21 Mar 2012 05:49:47 +0000 (16:49 +1100)]
Releasing 1.1.9

12 years agoRemove LIGHTDM_TEST_STATUS_SOCKET variable - just use LIGHTDM_TEST_ROOT instead
Robert Ancell [Tue, 20 Mar 2012 05:47:56 +0000 (16:47 +1100)]
Remove LIGHTDM_TEST_STATUS_SOCKET variable - just use LIGHTDM_TEST_ROOT instead

12 years agoRemove LIGHTDM_TEST_CONFIG variable - just use LIGHTDM_TEST_ROOT instead
Robert Ancell [Tue, 20 Mar 2012 05:42:02 +0000 (16:42 +1100)]
Remove LIGHTDM_TEST_CONFIG variable - just use LIGHTDM_TEST_ROOT instead

12 years agoCall initgroups before pam_setcred - this allows pam_setcred to change group membersh...
Robert Ancell [Tue, 20 Mar 2012 05:11:28 +0000 (16:11 +1100)]
Call initgroups before pam_setcred - this allows pam_setcred to change group membership correctly

12 years agoAdd tests for multiply PAM info prompts and two factor authentication
Robert Ancell [Mon, 19 Mar 2012 05:57:10 +0000 (16:57 +1100)]
Add tests for multiply PAM info prompts and two factor authentication

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of lightdm-team [Sat, 17 Mar 2012 05:01:16 +0000 (05:01 +0000)]
Launchpad automatic translations update.

12 years agoBump version number
Robert Ancell [Fri, 16 Mar 2012 00:08:12 +0000 (11:08 +1100)]
Bump version number

12 years agoAdd --show-users/--hide-users to lightdm-set-defaults
Robert Ancell [Fri, 16 Mar 2012 00:07:41 +0000 (11:07 +1100)]
Add --show-users/--hide-users to lightdm-set-defaults

12 years agoadd an option to set or unset greeter-hide-users
Matthew Fischer [Thu, 15 Mar 2012 15:49:14 +0000 (09:49 -0600)]
add an option to set or unset greeter-hide-users

12 years agoUpdate NEWS and version number
Robert Ancell [Thu, 15 Mar 2012 01:52:49 +0000 (12:52 +1100)]
Update NEWS and version number

12 years agoAdd regression test for PAM conversations that have an informational prompt
Robert Ancell [Thu, 15 Mar 2012 01:51:38 +0000 (12:51 +1100)]
Add regression test for PAM conversations that have an informational prompt

12 years agoHandle PAM interactions that have more than one message in one callback. Based on...
Robert Ancell [Thu, 15 Mar 2012 01:51:11 +0000 (12:51 +1100)]
Handle PAM interactions that have more than one message in one callback.  Based on a patch from Ulrich Müller

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of lightdm-team [Mon, 12 Mar 2012 04:44:44 +0000 (04:44 +0000)]
Launchpad automatic translations update.

12 years agoReleasing 1.1.7
Robert Ancell [Fri, 9 Mar 2012 04:27:28 +0000 (15:27 +1100)]
Releasing 1.1.7

12 years agoUpdate documentation for lightdm_greeter_get_hide_users_hint
Robert Ancell [Thu, 8 Mar 2012 05:17:33 +0000 (16:17 +1100)]
Update documentation for lightdm_greeter_get_hide_users_hint

12 years agoAdd showManualLoginHint to liblightdm-qt
Robert Ancell [Thu, 8 Mar 2012 05:13:45 +0000 (16:13 +1100)]
Add showManualLoginHint to liblightdm-qt

12 years agoAdd a seat option greeter-show-manual-login which hints to a greeter if it should...
Robert Ancell [Thu, 8 Mar 2012 04:57:58 +0000 (15:57 +1100)]
Add a seat option greeter-show-manual-login which hints to a greeter if it should show a manual username entry if a user list is already present

12 years agoAdd a seat option greeter-allow-guest which controls if the greeter should show a...
Robert Ancell [Thu, 8 Mar 2012 04:24:00 +0000 (15:24 +1100)]
Add a seat option greeter-allow-guest which controls if the greeter should show a guest option

12 years agoOnly use the first argument in the session wrapper to run the session
Robert Ancell [Wed, 7 Mar 2012 02:12:13 +0000 (13:12 +1100)]
Only use the first argument in the session wrapper to run the session

12 years agoBump version number
Robert Ancell [Tue, 6 Mar 2012 00:59:26 +0000 (11:59 +1100)]
Bump version number

12 years agoFix session wrapper working the same as it did in 1.1.3
Robert Ancell [Tue, 6 Mar 2012 00:52:26 +0000 (11:52 +1100)]
Fix session wrapper working the same as it did in 1.1.3

12 years agoAdd note to xserver-command option in example configuration that it can contain arguments
Robert Ancell [Mon, 5 Mar 2012 22:11:32 +0000 (09:11 +1100)]
Add note to xserver-command option in example configuration that it can contain arguments

12 years agoAdd greeter-show-guest=true option in lightdm.conf
Chow Loong Jin [Mon, 5 Mar 2012 04:58:02 +0000 (12:58 +0800)]
Add greeter-show-guest=true option in lightdm.conf

12 years agoReleasing 1.1.5
Robert Ancell [Mon, 5 Mar 2012 00:25:30 +0000 (11:25 +1100)]
Releasing 1.1.5

12 years agoStop file descriptors leaking into the session processes
Robert Ancell [Mon, 5 Mar 2012 00:23:32 +0000 (11:23 +1100)]
Stop file descriptors leaking into the session processes

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of lightdm-team [Sat, 3 Mar 2012 05:33:46 +0000 (05:33 +0000)]
Launchpad automatic translations update.

12 years agoRename show-guest option to greeter-allow-guest
Chow Loong Jin [Fri, 2 Mar 2012 11:07:01 +0000 (19:07 +0800)]
Rename show-guest option to greeter-allow-guest

This option is greeter-specific, and greeter-allow-guest has more consistency
with the pre-existing greeter-hide-users option.

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of lightdm-team [Fri, 2 Mar 2012 04:52:47 +0000 (04:52 +0000)]
Launchpad automatic translations update.

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of lightdm-team [Thu, 1 Mar 2012 05:07:32 +0000 (05:07 +0000)]
Launchpad automatic translations update.

12 years agoUpdate NEWS
Robert Ancell [Thu, 1 Mar 2012 03:45:03 +0000 (14:45 +1100)]
Update NEWS

12 years agoUpdate NEWS
Robert Ancell [Thu, 1 Mar 2012 03:32:45 +0000 (14:32 +1100)]
Update NEWS

12 years agoFix grammar error in NEWS
Robert Ancell [Thu, 1 Mar 2012 03:30:32 +0000 (14:30 +1100)]
Fix grammar error in NEWS

12 years agoRestructure session code so the PAM authentication is run in its own process.
Robert Ancell [Thu, 1 Mar 2012 03:29:29 +0000 (14:29 +1100)]
Restructure session code so the PAM authentication is run in its own process.

12 years agoBump version number
Robert Ancell [Thu, 1 Mar 2012 03:29:27 +0000 (14:29 +1100)]
Bump version number

12 years agoAdd tests for Xauthority file location
Robert Ancell [Thu, 1 Mar 2012 01:08:43 +0000 (12:08 +1100)]
Add tests for Xauthority file location

12 years agoUse gsize for length field in xauth
Robert Ancell [Thu, 1 Mar 2012 00:13:22 +0000 (11:13 +1100)]
Use gsize for length field in xauth

12 years agoImprove simulation of PAM environment
Robert Ancell [Wed, 29 Feb 2012 22:26:11 +0000 (09:26 +1100)]
Improve simulation of PAM environment

12 years agoAdd missing test files
Robert Ancell [Wed, 29 Feb 2012 22:23:45 +0000 (09:23 +1100)]
Add missing test files

12 years agoAdd ConsoleKit test
Robert Ancell [Wed, 29 Feb 2012 22:23:17 +0000 (09:23 +1100)]
Add ConsoleKit test

12 years agoAdd show-guest config option to SeatDefaults
Chow Loong Jin [Wed, 29 Feb 2012 22:11:12 +0000 (06:11 +0800)]
Add show-guest config option to SeatDefaults

The show-guest option permits for the hiding of the guest account from the
greeter, while allowing users to spawn a guest session from the power cog
indicator.

Fixes LP: #942792

12 years agoChange session directory once user permissions are set so it works on NFS filesystems...
Robert Ancell [Wed, 29 Feb 2012 06:58:03 +0000 (17:58 +1100)]
Change session directory once user permissions are set so it works on NFS filesystems that don't allow root to access files.

12 years agoAdd regression tests for PAM crashing (disabled for now, enable once session-refactor...
Robert Ancell [Wed, 29 Feb 2012 06:30:07 +0000 (17:30 +1100)]
Add regression tests for PAM crashing (disabled for now, enable once session-refactor branch merged)

12 years agoTest if greeter based password changes work
Robert Ancell [Tue, 28 Feb 2012 06:23:49 +0000 (17:23 +1100)]
Test if greeter based password changes work

12 years agoCheck autologin fails if prompted for a password
Robert Ancell [Tue, 28 Feb 2012 06:12:54 +0000 (17:12 +1100)]
Check autologin fails if prompted for a password

12 years agoRename user0, user1, rename-user-invalid
Robert Ancell [Tue, 28 Feb 2012 06:08:16 +0000 (17:08 +1100)]
Rename user0, user1, rename-user-invalid

12 years agoSplit up and rename test user accounts
Robert Ancell [Tue, 28 Feb 2012 06:03:37 +0000 (17:03 +1100)]
Split up and rename test user accounts

12 years agoAdd tests for autologin when accounts are denied or expired
Robert Ancell [Tue, 28 Feb 2012 05:34:07 +0000 (16:34 +1100)]
Add tests for autologin when accounts are denied or expired

12 years agoDon't send session stdout to .xsession-errors, add regression tests to confirm loggin...
Robert Ancell [Tue, 28 Feb 2012 05:10:01 +0000 (16:10 +1100)]
Don't send session stdout to .xsession-errors, add regression tests to confirm logging is working

12 years agoTweak the way sessions and display servers are stopped
Robert Ancell [Tue, 28 Feb 2012 04:40:08 +0000 (15:40 +1100)]
Tweak the way sessions and display servers are stopped

12 years agoSimplify ConsoleKit code
Robert Ancell [Tue, 28 Feb 2012 04:26:28 +0000 (15:26 +1100)]
Simplify ConsoleKit code

12 years agoImplement mising D-Bus methods in tests
Robert Ancell [Tue, 28 Feb 2012 04:20:07 +0000 (15:20 +1100)]
Implement mising D-Bus methods in tests

12 years agoRun lightdm from the path
Robert Ancell [Mon, 27 Feb 2012 23:51:32 +0000 (10:51 +1100)]
Run lightdm from the path

12 years agoMatch full patterns in tests
Robert Ancell [Mon, 27 Feb 2012 23:51:10 +0000 (10:51 +1100)]
Match full patterns in tests

12 years agoTidy up getting bus addresses
Robert Ancell [Mon, 27 Feb 2012 23:50:58 +0000 (10:50 +1100)]
Tidy up getting bus addresses

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of lightdm-team [Mon, 20 Feb 2012 05:48:19 +0000 (05:48 +0000)]
Launchpad automatic translations update.

12 years agoFix Qt bindings crash when removing a user.
David Edmundson [Mon, 20 Feb 2012 00:59:01 +0000 (00:59 +0000)]
Fix Qt bindings crash when removing a user.

12 years agoRemove unused variable
David Edmundson [Mon, 20 Feb 2012 00:49:12 +0000 (00:49 +0000)]
Remove unused variable

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of lightdm-team [Sat, 18 Feb 2012 05:18:47 +0000 (05:18 +0000)]
Launchpad automatic translations update.

12 years agoFix whitespace
Robert Ancell [Wed, 15 Feb 2012 09:12:58 +0000 (20:12 +1100)]
Fix whitespace

12 years agoBump version number
Robert Ancell [Wed, 15 Feb 2012 08:59:30 +0000 (19:59 +1100)]
Bump version number

12 years agoAdd a session lock D-Bus call that makes the greeter select that user
Robert Ancell [Wed, 15 Feb 2012 04:07:05 +0000 (15:07 +1100)]
Add a session lock D-Bus call that makes the greeter select that user

12 years agoUpdate NEWS
Robert Ancell [Wed, 15 Feb 2012 01:11:06 +0000 (12:11 +1100)]
Update NEWS

12 years agoUpdate NEWS
Robert Ancell [Wed, 15 Feb 2012 01:10:33 +0000 (12:10 +1100)]
Update NEWS

12 years agoDetect and handle correctly PAM modules that return user accounts that don't exist
Robert Ancell [Wed, 15 Feb 2012 01:08:49 +0000 (12:08 +1100)]
Detect and handle correctly PAM modules that return user accounts that don't exist