summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Remove bad tag.GDM2_2_19_2_svn4961Brian Cameron2007-06-0445-30691/+0
* Changed the way CustomCommandX are handled. Fixes bug #442355 Code cleanupLukasz Zalewski2007-06-041-3/+3
* Add Linux auditing support. Patch by Ray Strode <rstrode@redhat.com>.Brian Cameron2007-06-044-64/+70
* Rework system locale setting so it is done in the main daemon rather thanBrian Cameron2007-06-043-9/+10
* Change location of .gdm_socket file from /tmp to /var/run. Fixes bugBrian Cameron2007-05-141-1/+1
* Now install GDM desktop files to /usr/share/gdm/applications and appendBrian Cameron2007-05-141-0/+23
* Add ctrun support which can be enabled via --with-ctrun. This is a SolarisBrian Cameron2007-05-111-216/+135
* Fix gdm_daemon_check_permissions so it updates the permissions for theBrian Cameron2007-05-111-1/+1
* Fix handling of AlwaysLoginCurrentSession and DoubleLoginWarning so itBrian Cameron2007-05-101-11/+24
* In debug message handle when display is NULL to avoid core dump onBrian Cameron2007-05-101-1/+3
* In gdm_fdgetc must used an unsigned char buffer here because the GUI sendsBrian Cameron2007-05-091-1/+7
* No longer unset MAIL when starting a user session. Now set PWD beforeBrian Cameron2007-05-091-7/+1
* When we receive PAM_AUTHINFO_UNAVAIL just display the defaultBrian Cameron2007-05-081-2/+8
* Avoid starting timed login if a username is already entered. Fixes bugBrian Cameron2007-05-081-8/+9
* Fix problem causing SET_LOGOUT_ACTION and SET_SAFE_LOGOUT_ACTION to notBrian Cameron2007-05-021-13/+13
* Fix return of gdm_daemon_config_update_key so that it returns TRUE whenBrian Cameron2007-05-011-10/+16
* Rename gdm_server_alloc to gdm_display_alloc since this function reallyBrian Cameron2007-05-016-85/+84
* Add optional X-Gdm-XserverArgs key to the GDM desktop files. If this isBrian Cameron2007-05-017-81/+208
* Add include of sys/ioctl.h to fix building problem on Gentoo. Fixes bugBrian Cameron2007-04-301-0/+1
* Be more clever about setting umask. Now gdm_safe_fopen_w andBrian Cameron2007-04-244-30/+16
* Fix include order to correct compile issues on some platforms where uid_tBrian Cameron2007-04-241-2/+2
* Add daemon/socket-protocol.h to gdm_binary_SOURCES.Brian Cameron2007-04-231-0/+1
* Add daemon/gdm-daemon-config-keys.h to gdm_binary_SOURCES.Brian Cameron2007-04-231-0/+1
* Fix detection of user specified in flexi command.William Jon McCann2007-04-201-38/+62
* Clean up two unused variables.Brian Cameron2007-04-191-2/+0
* Add RBAC support and allow more configuration on how the System CommandsBrian Cameron2007-04-194-102/+163
* Fix some includes issues from bug #376010.William Jon McCann2007-04-172-1/+4
* Fix verify backends for VE patch from bug #355425.William Jon McCann2007-04-173-1381/+1379
* Return FALSE if no default is given in the key and key doesn't exist inWilliam Jon McCann2007-04-166-775/+1060
* Turn XDMCP handling into an object. From bug #376010.William Jon McCann2007-04-1615-2623/+3188
* Fix for bug #428630. This was introduced by Ludwig Nussel when he rewroteBrian Cameron2007-04-126-10/+33
* Fix reboot and halt command handling. Add ability to get string arrayWilliam Jon McCann2007-04-103-1103/+1158
* Handle locale strings a bit better.William Jon McCann2007-04-102-21/+48
* Changes to some strings related to custom commands stuff such that theyLukasz Zalewski2007-04-102-14/+14
* Remove duplicate code from bad svn merge. From #427022William Jon McCann2007-04-061-7/+0
* Fix script so it works with Solaris /bin/sh.Brian Cameron2007-04-061-6/+13
* Return correct value when GET_CONFIG_FILE is asked for. Previously theBrian Cameron2007-04-051-2/+11
* Fix compile for Solaris.Brian Cameron2007-04-051-0/+11
* Fix building on Solaris.William Jon McCann2007-04-041-2/+2
* Oops add file missing from last commit.William Jon McCann2007-04-041-0/+247
* Use fewer global variables. Separate monolithic gdm.h into componentWilliam Jon McCann2007-04-0232-6969/+5268
* Now support the ability to change the language on the fly. EnhancementBrian Cameron2007-04-023-1/+89
* Fix some Solaris specific code to call the newBrian Cameron2007-03-271-2/+3
* Fix some messages. Partially fixes bug #423158.Brian Cameron2007-03-271-2/+2
* Remove the AlwaysRestartServer configuration option. Fixes part of #326771William Jon McCann2007-03-264-25/+15
* Remove the PidFile configuration option. Fixes #162849William Jon McCann2007-03-264-29/+14
* Update some docs. remove external dependencyWilliam Jon McCann2007-03-261-11/+9
* Redesign the internal configuration system. Fixes #355425William Jon McCann2007-03-2622-3700/+3840
* Update Accessibility and Solaris sections of the manual. The AccessibilityBrian Cameron2007-03-263-18/+18
* Add new XnestUnscaledFontPath key to docs. Fix Configuration section toBrian Cameron2007-03-235-25/+29