summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Assign ids to signal handlers. Add functions to remove handlers. RestoreWilliam Jon McCann2007-10-191-3/+18
* Try to reduce the complexity of the utmp/wtmp recording code.William Jon McCann2007-10-193-194/+261
* Add file.William Jon McCann2007-10-181-0/+3
* Make username const. (gdm_session_record_write): not static.William Jon McCann2007-10-181-2/+2
* Make username const.William Jon McCann2007-10-181-5/+5
* Fix missed stuff.William Jon McCann2007-10-181-13/+17
* Separate session recording writing stuff.William Jon McCann2007-10-184-280/+374
* Add signal.h include.Brian Cameron2007-10-181-0/+1
* Make previous patch build on linux.William Jon McCann2007-10-181-9/+10
* Merge changes from 2.20 branch to fix utmp/wtmp handling. Patch from BrianWilliam Jon McCann2007-10-181-64/+202
* Fix a bunch of compiler warnings. Add Werror for now to warning flags.William Jon McCann2007-10-1611-133/+13
* Remove unused file.William Jon McCann2007-10-162-427/+0
* The function gdm_address_new_from_sockaddr_storage gets called in a fewPOST_SWITCH_TO_GOBJECT_BRANCHWilliam Jon McCann2007-10-151-3/+3
* Also pass x11-display when opening the session. Patch from Brian CameronWilliam Jon McCann2007-10-116-32/+90
* Add include.William Jon McCann2007-10-101-0/+1
* Some build fixes for Solaris. Patch from Brian CameronWilliam Jon McCann2007-10-092-0/+5
* Set euid to 0 before setting egid so it can succeed.William Jon McCann2007-10-051-3/+18
* reviewed by: <delete if not using a buddy>William Jon McCann2007-10-043-5/+1
* Remove some more obsolete stuff. Make distcheck happy.William Jon McCann2007-10-043-15/+69
* Remove some more obsolete code. Move common code with unknown copyrightWilliam Jon McCann2007-10-045-427/+23
* Remove lots of obsolete code. Organize the configure checks a bit.William Jon McCann2007-10-0410-360/+61
* Fix up the handling of dependencies. Make the daemon only depend on x11,William Jon McCann2007-10-046-369/+106
* Require the greeter to call BeginVerification. But only after the greeterWilliam Jon McCann2007-10-039-160/+428
* Also check for empty hostname strings. Don't print null strings - solarisWilliam Jon McCann2007-09-242-2/+2
* Manage the lifecycle of the D-Bus session since the X server doesn't exit.William Jon McCann2007-09-191-117/+353
* Remove old definesWilliam Jon McCann2007-09-191-29/+0
* Rename GdmGreeterProxy->GdmGreeterSessionWilliam Jon McCann2007-09-118-313/+305
* Don't print null strings - solaris crashes. Patch from Brian CameronWilliam Jon McCann2007-09-083-38/+50
* Add a greeter panel bar with an embedded notification area.William Jon McCann2007-09-051-1/+1
* Add SelectHostname, Disconnected, and GetDisplayId methods to the greeterWilliam Jon McCann2007-09-055-10/+80
* Add SelectHostname to greeter interface. For use with xdmcp host choosers.William Jon McCann2007-09-052-2/+48
* Don't print null strings - solaris crashes. Patch from Brian CameronWilliam Jon McCann2007-09-051-1/+5
* Make the chooser kinda work.William Jon McCann2007-09-041-1/+3
* A bit more stuff for the chooserWilliam Jon McCann2007-08-311-2/+2
* Add fixmesWilliam Jon McCann2007-08-313-0/+3
* Remove subdirectory in dbus socket tmpdir.William Jon McCann2007-08-313-3/+3
* Use X_SERVER define instead of hardcoding xorg.William Jon McCann2007-08-311-1/+1
* Initialize and free error in loop.William Jon McCann2007-08-292-0/+11
* Mass change tabs to spaces. Tabs suck.William Jon McCann2007-08-2857-13620/+13620
* Don't echo authentication responses.William Jon McCann2007-08-285-6/+4
* Add seat-id property.William Jon McCann2007-08-231-0/+30
* Add some basic descriptions of some internals.William Jon McCann2007-08-221-0/+115
* Remove getvt stuff. Add little hal test tool.William Jon McCann2007-08-223-351/+167
* Remove tsol_init stuff for nowWilliam Jon McCann2007-08-223-15/+0
* Add support for non POSIX getpwnam_rWilliam Jon McCann2007-08-222-11/+18
* Remove unused signals variable.William Jon McCann2007-08-214-25/+1
* Convert termio to termios stuff.William Jon McCann2007-08-211-13/+13
* Some Solaris build fixes. Patch from Brian Cameron <brian.cameron@sun.com>William Jon McCann2007-08-218-15/+11
* Fix up inheritance.William Jon McCann2007-08-037-39/+40
* Add an abstract base class for display factories. Rename gdm-xdmcp-managerWilliam Jon McCann2007-08-039-543/+782