Commit graph

3722 commits

Author SHA1 Message Date
jtb
292a4bdd3e Add dnstracer. 2003-07-10 09:20:27 +00:00
jtb
bd100471e1 Initial import of dnstracer.
Dnstracer determines where a given Domain Name Server (DNS) gets its
information from, and follows the chain of DNS servers back to the
servers which know the data.

Its behaviour is similair to ntptrace(8), which does it for the NTP
protocol.
2003-07-10 09:19:31 +00:00
itojun
3bf74d6985 upgrade to 1.2.
1.2
=============
FEATURES:
        - NSD is now a single parent process (handling child
          termination and database reloads) plus multiple UDP and TCP
          child processes handling queries.  Before the parent process
          also handled UDP queries.  This change simplifies the parent
          and child processes and allows the use of multiple
          concurrent UDP servers.
	- Experimental plugin support.  This required a minor,
          incompatible change to the database format.  Make sure you
          recompile your database.  Use --enable-plugins to enable.
        - Full IPv6 support (for multi-homing and for Linux, thanks to
          Colm MacCárthaigh and Jun-ichiro itojun Hagino).  Use
          --enable-ipv6 to enable.
        - Support for multi-homing with TCP connections.
        - Support for SunOS 4.x has been dropped.

CODE CHANGES:
        - NSD should now conform to the Single Unix Specification
          (http://www.unix.org/).
        - Const correctness for strings and some other data types.
        - Removed code for Berkeley DB, hash tables, and mmap(2).
        - Separate preprocessor flags from code flags (CPPFLAGS and
          CFLAGS).
        - Use uint8_t instead of u_char, uint{16,32}_t instead of
          u_int{16,32}_t.
        - Fixed warnings from mixing signed and unsigned types.
        - Use sigaction(2) instead of signal(2).
        - The query_process function has been split up for clarity.

BUG FIXES:
	- CHAOS TXT queries failed on big-endian machines.
        - Portability fixes for Tru64 (thanks to Stephane Bortzmeyer),
          HP-UX, and MacOS X (thanks to Ronald van der Pol).
        - Removed compile time limit on maximum number of TCP child
          servers.
        - Support for debugging UDP and TCP queries.
        - Always ensure there is enough room for the EDNS record when
          answering a query with EDNS enabled.
2003-07-10 08:57:27 +00:00
grant
a3a82b696d correctly set ${MAKE_ENV} before calling ${MAKE}. 2003-07-09 20:53:07 +00:00
grant
f3694f11d4 USE_GCC_SHLIB 2003-07-09 20:33:07 +00:00
grant
5e2bf60e9e remove OPSYS conditional to pull in GNU sed, as this is automagically
handled by gsed/buildlink2.mk now.

tested on Solaris 9.
2003-07-09 08:15:16 +00:00
wiz
cca64763a8 No point in having a config.sub patch and setting CONFIG_SUB_OVERRIDE.
Remove the patch.
2003-07-07 12:02:14 +00:00
salo
47ec31150c Sync with the latest nmap update. 2003-07-04 23:50:42 +00:00
salo
7816e7fe75 Updated to version 3.30.
Changes:

- Implemented the largest-ever OS fingerprint update!  Roughtly 300
  fingerprints were added/modified.  These massive changes span the
  gamut from AIX 5.1 to the ZyXEL Prestige broadband router line.
  Notable updates include OpenBSD 3.3, FreeBSD 5.1, Mac OS X 10.2.6,
  Windows 2003 server, and more WAPs and broadband routers than you
  can shake a stick at.  Someone even submitted a fingerprint for
  Debian Linux running on the Microsoft Xbox.  You have to love that
  irony :).  Thanks to everyone who submitted fingerprints using the
  URL Nmap gives you when it gets a clean reading but is stumped.
  The fingerprint DB now contains almost 1000 fingerprints.

- Went through every one of the fingerprints to normalize the
  descriptions a bit.  I also looked up what all of the devices are
  (thanks E*Bay and Google!).  Results like "Nexland ISB Pro800 Turbo"
  and "Siemens 300E Release 6.5" are much more useful when you add the
  words "cable modem" and "business phone system"

- Added a new classification system to nmap-os-fingerprints.  In
  addition to the standard text description, each entry is now
  classified by vendor name (e.g. Sun), underlying OS (e.g. Solaris),
  OS generation (e.g. 7), and device type ("general purpose", router,
  switch, game console, etc).  This can be useful if you want to (say)
  locate and eliminate the SCO systems on a network, or find the
  wireless access points (WAPs) by scanning from the wired side.

- Classification system described above is now used to print out a
  "device type" line and OS categories for matches.  The free-form
  English details are still printed as well.  Nmap can sometimes
  provide classifications even where it used to provide nothing
  because of "too many matches".  These have been added to XML output
  as well.  They are not printed for the "grepable output", as I
  consider that format deprecated.

- Nmap will now sometimes guess in the "no exact matches" case, even
  if you don't use the secret --osscan_guess or -fuzzy options.

- Applied another huge NmapFE patch from Peter Marschall
  (peter(a)adpm.de).  This revamps the interface to use a tabbed
  format that allows for many more Nmap options to be used.  It also
  cleans up some crufty parts of the code.  Let Fyodor and Peter know
  what you think (and if you encounter any problems).

- Windows and Amiga ports now use packet receive times from libpcap.
  Let Fyodor know if you get any "time computation problem" errors.

- Updated version of the Russian man page translation from Alex Volkov
  (alex(a)cherepovets-city.ru).
2003-07-04 23:49:42 +00:00
hubertf
fbc088554d Update dhid to 5.0. Changes:
1) OnCmd and OffCmd options now are executed with the hostid parameter,
the local IPv4 dynamic IP address and additional parameters specified
in dhid.conf
2003-07-03 00:08:53 +00:00
jmmv
5ae77fa04e Avoid hardcoding /usr/pkg in patch files. 2003-07-02 18:28:42 +00:00
jmmv
21f05761ad Convert to PKG_SYSCONFDIR and buildlink2. Bump PKGREVISION to 2. 2003-07-02 18:22:42 +00:00
jmmv
73d1a17858 Use REPLACE_PERL. 2003-07-02 17:02:54 +00:00
gson
8da63aad13 Make MASTER_SITES refer to a location which the dnspython author says
will work even after the release is no longer current.
2003-07-01 00:24:15 +00:00
wiz
2b7daf4504 Add three missing locale files. 2003-06-30 16:27:56 +00:00
gson
c8353103a8 Update py-dns to 1.0.0. Fixes pkg/22020.
Changes from 1.0.0b3:

	* dns/rdata.py: Rdatas now implement rich comparisons instead of
	__cmp__.

	* dns/name.py: Names now implement rich comparisons instead of
	__cmp__.

	* dns/inet.py (inet_ntop): Always use our code, since the code
	in the socket module doesn't support AF_INET6 conversions if
	IPv6 sockets are not available on the system.

	* dns/resolver.py (Answer.__init__): A dangling CNAME chain was
	not raising NoAnswer.

	* Added a simple resolver Cache class.

	* Added an expiration attribute to answer instances.
2003-06-30 15:33:53 +00:00
wiz
ab1d416924 Update to 3.0.5, extract of changes:
* Logging with chroot has long since been fixed; added a note to
    startopts about other chroot stuff.  Closes: #82590, #82591.
  * Gopherd sometimes sent "+INFO " instead of "+INFO: ".  Fixed.
  * MAJOR rewrite of regex support.  This should make gopher
    compile and work better on several platforms.
  * Removed the DOMAIN configure support, DOMAIN_NAME in gopherd,
    backupdomain in Socket.c, etc.  This should prevent the no.domain.name
    problem that people have been seeing.  Regenerated configure stuff.
  * Added line for .png to gopherd.conf.in
And many more bug fixes.
Clsoes PR 22013.
2003-06-30 10:20:14 +00:00
jtb
bb03236c6b Remove build time dependency on bash.
Build with posix threads if supported ocaml.
2003-06-29 23:52:03 +00:00
gson
19b8ba66b7 Add and enable py-dns 2003-06-29 23:40:19 +00:00
gson
82d356fc9d Import dnspython-1.0.0b3.
dnspython is a DNS toolkit for Python. It provides both high and low
level access to DNS. The high level classes perform queries for data
of a given name, type, and class, and return an answer set. The low
level classes allow direct manipulation of DNS zones, messages, names,
and records.
2003-06-29 23:39:30 +00:00
uebayasi
f3fb8d6531 Update to 2.6.6.
Supplied by Toru Takamizu, PR22008.

Version 2.6.6 - 2003-05-28

* raised sane mirror connection limit to 64.
* fixed hftp file information retrieval when use-head is off (reported by
  Robert A. Thompson).
* ignore zero size reported by SIZE (for sunsolve.sun.com).
* fixed a bug with exclude/include of directories in reverse mirror.
* several bugs with mirror --script fixed (reported by Olaf Kaehler).
* fixed a bug with unterminated string in HTML parsing; add wwwoffle support
  (AIDA Shinra).
* fixed a bug with ssl settings pointing to files and directories (Diego
  Reyes).
* fixed a bug with sending empty path in HTTP protocol (Geoffrey Lee).
* fixed catching of file size from ftp server message 150.
* fixed hftp with password - now it should work with all proxies as it
  sends password in URI even when Authorization header is used.
* new debugging command .tasks to show number of tasks.
* now lftp does not load/save histories until it interacts with user.
  E.g. `lftp -c command' does not update ~/.lftp/rl_history now.
2003-06-29 10:22:22 +00:00
martti
2eb337614e Initial version. 2003-06-29 10:00:27 +00:00
jmmv
96c03b6f7f Update to 1.4.1a:
Version 1.4.1a
--------------
Madcat's contributions:
* FIXED: Crash on GetPeer() call during socket failure.
* FIXED: Crash when trying to send hash of nonexistent knownfile.

Version 1.4.1
-------------
Madcat's contributions:
* FIXED: Various crashes regarding Shared Files Reloading.
* FIXED: Several Search Tab Closing/Global Search related crashes.
* FIXED: Several eMule/xMule typos.
* FIXED: Endless loop if UDP packet sending failed.
* FIXED: Endless loop/memleak at ProcessMuleInfoPacket().
* FIXED: Endless loop at CPartFile::FlushBuffer().
* FIXED: CPU leak in ProcessHelloPacket().
* FIXED: gsocket.c compilation problems with older compilers.
* FIXED: Crash when search results were added to nonexistent search tab.
* FIXED: Endless loop in case UDP packet sending fails.
* FIXED: Sockets are also closed on crash now.
* Revised Search Result packet handling, shouldn't crash/memleak there anymore.
* Removed annoying MAX_RESULTS check from search tab.
* Added log line when ipfilter is loaded.
* All log messages are also written into file ($HOME/.xMule/logfile).
* Shared files list is now resorted after reloading.
* Implemented external ED2K links handling. Use ed2k <link> instead of xmule <link> from now on.
* Changed popup window to log message when shared file is not found.

Kry's contributions:
* FIXED: --version commandline argument.
* FIXED: Bogus 2.1.0.1 servers on serverlist.
* FIXED: Shared folders not shared in some systems.
* FIXED: Shared files not being shared in non-english languages.
* FIXED: Download limit being higher than capacity.
* Made ./xmule statistics more readable.
* Added a notification message in case second xMule is started.

Un-Thesis' contributions:
* FIXED: GTK-only XPM compatibillity problems.
* FIXED: GetTickCount compilation errors.
* FIXED: LOWID problems (AGAIN!).
* Removed pure GTK code from GetColour.
* Added eMule's LOWID icon to main status bar on LOWID connection.

MikaelB's contributions:
* FIXED: Toolbar sizing with i18n

Seneca's contributions:
* FIXED: Clipboard handling (ctrl+v instead of middleclick for pasting).

Closes PR pkg/21940.
2003-06-28 10:55:46 +00:00
adam
895b6f2545 Added support for gdchart 2003-06-24 08:16:32 +00:00
grant
5216c10bdd quote a literal and indentation 2003-06-24 06:45:46 +00:00
jmc
1a6129894a Make this work with non -current pthreads (pth, etc) 2003-06-23 22:15:24 +00:00
jtb
b683565843 Build with native code compilers on systems where they're available,
which now includes powerpc and sparc.
Bump PKGREVISION.
2003-06-23 20:36:13 +00:00
adam
5deb1db377 Reactivated patches for ntop2 2003-06-23 13:25:55 +00:00
adam
16285db017 Updated ntop to 2.2
What's new:
- SQL support removed
- rrd support added
- Added ability to configure plugins while inactive.
- Added @<filename> for configuration options.
- Table driven conversion of ip address -> country code replaces
  - where available - old gTLD/ccTLG version.
- memory failure trap, allows access to reports after ntop stops
  and run time parameter, --disable-stopcap to return to old
  behavior.
- Replaced active use of nmap with passive use of ettercap
  for OS fingerprinting.
- Automatic creation of problem report skeleton.
- Plugins menu shows plugins disabled due to problems.
- Default protocol list (if no -p option) changed
2003-06-23 13:23:36 +00:00
wiz
4bcb832c4e Update master sites. 2003-06-23 12:19:52 +00:00
adam
d286d86778 Revision bumped because of gd shared library major bump 2003-06-23 11:16:33 +00:00
adam
e46bc16733 Revision bumped because of gd shared library major bump; buildlink added for freetype-lib; CONFIGURE_ARGS fixed to use buildlink 2003-06-23 11:12:33 +00:00
wiz
66c84f28a0 Add and enable waste. 2003-06-19 08:34:50 +00:00
wiz
170d4e69ed Remove patch-aa and patch-ab, since they do not exist any more. 2003-06-19 08:28:22 +00:00
wiz
8fb599235a Wildcard userppp dependency. 2003-06-19 08:25:11 +00:00
tron
5f56eb2b6a It's "ftp.sunet.se" not "ftp0.sunet.se". 2003-06-19 07:33:13 +00:00
wiz
8b67b11879 Add some master sites. 2003-06-18 19:40:27 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
salo
a55f8fb942 Use buildlink2 to prevent false dependency on gettext-lib. Noticed by cyber@.
Remove now unnecessary post-patch target, delint, whitespaces, better wording
and formatting.
2003-06-18 01:01:20 +00:00
salo
ac56466f59 PKGREVISION++
Sync with the latest nmap.

Changes (from nmap):

- Applied (with a few modifications) a large NmapFE patch from Peter
  Marschall (peter(a)adpm.de).  This patch adds a bunch more scan/ping
  options and cleans up some redundant NmapFE code.
2003-06-17 14:49:48 +00:00
salo
a5abc41ad5 Updated to version 3.28.
Changes:

- Fixed (i hope) an issue that would cause Nmap to print "Serious time
  computation problem in adjust_timeout ..." and quit.  The ultimate
  cause was demonstrated by this --packet_trace snippet that Russel
  Miller (rmiller(a)duskglow.com) sent me:
  SENT (0.0500s) ICMP 0.0.0.0 > 127.0.0.1 Echo request (type=8/code=0) ...
  RCVD (0.0450s) ICMP 127.0.0.1 > 127.0.0.1 Echo reply (type=0/code=0) ...
  As you can see, the ping reply appears to come BEFORE the request
  was sent(!).  This sort of thing happens on at least Linux and
  Windows.  The send time is obtained from gettimeofday(NULL), while
  receive time libpcap packet header.

- For years, Nmap has added -I/usr/local/include and -L/usr/local/lib
  to the compiler line to grab local libraries.  I have removed this
  behavior by default, and added a '--with_localdirs' configure option
  that adds it back.  If Nmap fails to compile now without the above
  option, please let me know.  I can change the default back if this
  change causes more problems than it solves.  People (such as certain
  ports tree packagers) who know they don't want /usr/local should
  specify --without_localdirs rather than relying on that always being
  the default.

- Fixed (I hope) a problem that led to the error message "Assertion
  `tqi->sockets[probe_port_num][seq] == -1' failed".

- Fixed a problem that would cause Nmap on Windows to send ICMP ping
  packets from 0.0.0.0 instead of the appropriate source IP.  Thanks
  to Yeti (boxed(a)blueyonder.co.uk) for the report.

- Applied some changes from Solar Designer (solar(a)openwall.com)
  which fix some typos and also suggest safer /tmp/ behavior in the
  HACKING file and Lithuanian man page.  These changes are for the
  Nmap package of his Openwall GNU/*/Linux (Owl) distribution.
  [ http://www.openwall.com/Owl/ ]

- For Solaris, I now define NET_SIZE_T to size_t rather than socklen_t
  in nmap.h.  Isn't that exciting?!!!  Hopefully this will help
  compilation on Solaris 2.6 (and perhaps earlier).  If any Solaris
  users notice new compilation problems, please let me know.  Thanks to
  Al Smith (Al.Smith(a)aeschi.ch.eu.org) for reporting the issue.

- Removed an errant getopt() prototype in nbase/getopt.h which should
  hopefully improve compilation on certain Solaris boxes and BSD
  variants.

- SCO operating systems are no longer supported due to their recent
  (and absurd) attacks against Linux and IBM.  Bug reports relating to
  UnixWare will be ignored, or possibly even laughed at derisively.
  Note that I have no reason to believe anyone has ever used Nmap on
  SCO systems.  Unixware sucks.

- Fixed a problem with small --max_parallism values when non-root ping
  scanning that would cause Nmap to say "sendconnecttcpquery: Could
  not scavenge a free socket!" and quit.  Problem was reported by
  Justin A (justin(a)bouncybouncy.net) as Debian Bug #195463.

- Changed many single-quotes (') into double quotes (") in the man
  page due to a disagreement over whether to represent them as (') or
  (\') in nroff.

- Included --packet_trace support for Explicit Congestion Notification
  (rfc 2481/3168) flags thanks to a patch sent in by Maik Pfeil
  (root(a)bundesspionageministerium.de)

- Included --packet_trace support for a few (unusual) ICMP types in
  case Nmap receives them.  The patch was also sent by Maik Pfeil.

- Fixed a problem with redirecting XML/Grep/Machine output to stdout
  on Windows (e.g. -oX - ).  Problem was reported by Wei Jiang
  (Wei.Jiang(a)bindview.com)

- Made "-g -Wall" compiler flags dependent on availability of gcc/g++
  sine some other compilers do not support them.
2003-06-17 14:48:04 +00:00
itojun
894bf24a52 upgrade to 1.1
1.1
=============
FEATURES:
	- ANSI C
	- autoconf/configure
	- new parser
	- support for various RR types in zonec
	- support for UNKN RR types
BUG FIXES:
	- lots of zone parsing errors eliminated
	- empty node matching bug gives NXDOMAIN
1.0.3
=============
This release is a bug fix release and does not add any new features.
BUG FIXES:
        - Ignore SIGPIPE errors (bug #43).
        - Keep track of TCP child servers and restart if necessary.
          (bug #55)
        - Handle database reload failures correctly.
        - Close UDP sockets in TCP child servers.
        - Handle escaped characters (besides \.) in labels.
        - Preserve the query's RD flag in the answer.
1.0.2
=============
FEATURES:
	- -DBIND8_STATS to enable bind8 like [NX]STATS
	- -t flag to make nsd chroot to a certain directory
	- -s flag to make nsd produce statistics every s seconds
	- /etc/nsd/nsdc.conf to overwrite default variables
	  for nsdc.sh
	- less loggin and more radical tcp connection (mis)handling
	- prefork -n processes to handle tcp connections
	- multiple -a flags
CHANGES:
	- named.stats file functionality is removed
BUG FIXES:
	- couple of pedantic fixes in C code
	- last zone in database axfr bug fixed
	- nsdc update wont update bug fixed
2003-06-17 07:50:44 +00:00
shell
e5d7889d48 Updated to p5-Net-1.15
Changes (from 1.13) :

Global :
- Use read/print instead of sysread/syswrite for local files
  so CRLF translation happens if it needs to
- Some Docs updated

Net::FTP :
- Fix merge error spotted by Slaven Rezic
- Support for ALLO command (patch from Matthew N. Andrews)
- Add some error checking to the examples in the SYNOPSIS
- Allow the firewall type to be specified in Net::Config
  (patch from Philip Newton)

Net::SMTP :
- Allow multiple hosts to be passed to new() as an array reference
- Support MTAs with broken HELO response
  (patch from Michael Driscoll)
- Support for BINARYMIME
  (patch from Richard Coles)
- Fixes to the DSN parameter to mail()
  (patch from Rafael Garcia-Suarez)
- Make the use of email address extraction configurable. By default
  it is now back how it was

Some changes in Net::NNTP, Net::Domain and Net::Cmd
please see ChangeLog.
2003-06-14 09:18:10 +00:00
itojun
a565e443f4 upgrade to 0.9.13. includes security fix.
Overview of changes in Ethereal 0.9.13:

* Fix the endianness of the CCFilehandle NCP (Greg Morris)
* Add AUTH_GSSAPI support to RPC (Tony Schene, Guy)
* Various tap display filter fixes and updates (Guy)
* Enhance SNMP OID display (Laurent)
* M2PA message type field handling fix (Michael)
* Add support for versions 02 and 08 to M2PA (Michael)
* Add GNU ADNS support (Gerald)
* Fix compilation on systems without ADNS (Guy)
* Various HP-UX nettl fixes (Mark C. Brown)
* Handle DNSSEC DO/OK bit in OPT pseudo-RR (Yaniv)
* More ADNS fixes (Guy)
* Show DNS MBZ flags as either OK if 0 or incorrect if not 0 (Yaniv)
* Update NTLMv2 response blob parsing, magic number fixes (Tim)
* Don't try and dissect a zero length NTLM response as a NTLMv2 response
  (Tim)
* Use the Python script to make register.c if we have Python (Guy)
* Fix variable signedness and size in Modbus (Stephen Shelley, Guy)
* Add basic authentication support to WSP, other updates (Olivier Biot)
* Fix OSPF simple password string length (Guy)
* Fix WTP sub-PDU size presentation in the protocol tree (Olivier)
* Mark encrypted DCERPC stub data as such (Jean-Baptiste Marchand, Guy)
* Move NTLMv2 response dissection into common code module (Tim)
* Add a dissect_ndr_counted_byte_array_cb function to DCERPC NT (Tim)
* Dissect a ntlmv2 response if found in a samlogon request (Tim)
* Throw an exception if we have trouble copying a DCERPC string (Guy)
* Do the "tvb_ensure_bytes_exist()" check, and the check for a zero-length
  bit string, in the code to process an ASN.1 bit string (Guy)
* Treat a 6-byte value in a MAPI login reply as an aligned 4-byte value
  (Guy)
* Enhance DCERPC NDR string handling (Guy)
* Put the source and destination addresses in an Ethernet data structure
  in the right order (Graeme Hewson)
* Fix the buddy name length in AIM (Guy)
* Move dissection of NETLOGON secure channel auth verifier into
  packet-dcerpc-netlogon.c (Tim)
* Increment a string length in TACACS to reflect the new behavior of
  tvb_get_nstringz0() (Guy)
* Move platform ID values to packet-dcerpc-nt.c (Guy)
* Fix the call that adds the BGP local preference to the tree (Guy)
* Add the right decoding for AFP3.1 FPCatSearchExt call (Didier Gautheron)
* Fix an overflow bug in OSI, check LSP checksums (Laurent Rabret)
* Add support for the new OpenBSD pflog DLT (Can Erkin Acar)
* Add support for a systemwide color filter file, close a file handle
  that had otherwise been left open (Richard Urwin)
* Use get_datafile_path() in various places in the code (Guy)
* Implement a ring buffer switch duration (Laurent)
* Switch from u_int32_t to guint32 in the packet-pflog.c (Guy)
* Fix a typo in wtap.c (Guy)
* Squelch some compiler complaints (Guy)
* Update the TODO list (Guy)
* Tap SMB packets before we call the dissecotrs (Ronnie)
* Add support for Solaris keepalives (Ronnie)
* Add the list of output file format specs to Tethereal's man page (Gerald)
* More tvb_get_nstringz0() fixes (Gerald)
* Fix a -z io,users,ip calculations bug (Martin Visser)
* Fix incorrect tvbuff definition in the WTP PDU concatenation situation
  (Olivier)
* Updates to support draft-ietf-idr-bgp-ext-communities (Motonori)
* Add support for VMS UCX$TRACE output (Martin Warnes)
* Fix string handling bugs in BGP (Gerald)
* Clean "dissect_rpc_opaque_data()" up a bit (Guy)
* Correctly handle short TCP headers (Ronnie)
* Enhance VMS UCX$TRACE file recognition (Martin Warnes)
* Lump TCPIPtrace and UCX$TRACE together (Guy)
* Clean up and simplify the RTP dissector and tap code (Miha Jemec)
* Make dissect_rpc_opaque_data available to other dissectors (Richard)
* Improve fragmented TCP packet handling (Guy)
* Improve TCP error packet handling (Guy)
* More short TCP length improvements (Guy)
* Change the interface to dissect_ndr_nt_PSID() (Ronnie)
* DCERPC sid snooping enhancements (Ronnie)
* Changes to support NFS RPCSEC_GSS (J. Bruce Field, Richard)
* Rearrange sid snooping a bit (Ronnie)
* Prettify some DCERPC SID printing (Ronnie)
* Add snooping of sid->domain mapping from POLICY_ACCOUNT_DOMAIN_INFO
  structures (Ronnie)
* Remove unused include from packet-dcerpc-samr.c (Ronnie)
* Small RPC fix (Richard)
* Put some missing contributor addresses in ethereal.pod.template (Guy)
* A small fix to NFSv4 to properly decode the secinfo response array
  (Richard)
* Properly initialize sid_str in packet-smb.c (Tim)
* Quieten some unused variable warnings in packet-msproxy.c (Tim)
* Fix typo in name of ett for krb5 auth verifier in DCERPC (Tim)
* Dissect DCERPC LSA policy handles in place (Tim)
* Move base64_decode() to a common area (Tim)
* First changes to properly support RFC1964 (Richard)
* Dissect SPNEGO GSSAPI GetMIC tokens (Richard)
* Add an API to get the dissector name from a dissector handle (Guy)
* Add support for GSSAPI GSS_Wrap tokens (Richard)
* Note that we should probably do PPP Multilink reassembly in the TODO
  file (Guy)
* Distcc support (Brad Hards, Ronnie)
* Convert unsafe string handling to GStrings in WTP (Gerald)
* Fix snprintf() return value checking in DNS, 802.11, ISAKMP, and WSP
  (Gerald)
* Fix more string-related nits in CLNP, ISIS CLV, and RMI (Gerald)
* Get rid of the CRs at the ends of lines in packet-distcc.c (Guy)
* Convert the DNS WKS bitnames variable to a GString (Gerald)
* Use a GString to store the  ISIS CLV formatted authentication
  information (Guy)
* Break out the SPNEGO/GSSAPI request flags (Richard)
* Add RFC3526 DH MODP groups to ISAKMP (Yaniv)
* Fix string index errors in 802.11, ISAKMP, RMI, and WSP (Guy)
* Deal with cases where there's no token ID in a Kerberos blob (Guy)
* Strings in PPTP are null-padded, not null-terminated (Guy)
* Null-terminate ASCII string values in "dissect_ndr_cvstring()" (Guy)
* Fix SCSI string padding (Guy)
* Fix the definition of ISAKMP NUM_GRPDESC_TYPES (Yaniv)
* Add ADNS to the "Compiled with" list (Gerald)
* Make the RTP tap analysis code use create_tempfile() instead of tmpnam()
  (Gerald)
* Get rid of a debugging message in packet-dcerpc-spoolss.c (Guy)
* Fix typoes in packet-dcerpc-samr.c (Guy)
* Flag fragmented data as such in DCERPC (Guy)
* Properly seek to the beginning of TCPIPTrace lines (Guy)
* Fix the declaration of "open_routines[]" in file.c (Graeme)
* Fix file opening in tap_rtp.c (Gerald)
* Various BGP fixes (Hannes Gredler)
* Improve ISIS LSP checksum display (Laurent Rabret)
* Properly free data in ICMPv6, 802.11, RTCP, and SMB (Laurent)
* Add the MSRPC ATSVC interface (Jean-Baptiste Marchand)
* COTP reassembly (Laurent Meyer)
* Add packet-dcerpc-atsvc.h to Makefile.am (Gerald)
* Add the MSRPC ATSVC interface to Makefile.nmake (Guy)
* Fix whitespace handling in SIP (Steven Lass)
* Decode the base-64 string for HTTP Basic authorization (tz)
* Some minor updates to LSA (Ronnie)
* Update SAMR context handle display (Ronnie)
* Fix an SPNEGO/ASN.1 segfault, enhance the responseToken display (Richard)
* Dissect a netlogon credential as eight FT_BYTES (Tim)
* Add GNU ADNS to the Windows build environment (Gerald)
* Add support for WPA (Wi-Fi Protected Access) key in EAPOL frames and WPA
  IE in 802.11 beacon and probe response frames (Jeff Liu)
* CPHA magic number adjustments (Yaniv Kaul)
* Update the plugin API for Glib/GTK+ 2.2 and have NSIS remove the Start
  menu entries and desktop icon (Lars Roland)
* Fix a bug in the SUA global title address parameter, add subdissectors
  (Niels Koot)
* Fix up some comments, and move some common GLib 1.2[.x]/2.x code outside
  #ifdefs in plugins.c (Guy)
* Handle more than one DCERPC call per frame (Guy)
* Lots of different NDPS updates and fixes (Guy)
* Fix UDP error packet handling (Guy)
* Tweake ISIS CLV string appending (Guy)
* Improve RMCP packet recognition (Guy)
* Fix string length checking in tvb_fake_unicode() (Guy)
* Adjust proto.c to better handle null-padded strings (Guy)
* More null-padded string fixes (Guy)
* Improve ASCIIZ string handling in ncp2222.py, other fixes (Guy)
* DCERPC policy handle hashing improvements (Guy)
* Add a "-d" flag to tethereal, related changes (Lionel Ains, Guy)
* Teach the sid snooping how to extract sid->name mappings from
  SAMR:QueryDispInfo (Ronnie)
* Fix to make the dcerpc_smb_fetch_pol use the new function argument list
  (Ronnie)
* Improve value string handling in MDSHDR (Motonori)
* Use "=" instead of "==" in an assignment in proto.c (Gerald)
* Replace bcmp() with memcmp() in 802.11 and add a missing quote to the
  NSIS definition file (Lars)
* Make IP frame numbers unsigned (Guy)
* Don't use "tvb_get_nstringz()" to get string data in SMPP (Guy)
* Dissect extended attribute lists in SMB trans2 QUERY_FILE_INFORMATION,
  info level 4 (Tim)
* Rename SMB's EA length field to EA list length (Tim)
* Some ATSVC fixes (Jean-Baptiste)
* Use "tvb_format_text()" to display WBXML strings (Guy)
* Handle the AFP Unix Privilege bit as defined in the 3.1 spec (Didier)
* Add an ethertype 0 pref to MDSHDR, other fixes (Dinesh, Guy)
* Add new supported IDs, fix padding bytes in SCTP (Michael)
* Fix some typos in SCTP (Michael)
* Properly specify an unused argument in packet-sctp.c (Guy)
* Improve SMB TRANS2_SET_{PATH,FILE}_INFORMATION handling (Guy)
* Add a "--enable-threads" option, which allows to build the gtk+ v2
  ethereal with or without threads (Olivier)
* Print an MMSE warning in the protocol tree instead of the console
  (Gerald)
* Update SMB informational strings to reflect CIFS 1.0, other fixes (Guy)
* Clean up the checks for valid SIP requests and responses (Guy)
* Dissect the SMB 12-byte reserved field (Richard)
* Fix "tvb_strneql()", "tvb_strncaseeql()", and "tvb_memeql()" not to
  throw an exception out of hand (Guy)
* Fix LDAP tree creation (Guy)
* Clean up Ethereal's command line usage message (Guy)
* SID name mappings can now be presented in a table by tethereal
  using the -z smb,sids  command argument (Ronnie)
* Add a tap listener to present sid to name mappings for tethereal (Ronnie)
* Fix Tethereal man page command line options and program name (Guy)
* Fix the display of the high 16 bits of the SMB PID (Guy)
* Update the FAQ to May 25 (Joerg)
* Update manuf to June 10 (Joerg)
* Show the upper 2 bytes of SMB's formerly-reserved area as a "High Part of
  PID" even for SMB-over-IPX (Guy)
* Add support for some additional SAPs for Netware and OSI (Guy)
* Improve the CR-LF check in SMTP (Guy)
* Change DCERPC, Fix, and ISDN to reflect the new behavior of tvb_memeql()
  (Guy)
* If ADNS_DIR isn't defined, don't link with the ADNS library (Guy)
* Properly handle an empty interface list in Windows (Guy)
* Finish the NFS_ACL dissector (Mike Frisch)
* Fix "Ethereal" capitalization and boldface in the pod page (Guy)
* Get rid of an unused variable in proto.c (Guy)
* Add a paddint preference to the FDDI dissector (Laurent)
* Add http.request.method field with an accompanying subtree (Gilbert)
* Put the FTP request or response line into the protocol tree (Guy)
* Add a couple of missing line continuations to Makefile.nmake (Gerald)
* Get the right length for HTTP methods with an "M-" prefix (Guy)
* Add support for Common Industrial Protocol over IP (Joakim Wiberg)
* Add RTNET/TDMA support (Erwin Rol)
* Handle diff lines that look like "Binary files" (Gilbert)
* Put the SMTP request or response line into the protocol tree (Guy)
* Put the POP request or response line into the protocol tree (Guy)
* Put the IMAP request or response line into the protocol tree (Guy)
* Put the ACAP request or response line into the protocol tree (Guy)
* Fix value fetching and tree filling in TSP (Guy)
* Fix the NCP SetCmdValueNum display (Gilbert)
* Update the SIP request/response subfield display, fix a string free (Guy)
* Expand the ability of fvalue_to_string_repr, and modify more FT_* types
  to provide that method (Gilbert)
* Put in a missing "break" statement in proto.c (Guy)
* Update to the CIP dissector, reverting to the "EtherNet/IP" name
  (Joakim)
2003-06-13 03:18:19 +00:00
grant
00dd0d0aae don't use bare ${RPATH_FLAG}, prefix with -Wl, to allow FIX_RPATH to
perform its magic.

allows this to build again on Darwin.
2003-06-11 21:31:13 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
wiz
0811953e50 Update to 0.45, from Todd Vierling in PR 21859.
2003-05-11 0.45

 - new option -D to not reset default portlist if -p is given
 - new port - 5490 - NONAME/1.4 HTTP CONNECT-only proxy (trojan?)

2003-05-05 0.44

 - added ports 1075 to list of ports for socks and http (MSP proxy)

2003-05-01 0.43

 - determine DSBL-listed IP for DSBL submissions (new DSBL listme@
   server now allows this by printing an IP that was listed on final
   \r\n.\r\n reply line)
 - added some proxy info recognision (proxy-agent - yay!), activate with -x.
 - removed broken HTTP GET support altogether
 - moved HTTP PUT and wingate/telnet to be more "advanced"
 - added port 21 to the list of FTP ports
 - changed connect timeout to be half of -t
 - yet another wingate/telnet prompt ("telnet>")
 - CCProxy Telnet handler
 - write "open" string w/o stdio/buffering
 - fixed error (proxycheck always prints "closed" lines ignoring -n flag)
2003-06-11 20:15:14 +00:00
simonb
9dc2923da2 Update description to point out this is not an alpha release any more.
From Greg Woods on netbsd-users.
2003-06-11 05:58:10 +00:00
simonb
47de22599a Update HOMEPAGE. 2003-06-11 05:53:06 +00:00
wiz
c6aea1cacc Not necessary any longer, yay. 2003-06-10 13:35:23 +00:00