summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* manager: return ACCESS DENIED for most open-reauth-channel failuresRay Strode2013-10-311-6/+28
| | | | | | | | | | | | | gnome-shell only falls back to opening a new session if the reauth channel fails to open because of denied access. For XDMCP we currently fail for other reasons. This commit returns ACCESS DENIED for those cases as well, so the intended fallback happens. Based on a patch by Jeremy White <jwhite@codeweavers.com> https://bugzilla.gnome.org/show_bug.cgi?id=690926
* slave: don't kill slave when client disconnectsRay Strode2013-10-311-10/+0
| | | | | | | | | | | | Right now we stop the slave if a greeter running on a remote X server exits. This is wrong, since the greeter will exit as part of the login screen process. We already have mechanisms in place to reap the slave at the appropriate time, so stopping the slave on disconnection is totally unneeded and actively harmful. This commit drops that code. https://bugzilla.gnome.org/show_bug.cgi?id=690926
* slave: don't run initial-setup on remote displaysRay Strode2013-10-301-0/+11
| | | | | | | | | | | GDM will run initial-setup if there are no configured user accounts on the system. We correctly skip checking if there are configured user accounts on remote XDMCP displays, but incorrectly, still run initial-setup. This commit makes sure we only every do any of the initial-setup logic in the local display code paths. https://bugzilla.gnome.org/show_bug.cgi?id=711180
* Updated Malayalam TranslationAnish A2013-10-251-25/+26
|
* Updated Russian translationStas Solovey2013-10-231-973/+1833
|
* Updated Greek translationEfstathios Iosifidis2013-10-221-440/+342
|
* configure: bump to 3.10.0.13.10.0.1Ray Strode2013-10-161-1/+1
|
* NEWS: update for releaseRay Strode2013-10-161-0/+7
|
* data: Make pam_systemd optional in exherbo/fsPacho Ramos2013-10-162-2/+2
| | | | This prevents it from breakings setups building using --without-systemd
* Updated Malayalam TranslationAnish A2013-10-111-437/+341
|
* session-record: don't print that we are updating btmp if not supportedAntoine Jacoutot2013-10-111-0/+2
| | | | | While running with debug enabled, do not print that we are updating btmp if we do not HAVE_UPDWTMPX or HAVE_UPDWTMP.
* add Simplified Chinese (zh_CN) translationeternalhui2013-10-091-415/+316
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2013-10-061-0/+793
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2013-10-061-5519/+0
|
* L10N: Updated Persian translationsArash Mousavi2013-10-051-506/+358
|
* Updated German translationChristian Kirbach2013-10-031-2/+4
|
* [l10n]Updated Turkish translationMuhammet Kara2013-09-251-429/+333
|
* configure: bump to 3.10.03.10.0Ray Strode2013-09-231-1/+1
|
* NEWS: update for releaseRay Strode2013-09-231-0/+5
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-09-232-95/+89
|
* Updated Portuguese translationAntónio Lima2013-09-221-446/+353
|
* Updated Aragonese translationDaniel Martinez2013-09-221-494/+433
|
* Updated Dutch translationReinout van Schouwen2013-09-211-439/+344
|
* Updated Esperanto translationKristjan SCHMIDT2013-09-211-796/+719
|
* Updated UkrainianDaniel Korostil2013-09-211-431/+336
|
* configure: bump to 3.9.923.9.92Ray Strode2013-09-201-1/+1
|
* NEWS: update for releaseRay Strode2013-09-201-0/+8
|
* flexiserver: don't look at pam service name to find login screenRay Strode2013-09-201-17/+3
| | | | | It changed a long time ago and we neglected to update it here, and checking the class is good enough anyway.
* l10n: Update Japanese translationJiro Matsuzawa2013-09-201-410/+303
|
* Updated Brazilian Portuguese translation for manualEnrico Nicoletto2013-09-172-1/+2814
|
* Updated Galician translations for docsFran Diéguez2013-09-161-389/+785
|
* [l10n] Update Catalan translationJosep Sànchez2013-09-161-383/+277
|
* Updated Brazilian Portuguese translationEnrico Nicoletto2013-09-151-16/+13
|
* Updated Basque languageInaki Larranaga Murgoitio2013-09-141-419/+326
|
* Updated Danish translationKris Thomsen2013-09-141-444/+344
|
* Updated Korean translationChangwoo Ryu2013-09-141-452/+89
|
* worker: drop "maybe" from the list of choicesRay Strode2013-09-121-1/+1
| | | | | | | | PAM_RADIO_TYPE is pretty ill-defined, with no way that I know of to specify what the multiple choices are. Having "maybe" in there is just weird. Drop it.
* Updated Hungarian translationGabor Kelemen2013-09-121-438/+345
|
* [l10n] Updated Estonian translationMattias Põldaru2013-09-121-300/+166
|
* Updated Vietnamese translationTrần Ngọc Quân2013-09-121-215/+35
|
* po/vi.po: import from Damned LiesNguyễn Thái Ngọc Duy2013-09-121-443/+345
|
* Updated galician translations for docFran Diéguez2013-09-111-2/+2
|
* worker: s/false/FALSE/Ray Strode2013-09-101-1/+1
| | | | javascript on the brain.
* worker: don't blow assertion for unknown message typesRay Strode2013-09-101-1/+4
| | | | That's just rude.
* worker: fix up whitespace in previous commitRay Strode2013-09-101-4/+4
|
* worker: fix crasher for PAM_RADIO_TYPE messagesDavid Liang2013-09-101-0/+8
| | | | | | | | | | | | | | | Some modules send PAM_RADIO_TYPE message to gdm (samba: commit 2d063d077aed01f020352e859b766415fe094fa5 nsswitch/pam_winbind.c), then gdm crashes. This commit reuses the 'ask_question' method and add 'yes/no/maybe' to the prompt_label, which avoids the crash. It's suboptimal because the user needs to type 'yes' manually rather than clicking on a UI element, and because yes, no, and maybe aren't translated. It's a temporary workaround until more complete support can get added. https://bugzilla.gnome.org/show_bug.cgi?id=671106
* Update Arabic translationKhaled Hosny2013-09-091-80/+82
|
* Punjabi Translation updated by AmanA S Alam2013-09-091-449/+346
|
* Updated Latvian translationRūdolfs Mazurs2013-09-081-446/+352
|
* Updated Brazilian Portuguese translation proofread by Enrico NicolettoRafael Ferreira2013-09-071-421/+121
|