summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Load listen-address from configurationRobert Ancell2014-11-101-1/+9
* Add an option for XDMCP and VNC servers to only listen on one addressRobert Ancell2014-11-104-8/+84
* 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
* 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
| |_|_|/ |/| | |
* | | | 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
| * | Fix coding styleLaércio de Sousa2014-08-271-1/+1
| * | Add support for simple globbing in seat config sections.Laércio de Sousa2014-08-271-14/+36
* | | Don't assume display server is an X server when running scripts - fixes crash...Robert Ancell2014-09-012-8/+14
| |/ |/|
* | Handle CanGraphical property changing on logind seatsRobert Ancell2014-08-283-18/+153
* | Don't start non-graphical seatsRobert Ancell2014-08-281-0/+4
|/
* Set -sharevts for X servers not on seat0Robert Ancell2014-08-273-0/+17
* Use logind to provide the list of seats to use.Robert Ancell2014-08-276-132/+160
|\
| * Remove old manual way of creating seats. The xdg-seat option and the AddSeat(...Robert Ancell2014-08-273-116/+18
| * Don't assume that a config section exists when copying from itRobert Ancell2014-08-271-3/+3
| * Don't start any login1 seats if start-default-seat=false to match existing us...Robert Ancell2014-08-271-6/+10
| * Stop lightdm if can't add login1 seats to match existing behaviourRobert Ancell2014-08-271-13/+31
| * Stop lightdm if logind created seat0 fails to start to match existing behaviourRobert Ancell2014-08-271-0/+3