summaryrefslogtreecommitdiff
path: root/net/ntop/patches
AgeCommit message (Collapse)AuthorFilesLines
2016-06-19Build with latest rrdtool.markd1-1/+29
2013-02-18fix path in patchfile.markd1-3/+3
2013-01-25automake-1.13 compatability.jperkin1-3/+23
2011-10-18Changes 4.1.0:adam4-28/+20
* Unknown
2011-02-11* Install Geo information.adam3-32/+21
* Depend on py-mako, so maps get be generated. * Don't discard badly checksummed packets. * Clean-up.
2011-02-09Changes 4.0.3:adam1-8/+10
This is a bug fix release.
2010-07-22Changes 4.0:adam3-70/+47
* Partially rewritten ntop processing engine to address reliability and performance * Several bugs and stability issues fixed * Added better support for IPFIX and NetFlow v9, as well as ntop PEN (Private Enterprise Number) * Added support for Cisco ASA firewalls * Added ntop engine scriptability via the python programming language * Added RRDalarm plugin for generating alerts based on thresholds * Improved google maps integration * Enhanced sFlow support
2009-07-21Make it build on DragonFly.hasso1-7/+11
2009-05-25Changes 3.3.10:adam2-36/+38
This release adds MPLS support, a per-interface BPF filter, the ability to export the HTTP GET parameters in QUERY_STRING_UNESCAPED in the Perl plugin, support for extended sFlow samples, a fix for a visualization issue when using VLANs, and an improved Perl plugin.
2009-05-03patch-ac: Apply upstream SVN revision 3748, which fixestnn1-0/+16
upstream ticket 75: "access logs globally writable in daemonized mode" Bump PKGREVISION.
2009-04-24Changes 3.3.9:adam2-5/+65
* Bug fixes * Uses GeoIP
2009-01-09fixes to compile and run on darwin.dbj1-2/+2
. modify configure.in to look for libpcap.dylib . set INSTALL_UNSTRIPPED=yes
2008-10-16Changes 3.3.8:adam2-4/+17
* Bug fixes and improvements.
2007-09-15Changes 3.3:adam2-106/+29
* Improved stability * Ease of use * U3 support and graphical GUI (Win32)
2005-11-18- Using "gcc -o /dev/null" has led to /dev/null being unlinked onrillig2-3/+91
Solaris. Enhanced patch-aa with a work-around. Fixes PR 32089. - Fixed invalid variable names (having dashes instead of underscores). - Added patch-ab, which is the same as patch-aa, except it is intended to be reported upstream.
2005-10-26Changes 3.2:adam1-0/+20
* VoIP support * NetFlow v9/IPFIX enhancements * performance boost * more statistics and stability
2005-01-06ntop is a network traffic probe that shows the network usage, similar to whatadam4-238/+0
the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well. ntop users can use a web browser (e.g. netscape) to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface. The use of: - a web interface - limited configuration and administration via the web interface - reduced CPU and memory usage (they vary according to network size and traffic) make ntop easy to use and suitable for monitoring various kind of networks.
2004-10-03Document that -w is disabled, and remove most other documentationwiz1-0/+80
about it. Addresses PR 27078. Bump PKGREVISION.
2001-03-10Since ntop isn't set?id anymore, make it work even if you're not root,wiz2-16/+71
but have sufficient permissions on /dev/bpf. Shuffle lines around so that error output in case of insufficient permissions happens before curses are initialized. Install it mode 555 instead of 550. Closes pkg/6761.
2001-01-07USE_CURSES instead of hardwired dependency on ncurses.wiz1-0/+28
Patch by Charles Hannum.
2000-10-20Update to 1.1nb1 - avoid possible format string crash with -i '...%s...'.abs3-39/+55
No known security issues as not installed set{u,g}id
2000-09-19Install the binary for this package as mode 550, and disable theagc7-137/+52
-w option, to avoid any compromises due to reported buffer overflow exploits, reported in ntop<=1.0 remote-root-shell http://www.securityfocus.com/advisories/2520 Also, upgrade to 1.1 on the distribution site, as the old distfile is no longer there, and 1.1 incorporates all the old patches in the pkgsrc version bar one minor one (passing CPPFLAGS into Makefile.in for the build environment).
1999-07-06 * Update ncurses dependency.jlam1-0/+14
* Use more extensible way of passing necessary -I flags to configure.
1998-12-28fix an error in 1.5: the patch was malformed.marc1-2/+2
1998-12-01Fixes PR6513 by <Matthias.Grutzeck@teco.edu>.hwr1-1/+4
XXX this should be changed to include <net/ethertypes.h> in post 1.3.2 worlds.
1998-10-13Our <netinet/if_ether.h> includes <net/ethertypes.h>, so I shouldn'tkim2-10/+8
include it separately. Avoid <ethertype.h> using a configure check.
1998-10-11Missing tag (only for one file this time!)kim1-0/+2
1998-10-11This patch no longer needed (fixed with LDFLAGS).kim1-12/+0
1998-10-11Updated ntop to 1.0kim6-150/+96
1998-10-11Actually use ncurses so this links.hubertf1-3/+12
1998-08-08Forgot that tag... (diff should output it for me?)kim1-0/+2
1998-08-08The logic for determining the local domain was wrong.kim2-4/+58
Using gethostname(3) instead (could use gethostbyname(3) on top of that, I guess...).
1998-08-07Adding ntop, "network top", v0.4kim5-0/+128