28 Jul, 2014
1 commit
-
Isolate idiom to util class FR-284 git-svn-id: https://svn.forgerock.org/openidm/trunk@3634 d98387aa-ee2c-4292-a9e6-504d2a719fd3
23 Jul, 2014
1 commit
-
FR-286 git-svn-id: https://svn.forgerock.org/openidm/trunk@3574 d98387aa-ee2c-4292-a9e6-504d2a719fd3
16 Jul, 2014
1 commit
-
r3353:3535 https://svn.forgerock.org/openidm/branches/3.1-earlyprototype git-svn-id: https://svn.forgerock.org/openidm/trunk@3537 d98387aa-ee2c-4292-a9e6-504d2a719fd3
24 Jun, 2014
1 commit
-
Used debugger to diagnose differences in encrypted password storage in JDK6 vs JDK7. Found that in JDK6, the encrpyted password is stored as {"$crypto":{"value":{"data":"p2tiUCLFv71KNiEuRJQtyg==","cipher":"AES/CBC/PKCS5Padding","iv":"U0fF/6kKYfjtQQC8/l1c4Q==","key":"openidm-sym-default"},"type":"x-simple-encryption"}} whist in JDK7 it is stored as {"$crypto":{"type":"x-simple-encryption","value":{"data":"p2tiUCLFv71KNiEuRJQtyg==","cipher":"AES/CBC/PKCS5Padding","iv":"U0fF/6kKYfjtQQC8/l1c4Q==","key":"openidm-sym-default"}}} Because key ordering is not predictable, we cannot use endsWith("\"}}") as part of the test. Changed to }} as this matches the "{\"$crypto\":{" startsWith test. git-svn-id: https://svn.forgerock.org/openidm/trunk@3445 d98387aa-ee2c-4292-a9e6-504d2a719fd3
09 Jun, 2014
1 commit
-
Restore audit logging on CRUD operations for system/provisioner endpoints. git-svn-id: https://svn.forgerock.org/openidm/trunk@3352 d98387aa-ee2c-4292-a9e6-504d2a719fd3
16 Apr, 2014
1 commit
-
Cleanup ConnectorException logging in OpenICFProvisionerService Silence SEVE authentication log message when called from passthrough auth (or other internal call) Refactor static helper class ActivityLog with ActivityLogger interface to allow no-op Null-Object pattern for times we don't want to log. Upgrade to forgerock-util 1.3.2-SNAPSHOT and forgerock-rest 2.2.5-SNAPSHOT for useful Request object enhancements. git-svn-id: https://svn.forgerock.org/openidm/trunk@3095 d98387aa-ee2c-4292-a9e6-504d2a719fd3
17 Mar, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2981 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2979 d98387aa-ee2c-4292-a9e6-504d2a719fd3
26 Sep, 2013
1 commit
-
…e repository based on the clustered instance type. git-svn-id: https://svn.forgerock.org/openidm/trunk@2499 d98387aa-ee2c-4292-a9e6-504d2a719fd3
03 Sep, 2013
1 commit
-
…ameters were getting added to scope. git-svn-id: https://svn.forgerock.org/openidm/trunk@2462 d98387aa-ee2c-4292-a9e6-504d2a719fd3
31 May, 2013
1 commit
-
Provide an OpenICF/ScriptedSQL sample. git-svn-id: https://svn.forgerock.org/openidm/trunk@2191 d98387aa-ee2c-4292-a9e6-504d2a719fd3
17 May, 2013
1 commit
-
… in activity audit log. git-svn-id: https://svn.forgerock.org/openidm/trunk@2159 d98387aa-ee2c-4292-a9e6-504d2a719fd3
10 May, 2013
1 commit
-
Avoids reported internal server error overflowing database column. git-svn-id: https://svn.forgerock.org/openidm/trunk@2138 d98387aa-ee2c-4292-a9e6-504d2a719fd3
24 Apr, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2103 d98387aa-ee2c-4292-a9e6-504d2a719fd3
18 Apr, 2013
1 commit
-
…h consistently in Felix git-svn-id: https://svn.forgerock.org/openidm/trunk@2092 d98387aa-ee2c-4292-a9e6-504d2a719fd3
16 Apr, 2013
1 commit
-
…l REST call. Also added an Exception Factory for mapping error codes to specific ObjectSetExceptions. git-svn-id: https://svn.forgerock.org/openidm/trunk@2089 d98387aa-ee2c-4292-a9e6-504d2a719fd3
14 Mar, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2045 d98387aa-ee2c-4292-a9e6-504d2a719fd3
13 Dec, 2012
1 commit
-
… tracker, enhnacement to audit service modified handling, augment system bundle with full javax.transaction classes git-svn-id: https://svn.forgerock.org/openidm/trunk@1776 d98387aa-ee2c-4292-a9e6-504d2a719fd3
11 Dec, 2012
2 commits
-
…ns compatible with recon. Do not read the source for onDelete. Include a message with ERROR action. git-svn-id: https://svn.forgerock.org/openidm/trunk@1765 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1758 d98387aa-ee2c-4292-a9e6-504d2a719fd3
29 Nov, 2012
2 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1675 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1674 d98387aa-ee2c-4292-a9e6-504d2a719fd3
21 Nov, 2012
2 commits
-
… enforcement and helper logic of router authorization script. Moved router-authz.js to bin/defaults. git-svn-id: https://svn.forgerock.org/openidm/trunk@1624 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1620 d98387aa-ee2c-4292-a9e6-504d2a719fd3
19 Nov, 2012
1 commit
-
http://sources.forgerock.org/cru/CR-902 git-svn-id: https://svn.forgerock.org/openidm/trunk@1581 d98387aa-ee2c-4292-a9e6-504d2a719fd3
15 Nov, 2012
1 commit
-
http://sources.forgerock.org/cru/CR-891 This also includes global rename of _query-id to _queryId and _query-expression to _queryExpression. Note for documenters: there are several changes expected to be made soon; review the code review (linked above) and note Andi's comments git-svn-id: https://svn.forgerock.org/openidm/trunk@1531 d98387aa-ee2c-4292-a9e6-504d2a719fd3
14 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1507 d98387aa-ee2c-4292-a9e6-504d2a719fd3
13 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1505 d98387aa-ee2c-4292-a9e6-504d2a719fd3
06 Nov, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1437 d98387aa-ee2c-4292-a9e6-504d2a719fd3
05 Nov, 2012
1 commit
-
Assign directories to different location: bin => install-location bundle => install-location conf => project-location connectors => install-location db => work-location logs => work-location script => project-location security => install-location workflow => install-location git-svn-id: https://svn.forgerock.org/openidm/trunk@1426 d98387aa-ee2c-4292-a9e6-504d2a719fd3
01 Nov, 2012
1 commit
-
…tations of info/ping and info/login, and a sample of how to customize git-svn-id: https://svn.forgerock.org/openidm/trunk@1394 d98387aa-ee2c-4292-a9e6-504d2a719fd3
26 Oct, 2012
1 commit
-
…ell as a rename of user to username git-svn-id: https://svn.forgerock.org/openidm/trunk@1360 d98387aa-ee2c-4292-a9e6-504d2a719fd3
23 Oct, 2012
1 commit
-
taskscanner service. Updated DateUtil to use JodaTime for easier timestamp handling (both creation and parsing into Date objects). JodaTime should be faster and is threadsafe, so DateUtils can now be shared. Also renamed the taskscan-sunset.json config to schedule-taskscan_sunset.json so that the scheduler will pick up the config by default (otherwise it would not be available for schedule execution and would only be available for REST execution) git-svn-id: https://svn.forgerock.org/openidm/trunk@1332 d98387aa-ee2c-4292-a9e6-504d2a719fd3
10 Oct, 2012
2 commits
-
arithmetic. git-svn-id: https://svn.forgerock.org/openidm/trunk@1275 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Updated TaskScanner REST action to use named configs now. Fixed timestamp format to enforce 3 digits of milliseconds. Fixed DateUtil to use a 'Z' for UTC time designation Renamed sample 'schedule-scansunset' to 'taskscan-sunset' for named conf purposes Added macro support to TaskScanner configs. Currently supports "Time.now" to obtain the current time and basic math (month, day, year) on that. Note that there MUST be a space between each token. For example "${Time.now + 1d}" where there is a space between 'Time.now', '+' and '1d' git-svn-id: https://svn.forgerock.org/openidm/trunk@1274 d98387aa-ee2c-4292-a9e6-504d2a719fd3
03 Oct, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1246 d98387aa-ee2c-4292-a9e6-504d2a719fd3
13 Sep, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1209 d98387aa-ee2c-4292-a9e6-504d2a719fd3
15 Aug, 2012
1 commit
-
resets. Also added the ability to watch specified fields for changes (beyond just the password). Updated default conf/audit.json with these configuration options. git-svn-id: https://svn.forgerock.org/openidm/trunk@1164 d98387aa-ee2c-4292-a9e6-504d2a719fd3
08 Aug, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1143 d98387aa-ee2c-4292-a9e6-504d2a719fd3
07 Aug, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@1138 d98387aa-ee2c-4292-a9e6-504d2a719fd3