index
:
delta/gdm.git
accounts-service-split
baserock/3.18.0
benzea/autostart-whitelist
benzea/fix-conversation-error-reporting
benzea/fix-idle-cb-return
benzea/fix-locale-dir
benzea/fix-runtime-confi-location
benzea/wait-for-udev
benzea/wait-seat-graphical
cherry-pick-2dc57da3-2
display-configuration
fix-jump-back-to-login-screen
fix-session-hiding
fix-shutdown-crash
fix-xdmcp
gdm-2-2
gdm-80s-sprint-commercial
gnome-2-0
gnome-2-10
gnome-2-12
gnome-2-14
gnome-2-16
gnome-2-18
gnome-2-2
gnome-2-20
gnome-2-22
gnome-2-24
gnome-2-26
gnome-2-28
gnome-2-30
gnome-2-32
gnome-2-4
gnome-3-0
gnome-3-10
gnome-3-12
gnome-3-14
gnome-3-16
gnome-3-16-2
gnome-3-18
gnome-3-2
gnome-3-20
gnome-3-22
gnome-3-24
gnome-3-26
gnome-3-28
gnome-3-30
gnome-3-32
gnome-3-34
gnome-3-36
gnome-3-38
gnome-3-4
gnome-3-6
gnome-3-8
gnome-40
gnome-41
gnome-42
gnome-43
gnome-44
infer-session-type-when-needed
main
master
master_svn5362
mcatanzaro/#748
mccann-gobject
multi-stack-async-stop
nvidia-hybrid-fix
plymouth-integration
rhel-7.9
rstrode/wip/list-extension
test2
wip/3v1n0/more-launch-environments
wip/benzea/systemd-user
wip/can-graphical-support
wip/dueno/smartcard
wip/fix-autologin-unlock-race
wip/fix-some-fd-leaks
wip/gdbus-port
wip/iainl/client-no-weak-ref
wip/import-user-env
wip/initial-setup
wip/initial-setup-redux
wip/initial-setup2
wip/just-in-time-reauth
wip/kill-user-sessions
wip/laney/systemd-user
wip/laney/systemd-user-switch
wip/libgdm-proxy-leaks
wip/longjmp-off-a-short-bridge
wip/modernize
wip/more-gdm-client-fixes
wip/multi-seat
wip/multi-seat-2-30
wip/multi-stack
wip/nacho/crash-backport
wip/nacho/crash-backport-3-36
wip/nielsdg/intltool2gettext
wip/nielsdg/meson
wip/nielsdg/remove-execinfo
wip/nielsdg/remove-other-headers
wip/nielsdg/remove-split-auth
wip/oh-god-environment-variables-again
wip/pwd-fix
wip/rancell/autologin-accountsservice
wip/rancell/g-auto
wip/rancell/gtask
wip/rancell/guest
wip/release
wip/rstrode/list-extension
wip/rstrode/unblock-sigusr1
wip/rstrode/wayland-filtering
wip/shell-greeter
wip/slave-connection
wip/slave-display-merger
wip/systemd-activation
wip/underscore-the-importance-of-consistency
wip/walters-3.7
wip/wayland
wip/wayland-at-login-screen
wip/weak-ref-removal
wip/xcb
wip/xinit-hack
wip/xserver-in-session
gitlab.gnome.org: GNOME/gdm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
daemon
/
gdm-session-worker.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
String fixes. Patch by Philip Withnall. Fixes bug #609178.
Brian Cameron
2010-05-03
1
-9
/
+9
*
Don't tear down greeter until pam_open_session finishes
Ray Strode
2010-02-08
1
-3
/
+17
*
The D-Bus connection between the worker and the GUI should never timeout,
Brian Cameron
2010-01-27
1
-3
/
+6
*
Fix typo highlighted in review of bug #606703.
Brian Cameron
2010-01-15
1
-1
/
+1
*
Don't reveal which user names are valid without authenticating
Brian Cameron
2010-01-12
1
-0
/
+8
*
Fix clang complaints
Matthias Clasen
2009-10-10
1
-1
/
+4
*
Store the face and dmrc files in a cache. Refer to bug #565151.
Brian Cameron
2009-09-11
1
-32
/
+233
*
Add Solaris logindevperm support. Fixes bug #531651.
Brian Cameron
2009-08-24
1
-0
/
+41
*
Fix typo in worker logging code
Vincent Untz
2009-07-17
1
-1
/
+1
*
Check current worker state before changing it
Vincent Untz
2009-07-17
1
-10
/
+42
*
Correct reversed if-test. Fix setting of PAM_TTY on Solaris. Also make
Brian Cameron
2009-04-08
1
-0
/
+10
*
Bug 573461 - Load user's settings through "other entry"
Ray Strode
2009-03-23
1
-10
/
+10
*
Remove "#ifdef __sun" code as it was incorrect and not needed.
Brian Cameron
2009-02-10
1
-4
/
+0
*
Fix pam auditing
Matthias Clasen
2008-11-07
1
-4
/
+4
*
Move ConsoleKit registration into the worker so that ConsoleKit can probe
William Jon McCann
2008-07-31
1
-0
/
+106
*
Added missing ifdefs for usage with pam_xauth_data feature from libpam.
Luis Medinas
2008-07-08
1
-0
/
+4
*
Add patch from Eamon Walsh to support PAM_XDISPLAY and PAM_XAUTHDATA
Ray Strode
2008-06-25
1
-3
/
+64
*
rename function and allow it to be run as non-root also, to work in
Ray Strode
2008-05-12
1
-18
/
+14
*
Apply patch from Tom London <selinux@gmail.com> to save backup of
Ray Strode
2008-05-08
1
-0
/
+10
*
Add a keyboard chooser
Matthias Clasen
2008-05-05
1
-0
/
+49
*
Fix typo
Ray Strode
2008-04-11
1
-1
/
+1
*
Plug gaping security hole made in last commit
Ray Strode
2008-04-11
1
-1
/
+3
*
Don't setreuid to user before setcred since even though it's documented
Ray Strode
2008-04-11
1
-0
/
+2
*
Fix text in some debug statements and warnings.
William Jon McCann
2008-04-02
1
-3
/
+4
*
Make PATH setup consistent between two file
Ray Strode
2008-03-19
1
-2
/
+8
*
Close the session immediately after migration so there are no races.
William Jon McCann
2008-03-18
1
-0
/
+1
*
Add preliminary support to the state machine for session unlocking.
William Jon McCann
2008-03-15
1
-3
/
+26
*
Refactor things a little. Rename renew to refresh. Add a pid to the
William Jon McCann
2008-03-14
1
-68
/
+133
*
Check for null response.
William Jon McCann
2008-03-13
1
-2
/
+4
*
Fix a few leaks and make sure we don't unref null replies.
William Jon McCann
2008-03-12
1
-3
/
+9
*
Try a little harder to not keep sensitive data in memory.
William Jon McCann
2008-03-05
1
-7
/
+15
*
Update session and language state in the worker, when the slave informs it
Ray Strode
2008-02-26
1
-0
/
+64
*
Save out user settings to ~/.dmrc before starting the session
Ray Strode
2008-02-26
1
-0
/
+21
*
Add FIXME comment to show "Last Session" and "Last Language" (in favor of
Ray Strode
2008-02-21
1
-0
/
+10
*
Fix a bunch of compiler warnings and remove unused code. Patch from:
William Jon McCann
2008-02-19
1
-3
/
+0
*
Read ~/.dmrc when available, and bubble the results up to the greeter
Ray Strode
2008-02-18
1
-1
/
+98
*
report to auditor username even if it doesn't change over the course of
Ray Strode
2008-02-09
1
-2
/
+2
*
Add PAM auditing logic. Based on patch and feedback from Brian Cameron and
Ray Strode
2008-02-06
1
-2
/
+60
*
Patch from Eamon Walsh <ewalsh@tycho.nsa.gov> to pass path of authority
Ray Strode
2008-02-01
1
-0
/
+9
*
Don't translate some warnings that have problematic translations. Fixes
William Jon McCann
2008-01-31
1
-5
/
+4
*
Make user auth work for factory display again.
William Jon McCann
2008-01-22
1
-0
/
+4
*
Handle D-Bus method timeouts.
William Jon McCann
2007-12-21
1
-2
/
+11
*
Add some debug output for the state changes.
William Jon McCann
2007-12-21
1
-2
/
+46
*
log session console i/o to ~/.xsession-errors
Ray Strode
2007-11-14
1
-0
/
+80
*
Split up the Verification step in the GdmSession interface into component
William Jon McCann
2007-11-07
1
-136
/
+112
*
Make worker internally use a state machine.
William Jon McCann
2007-11-06
1
-265
/
+286
*
Make a bit more like a state machine. This will make it easier to separate
William Jon McCann
2007-11-06
1
-12
/
+30
*
change error_code to status to make it clear it isn't just for errors.
William Jon McCann
2007-10-31
1
-2
/
+2
*
make sure we close the session on logout Patch from: Ray Strode
William Jon McCann
2007-10-31
1
-0
/
+2
*
Convert some warnings to debugs
William Jon McCann
2007-10-30
1
-16
/
+16
[next]