Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Thu Mar 28, 2024 11:48 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
PostPosted: Tue Feb 22, 2011 9:46 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 07, 2004 11:48 am
Posts: 1964
Location: Brisbane, Australia
I've been hacking again on getting Beta 1 into shape.
I've addressed all the Bugs in the other Alpha7 topic.
Does anyone have any others before I release (tomorrow night) ?

_________________
Support and Development hours available from [url=https://opmantek.com]Opmantek[/url].
Please consider a purchase to help make Open-AudIT better for everyone.


Top
 Profile  
Reply with quote  
PostPosted: Wed Mar 16, 2011 4:30 am 
Offline
Moderator

Joined: Fri Jul 20, 2007 8:27 am
Posts: 1259
Office 2010 key encoding changed. My [url=http://www.open-audit.org/phpBB3/viewtopic.php?f=8&t=3836#p18074]hack update[/url] to OAv1 from info on the web.


Top
 Profile  
Reply with quote  
PostPosted: Wed Mar 23, 2011 2:30 am 
Offline
Newbie

Joined: Wed Mar 23, 2011 2:22 am
Posts: 1
Hi Mark - There's a bug within the audit_windows.vbs script. It doesn't escape the characters for xml.
To fix it:
[code]if UCase(sTask(0)) = UCase(system_hostname) then
item = item & " <task>" & vbcrlf
item = item & " <task_name>" & escape_xml(sTask(1)) & "</task_name>" & vbcrlf
item = item & " <next_run>" & sTask(2) & "</next_run>" & vbcrlf
item = item & " <status>" & sTask(3) & "</status>" & vbcrlf
item = item & " <last_run>" & sTask(4+intOffset) & "</last_run>" & vbcrlf
item = item & " <last_result>" & sTask(5+intOffset) & "</last_result>" & vbcrlf
item = item & " <creator>" & sTask(6+intOffset) & "</creator>" & vbcrlf
item = item & " <schedule>" & sTask(7+intOffset) & "</schedule>" & vbcrlf
item = item & " <task_to_run>" & escape_xml(sTask(8+intOffset)) & "</task_to_run>" & vbcrlf
item = item & " <state>" & sTask(11+intOffset) & "</state>" & vbcrlf
item = item & " <user>" & sTask(18+intOffset) & "</user>" & vbcrlf
item = item & " </task>" & vbcrlf
end if
[/code]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group