summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use logrotate to handle files in the default log directory.Robert Ancell2015-10-2214-37/+133
|\
| * Use logrotate to handle files in the default log directoryAlexandros Frantzis2015-10-2014-37/+133
* | Handle trailing whitespace on boolean valuesRobert Ancell2015-10-211-1/+13
|/
* Use g_object_clear where we can for readibilityRobert Ancell2015-10-168-75/+29
* Replace unnecessary dispose method with finalizeRobert Ancell2015-10-162-20/+7
* Tidy up finalize methodsRobert Ancell2015-10-1620-95/+42
* When locking a session, if an existing greeter can't be reused, then it's sto...Robert Ancell2015-10-161-8/+57
|\
| * Merged parent branchJesús González2015-06-012-9/+10
| |\
| * \ Merged changes from parent branch.Jesús González2015-04-286-50/+68
| |\ \
| * \ \ Merged changes from parent branch.Jesús González2015-02-136-0/+89
| |\ \ \
| * \ \ \ Merged changes from parent branchJesús González2015-01-054-10/+42
| |\ \ \ \
| * | | | | Store in the seat the replacement greeter that shall be started when the repl...Jesús González2015-01-051-2/+29
| * | | | | When locking a session, if an existing greeter can't be reused, then it's sto...Jesús González2014-12-251-6/+24
| * | | | | Add a test showing double locking a seat casues a second display server to startRobert Ancell2014-12-091-0/+2
* | | | | | Check the version of the X server we are running so we correctly pass -listen...Robert Ancell2015-10-142-1/+67
* | | | | | Fix compilation without libaudit installedRobert Ancell2015-09-301-2/+8
* | | | | | Only include libaudit header if using itRobert Ancell2015-09-161-0/+3
* | | | | | * Generate login and logout events that can be used by the Linux Audit toolsTyler Hicks2015-09-011-0/+33
* | | | | | 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