summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Add sockets command to start login procedure, to be used byBrian Cameron2007-02-095-15/+112
* Fixes by Ludwig Nussel <ludwig.nussel@suse.de>.Brian Cameron2007-02-061-53/+72
* Switch from using the dbus-glib bindings to the lower level API. It justWilliam Jon McCann2007-02-052-203/+406
* : Fix warnings and fix an assertion in gdm because it calledBrian Cameron2007-01-317-306/+520
* Fix some trivial spelling errors. Patch by ash@contact.bg. Fixes bugBrian Cameron2007-01-291-3/+3
* Avoid catching sigchld when trying to call XOpenDisplay. This corrects anBrian Cameron2007-01-231-0/+5
* Fix for bug #352263 Created more verbose warnings when defaults.conf orLukasz Zalewski2007-01-222-2/+21
* Now GDM will recognize when the system language has changed and when newBrian Cameron2006-12-295-0/+105
* No longer close descriptors when starting dialog boxes because this causesBrian Cameron2006-12-151-2/+0
* Fixes for compiling with gcc 2.95. Patch provided by Jens GranseuerBrian Cameron2006-12-142-7/+10
* Don't set XDG_SESSION_COOKIE if we don't have a cookie. Fixes #383866William Jon McCann2006-12-082-3/+9
* Patch that makes the GDM daemon (rather than the forked slave) cause allBrian Cameron2006-12-045-75/+445
* Update to make casting more clear. This fixes a problem noticed with theBrian Cameron2006-11-071-4/+4
* Fix make distcheck.William Jon McCann2006-11-011-3/+7
* Add ConsoleKit support. Fixes #365375.William Jon McCann2006-11-015-1/+405
* Add new QUERY_CUSTOM_CMD_LABELS and QUERY_CUSTOM_CMD_NO_RESTART_STATUSBrian Cameron2006-10-303-94/+220
* Fixes enhancement request #358114. Added variables & functions used toLukasz Zalewski2006-10-294-9/+292
* Clean up comments.Brian Cameron2006-10-163-4/+3
* Fix comment.Brian Cameron2006-10-081-1/+1
* Set authdir to NULL after freeing to avoid accessing an invalid pointer.Brian Cameron2006-10-061-0/+2
* Fix so that if timed login script returns an invalid user, timed login isBrian Cameron2006-09-264-3/+26
* Now gdm.conf has SupportAutomount option which, when turned on, changesBrian Cameron2006-09-223-1/+16
* Move call to get GDM_KEY_SYSTEM_MENU until after authentication check.Brian Cameron2006-09-111-2/+2
* Move call to get GDM_KEY_SYSTEM_MENU until after authentication check.Brian Cameron2006-09-111-1/+1
* Make the SDTLOGIN logic a bit smarter and use g_unlink() instead ofBrian Cameron2006-09-011-0/+38
* Corrections to comments.Brian Cameron2006-08-241-3/+2
* Remove calls to syslog/malloc that are called from inside signal handlers,Brian Cameron2006-08-071-8/+0
* Fix error message that gets printed when you try to run GDM as non-rootBrian Cameron2006-08-031-4/+9
* Fix for compiling with GCC 2.95.Brian Cameron2006-07-171-1/+2
* Fix decoding of suspend message in the daemon so the suspend commandBrian Cameron2006-06-261-2/+3
* Fix more warnings.Brian Cameron2006-06-091-1/+1
* Fix autologin Pam service name. Fixes bug #344191. Fix warnings.Brian Cameron2006-06-092-37/+36
* Remove some unused code. Fix so when you click on the include_all button,Brian Cameron2006-05-301-9/+0
* Put back support for -nodaemon argument, lost in the 5-12 patch byBrian Cameron2006-05-241-0/+10
* Fix per-display configuration so it also works for greeter/SystemMenu andBrian Cameron2006-05-195-42/+144
* stop using popt in favour of glib's GOption command line parsing.Christian Kirbach2006-05-121-34/+21
* Fix reference to SystemMenu key as a boolean, not a string. Fixes bugBrian Cameron2006-05-111-1/+1
* Fix reference to the security/AllowRemoteAutoLogin so it is accessed as aBrian Cameron2006-05-081-1/+1
* Fix syntax.Brian Cameron2006-05-041-1/+1
* Improvements to signal handling, fixing problem where GDM slave can hangBrian Cameron2006-05-043-7/+17
* Fixes to better support FreeBSD. Fixes bug #340668. Patch provided by JoeBrian Cameron2006-05-042-0/+2
* Remove gdm_config_init from header since it is a static function in the cBrian Cameron2006-05-031-1/+0
* Explicitly adjust the effective GID before running the child sessionJulio M. Merino Vidal2006-05-011-0/+1
* Didn't finish last commit.Brian Cameron2006-04-271-1/+1
* Fix pam stack so that for autologin the GDM PAM stack isBrian Cameron2006-04-271-2/+5
* Adding per-display configuration support to GDM. Now if user has a fileBrian Cameron2006-04-275-76/+226
* Fix for C89 compilers. Patch by Jens Granseuer <jensgr@gmx.net>.Brian Cameron2006-04-181-3/+1
* Further clean up access to ICEAuthority file. Fixes bug #338358. PatchBrian Cameron2006-04-141-10/+12
* Better fix for resolving CVE-2006-1057 provided by Hans Petter JanssonBrian Cameron2006-04-101-27/+49
* Add Trusted Solaris support to GDM. Patch provided by Niall PowerBrian Cameron2006-04-071-1/+207