summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Kyrgyz translationTimur Zhamakeev2012-09-251-98/+102
|
* Added ky to LINGUASTimur Zhamakeev2012-09-251-0/+1
|
* Added Kyrgyz translationTimur Zhamakeev2012-09-251-0/+869
|
* [l10n] Update Japanese translationNoriko Mizumoto2012-09-251-246/+231
|
* Update Czech translationPetr Kovar2012-09-241-226/+285
|
* slave: fix user switching for consolekit usersRay Strode2012-09-241-3/+2
| | | | | | | | | | | | | | ConsoleKit has code to try to prevent switching to the same session that the slave is running on. That code was important when we created a new throw-away session and slave as part of the user switching process. These days we connect to the already running slave instead of using a new one, and that vestigal code gets in the way, breaking user switching. This commit removes that harmful code. https://bugzilla.gnome.org/show_bug.cgi?id=684594
* Updated Latvian translationRūdolfs Mazurs2012-09-241-205/+245
|
* Updated Bengali India TranslationRuna Bhattacharjee2012-09-241-577/+728
|
* [l10n] Updated Estonian translationMattias Põldaru2012-09-241-182/+99
|
* Finnish translation update by Jiri GrönroosTimo Jyrinki2012-09-241-321/+425
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-09-231-236/+275
|
* [l10n] Added Catalan translationGil Forcada2012-09-231-260/+301
|
* pam: update exherbo configurationMarc-Antoine Perennou2012-09-223-32/+22
| | | | | | This is a backport from exherbo changes by Saleem Abdulrasool <compnerd@compnerd.org> Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
* update Simplified Chinese (zh_CN) translationYunQiang Su2012-09-231-35/+30
|
* Updated Bulgarian translationAlexander Shopov2012-09-221-174/+189
|
* Updated Telugu TranslationsKrishnababu Krothapalli2012-09-211-186/+251
|
* Updated kn translationShankar Prasad2012-09-211-233/+296
|
* Updated kn translationShankar Prasad2012-09-211-698/+752
|
* hindi updated file by Chandan KumarRajesh Ranjan2012-09-201-38/+94
|
* updated Tamil translationDr.T.Vasudevan2012-09-191-61/+67
|
* configure: bump to 3.5.92.13.5.92.1Ray Strode2012-09-181-1/+1
|
* NEWS: update for releaseRay Strode2012-09-181-0/+6
|
* GdmSession: remove session from the hash table before emitting signalsGiovanni Campagna2012-09-181-4/+4
| | | | | | | | | GdmSession::session-died and GdmSession::session-exited cause the simple slave to stop, closing thus also the session, which would then walk all conversations and free them. But the conversation is already freed at the end of the worker-exited / worker-died handlers. https://bugzilla.gnome.org/show_bug.cgi?id=684326
* Clear out session_conversation when the worker exitsGiovanni Campagna2012-09-181-0/+2
| | | | | | | | The conversation is freed at the end of that callback, so the pointer would be dangling. Among other things, this fixes a duplicate wtmp record, as session dispose would find that logout was already recorded. https://bugzilla.gnome.org/show_bug.cgi?id=684326
* GdmSession: check conversation before accessing itGiovanni Campagna2012-09-181-12/+20
| | | | | | | | Due to the way methods are handled by GDBus, it's possible we get a method invocation after the worker has already exited and the conversation freed. https://bugzilla.gnome.org/show_bug.cgi?id=684326
* configure: bump to 3.5.923.5.92Ray Strode2012-09-181-1/+1
|
* NEWS: update for releaseRay Strode2012-09-181-0/+13
|
* Updated Malayalam fileAni Peter2012-09-191-250/+263
|
* slave: fix double freeRay Strode2012-09-181-3/+0
| | | | | | | | We were a little to excited about memory clean up in x11_session_is_on_seat This commit fixes that and the subsequent crashes.
* server: clean up error handlingRay Strode2012-09-181-5/+8
| | | | | Don't bother creating a child watch if we're about to fail anyway. Don't exit from gdm-server.c, we do clean up from gdm-simple-slave.c
* hindi updateRajesh Ranjan2012-09-181-606/+651
|
* Remove 'ID' line in .gitignore to allow normal id.po commitAndika Triwidada2012-09-181-1/+0
| | | | Closes #684081
* Fix autologin in ostreeGiovanni Campagna2012-09-171-1/+1
| | | | | | | gdm-autologin must reference common-account, not common-auth, otherwise no module is loaded and the account phase fails. https://bugzilla.gnome.org/show_bug.cgi?id=684057
* Updated Hungarian translationGabor Kelemen2012-09-171-280/+55
|
* worker: Copy environment from login session to reauth sessionsRay Strode2012-09-177-24/+113
| | | | | | | | | | | | | Reauthentication sessions depend on having the same environment as the session they were initiated from. This is important to make sure login prompts are in the right language, to make sure the kerberos credentials cache is looked up, and for various other reasons. This commit copies the environment from the login session to any new reauthentication sessions that get started after login. https://bugzilla.gnome.org/show_bug.cgi?id=684241
* worker: correct debug messagesRay Strode2012-09-171-2/+2
| | | | | | | | | The conversation-started message said "stopped" and the conversation-stopped message said "started" This commit flips 'em. https://bugzilla.gnome.org/show_bug.cgi?id=684241
* Updated Brazilian Portuguese translation, reviewed by Enrico Nicoletto ↵Rafael Ferreira2012-09-171-183/+235
| | | | <liverig@gmail.com>.
* Updated Spanish translationDaniel Mustieles2012-09-171-99/+48
|
* fedora: allow root loginsRay Strode2012-09-164-4/+0
| | | | | | | It's an issue that comes up over and over again. Give in to the peer pressure and allow root login by default. We warn in gnome-session now anyway.
* Updated Danish translationKenneth Nielsen2012-09-161-246/+293
|
* Update French translationAlexandre Franke2012-09-151-564/+615
|
* daemon: Create home directory for greeter userColin Walters2012-09-151-0/+4
| | | | | | | | | | | For OSTree, I'm trying to move components to a model where they automatically create whatever directories/files are needed in /var. This helps with upgrade/downgrade scenarios. In GDM's case, this is pretty easy to do because we start with full root privileges. https://bugzilla.gnome.org/show_bug.cgi?id=630485
* daemon: Major cleanup of greeter environment setupColin Walters2012-09-151-172/+134
| | | | | | | | | | | | | | | | | First, we can't call a lot of this stuff inside a GSpawnChildSetupFunc; for example, g_warning() can try to lock a mutex; if another thread happened to be holding that mutex from before we forked, we'd deadlock. Thus, it needed to be extracted. Second, just drop the group-name property; nothing was using it, and it complicated the code. Third, the error handling was totally inconsistent and ugly; sometimes we would g_warning, other times we'd re-throw to the caller, other times we'd do both. Clean this up by consistently propagating errors up until the first public API that doesn't take a GError. https://bugzilla.gnome.org/show_bug.cgi?id=630485
* Updated Indonesian translation of GDM ManualAndika Triwidada2012-09-151-973/+2756
|
* Updated Korean translationChangwoo Ryu2012-09-151-513/+211
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-09-152-44/+64
|
* update Simplified Chinese (zh_CN) translationCheng Lu2012-09-151-229/+283
|
* daemon: export a Version on the busGiovanni Campagna2012-09-143-0/+5
| | | | | | | This will allow clients such as gnome-shell to do runtime detection of gdm and fallback gracefully if not available. https://bugzilla.gnome.org/show_bug.cgi?id=683790
* Fix instance and class structure of GdmManagerGiovanni Campagna2012-09-141-2/+2
| | | | | GdmManager is a GdmDBusManagerSkeleton, so it must include that at the beginning of the instance and class structures.
* Updated gujarati fileSweta Kothari2012-09-141-82/+90
|