Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 193281 Details for
Bug 287311
CVE-2007-4569 kdm password-less login vulnerability
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Upstream patch: post-3.5.7-kdebase-kdm.diff
post-3.5.7-kdebase-kdm.diff (text/plain), 1.57 KB, created by
Tomas Hoger
on 2007-09-12 06:11:10 UTC
(
hide
)
Description:
Upstream patch: post-3.5.7-kdebase-kdm.diff
Filename:
MIME Type:
Creator:
Tomas Hoger
Created:
2007-09-12 06:11:10 UTC
Size:
1.57 KB
patch
obsolete
>--- kdm/backend/session.c >+++ kdm/bakcend/session.c >@@ -121,8 +121,9 @@ > static void > DoAutoLogon( void ) > { >- StrDup( &curuser, td->autoUser ); >- StrDup( &curpass, td->autoPass ); >+ ReStr( &curuser, td->autoUser ); >+ ReStr( &curpass, td->autoPass ); >+ ReStr( &curtype, "classic" ); > cursource = PWSRC_AUTOLOGIN; > } > >@@ -141,7 +142,9 @@ > td->hstent->npass = 0; > newdmrc = td->hstent->nargs; > td->hstent->nargs = 0; >+ ReStr( &curtype, "classic" ); > cursource = (td->hstent->rLogin == 1) ? PWSRC_RELOGIN : PWSRC_MANUAL; >+ return 1; > } else if (*td->autoUser && !td->autoDelay && (tdiff > 0 || td->autoAgain)) > { > unsigned int lmask; >@@ -153,11 +156,9 @@ > if (lmask & ShiftMask) > return 0; > DoAutoLogon(); >- } else { >- cursource = PWSRC_MANUAL; >- return 0; >+ return 1; > } >- return 1; >+ return 0; > } > > >@@ -369,6 +370,7 @@ > if (curtype) free( curtype ); > curtype = GRecvStr(); > Debug( " type %\"s\n", curtype ); >+ cursource = PWSRC_MANUAL; > if (Verify( conv_interact, rootok )) { > Debug( " -> return success\n" ); > GSendInt( V_OK ); >@@ -378,7 +380,6 @@ > case G_AutoLogin: > Debug( "G_AutoLogin\n" ); > DoAutoLogon(); >- StrDup( &curtype, "classic" ); > if (Verify( conv_auto, FALSE )) { > Debug( " -> return success\n" ); > GSendInt( V_OK ); >@@ -565,7 +566,7 @@ > tdiff = td->autoAgain ? > 1 : time( 0 ) - td->hstent->lastExit - td->openDelay; > if (AutoLogon( tdiff )) { >- if (!StrDup( &curtype, "classic" ) || !Verify( conv_auto, FALSE )) >+ if (!Verify( conv_auto, FALSE )) > goto gcont; > if (greeter) > GSendInt( V_OK );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 287311
: 193281