summaryrefslogtreecommitdiff
path: root/daemon/gdm-display-access-file.c
Commit message (Expand)AuthorAgeFilesLines
* gdm-display-access-file: Use g_auto*Alessandro Bono2023-04-281-42/+20
* gdm-display-access-file: Add missing guards in public functionsAlessandro Bono2022-10-291-6/+10
* gdm-display-access-file: Check _get_uid_and_gid_for_user() return valueAlessandro Bono2022-10-271-1/+9
* gdm-display-access-file: Fix capitalizationAlessandro Bono2022-10-271-1/+1
* cleanup: Use more literal errorsMarco Trevisan (Treviño)2021-02-221-10/+10
* display-access-file: use G_DECLARE_FINAL_TYPENiels De Graef2018-12-251-36/+34
* Remove mkdtemp() and its wrappers.Niels De Graef2018-06-241-1/+1
* display-access-file: drop unused functionRay Strode2018-05-161-79/+0
* display-access-file: fix early freeRay Strode2018-05-161-3/+3
* Use Unicode in translatable stringsPiotr Drąg2017-06-221-1/+1
* display-access-file: maintain FamilyLocal entry for backward compatibilityRay Strode2012-12-201-11/+53
* access-file: don't use FamilyLocal for auth cookieRay Strode2012-11-301-7/+2
* Trivial: Update FSF Address.Dominique Leuenberger2012-09-061-2/+2
* Wrap getpw* calls to retry in EINTRWilliam Jon McCann2010-08-171-1/+1
* Use g_remove to remove the XAUTH_DIR instead of g_unlink, which is safer.Brian Cameron2010-05-191-1/+1
* Lock down /var/run/gdmRay Strode2009-11-051-7/+7
* Fix assorted compiler warnings.Ray Strode2009-03-271-1/+1
* Use gethostname() instead of g_get_host_name(), in xauth database sinceRay Strode2009-03-201-1/+6
* Remove empty auth subdirs which can creep in from system crashes.Ray Strode2009-03-191-0/+29
* A few more fixes to allow the gdm greeter username to be configured atWilliam Jon McCann2008-08-211-1/+1
* Wow, that was really broken. Use mkdtemp when available to create aWilliam Jon McCann2008-07-311-100/+48
* Remove the X authorizations directory when we're done with it.William Jon McCann2008-07-301-5/+25
* Use per session directories in /var/run/gdm to hold user's X11William Jon McCann2008-07-281-25/+146
* Fix xauth dir permissions if it exists.William Jon McCann2008-07-211-2/+5
* Fix some build warnings GCC 4.3.0 Patch from Cosimo CecchiWilliam Jon McCann2008-07-121-1/+1
* Update patch so it contains some improvements by Simon Zheng. Fixes bugBrian Cameron2008-05-271-3/+3
* Create and set permissions to 1777 and owner root:gdm on /var/run/gdm ifBrian Cameron2008-05-241-0/+17
* configure.acRay Strode2008-04-081-6/+10
* Fix a few more mem and fd leaks.William Jon McCann2008-03-181-1/+1
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-1/+1
* Ensure second and subsequent auth cookies are random. Spotted by GeorgeRay Strode2007-11-301-21/+10
* Add emacs mode lines, split lines.William Jon McCann2007-11-091-12/+20
* With this patch we now invoke the X server with the -auth argument andWilliam Jon McCann2007-11-091-0/+506