summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Fixed proper g_object referencing and unreferencing in seat_set_externally_ac...Jesús González2014-09-201-1/+5
| * | | | | | | Merge from parent branch up to revision 2065Jesús González2014-09-2056-189/+202
| |\ \ \ \ \ \ \
| * | | | | | | | Fixes a bug that prevents session locking if the session was unlocked after ...Jesús González2014-09-197-48/+198
* | | | | | | | | Fix memory leakJesús González2015-02-121-0/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Detect when logind changes the active session and log it (will be connected i...Jesús González2014-12-121-6/+20
* | | | | | | | Rename variable login_session to login1_session_id to be less ambiguousJesús González2014-12-121-4/+4
* | | | | | | | Detect active session changes from logind (currently not connected to anything)Jesús González2014-12-122-0/+18
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Don't attempt generate D-Bus seat/session removal signals on shutdown.Robert Ancell2014-12-081-13/+31
| |_|_|_|/ / |/| | | | |
* | | | | | Revert removal of ConsoleKit support.Robert Ancell2014-11-147-10/+379
* | | | | | Merge with trunkRobert Ancell2014-11-136-16/+34
|\ \ \ \ \ \
| * | | | | | Close session pipe when child process exits - this was leaking file descripto...Robert Ancell2014-11-131-0/+2
| * | | | | | Use 127.0.0.1 instead of localhostRobert Ancell2014-11-121-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Refactor DesktopNames support to be less confusingRobert Ancell2014-10-203-19/+27
| * | | | | session-config: fix DesktopNamesAlberts Muktupāvels2014-10-171-1/+8
| | |_|_|/ | |/| | |
| * | | | Disable automatic setting "allow-user-switching=false" for non-seat0 seats wh...Laércio de Sousa2014-10-021-1/+2
| | |_|/ | |/| |
* | | | Merge with trunkRobert Ancell2014-10-0225-142/+190
|\ \ \ \ | |/ / /
| * | | Refactored code to replace hardcoded signal identification strings by constantsRobert Ancell2014-10-0225-67/+104
| |\ \ \
| | * | | Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-3025-67/+104
| * | | | Match seat configuration using globbingRobert Ancell2014-10-022-41/+46
| |\ \ \ \
| | * \ \ \ Merge with trunkLaércio de Sousa2014-09-107-145/+150
| | |\ \ \ \
| | * | | | | Move debug message from add_login1_seat() to set_seat_properties() body.Laércio de Sousa2014-09-031-1/+1
| | * | | | | Fix iteration pointer when iterating backwards on GList objectLaércio de Sousa2014-09-031-1/+1
| | * | | | | Merge with trunkRobert Ancell2014-09-034-80/+44
| | |\ \ \ \ \
| | * | | | | | Fix duplicate key loading and simplify how config sections are loadedRobert Ancell2014-09-032-31/+23
| * | | | | | | Support login1 properties changing where the value is provided in the Propert...Robert Ancell2014-10-021-34/+40
| | |_|_|/ / / | |/| | | | |
* | | | | | | Remove ConsoleKit support since upstream is long dead. Please migrate to logi...Robert Ancell2014-10-017-379/+10
|/ / / / / /
* | | | | | Rename login1_session variable to login1_session_id to be clearerRobert Ancell2014-09-231-10/+10
| |_|_|_|/ |/| | | |
* | | | | Remove trailing whitespaceRobert Ancell2014-09-1963-199/+199
* | | | | Merge with trunkRobert Ancell2014-09-153-4/+11
|\ \ \ \ \
| * | | | | Print error messages if fail to set channel encodingsRobert Ancell2014-09-151-2/+9
| | |_|_|/ | |/| | |
| * | | | Remove unnecessary branchRobert Ancell2014-09-121-2/+1
| * | | | Fix whitespaceRobert Ancell2014-09-121-0/+1
| | |_|/ | |/| |
* | | | Merge with trunkRobert Ancell2014-09-111-3/+6
|\ \ \ \ | |/ / /
| * | | Don't check the logind CanGraphical seat property unless login-check-graphica...Robert Ancell2014-09-101-3/+6
* | | | Fix variable scopeRobert Ancell2014-09-082-6/+6
* | | | Merge with trunkRobert Ancell2014-09-088-195/+161
|\ \ \ \ | |/ / /
| * | | Improve logind log messagesRobert Ancell2014-09-051-5/+9
| * | | Fix memory leaksRobert Ancell2014-09-052-2/+6
| * | | Make socket writing code used between greeter and daemon more robustRobert Ancell2014-09-041-3/+21
| * | | Convert remaining login1 functions into methods in Login1ServiceRobert Ancell2014-09-043-132/+108
| | |/ | |/|
| * | Revert globbing changes - there are problems with itRobert Ancell2014-09-031-35/+22
| * | Don't try and guess if the session ID is from logind or ConsoleKit - be explicitRobert Ancell2014-09-032-5/+9
| * | Don't use org.freedesktop.login1.Manager.GetSessionByPID to get the logind se...Robert Ancell2014-09-033-75/+35
| * | Don't try and read both a login1 session id and ConsoleKit id from the sessio...Robert Ancell2014-09-031-1/+1
| |/
| * Make sure we won't try to call free functions on null pointers.Laércio de Sousa2014-08-281-3/+6
| * Merge with trunkLaércio de Sousa2014-08-281-32/+20
| |\
| | * Collects all globbing config sections that match a given seat name, not only ...Laércio de Sousa2014-08-281-19/+18
| | * Use g_pattern_match_simple() to match config section globbing against seat name.Laércio de Sousa2014-08-281-13/+2
| * | Merge with trunkLaércio de Sousa2014-08-283-14/+153
| |\ \ | | |/ | |/|
| * | Move get_config_section() definition code before display_manager_seat_removed...Laércio de Sousa2014-08-271-34/+34