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
25 Sep, 2013
1 commit
-
Support per-auditlogger ("logTo") configuration allowance to ignore logging failures. git-svn-id: https://svn.forgerock.org/openidm/trunk@2489 d98387aa-ee2c-4292-a9e6-504d2a719fd3
26 Jun, 2013
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2234 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
22 May, 2013
1 commit
-
Phase 1 of OPENIDM-1310 to allow audit logging to any target This allows audit logging for specific eventTypes to be directed to specific targets by configuring a "logTo" property for the eventType in audit.json: { "eventTypes" : { "activity" : { "filter" : { "actions" : [ "create", "update", "delete", "patch", "action" ] }, "logTo" : [ { "logType" : "csv", "location" : "activity", "recordDelimiter" : ";" } ], "watchedFields" : [ ], "passwordFields" : [ "password" ] }, "recon" : { "logTo" : [ { "logType" : "csv", "location" : "recon", "recordDelimiter" : ";" } ] } }, "logTo" : [ { "logType" : "csv", "location" : "audit", "recordDelimiter" : ";" }, { "logType" : "repository", "useForQueries" : true } ], "exceptionFormatter" : { "type" : "text/javascript", "file" : "bin/defaults/script/audit/stacktraceFormatter.js" } } sets activity to log to activity.csv, recon to log to recon.csv, and all other events to log to audit.csv and the configured repository. git-svn-id: https://svn.forgerock.org/openidm/trunk@2168 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
15 May, 2013
1 commit
-
"useForQueries" to be more descriptive for its actual use. git-svn-id: https://svn.forgerock.org/openidm/trunk@2147 d98387aa-ee2c-4292-a9e6-504d2a719fd3
03 May, 2013
3 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2133 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2132 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@2130 d98387aa-ee2c-4292-a9e6-504d2a719fd3
02 May, 2013
1 commit
-
…rmatted, added declarations for audit_recon and audit_activity tables in orientdb config git-svn-id: https://svn.forgerock.org/openidm/trunk@2129 d98387aa-ee2c-4292-a9e6-504d2a719fd3
01 May, 2013
1 commit
-
… parsing to fix issues git-svn-id: https://svn.forgerock.org/openidm/trunk@2123 d98387aa-ee2c-4292-a9e6-504d2a719fd3
30 Apr, 2013
1 commit
-
…Summaries, Added Scriptable Formatter For Exception Details git-svn-id: https://svn.forgerock.org/openidm/trunk@2120 d98387aa-ee2c-4292-a9e6-504d2a719fd3
26 Apr, 2013
1 commit
-
…n audit log entries. Implemented in both CsvAuditLogger and RepoAuditLogger. git-svn-id: https://svn.forgerock.org/openidm/trunk@2109 d98387aa-ee2c-4292-a9e6-504d2a719fd3
13 Dec, 2012
2 commits
-
…comes invalid, revised writer pool management strategy git-svn-id: https://svn.forgerock.org/openidm/trunk@1786 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
… 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
08 Dec, 2012
1 commit
-
…hout disruption, explicit control of config file encoding git-svn-id: https://svn.forgerock.org/openidm/trunk@1743 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
17 Aug, 2012
1 commit
-
… POST by not reading the entity more than once, which caused the inputstream / socket to be read twice and failing. Also a fix to the audit service id generation during post. git-svn-id: https://svn.forgerock.org/openidm/trunk@1170 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
10 Aug, 2012
1 commit
-
…essary link update, jdbc repo parser re-use) and additional monitoring instrumentation. git-svn-id: https://svn.forgerock.org/openidm/trunk@1157 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
02 Aug, 2012
1 commit
-
Modified how DateUtils works: no longer a works statically and instead contains factory methods to create DateUtil objects with specifically configured (or default) time zones. Also updated timestamps in audit logs to utilize UTC by default. As a future endeavor, it would be useful to allow these to be configured. git-svn-id: https://svn.forgerock.org/openidm/trunk@1128 d98387aa-ee2c-4292-a9e6-504d2a719fd3
11 Jul, 2012
1 commit
-
…gers". The configuration model was extended to include a section for "triggers" and the actions to audit. git-svn-id: https://svn.forgerock.org/openidm/trunk@1095 d98387aa-ee2c-4292-a9e6-504d2a719fd3
20 Mar, 2012
1 commit
-
…dit file log rotation git-svn-id: https://svn.forgerock.org/openidm/trunk@1035 d98387aa-ee2c-4292-a9e6-504d2a719fd3
30 Dec, 2011
1 commit
-
Fix the scm urls Fix the imported package versions git-svn-id: https://svn.forgerock.org/openidm/trunk@707 d98387aa-ee2c-4292-a9e6-504d2a719fd3
24 Dec, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@704 d98387aa-ee2c-4292-a9e6-504d2a719fd3
12 Dec, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@603 d98387aa-ee2c-4292-a9e6-504d2a719fd3
01 Nov, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@479 d98387aa-ee2c-4292-a9e6-504d2a719fd3
29 Sep, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@416 d98387aa-ee2c-4292-a9e6-504d2a719fd3
05 Sep, 2011
2 commits
-
…cond because there is no space in database. git-svn-id: https://svn.forgerock.org/openidm/trunk@378 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@377 d98387aa-ee2c-4292-a9e6-504d2a719fd3
04 Sep, 2011
1 commit
-
Add more TRACE logging to follow up the sync process. git-svn-id: https://svn.forgerock.org/openidm/trunk@373 d98387aa-ee2c-4292-a9e6-504d2a719fd3
23 Aug, 2011
1 commit
-
…sed by the framework class loaders so hopefully this single instance will return with the same relative path pointing to the openidm folders. In embedded environment the bundles resolve the URL in a very unpredictable way. git-svn-id: https://svn.forgerock.org/openidm/trunk@339 d98387aa-ee2c-4292-a9e6-504d2a719fd3
16 Aug, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@321 d98387aa-ee2c-4292-a9e6-504d2a719fd3
27 Jun, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@256 d98387aa-ee2c-4292-a9e6-504d2a719fd3
20 Jun, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@240 d98387aa-ee2c-4292-a9e6-504d2a719fd3
07 Jun, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@223 d98387aa-ee2c-4292-a9e6-504d2a719fd3