2003-06-07 12:34:10 by Julio Merino | Files touched by this commit (1) |
Log message:
Use BUILD_DIRS and INSTALL_DIRS, instead of custom post-build and post-install
targets.
|
2003-05-05 18:59:04 by Julio Merino | Files touched by this commit (10) |
Log message:
Line up PKGREVISION whitespace.
|
2003-05-02 13:57:35 by Thomas Klausner | Files touched by this commit (680) |
Log message:
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
|
2003-02-10 00:15:55 by Dan McMahill | Files touched by this commit (3) |
Log message:
reduce optimization on two problem files on alpha to avoid compiler bugs.
|
2003-01-30 11:46:58 by Matthias Drochner | Files touched by this commit (5) | |
Log message:
update to 0.6.9
changes:
+ GTK+ 2.0 interface (experimental) (--enable-devel)
+ Windows Plugins porting
+ Updated the passive OS fingerprint database (1093 records)
+ Dissector Proxy 8080
+ NTLM auth
+ Enhanced poisoning method (solaris issue)
+ NEW PLUGIN: troll, PPTP suite
+ text and ebcdic view from command line
+ lc-convert utility (share dir)
-fixes
|
2003-01-24 14:36:21 by Thomas Klausner | Files touched by this commit (15) |
Log message:
Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
|
2002-11-19 22:07:57 by Alistair G. Crooks | Files touched by this commit (2) |
Log message:
Update net/ettercap from version 0.6.6.6 to 0.6.7
Prompted by Simon Hitzemann in PR 19061
Changes from 0.6.6.6 to 0.6.7:
0.6.7 20020702
+ Updated the passive OS fingerprint database (853 records)
!! Fixed the strlcpy bug in the the telnet dissector (oops alor mistake)
!! Fixed a possible sigfault in the rlogin dissector
!! Fixed the exit_func for Mac OS X
|
2002-11-06 20:13:30 by Andrew Brown | Files touched by this commit (2) |
Log message:
It seems that when kqueue was merged to the trunk, sys/select.h
was altered to include sys/queue.h, which supplies a pile of macros
and defines _SYS_QUEUE_H_. Prior to this change, ettercap was able
to pull in its own ec_queue.h file to define these macros (and the
missing ones below) and also define _SYS_QUEUE_H_. The two macros
listed below are not in our definition of the macros, so we define
them manually later, if they're not defined by the include files.
|
2002-10-13 14:15:06 by Thomas Klausner | Files touched by this commit (1) |
Log message:
buildlink1 -> buildlink2.
|
2002-08-01 07:48:26 by Johnny C. Lam | Files touched by this commit (24) |
Log message:
Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
|