Tagged Questions

0
votes
1answer
27 views

Linq to SQL mapping data without a DataContext

Is it possible to access Linq to SQL mapping data without a DataContext instance? I ask because I am writing some audit data generation code that will only trigger for some entiti …
4
votes
7answers
2k views

Data Auditing in NHibernate and SqlServer

I'm using NHibernate on a project and I need to do data auditing. I found this article on codeproject which discusses the IInterceptor interface. What is your preferred way of au …
-2
votes
3answers
55 views

How to write Audit methods in Java?

Hi folks, As my java application increases in complexity i want to write audit methods to make sure that i am doing the right thing. How can i do it in java? thx
0
votes
4answers
75 views

database audit table

I have an existing application that I am working w/ and the customer has defined the table structure they would like for an audit log. It has the following columns: storeNo tim …
0
votes
0answers
28 views

NHibernate collection cascade changes auditing

Given the following object model class Test { ... public string Name {get;set;} public IList<Test2> Collection {get;set;} //mapped with cascade="all" } class Test2 …
0
votes
1answer
52 views

Allowing user to rollback from db audit trail with SQLAlchemy

I'm starting to use SQLAlchemy for a new project where I was planning to implement an audit trail similar to the one proposed on this quiestions: http://stackoverflow.com/questio …
0
votes
1answer
6 views

Site Security Audit

Can anyone recommend a site security audit service? One thats simple to sign up to online and audit sites for xss, sqlinjection, buffer overflow, etc etc. Thanks
3
votes
3answers
204 views

Ideas on database design for capturing audit trails

How can I maintain a log of the data in my DB? I have to maintain a log of every change made to each row. That means that I can't allow DELETE and UPDATE to be performed. How can …
0
votes
2answers
55 views

How to automate Subsonic 3 audit fields so they work like Subsonic 2

I am using SubSonic 3.0.0.3 in SimpleRepository mode. I was wondering how to get Subsonic 3 to automatically create and populate the createdon, createdby etc audit fields that were …
0
votes
2answers
110 views

Should I use Nmap::Parser or Nmap::Scanner to audit a network?

I'd like to audit the equipment of my large network in the fastest way possible. Should i use Nmap::Parser or Nmap::Scanner? I want to create a list of IP addresses that return a …
1
vote
3answers
146 views

Audit Triggers: Use INSERTED or DELETED system tables

Guys, The topic of how to audit tables has recently sprung up in our discussions... so I like your opinion on whats the best way to approach this. We have a mix of both the approa …
3
votes
1answer
67 views

Snapshot History With Entity Framework

I've been looking at some auditing hooks with Entity Framework. Many of them show old/new value comparisons. This does great for an audit trail but I'm looking to snapshot object …
2
votes
2answers
85 views

Enterprise Data Auditing

Our current enterprise solution is a ASP.NET MVC application driven by the Entity Framework. There are a couple links on how to hook into the change events for auditing. I'm not …
1
vote
1answer
39 views

How can I audit all chmod and chgrp commands?

Corporate security policies are starting to require low level event logging. For example, file access permission changes. One solution is to use SELinux but our knowledge of this …
0
votes
0answers
39 views

Setting DB2 Client Audit information with a dbcp connection pool in a Java app

I'm developing Java apps on Tomcat 5.5 using JNDI to connect to shared dbcp connection pools with JDBC 3.0 drivers and DB2 8 on zOS and also DB2 9 on LUW. In my app, I use org.spr …

1 2 3 4 5 next
15 30 50 per page