summaryrefslogtreecommitdiff
path: root/src/xauthority.c
Commit message (Expand)AuthorAgeFilesLines
* Don't write X authority with g_file_set_contents - it can leave intermediate ...Robert Ancell2013-06-101-14/+25
* Cast to GByteArray to gchar * when passing to g_file_set_contentsIain Lane2013-04-181-1/+1
* Don't use GIO to access X authority files - it uses GVFS which is unnecessary...Robert Ancell2013-03-271-83/+60
* Use gsize for length field in xauthRobert Ancell2012-03-011-10/+14
* Make sure objects are cleaned up on exit, Fix minor memory leaksRobert Ancell2011-10-061-0/+4
* Add checks for args to xauth_writeRobert Ancell2011-09-211-0/+3
* Refactor privilege codeRobert Ancell2011-09-151-28/+4
* Do not write ~/.dmrc and ~/.Xauthority as root. [CVE-2011-3349]Martin Pitt2011-09-131-10/+22
* Get ultra paranoid in checking if error objects are set before printing them outRobert Ancell2011-09-071-3/+4
* Fix XMDCP authorizationRobert Ancell2011-09-061-14/+32
* treat zero-returns on stream writes as successMichael Terry2011-08-181-2/+2
* Fix error handling in Xauthority codeRobert Ancell2011-07-251-70/+69
* Rename XAuthorization to XAuthorityRobert Ancell2011-07-201-0/+374