ossec-hids: help.txt (HEAD) ossec-installer.nsi (HEAD) [dcid]

7 views
Skip to first unread message

OSSEC CVS

unread,
Oct 8, 2008, 9:20:10 AM10/8/08
to osse...@ossec.net
Module name: ossec-hids
Changes by: dcid 08/10/08 10:20:08

Modified files:
help.txt ossec-installer.nsi

Log message:
Description: Building package for 1.6.1
Reviewed by: dcid
Bug:

Index: help.txt
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/win32/help.txt,v
diff -u -r1.4 -r1.5
--- help.txt 15 Aug 2008 17:30:02 -0000 1.4
+++ help.txt 8 Oct 2008 13:20:08 -0000 1.5
@@ -1,4 +1,4 @@
-** OSSEC Windows Agent v1.6 **
+** OSSEC Windows Agent v1.6.1 **
** Copyright (c) 2008 Third Brigade, Inc. **

Index: ossec-installer.nsi
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/win32/ossec-installer.nsi,v
diff -u -r1.47 -r1.48
--- ossec-installer.nsi 21 Aug 2008 00:08:13 -0000 1.47
+++ ossec-installer.nsi 8 Oct 2008 13:20:08 -0000 1.48
@@ -6,7 +6,7 @@
;--------------------------------
;General

-!define VERSION "1.6"
+!define VERSION "1.6.1"
!define NAME "Ossec HIDS"
!define /date CDATE "%b %d %Y at %H:%M:%S"

OSSEC CVS

unread,
Jan 29, 2009, 11:05:46 AM1/29/09
to osse...@ossec.net
Module name: ossec-hids
Changes by: dcid 09/01/29 12:05:44

Modified files:
ossec-installer.nsi

Log message:
Description: Bumping version number and a few fixes for public key authentication on agentless.
Reviewed by: dcid
Bug:

Index: ossec-installer.nsi
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/win32/ossec-installer.nsi,v
diff -u -r1.48 -r1.49
--- ossec-installer.nsi 8 Oct 2008 13:20:08 -0000 1.48
+++ ossec-installer.nsi 29 Jan 2009 16:05:44 -0000 1.49
@@ -6,13 +6,13 @@
;--------------------------------
;General

-!define VERSION "1.6.1"
+!define VERSION "2.0"


!define NAME "Ossec HIDS"
!define /date CDATE "%b %d %Y at %H:%M:%S"


Name "${NAME} Windows Agent v${VERSION}"
-BrandingText "Copyright (C) 2008 Third Brigade, Inc."
+BrandingText "Copyright (C) 2008,2009 Third Brigade, Inc."
OutFile "C:\ossec-win32-agent.exe"


OSSEC CVS

unread,
Jun 3, 2009, 2:09:58 PM6/3/09
to osse...@ossec.net
Module name: ossec-hids
Changes by: dcid 09/06/03 15:09:56

Modified files:
gen_win.sh ossec-installer.nsi

Log message:
Description: Adding option to restart agent remotely and adding agentless to syscheck_control
Reviewed by: dcid
Bug:

Index: gen_win.sh
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/win32/gen_win.sh,v
diff -u -r1.11 -r1.12
--- gen_win.sh 14 Aug 2008 19:21:58 -0000 1.11
+++ gen_win.sh 3 Jun 2009 18:09:55 -0000 1.12
@@ -12,6 +12,7 @@
./unix2dos.pl ../../etc/internal_options.conf > internal_options-win.conf
./unix2dos.pl ../../LICENSE > LICENSE.txt
./unix2dos.pl ../../active-response/win/route-null.cmd > route-null.cmd
+./unix2dos.pl ../../active-response/win/restart-ossec.cmd > restart-ossec.cmd

# Going to the source dir
cd ${DIR}

Index: ossec-installer.nsi
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/win32/ossec-installer.nsi,v
diff -u -r1.49 -r1.50
--- ossec-installer.nsi 29 Jan 2009 16:05:44 -0000 1.49
+++ ossec-installer.nsi 3 Jun 2009 18:09:55 -0000 1.50
@@ -83,7 +83,7 @@

ClearErrors

-File ossec-agent.exe default-ossec.conf manage_agents.exe os_win32ui.exe win32ui.exe ossec-rootcheck.exe internal_options.conf setup-windows.exe setup-syscheck.exe setup-iis.exe service-start.exe service-stop.exe doc.html rootkit_trojans.txt rootkit_files.txt add-localfile.exe LICENSE.txt rootcheck\rootcheck.conf rootcheck\db\win_applications_rcl.txt rootcheck\db\win_malware_rcl.txt rootcheck\db\win_audit_rcl.txt help.txt vista_sec.csv route-null.cmd
+File ossec-agent.exe default-ossec.conf manage_agents.exe os_win32ui.exe win32ui.exe ossec-rootcheck.exe internal_options.conf setup-windows.exe setup-syscheck.exe setup-iis.exe service-start.exe service-stop.exe doc.html rootkit_trojans.txt rootkit_files.txt add-localfile.exe LICENSE.txt rootcheck\rootcheck.conf rootcheck\db\win_applications_rcl.txt rootcheck\db\win_malware_rcl.txt rootcheck\db\win_audit_rcl.txt help.txt vista_sec.csv route-null.cmd restart-ossec.cmd
WriteRegStr HKLM SOFTWARE\ossec "Install_Dir" "$INSTDIR"

WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\ossec" "DisplayName" "OSSEC Hids Agent"
@@ -108,12 +108,14 @@
CreateDirectory "$INSTDIR\active-response"
CreateDirectory "$INSTDIR\active-response\bin"
Delete "$INSTDIR\active-response\bin\route-null.cmd"
+Delete "$INSTDIR\active-response\bin\restart-ossec.cmd"
Rename "$INSTDIR\rootkit_trojans.txt" "$INSTDIR\shared\rootkit_trojans.txt"
Rename "$INSTDIR\rootkit_files.txt" "$INSTDIR\shared\rootkit_files.txt"
Rename "$INSTDIR\win_malware_rcl.txt" "$INSTDIR\shared\win_malware_rcl.txt"
Rename "$INSTDIR\win_audit_rcl.txt" "$INSTDIR\shared\win_audit_rcl.txt"
Rename "$INSTDIR\win_applications_rcl.txt" "$INSTDIR\shared\win_applications_rcl.txt"
Rename "$INSTDIR\route-null.cmd" "$INSTDIR\active-response\bin\route-null.cmd"
+Rename "$INSTDIR\restart-ossec.cmd" "$INSTDIR\active-response\bin\restart-ossec.cmd"
Delete "$SMPROGRAMS\ossec\Edit.lnk"
Delete "$SMPROGRAMS\ossec\Uninstall.lnk"
Delete "$SMPROGRAMS\ossec\Documentation.lnk"
Reply all
Reply to author
Forward
0 new messages