summaryrefslogtreecommitdiffstats
path: root/sesman/xauth.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-1/+1
|
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* Fix typoBLINDAUER Emmanuel2016-12-171-1/+1
|
* - Removed tailing spaceBLINDAUER Emmanuel2016-12-161-2/+1
| | | | - Fixed the copyright and year
* - Update copyrightBLINDAUER Emmanuel2016-12-151-16/+8
| | | | | | | - remove test on filename for xauth as we know what we send - better names for variables in xauth - if xauth fails, exit sesman - g_bytes_to_hexstr returns a null-teminated string, don't set it twice.
* use correct includeBLINDAUER Emmanuel2016-12-151-3/+1
|
* - move function related to xauth in own fileBLINDAUER Emmanuel2016-12-151-0/+73
- use of g_bytes_to_hexstr() - correct typos and coding syntax - don't create auth file, xauth can do that if needed