summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Make sure that gid/egid are set to 0 when running the Init, PostLogin,Brian Cameron2009-03-191-2/+19
* Do not print NULL strings when calling gdm_child_exit.Brian Cameron2009-03-141-12/+28
* Ensure that the DISPLAY environment variable is never cleared on changingBrian Cameron2009-02-272-1/+10
* Provide better error reporting when GDM is unable to parse the command.Brian Cameron2009-02-262-13/+30
* Remove double free and improve error handling, patch by Chris WilsonBrian Cameron2009-02-052-6/+12
* Set default PRIO values appropriately.Brian Cameron2009-01-062-14/+20
* Set PRIO_MIN and PRIO_MAX to the correct values on Solaris.Brian Cameron2009-01-061-2/+2
* Use g_remove instead of g_unlink when removing directories, it is safer.Brian Cameron2009-01-063-42/+5
* Update SDTLOGIN logic so that the "/var/dt" directory gets created if itBrian Cameron2009-01-065-10/+21
* Make sure that pwent gets set before calling audit_fail_login, otherwiseBrian Cameron2009-01-061-5/+21
* Conditionally show multilabel session entires when using Trusted Solaris.Brian Cameron2008-12-101-0/+9
* Use full path to chmod when setting ACL's with ZFS filesystems.Brian Cameron2008-12-101-2/+2
* Correct processing of CONSOLE and PASSREQ /etc/default/login parameters soBrian Cameron2008-12-101-14/+13
* Correct setting of VTE_CJK_WIDTH when on Solaris. Updated patch from TakaoBrian Cameron2008-12-081-2/+13
* Modify the gdm_ensure_sanity function so that it does nothing on Solaris.Brian Cameron2008-11-151-1/+9
* Move call to gdm_final_cleanup after accessing configuration options sinceBrian Cameron2008-10-241-1/+2
* Fix fbconsole launching code so that if it fails to run, the forked childBrian Cameron2008-10-231-0/+4
* Update the code which launches fbconsole so that fbconsole is killed afterBrian Cameron2008-09-293-99/+15
* Improve gdm_final_cleanup so that the slave daemon exits after receiving aBrian Cameron2008-09-031-0/+18
* Rip out ctrun integration and instead manage SMF so that when the slaveBrian Cameron2008-09-032-18/+156
* Add -n argument to call to fbconsole so it doesn't open a connection toBrian Cameron2008-08-251-3/+4
* Fix broken check for TCP Wrappers. Fixes bug #548676. Patch by StanislavBrian Cameron2008-08-211-0/+1
* Fix memory leak in the SELinux code. Fixes bug #548670. Patch by JosselinBrian Cameron2008-08-211-1/+4
* When processing BaseXsession, only accept the first word. Since the slaveBrian Cameron2008-06-161-2/+4
* Remove gdm_verify_check prototype since this function does not existBrian Cameron2008-06-101-1/+0
* Clean up the libaudit calls so that we just log the failed login attemptBrian Cameron2008-06-101-16/+24
* Free the pointer array via g_free instead of g_ptr_array_free. Fixes anBrian Cameron2008-06-031-1/+1
* Change 3rd argument of XInternAtom to True, so that the XFree86_VT Atom isBrian Cameron2008-05-221-1/+1
* Fix crash on logout caused by trying to read configuration values in theBrian Cameron2008-05-091-62/+88
* Move reading of configuration from gdm_xdmcp_manager_init toBrian Cameron2008-05-031-12/+16
* A better fix for the problem. While investigating the crashing problem onBrian Cameron2008-05-021-119/+139
* Reverse last change. It seemed to work when I first tested it, but I mustBrian Cameron2008-05-021-0/+3
* Remove call to gdm_config_load from gdm_daemon_config_update_key. ThisBrian Cameron2008-05-021-3/+0
* Fix reading of user's .dmrc file so that if it does not exist, we avoidBrian Cameron2008-04-281-30/+40
* Sync to catch any XIO errors after session exits (fixes bug 419301)Ray Strode2008-04-111-0/+4
* Correct copyright information for Sun contributions to the code.Brian Cameron2008-03-283-3/+3
* Move the default Welcome/RemoteWelcome strings from gdm.h toBrian Cameron2008-03-112-19/+17
* Mark the default local and remote welcome message for translation moreBrian Cameron2008-03-101-0/+2
* Get default locale from LC_MESSAGES rather than from g_get_language_names.Brian Cameron2008-03-071-1/+1
* Get the environment value for XDG_DATA_DIRS before calling ve_clearenv.Brian Cameron2008-02-191-5/+5
* Fix the setting of the custom command NOTIFY key to avoid crashing problemBrian Cameron2008-01-101-3/+2
* Add include of gdm-log.h to fix compile issues. Fixes bug #508275. ThanksBrian Cameron2008-01-092-0/+2
* Fix memory management for code change I made on 2008-01-02. Thanks toBrian Cameron2008-01-041-8/+5
* I think I finally got the casting cleaned up so it should compile on LinuxBrian Cameron2008-01-041-9/+7
* Fix some more casting issues pointed out by Larry DoolittleBrian Cameron2008-01-041-8/+21
* Remove unnecessary casting pointed out by Larry DoolittleBrian Cameron2008-01-031-1/+1
* Add function for getting a list of server-foo sections from theBrian Cameron2008-01-032-81/+84
* Fix some casting issues pointed out by Larry DoolittleBrian Cameron2007-12-212-6/+6
* Brian Cameron <brian.cameron@sun.com>Brian Cameron2007-11-3013-223/+223
* Fix Suspend configuration option so it works. Fixes bug #500362. Patch byBrian Cameron2007-11-302-2/+2