Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cosign-3.2.0.tar.gz | 2012-02-24 | 459.4 kB | |
README.markdown | 2012-02-24 | 2.1 kB | |
Totals: 2 Items | 461.4 kB | 0 |
checksums
- SHA256(cosign-3.2.0.tar.gz)= 6eb6ad1691c27f8f2a99611afe0ec951da626246f75b01435e615c25cde6a242
- SHA1(cosign-3.2.0.tar.gz)= a817b755d6227d9528058d28494835248189061c
- RIPEMD160(cosign-3.2.0.tar.gz)= b5b81e78c522886c48c95b411a2ba50679a3dede
changes since 3.1.4
- build: Add "make test" to test build integrity.
- Currently tests cosignd, cosign.cgi and logout cgi.
- build: Add "make server" to build only weblogin server components.
- build: Add "make install-server"
- build: Add DESTDIR support to Makefile.
- Patch from Sean Sweda \<ssweda at barracuda dot com>.
- cgi: expand allowed characters in usernames.
- permit use of kerberos principals with instances and OpenID URIs.
- cgi: Check environment for alternate cosign.conf. Added for make test.
- cgi: add support for Set-Cookie header's httponly flag.
- cgi: handle expired password exit statuses from external factors.
- factors: add generic PAM-based external factor.
- works with pam modules for SecurID, Google Authenticator, etc.
- libcgi: fix NULL dereference on cgi_init failure.
- daemon: fix NULL dereference on regexec failure.
- filters: permit use of CosignAllowPublicAccess in .htaccess files.
- Patch from Phil Pishioneri \<pgp at psu dot edu>.
- filters: prevent site configuration from caching cosign redirects.
- filters: vhost ServerName is default value for CosignService directive.
- [Feature Request #2748312].
- filters: add support for Set-Cookie header's httponly flag.
- filters: add CosignAllowValidationRedirect.
- Catch mismatches of current hostname and destination URL hostname. If CosignAllowValidationRedirect is On, and the destination URL matches CosignValidReference, mod_cosign will construct a new validation URL and forward the request to the destination URL's hostname.
- filters: make CosignAllowValidationRedirect compatible with CosignNoAppendRedirectPort.
- filters: reorder perror calls to avoid errno reset on failed file creation.
- Patch from Martin Sucha \<sucha14 at st dot fmph dot uniba.sk>