]> git.ipfire.org Git - thirdparty/cups.git/commit
Use the authorization data we get back from the server to "continue" the
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 24 Jul 2007 00:13:05 +0000 (00:13 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 24 Jul 2007 00:13:05 +0000 (00:13 +0000)
commit64e79e51f90b62cd8f2e5c62649f1a224a7f4205
tree71846fee5341092bbdc432f8f882bdb8e1699dc7
parentac7adcdc93bdd7c7d56a7abf04070b906750f41e
Use the authorization data we get back from the server to "continue" the
authentication dialog.

Set cupsLastError() and cupsLastErrorString() values based on the HTTP
status (needed by the cupsGetFile/Fd and cupsPutFile/Fd APIs).

Look at cupsLastError() for auth failures since Kerberos will not trigger
the password callback.

Make sure that we don't stick the "authkey" info in the WWW-Authenticate
header when Kerberos is being used.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6712 7a7537e8-13f0-0310-91df-b6672ffda945
cgi-bin/admin.c
cups/auth.c
cups/getputfile.c
cups/globals.h
cups/request.c
scheduler/client.c