summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't write :0 into tty line in utmp/btmp. Based on a patch by Harald JudtRobert Ancell2016-03-151-12/+3
* Fix compile warningRobert Ancell2016-01-261-1/+2
* Add XDG_RUNTIME_DIR from ConsoleKit2Eric Koegel2016-01-253-0/+63
* Fix dm-tool add-local-seat not working because LightDM is trying to connect w...Robert Ancell2016-01-251-3/+1
* Don't enable the hardware cursor in Unity System Compositor anymore. Unity 8 ...Robert Ancell2015-11-263-16/+0
* Add IP addresses to XDMCP log messagesRobert Ancell2015-11-201-3/+20
* Refactor XDMCP error handling and add many more XDMCP testsRobert Ancell2015-11-191-69/+66
* Don't start LightDM if the XDMCP server is configured with a key that doesn't...Robert Ancell2015-11-191-5/+14
* Handle XDMCP Request packet with no addressesRobert Ancell2015-11-171-1/+4
* Fix copy-pasted method nameRobert Ancell2015-11-081-2/+2
* Change log backup to enabled by default - this is probably more useful. We ex...Robert Ancell2015-11-031-0/+2
* Implement XDMCP ForwardQueryRobert Ancell2015-11-023-16/+66
|\
| * Add missing break statement - caught in review by Martin VogtRobert Ancell2015-11-021-0/+1
| * Implement XDMCP ForwardQueryRobert Ancell2015-10-303-16/+65
* | Add LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT and LC_IDENTI...Piotr Jurkiewicz2015-11-021-0/+6
|/
* Fix memory leak in XDMCP logging codeRobert Ancell2015-10-301-1/+5
* Apply backup-logs option to the main logRobert Ancell2015-10-281-1/+3
* Merge log-mode.h into log-file.hRobert Ancell2015-10-286-27/+8
* Add a backup-logs option to re-enable the old log backup modeRobert Ancell2015-10-284-7/+12
* 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
| |/ / / / / / |/| | | | | |