summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure we pass the PATH to the greeterWilliam Jon McCann2007-07-191-0/+3
* Make suspend work in greeterWilliam Jon McCann2007-07-197-6/+120
* Make logout workWilliam Jon McCann2007-07-163-9/+18
* start xorg with a black rootWilliam Jon McCann2007-07-161-1/+1
* Start D-Bus session for greeter and activate PowerManagerWilliam Jon McCann2007-07-111-1/+1
* Fix handling multiple displaysWilliam Jon McCann2007-07-115-39/+51
* Reset the greeter after a session is startedWilliam Jon McCann2007-07-112-3/+1
* Fix signal handling and refcounting so all slaves and servers exit on signal.:wqWilliam Jon McCann2007-07-1110-135/+122
* Turns out that we can't prepare an xserver in the background to avoid latency...William Jon McCann2007-07-102-213/+218
* anotherWilliam Jon McCann2007-06-281-1/+1
* Move old info out of the wayWilliam Jon McCann2007-06-222-3/+33
* Make cancellation work. Fix up the signal handler and add backtraces.William Jon McCann2007-06-2111-65/+203
* add a large timeoutWilliam Jon McCann2007-06-203-22/+27
* Split the session code up into two parts that talk dbusWilliam Jon McCann2007-06-2013-3472/+3395
* Add user-selected and reset/cancel actions.William Jon McCann2007-06-197-110/+365
* Relay messages between displays. Actually kinda works.William Jon McCann2007-06-1814-317/+1554
* Split the greeter proxy into a client and server part. Create new display su...William Jon McCann2007-06-1529-1500/+5214
* Add stubs for factory and product displaysWilliam Jon McCann2007-06-149-16/+506
* default to simple greeterWilliam Jon McCann2007-06-141-1/+1
* Kill killWilliam Jon McCann2007-06-121-1/+1
* Clean houseWilliam Jon McCann2007-06-1216-4360/+2
* Fix session selection. Search path for session binary. Bump glib requiremen...William Jon McCann2007-06-118-391/+663
* Make the session object talk to the greeter!William Jon McCann2007-06-0810-1428/+1422
* Remove old verify. Require PAM.William Jon McCann2007-06-057-2788/+186
* Add test for session codeWilliam Jon McCann2007-06-054-274/+556
* Add Ray's session code - reformatted in GDM styleWilliam Jon McCann2007-06-053-0/+4054
* Fix up a few thingsWilliam Jon McCann2007-06-011-0/+15
* migrate gui to new config framework with a chainsawWilliam Jon McCann2007-06-012-8/+33
* Land the first shot at the new settings frameworkWilliam Jon McCann2007-05-3114-4629/+105
* Add command line argument --debug. Add usr1 toggle for debug. Don't read de...William Jon McCann2007-05-223-4/+6
* Add new md5 code to common. Replace cookie generation code.William Jon McCann2007-05-1615-799/+361
* Properly change user/group in childrenWilliam Jon McCann2007-05-152-76/+157
* Use child watch for server and greeterWilliam Jon McCann2007-05-152-11/+70
* Remove unused files.William Jon McCann2007-05-145-8275/+0
* Add some basic signal handling. Make sure we clean up child processes.William Jon McCann2007-05-1411-89/+479
* Handle xorg usr1 ready signal.William Jon McCann2007-05-113-41/+130
* Add x11-display property to display. MoveWilliam Jon McCann2007-05-1111-153/+134
* Add skeleton for gobject redesign. Doesn't really work but should compile.William Jon McCann2007-05-1051-6644/+8392
* 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