|
cosign-announce at umich.edu
|
cosign release and update announcements
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Cosign 1.8.5 Released
The Cosign Team is pleased to announce the availability of version
1.8.5 of cosign [ MD5 8dc1d004fa76567d50bc11d737bd31ca ]
Changelog at http://www.umich.edu/~umweb/software/cosign/changelog.txt
updates to READMES
common: updated config.sub and config.guess.
cgi: looping page can be autoconfed or set within the config file.
cgi: MAX_KEYTAB_NAME_LEN defined inline if not already done.
cgi: NULL keytab means KDC check won't get run.
cgi: On Macs, TGTs won't get passed to the daemon as they don't
reside in the filesystem but rather
somewhere in memory a la Apple's Kerberos Cache API.
cgi/filters: return codes from talking to the daemon are now
#defined and simplified, to make the code more readable.
cgi/filters: we now deal with a mix of 4xx and 5xx answers correctly
daemon: updated man pages to reflect required ticket argument
in cosign.conf syntax.
filters: CosignProtected On/Off allowed in .htaccess files now.
filters: moved around some authN/authZ decisions so "require",
"order", and "satisfy" work better. It's still not perfect,
but that's an Apache issue, we just work with what we have.
filters: We now return PostErrorRedirect earlier.
-Johanna, and the core cosign dev team