Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39235 Details for
Bug 63380
CUPS - Can't delete jobs without authenticating first
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This patch is turned on by the new use flag.
cups_patch_1.1.20 (text/plain), 650 bytes, created by
Greg
on 2004-09-08 19:49:47 UTC
(
hide
)
Description:
This patch is turned on by the new use flag.
Filename:
MIME Type:
Creator:
Greg
Created:
2004-09-08 19:49:47 UTC
Size:
650 bytes
patch
obsolete
>--- scheduler/ipp.c 2003-11-14 21:48:37.000000000 -0800 >+++ scheduler/ipp.c 2003-11-14 21:50:03.000000000 -0800 >@@ -6738,6 +6738,9 @@ > ipp_attribute_t *attr; /* requesting-user-name attribute */ > struct passwd *user; /* User info */ > struct group *group; /* System group info */ >+ location_t *loc; /* Authentication location */ >+ >+ loc = FindBest(con->uri, con->http.state); > char junk[33]; /* MD5 password (not used) */ > > >@@ -6748,6 +6751,10 @@ > * Validate input... > */ > >+ if (loc->type == AUTH_NONE) { >+ return (1); >+ } >+ > if (con == NULL || owner == NULL || username == NULL || userlen <= 0) > return (0); >
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 63380
:
39234
| 39235