~ubuntu-branches/ubuntu/vivid/libapache2-mod-auth-openidc/vivid-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Hans Zandbelt
  • Date: 2014-10-13 12:23:35 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20141013122335-31wgnq50ascmubib
Tags: 1.6.0-1
new upstream release; add libssl-dev dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
10/13/2014
 
2
- add libssl-dev to Debian control build dependencies
 
3
- release 1.6.0
 
4
 
 
5
10/6/2014
 
6
- apply html encoding to error display
 
7
- bump version number to 1.6.0rc4
 
8
 
 
9
10/2/2014
 
10
- avoid crash when downloading metadata from OIDCProviderMetadataURL fails
 
11
- set OIDCProviderMetadataURL retrieval interval to 24 hours
 
12
- return error on configurations mixing OIDCProviderMetadataURL and OIDCMetadataDir
 
13
- bump version number to 1.6.0rc3
 
14
 
 
15
10/1/2014
 
16
- support provider configuration from a metadata URL (OIDCProviderMetadataURL)
 
17
- bump version number to 1.6.0rc2
 
18
 
 
19
9/30/2014
 
20
- be less strict about issuer validation in metadata
 
21
- refactor metadata.c
 
22
- improve logging about userinfo endpoint
 
23
 
 
24
9/29/2014
 
25
- refactor cache so it is partitioned in to sections (i.e. avoid future key collisions)
 
26
 
 
27
9/25/2014
 
28
- add support for "x5c" JWK representation
 
29
- return JWKS on jwks_uri with content-type "application/json"
 
30
 
 
31
9/17/2014
 
32
- remove support for the X-Frame-Options as it is not needed in 302s
 
33
- create and use log macros that printout function name
 
34
 
 
35
9/16/2014
 
36
- support for passing runtime determined authentication request parameters in the discovery response
 
37
- include name/version in logs and bump to 1.6.0rc1
 
38
- don't use the X-Frame-Options by default
 
39
 
 
40
9/13/2014
 
41
- add support for the X-Frame-Options header as recommended by the spec
 
42
 
 
43
9/12/2014
 
44
- set expiry on state cookies; don't clear session cookie after cache miss or corruption
 
45
- fix JSON array memory leak in oauth.c
 
46
 
 
47
9/10/2014
 
48
- merge #34 (g10f), fix session management Javascript bug
 
49
 
 
50
9/3/2014
 
51
- improve error handling on hitting the redirect URI directly
 
52
- fix set_slot functions for algorithm/url used as default for dynamic registration
 
53
- rewording of auth_openidc.conf docs on JWK settings
 
54
 
 
55
9/1/2014
 
56
- add session management based on http://openid.net/specs/openid-connect-session-1_0.html (draft 21)
 
57
 
 
58
8/29/2014
 
59
- add configuration option to POST extra parameters to the token endpoint
 
60
 
1
61
8/26/2014
2
62
- correct cookie_path comparison
3
63
- release 1.5.5