Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Go to changeset: | Customize Feeds
Changelog

49 by wimpi on 07 November 2008, 00:02:14 +0100 (13 days ago) Fix, fixing the fix and hopefully fixing CSB-14 ;)

trunk/src/java/net/coalevo/security/impl/SecurityManagementServiceImpl.java 49 history download (+88 -85) diffs

48 by wimpi on 06 November 2008, 22:57:02 +0100 (13 days ago) Minor cleanups in management service and fix for CSB-14.

trunk/src/java/net/coalevo/security/impl/SecurityManagementServiceImpl.java 48 history download (+4 -9) diffs

47 by wimpi on 25 October 2008, 03:02:19 +0200 (26 days ago) Added count down call for policy latch (fixes CSB-13).

trunk/src/java/net/coalevo/security/model/PolicyProxy.java 47 history download (+5 -6) diffs

46 by wimpi on 20 October 2008, 05:35:46 +0200 (31 days ago) Added conditional to protect initially created admin account from deletion by maintenance (CSB-12).

trunk/src/java/net/coalevo/security/impl/SecurityStore.java 46 history download (+3 -0) diffs

45 by wimpi on 08 October 2008, 05:51:25 +0200 (43 days ago) Fixed rolename retrieval in authentication method; now passing service agent for authentication.

trunk/src/java/net/coalevo/security/impl/SecurityServiceImpl.java 45 history download (+1 -1) diffs

44 by wimpi on 07 October 2008, 20:43:57 +0200 (43 days ago) Updated SecurityService API and implementation  (fix for CSB-9).

trunk/src/java/net/coalevo/security/impl/SecurityServiceImpl.java 44 history download (+15 -5) diffs

trunk/src/java/net/coalevo/security/service/SecurityService.java 44 history download (+18 -1) diffs

43 by wimpi on 24 September 2008, 22:13:17 +0200 (56 days ago) Updates, split API and implementation, added a tracking proxy for service agents and for policies.

trunk/src/java/net/coalevo/security/service/SecurityManagementService.java 43 history download (+2 -2) diffs

trunk/src/java/net/coalevo/security/service/SecurityConfiguration.java 43 history download (+92 -21) diffs

trunk/build.properties 43 history download (+22 -6) diffs

trunk/src/java/net/coalevo/security/impl/SecurityServiceImpl.java 43 history download (+5 -4) diffs

trunk/src/java/net/coalevo/security/model/SecurityConstants.java 43 history deleted

… 6 more files in changeset.
42 by wimpi on 13 August 2008, 20:27:44 +0200 (3 months 6 days ago) Added maintenance routines for security service and store (CSB-10).

trunk/src/java/net/coalevo/security/resources/security/SecurityService-policy.xml 42 history download (+12) new/moved

trunk/build.properties 42 history download (+2 -1) diffs

trunk/src/java/net/coalevo/security/impl/SecurityServiceImpl.java 42 history download (+119 -24) diffs

trunk/src/java/net/coalevo/security/impl/Activator.java 42 history download (+7 -1) diffs

trunk/src/java/net/coalevo/security/impl/SecurityStore.java 42 history download (+67 -1) diffs

… 5 more files in changeset.
40 by wimpi on 12 August 2008, 19:14:07 +0200 (3 months 7 days ago) SecurityServiceImpl enabled and registered as Maintainable (CSB-10).

trunk/src/java/net/coalevo/security/impl/SecurityServiceImpl.java 40 history download (+9 -2) diffs

trunk/src/java/net/coalevo/security/impl/Activator.java 40 history download (+6 -2) diffs

39 by wimpi on 17 June 2008, 02:07:38 +0200 (5 months 3 days ago) Fixed glitches in store creation routine.

trunk/src/java/net/coalevo/security/impl/SecurityStore.java 39 history download (+5 -3) diffs

38 by wimpi on 23 May 2008, 20:29:03 +0200 (5 months 27 days ago) Fixed MaintenanceService agent registration.

trunk/src/java/net/coalevo/security/impl/SecurityStore.java 38 history download (+3 -1) diffs

37 by wimpi on 18 May 2008, 06:21:20 +0200 (6 months ago) Corrected glitch when adding default roles and switched default DS config.

trunk/src/java/net/coalevo/security/impl/SecurityStore.java 37 history download (+6 -2) diffs

trunk/src/java/net/coalevo/security/resources/metatype/config.xml 37 history download (+1 -1) diffs

35 by wimpi on 13 March 2008, 20:08:00 +0100 (8 months ago) Removed log4j dependency and main(), which was used for testing only.

trunk/src/java/net/coalevo/security/impl/PolicyXMLServiceImpl.java 35 history download (+3 -43) diffs

34 by wimpi on 13 March 2008, 20:06:59 +0100 (8 months ago) MySQL requires validation query to avoid broken connections (whatever they say, its their fault, because the server does not properly close JDBC connections at timeout).

trunk/src/java/net/coalevo/security/impl/SecurityStore.java 34 history download (+6 -1) diffs

trunk/src/java/net/coalevo/security/impl/securitystore-sql.xml 34 history download (+12 -0) diffs

33 by wimpi on 13 March 2008, 19:56:37 +0100 (8 months ago) Removed unnecessary libraries.

trunk/lib/log4j.jar 33 history deleted

trunk/lib/derby.jar 33 history deleted

32 by wimpi on 22 February 2008, 19:07:38 +0100 (8 months ago) Updates to use datasource service.

trunk/build.properties 32 history download (+5 -2) diffs

trunk/src/java/net/coalevo/security/impl/Activator.java 32 history download (+4 -2) diffs

trunk/build.xml 32 history download (+23 -1) diffs

trunk/src/java/net/coalevo/security/resources/l10n/messages.xml 32 history download (+7 -0) diffs

trunk/src/java/net/coalevo/security/resources/l10n/config.properties 32 history download (+2 -2) diffs

… 13 more files in changeset.
31 by wimpi on 26 April 2007, 18:23:45 +0200 (18 months ago) Documentation updates.

trunk/src/java/net/coalevo/security/model/package.html 31 history download (+7 -5) diffs

trunk/src/java/net/coalevo/security/service/package.html 31 history download (+7 -5) diffs

trunk/build.properties 31 history download (+1 -1) diffs

30 by wimpi on 10 April 2007, 21:34:33 +0200 (19 months ago) First batch of the migration to Java 5 Language level and sources formatted.

trunk/src/java/net/coalevo/security/service/PolicyXMLService.java 30 history download (+5 -0) diffs

trunk/build.properties 30 history download (+26 -19) diffs

trunk/src/java/net/coalevo/security/impl/RolePermissionsCache.java 30 history download (+4 -4) diffs

trunk/src/java/net/coalevo/security/model/Authorizations.java 30 history download (+1 -1) diffs

trunk/src/documentation/content/xdocs/services/securitymgmt_service.xml 30 history download (+18 -15) diffs

… 47 more files in changeset.
29 by wimpi on 13 January 2007, 01:32:26 +0100 (22 months ago) Added group messaging service to be initiated at deploy.

trunk/src/java/net/coalevo/security/impl/SecurityStore.java 29 history download (+4 -0) diffs

27 by wimpi on 25 December 2006, 04:16:36 +0100 (22 months ago) Updates to cope with new Derby version. security is a reserved name now, and maintenance requires names in uppercase.

trunk/src/java/net/coalevo/security/impl/SecurityStore.java 27 history download (+11 -4) diffs

trunk/src/java/net/coalevo/security/impl/securitystore-sql.xml 27 history download (+59 -59) diffs

26 by wimpi on 25 July 2006, 00:45:04 +0200 (2 years 3 months ago) Fix for CSB-6.

trunk/src/java/net/coalevo/security/impl/SecurityServiceImpl.java 26 history download (+31 -15) diffs

trunk/status.xml 26 history download (+4 -0) diffs

trunk/src/java/net/coalevo/security/service/SecurityService.java 26 history download (+8 -9) diffs

24 by wimpi on 01 July 2006, 05:19:20 +0200 (2 years 4 months ago) Delayed service registration.

trunk/src/java/net/coalevo/security/impl/Activator.java 24 history download (+21 -21) diffs

22 by wimpi on 30 May 2006, 23:41:18 +0200 (2 years 5 months ago) Fixed bug CSB-4 in SecurityServiceImpl.

trunk/src/java/net/coalevo/security/impl/SecurityServiceImpl.java 22 history download (+6 -7) diffs

trunk/status.xml 22 history download (+4 -1) diffs

21 by wimpi on 23 May 2006, 22:48:11 +0200 (2 years 5 months ago) Fixed bug CSB-3 in SystemServicesImpl.

trunk/src/java/net/coalevo/security/impl/SecurityServiceImpl.java 21 history download (+9 -2) diffs

trunk/status.xml 21 history download (+3 -1) diffs

20 by wimpi on 11 May 2006, 08:55:40 +0200 (2 years 6 months ago) Added a secure way to obtain a UserAgent instance for an authenticated SRP instance that was previously issued by the same service instance.

trunk/src/java/net/coalevo/security/impl/SecurityServiceImpl.java 20 history download (+23 -140) diffs

trunk/src/java/net/coalevo/security/impl/InternalServerSRP.java 20 history download (+31) new

trunk/src/java/net/coalevo/security/service/SecurityService.java 20 history download (+15 -3) diffs

earlier earlier | later later
FishEye: Open Source License registered to Coalevo.
Atlassian FishEye, Subversion analysis. (Version:1.6.3 Build:build-336 2008-11-04) - Administration - Page generated 2008-11-20 09:31 +0100