Skip to content

Commit

Permalink
Merge pull request #165 from OCSInventory-NG/removesnmp
Browse files Browse the repository at this point in the history
Remove SNMP feature and update agent to 2.7 version
  • Loading branch information
gillesdubois committed Jun 8, 2020
2 parents 5f7493b + b380e1c commit ce73ac2
Show file tree
Hide file tree
Showing 324 changed files with 816 additions and 6,715 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ ComHTTP/HTTP.APS
/SysInfo/Release/
/TestSysInfo/Debug/
/TestSysInfo/Release/

.vs

4 changes: 2 additions & 2 deletions Agent/CapDownload.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//====================================================================================
// Open Computer and Software Inventory Next Generation
// Copyright (C) 2010 OCS Inventory NG Team. All rights reserved.
// Copyright (C) 2010 OCS Inventory Team. All rights reserved.
// Web: http://www.ocsinventory-ng.org

// This code is open source and may be copied and modified as long as the source
Expand Down Expand Up @@ -267,7 +267,7 @@ BOOL CCapDownload::launch()
csCmd.Format(_T("\"%s\\download.exe\" %s"), getInstallFolder(), AfxGetApp()->m_lpCmdLine);
if (cmProcess.execNoWait(csCmd, getDataFolder()) != EXEC_SUCCESSFULL)
{
m_pLogger->log(LOG_PRIORITY_ERROR, _T("DOWNLOAD => Can't create OCS Inventory NG Download process (%s)"), cmProcess.getOutput());
m_pLogger->log(LOG_PRIORITY_ERROR, _T("DOWNLOAD => Can't create OCS Inventory Download process (%s)"), cmProcess.getOutput());
return FALSE;
}
m_pLogger->log(LOG_PRIORITY_NOTICE, _T("DOWNLOAD => Download and setup tool successfully started"));
Expand Down
2 changes: 1 addition & 1 deletion Agent/CapDownload.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//====================================================================================
// Open Computer and Software Inventory Next Generation
// Copyright (C) 2010 OCS Inventory NG Team. All rights reserved.
// Copyright (C) 2010 OCS Inventory Team. All rights reserved.
// Web: http://www.ocsinventory-ng.org

// This code is open source and may be copied and modified as long as the source
Expand Down
2 changes: 1 addition & 1 deletion Agent/CapExecute.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//====================================================================================
// Open Computer and Software Inventory Next Generation
// Copyright (C) 2010 OCS Inventory NG Team. All rights reserved.
// Copyright (C) 2010 OCS Inventory Team. All rights reserved.
// Web: http://www.ocsinventory-ng.org

// This code is open source and may be copied and modified as long as the source
Expand Down
2 changes: 1 addition & 1 deletion Agent/CapExecute.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//====================================================================================
// Open Computer and Software Inventory Next Generation
// Copyright (C) 2010 OCS Inventory NG Team. All rights reserved.
// Copyright (C) 2010 OCS Inventory Team. All rights reserved.
// Web: http://www.ocsinventory-ng.org

// This code is open source and may be copied and modified as long as the source
Expand Down
3 changes: 1 addition & 2 deletions Agent/CapIpdiscover.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//====================================================================================
// Open Computer and Software Inventory Next Generation
// Copyright (C) 2010 OCS Inventory NG Team. All rights reserved.
// Copyright (C) 2010 OCS Inventory Team. All rights reserved.
// Web: http://www.ocsinventory-ng.org

// This code is open source and may be copied and modified as long as the source
Expand All @@ -14,7 +14,6 @@

#include "stdafx.h"
#include "CapIpdiscover.h"
#include "CapSnmp.h"

#ifdef _DEBUG
#define new DEBUG_NEW
Expand Down
2 changes: 1 addition & 1 deletion Agent/CapIpdiscover.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//====================================================================================
// Open Computer and Software Inventory Next Generation
// Copyright (C) 2010 OCS Inventory NG Team. All rights reserved.
// Copyright (C) 2010 OCS Inventory Team. All rights reserved.
// Web: http://www.ocsinventory-ng.org

// This code is open source and may be copied and modified as long as the source
Expand Down
2 changes: 1 addition & 1 deletion Agent/CapKeyFinder.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//====================================================================================
// Open Computer and Software Inventory Next Generation
// Copyright (C) 2010 OCS Inventory NG Team. All rights reserved.
// Copyright (C) 2010 OCS Inventory Team. All rights reserved.
// Web: http://www.ocsinventory-ng.org

// This code is open source and may be copied and modified as long as the source
Expand Down
2 changes: 1 addition & 1 deletion Agent/CapKeyFinder.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//====================================================================================
// Open Computer and Software Inventory Next Generation
// Copyright (C) 2010 OCS Inventory NG Team. All rights reserved.
// Copyright (C) 2010 OCS Inventory Team. All rights reserved.
// Web: http://www.ocsinventory-ng.org

// This code is open source and may be copied and modified as long as the source
Expand Down
2 changes: 1 addition & 1 deletion Agent/CapRegistry.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//====================================================================================
// Open Computer and Software Inventory Next Generation
// Copyright (C) 2010 OCS Inventory NG Team. All rights reserved.
// Copyright (C) 2010 OCS Inventory Team. All rights reserved.
// Web: http://www.ocsinventory-ng.org

// This code is open source and may be copied and modified as long as the source
Expand Down
2 changes: 1 addition & 1 deletion Agent/CapRegistry.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//====================================================================================
// Open Computer and Software Inventory Next Generation
// Copyright (C) 2010 OCS Inventory NG Team. All rights reserved.
// Copyright (C) 2010 OCS Inventory Team. All rights reserved.
// Web: http://www.ocsinventory-ng.org

// This code is open source and may be copied and modified as long as the source
Expand Down
Loading

0 comments on commit ce73ac2

Please sign in to comment.