summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from MakefilesRobert Ancell2015-08-211-1/+1
* Drop Xorg option -sharevts. It's no longer required for non-seat0 X servers s...Laércio de Sousa2015-08-133-17/+0
* Merge with trunkRobert Ancell2015-08-102-3/+8
|\
| * Implement autologin-session option (finally). This allows you to set the user...Robert Ancell2015-08-101-0/+8
| * Don't remove autotools generated files in distclean. That was kind of naughty...Robert Ancell2015-08-101-3/+0
* | Merge with trunkRobert Ancell2015-08-106-66/+203
|\ \ | |/
| * Merge with trunkRobert Ancell2015-08-0514-136/+348
| |\
| | * If an XDMCP client provides more than one address to connect back with prefer...Robert Ancell2015-08-051-43/+76
| | * Fix indentationRobert Ancell2015-08-051-12/+12
| | * Log IPv4 and IPv6 addresses in XDMCP Request packets in a more readable formRobert Ancell2015-08-051-4/+24
| * | 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
* | | Support Wayland sessions / greetersRobert Ancell2015-07-287-5/+181
| |/ |/|
* | Internally merge the [SeatDefaults] and [Seat:*] sections together. The previ...Robert Ancell2015-07-281-2/+1
* | Fix default X server commandRobert Ancell2015-05-261-1/+1
* | Fix configuration loading with new [Seat:*] sectionRobert Ancell2015-05-181-6/+3
* | Use new Xmir binary when running X under Unity System CompositorRobert Ancell2015-05-143-4/+8
* | Restore support for [SeatDefaults] so it won't break exiting config files.Laércio de Sousa2015-04-151-1/+9
* | Deprecate [SeatDefaults] in favour of new globbing support for seat config se...Laércio de Sousa2015-04-141-37/+32
* | Quiesce initctl errors when not running under upstartMartin Pitt2015-04-081-3/+5
* | Fix small errors detected by scan-build (clang)Robert Ancell2015-03-193-3/+3
* | Initialize file descriptor handles so we don't attempt to close stdin by acci...Robert Ancell2015-03-162-0/+4
* | Close greeter pipe when greeter exits - this was leaking file descriptors for...Robert Ancell2015-03-091-8/+17
* | Fixes a bug that prevents session locking if the session was unlocked after c...Jesús González2015-02-125-0/+88
|\ \
| * | Fixed improper merging of parent revision 2102Jesús González2014-12-171-13/+31
| * | Merged changes from parent branchJesús González2014-12-162-69/+31
| |\ \
| * | | Fixed active session property type checkingJesús González2014-11-241-2/+2
| * | | Merged changes from parent branchJesús González2014-11-215-15/+32
| |\ \ \
| * \ \ \ Merged changes from parent branchJesús González2014-10-141-1/+2
| |\ \ \ \
| * \ \ \ \ Merged changes from parent branchJesús González2014-10-1425-155/+196
| |\ \ \ \ \
| * | | | | | Reverted "can-graphical-changed" signal constants to prepare for parent branc...Jesús González2014-10-023-6/+6
| * | | | | | Refactored code to add seat_find_session_by_login1_id() for better SOLID prac...Jesús González2014-09-208-34/+49
| * | | | | | 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