summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more comments about last change.Brian Cameron2006-04-071-1/+2
* Now logic unlinks .ICEauthority file if it looks fishy rather than tryingBrian Cameron2006-04-071-13/+8
* Add new GdmXserverTimeout configuration variable so the length of timeBrian Cameron2006-04-073-7/+11
* Removed a C99 local variable definition that breaks the build with gccJulio M. Merino Vidal2006-03-289-38/+58
* Now support --with-sysconfsubdir so that GDM can be configured to have theBrian Cameron2006-03-284-13/+21
* One-line fix to Solaris auditing logic to correct a problem that causesBrian Cameron2006-03-141-1/+1
* Add new GET_CUSTOM_CONFIG_FILE gdmflexiserver command so gdmsetup can editBrian Cameron2006-03-134-2/+33
* Fix sound-on-login-success and failure to only play if they are turned on.Brian Cameron2006-03-061-4/+4
* Updated. Update to 2.13.0.9. Added code to support the change inGDM2_2_13_0_10Brian Cameron2006-03-021-0/+20
* Fix error message that is printed when ServAuthDir isn't owned by root:gidBrian Cameron2006-02-251-69/+93
* Fix some GCC C-99 compile issues. Fixes bug #331450. Patch provided byBrian Cameron2006-02-162-8/+8
* Remove some cruft accidently added.Brian Cameron2006-02-151-5/+0
* Reorganize libraries so that it is easier to build GDM against a testBrian Cameron2006-02-151-7/+7
* Now start dbus-launch in GDM's Xsession script if dbus-launch is availableBrian Cameron2006-02-151-0/+5
* Updated. Update to 2.13.0.8 and use EXPANDED_DATADIR instead of %{datadir}Brian Cameron2006-02-132-3/+4