summaryrefslogtreecommitdiffstats
path: root/tdekbdledsync
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak after processing udevSlávek Banko2017-03-251-2/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0a8417d4143eb680da726d3cb4384ad7ca898a15)
* Fix memory leak after use XGetAtomNameSlávek Banko2017-03-251-1/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ba2fe631679775cc5e25fe0e7b9769e7bc0e0f68)
* Remove unnecessary call to XkbGetIndicatorStateTimothy Pearson2015-09-201-3/+1
| | | | | This relates to Bug 2445 (cherry picked from commit a486f914fca3650fb67948633948310571ab6c85)
* Terminate keyboard LED sync daemon when Xorg server goes downTimothy Pearson2015-09-201-0/+5
| | | | | This resolves a bug where the number of running daemons would increase on every new X reservation, eventually consuming all available VTs (cherry picked from commit 5351547aede0aef696099c10305c20d6b5d09ac0)
* Use standard cmake way to install setuid binariesSlávek Banko2013-08-171-2/+1
|
* Prevent more than one instance of tdekbdledsync from starting on a given X11 ↵Timothy Pearson2013-07-311-5/+64
| | | | | | display This resolves Bug 1601
* Install tdekbdledsync SUID rootTimothy Pearson2013-07-281-0/+3
|
* Add build conditional for tdekbdledsyncTimothy Pearson2013-07-251-2/+2
|
* Fix spontaneous tdekbdledsync abort on keyboard removalTimothy Pearson2013-07-251-1/+3
|
* Add lightweight daemon to synchronize keyboard indicators to current xkb stateTimothy Pearson2013-07-254-51/+396
| | | | | Start keyboard indicator sync daemon on tdm load This resolves Bug 427
* Add highly experimental tdekbdledsync applicationTimothy Pearson2013-07-242-0/+210