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.
* 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.
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.
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.
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.
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
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.
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.
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
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.
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)
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-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)
- Version 0.85.3
- fix the unfairness of upload/download speed limit. In previous version, most
of the time, a transfer obtains nearly all the bandwidth available.
- client can establish connection through web proxy.
- new flag added: -C. This flag is used to provide the address and port of the
web proxy to use.
- fix a bug crashing the client if it uses glib2.x (glib1.2 version is not
affected).
- fix GDL type detection problem preventing attachment of broken GDL.
- .sub added to file type "doc" (most of the time, these files contains
subtitles).
- remove numerous old debug messages.
- 2 new commands added: /GDLMETDIR and /GDLMETPOLL. Using them, DCTC can use
some informations obtained by the e-donkey emule client (partial CRC in .met
files).
-----------
- Version 0.85.2
- .iso, .bin, .cue and .img added to the file type "exe".
- fix a bug occuring when a broken GDL with L0CRC is available.
- fix a bug occuring when attaching a broken GDL with L0CRC (L0CRC was lost).
- new flag added: -m . If this option is set, DCTC will automatically append a
dc++ like tag to your description.
- fix a configuration problem when detecting MD* functions.
- fix a hanging problem occuring when an UI disconnects when DCTC sends lot of
messages to it.
- UADDR handles smarter incoming IP without known name. It prevents duplicated
IP with IP with known name. To increase efficiency, it also tries a set of
well known ports accepting DC connection.
-----------
- Version 0.85.1
- the old md5 support was removed (option: -5).
- hublist handles an environment variable named "HUBLIST". In this variable, you
can put all the hublist URL you want to use, use [tab] as separator. If the
variable is not defined, the default direct connect hublist is used.
- hublist supports bzip2 list.
- fix typo in dctc man pages. Add man page for hublist.
- timeout added to hublist to prevent long wait when a hublist server does not
respond.
- new program added: dctc_gdl123. This program takes 2 corrupted GDLs of the
same files and rebuild a partial GDL containing only identical parts of the 2
corrupted GDLs.
-----------
- Version 0.85.0
- periodically send something to the hub is no network activity exists. This is
required else the hub will close the connection.
- new command added: /GDLCRC, /GDLNOCRC. Using them, you can set a CRC on a GDL.
DCTC computes CRC in the same manner has e-donkey 2000 does thus you can use
its CRC (a 32 characters string composed of 0,1,...9,A,...,F values). The CRC
allows detection of corrupted file but it does not provide corrupted data
recovery. (see Documentation/DCextension/ed2k_crc file).
- minor change in the GLSTC format. To keep compatibility with gtk 1.2 version,
no field is added. If a GDL CRC exists, it is appended to the script to start
field, you will see a " &CRC:" field inside it.
- new flag added: -Z. When used, the given parameter is a directory that will
be used instead of the default $(HOME)/.dctc directory.
Patch by Henrique do N. Angelo (phpDC project).
- fix g_string_sprintf[a] compilation problem with glib2.
- flag -m is removed. DCTC now always works in extended mode.
- Add support of DC protocol extension commands: MD4Get0 and MD4Set. When
connected to a compatible hub, you can send or retrieve partial CRC allowing
detection of corruption of part of files. (see Documentation/DCextension/
ed2k_crc file).
WARNING: the CRC computation has 2 effects:
--------
1) If someone asks your client a CRC of a file you have not yet computed,
DCTC will freeze during the computation (problem will be solved in
future release). The computation of the CRC of 450MB file tooks
approximately 15 seconds on my XP1700+.
Note: only the main thread will be busy, download/upload won't be
stopped.
2) the speed of CRC computation and of the splitting of the faulty file
is done at full speed thus you will have a lot of disk I/O. If you
burn a CD on a non burn-proof CD writer, the burning process will
probably be interrupted. On my test computer (athlon XP1700+, 768MB
RAM, UDMA100 7200rpm disk), when reparing a 450MB file, I have
encountered a freeze of 0.5 second due to the high I/O load.
- '*.mid' files are known recognized as audio file.
2003/06/05: Simon (release-2-5-3)(branch: release-2-5-1-patches)
- Fixed ENORMOUS bug in donkey that could cause corruption on other clients
All the md4s will be recomputed for all shared files at next startup.
2003/06/02: Simon (release-2-5-1)
- BitTorrent: bug fix when reconnecting to tracker (remove empty event field)
- DriverMain: remove use of "cp" command
- Applied patches #1530, #1531, #1543, #1548 and #1563
unlocked mutex (thus triggering a libpthread assertion). I'm not sure if
this patch is completely right, but the program seems to work fine.
Bump PKGREVISION to 2.
Imported as a separate package as this version works with the newer "snow"
Base Station and with the Airport Extreme but *not* with the original
Base Station.
status restrict distribution (src and binary). Descr:
WASTE is a software product and protocol that enables secure distributed
communication for small (on the order of 10-50 nodes) trusted groups of users.
WASTE is designed to enable small companies and small teams within larger
companies to easily communicate and collaborate in a secure and efficient
fashion, independent of physical network topology.
* Sync with net/samba package:
- clean up findsmp; no need to prepend ${WRKSRC}.
- Don't create ${PREFIX}/private.
- Stop installing HTML documentation.
* Allow longer share name to Windows XP and Windows 2003 server as well as
Windows 2000. Discussion was on the samba-jp mailing list.
* findsmb is a perl script, and we need to substitute the correct path to
the perl interpreter.
* Don't create ${PREFIX}/private during a "make install" as it's a
completely useless directory.
* Don't bother to install the completely outdated Samba HTML documentation
that is superseded by the Samba HOWTO Collection documentation.
xMule is an easy to use multi-platform client for the ED2K Peer-to-Peer
Network. It was originally based on eMule, the popular windows-only client
for the same network. It uses the wxWindows class library.
Some of its features include Movie Preview, GTK2 Compatibility, Multi-Selection
in all lists, Tray-icon, Statistics, Source Exchange, File Commenting any many
more.
Based on the package provided in pkgsrc-wip by Marc Recht and one provided by
Pablo Méndez in private mail. Obsoletes lmule.
bftpd is a FTP server that tries to be very configurable while being fast and
small. Its features include:
* Easy configuration.
* Speed.
* Support for most RFC FTP commands.
* tar.gz on-the-fly compression/archiving.
* Security with chroot without special setup.
* No need for extra files (sh, ls..) in a chroot environment.
* Logging to wtmp and to logfile or syslog.
* PAM and passwd/shadow support.
* Support for SITE CHOWN/CHMOD.
Package provided by virtus@wanadoo.nl in pkgsrc-wip with several changes by me.
GINI is a free streaming media server for UNIX like operating systems.
Its aim is to provide a free streaming solution for the current audio
and video formats.
Package provided in pkgsrc-wip by Juan RP with some minor changes by me.
GeoIP is a C library that enables the user to find the country that any IP
address or hostname originates from. It uses a file based database that is
accurate as of March 2002. This database simply contains IP blocks as keys,
and countries as values. It should be more complete and accurate than using
reverse DNS lookups.
This module can be used to automatically select the geographically closest
mirror, to analyze your web server logs to determine the countries of your
visitors, for credit card fraud detection, and for software export controls.
Package initially provided by Juan RP through pkgsrc-wip, with several
changes by me.
Addresses PR pkg/21719 by Andrey Simonenko (MAINTAINER).
Changes:
- don't include bsd.pkg.install.mk if USE_PKGINSTALL is already set
- restrict to *BSD
- install /var/ipa directory
- fix paths in manual pages
- better rc scripts, NetBSD native and generic one
- DESCR has 80 columns
1.3.4:
======
- Added support for PF from OpenBSD 3.3
- Minor changes
- take over maintainership, MAINTAINER is not reachable on his mail anymore
(non-existent domain).
Changes:
Logging has been enhanced, including syslog support. IPv6 support has been
added. STRU, MODE, STOU, HELP, and SITE HELP have been implemented. Better
control of which commands to allow has been added. pam_session support has
been added. Error messages have been improved. There are lots of bugfixes
and new configuration options.
- Eliminate crypt() not defined warning.
- "grep -q" is not standard to redirect to /dev/null instead.
- Make banned_email_file work second time around.
- Add force_dot_files to work around broken clients. The behaviour when
enabled is very wu-ftpd like.
- Implement SITE HELP - should work around IE bug?
- Update README, vsftpd.conf with references to read the manual page!
- Log revamp: add dual_log_enable to log to xferlog AND vsftpd.log.
- Log revamp: add syslog_enable to log vsftpd.log to syslog().
- Add "background" option to background the listener process.
- Fix warning is vsftpd.8 man page, Bill Nottingham <notting@redhat.com>.
- Fix tcp wrappers support to NOT emit loads of Bad file descriptor messages
to the system log.
- Add ability to make bandwidth limiter smoother by using e.g.
trans_chunk_size=8192.
- Add ability for virtual users to use local privs non anon privs, via
virtual_use_local_privs=YES.
- Fix sendfile() fallback on FreeBSD, thanks to Adam Stroud
<adstro@stny.rr.com>.
- Add pam_session support, as well as utmp and wtmp logging for local logins
(when using a PAM build). Tested pam_limits maxlogins works.
- Ensure the source IP address for PORT connects is always the same as the
control connection local IP address. Previously it was not when NOT using
connect_from_port_20 in the presence of multiple local IP addresses.
- Oops - make max_per_ip and max_clients work with the two process model
when both connect_from_port_20 and chown_uploads are false.
- Initial IPv6 support (EPSV only).
- Add EPRT support to IPv6.
- Fix "ls .file" to list .file even if the ls -a flag is not present. Noted
by and thanks to Sean Millichamp <sean@enertronllc.com>.
- Better error messages for config file parse fail: include setting name.
- Fix bug in str_split_text where text is greater than 1 character long!
- Make it build on Solaris8 - switch from utmp to utmpx and handle missing
LOG_FTP.
- Always check for VSFTPD_LOAD_CONF environment variable.
- Implement HELP properly (should help broken clients).
- Fix FreeBSD build (no utmpx.h, so disable feature).
- Fix chown_uploads.
- "Guess fix" for FreeBSD reported bug. I reckon FreeBSD is returning -EINTR
from a blocking close but still closing the fd, despite the error return. So
cater for this. Reported by Drew Vogel <dvogel@intercarve.net>.
- Add download_enable and dirlist_enable. Useful in conjunction with the
per-user config stuff.
- Add chmod_enable.
- Implement STRU and MODE for _old_, broken clients!
- Log connects.
- Fix 500 OOPS with chown_uploads and an APPE command.
- Improve some error messages: die -> die2 for more information.
- Repair max_per_ip (problem comparing IPv4 addresses).
- Make chown_uploads work with virtual users.
- Chmod files to 0600 before chown_uploads kicks in.
- Add STOU support.
- Add cmds_allowed config parameter.
- Add some FAQ entries.
Quote from Changelog.en.
Here is the fix list of Samba2.2 Japanese Edition.
The sign of each line means:
*: Fix of Samba Japanese Edition only
x: Fix of sending a patch to Samba Team
c: Fix of being commited a patch by Samba Team
samba-2.2.8a-ja-1.0
~~~~~~~~~~~~~~~~~~~
Changes to the internationalized version
* Fixed permissions for docs/ja/htmldocs/BrowsingFAQ/image/*.gif
[sugj-tech:5281]
Changes to the original version
* Fixed Japanese file name problem for DFS [samba-jp:14700]
samba-2.2.8a-ja-1.0alpha3
~~~~~~~~~~~~~~~~~~~~~~~~~
Changes to the original version
* Fixed the problem which depends on size of off_t [sugj-tech:5272]
samba-2.2.8a-ja-1.0alpha2
~~~~~~~~~~~~~~~~~~~~~~~~~
Changes to the original version
* Fixed unmatched problem for int<->unsigned int [sugj-tech:5248]
* Fixed unmatched problem for uint32<->unsigned int [sugj-tech:5253]
Changes (newer first)
- Fasttrack:
* Reduce client_name to 32 characters
* Stop computing useless SHA1 hashes (inherited from Gnutella copy/paste)
* Limitation on the number of simultaneous sources for a file
* Ask for a range only after the connection has succeeded
* Support for Complex queries
* Works on PPC now
* sig2dat:// links added
* Automatically replace spaces in client name by _
* Use HTTP/1.0 (really necessary ? probably not)
* Recover sources for files
* Reconnect to good sources immediatly
* Ask longer ranges
- Fasttrack: working good now :)
* Can look for new sources
- FastTrack: first try, far from complete, only for x86 !!!
* Copy of gnutella/ plugin architecture to fasttrack/
* Cipher C stubs available from Ocaml
* Connection to main server: OK
* Connections to ultrapeers: OK
* Simple Searches sent: OK
* Results received: OK
* Downloads: OK, no recover yet
- GUI:
* Plugins sorted in config panel
* Fixed the problem with servers appearing as New Hosts
- Fixed bug adding one file several times in 'old_files'
- Applied patches #1523, #1527, #1512, #1513, #1510, #1503
- Applied patches #1476, #1477, #1479 and #1481
- Fixed major file corruption bug when using 'buffer_writes' in bittorrent,
fasttrack and gnutella.
- Plugins initialized in the correct order (no downloads restarted at 0%)
- Bittorrent:
* Force flush with "buffer_writes" option before Sha1 computation
- "set enable_... true/false" should now immediatly trigger the network
(before that, a restart was necessary)
- Bug fix: the bug causing too many open file descriptors and pausing
recovered files maybe fixed.
- Gnutella:
* Fixed problem with \r in GWebCache
- Searches can be limited to particular network (bug fix in GUI)
- Gnutella2:
* Added number of leaves per ultrapeer
- Added mldonkey/tools/pandora/ to help understand protocols
- Config: copy old downloads.ini to downloads_expert.ini and
donkey.ini if the latter ones are absent
As seen in libc, prevent gcc's memory usage from exploding during
optimizing of SHA code by moving each round into a separate function on
sparc64.
Also remove TEXINFO_REQ, scli.{texinfo,info} are patched and touched in
such a way that makeinfo is not required for build and of course it was
not for "running": devel/gtexinfo is no more a dependency on most
NetBSD system and most of !NetBSD pkgsrc platforms.
XXX This TeXinfo/Info files issue will be more cleanly addressed soon
and wholesale...
Bump PKGREVISION.
The scli package was written to address the need for small and efficient
command line utilities to monitor and configure network devices and
host systems. The scli package is based on the SNMP management
protocol.
To summarize, the slogan for this little package is:
"After more than 10 years of SNMP, I felt it is time for really
useful command line SNMP monitoring and configuration tools. ;-)"
NOTE: The names of the default configuration files has changed. They
now end in `.cfg' or `.sym'.
Approved by MAINTAINER.
Changes since last packaged version:
* 4-3-2003 flow-tools-0.66 released
* reapply flow-fanout linux patch, also infected flow-send
* 4-3-2003 flow-tools-0.65 released
* flow-send, flow-fanout: -s source IP address spoofing.
* build: builddir != srcdir problems - noted by jos@catnook.com
* build: All default config files installed by default.
* build: config files end in .cfg, symbol files end in .sym. Note this changes
the names of the default configuration files.
* ftlib: ftfil.c - random sample filter - reqested by
Edward Balas <ebalas@iu.edu>
* ftlib: ftstat.c - ip-destination-address-source-count missing count - noted
by Christian Cinetto <cinetto@garr.it>
* build: example tags file installed by default.
* ftlib: ftstat.c - broken ip-source-address/ip-destination-port - noted
by Gerhard.Haindl@t-systems.at
* ftlib: ftstat.c - broken ip-destination-address/destination-as - noted
by carsten.strahler@lambdanet.net
* remove bin scripts (mostly historical OSU stuff)
* upgrade to automake 1.7.3 and autoconf 2.57
* docs: flow-report.sgml missing
ip-source/destination-address/ip-protocol/ip-tos/ip-source/destination-port
noted by shane.dawalt@wright.edu
* flow-fanout: will not compile under linux - patch from
alex.shepard@gettyimages.com
* ftlib: ftstat.c - use FMT_SYM_LEN instead of hard coded 32 byte length.
increase len to 64 bytes.
* ftlib: fmt.c - fmt_uint*s() did not properly null terminate when symbol
strlen >= max - noted by jed@onenet.net
* 2-23-2003 flow-tools-0.64 released
* flow-fanout, flow-capture, flow-receive: add startup= to STAT: line
* docs: flow-fanout - missing -f -F - noted by RAR@syssrc.com
* flow-split: consuming too many resources, noted by fin@finseth.com
* ftlib: ftstat.c - rec2: in summary-detail report missing time_real field
- noted by shane.dawalt@wright.edu
* build: strouq() -> strtoull(). Check if strtoul() is really strtoull() -
noted by shane.dawalt@wright.edu
* ftlib: ftstat.c - protect potential divide by 0 errors - noted by
shane.dawalt@wright.edu
* flow-split: stag not initialized - patch from fin@finseth.com
* build: ftlib.h should not require ftconfig.h - noted by jan@kneschke.de
* build: lib/ftconfig.h does not belong in dist - noted by jos@catnook.com
* ftlib: ftlib.h - FT_SO_RCV_BUFSIZE default to 4MB
* ftlib: suppport.c - bigsockbuf() - more agressive reduction on large
buffers. Report size.
* ftlib: ftmask.c - flow-mask: rn_deladdr(): failed. Missing masklen
set - noted by nik.hinson@assurance-dynamics.com
* ftlib: ftfil.c - invert option to filter-definition req by mhyde@escape.ca
* ftlib: shadowed variable names - fumerola@yahoo-inc.com
* flow-cat: exit status 1 if no streams processed - req by
mhunter@ack.Berkeley.EDU
* ftlib: ftstat.c - bucket_dump_1(): loop typo noted by
nik.hinson@assurance-dynamics.com
* flow-capture: reload tags and filters with SIGHUP
* flow-import: format4 wire format.
* ftlib: ftstat.c - tag mask option should not require local tagging - noted
by clay@bloomcounty.org
* flow-*: catch extra command line args - noted by rcarrara@augustmail.com
* ftlib: fttag.c - fix ToS tagging, add ANY tagging.
Changes:
kdenetwork:
* KMail: Don't select multiple folders during keyboard navigation
* KMail: Never display vCards inline
* KMail: Make new mail notification work for people who run KMail without KDE
* KMail: Improved URL highlighting
* KMail: Properly determine SSL/TLS state for non-transport sending (bug 49902)
* KMail: Draw a frame around text attachments which are displayed inline
* KMail: Fix bug 55377 (Hiding attachments causes HTML messages to be renderend
as HTML code)
* KMail: Fix bug 56049 (wrong encoding of command line arguments)
* KMail: Fix bug 53665 (Error when reply to a HTML message)
* KMail: Use the correct charset for replies to PGP/MIME encrypted messages
* KMail: Fix the bug which broke the signature of all PGP/MIME signed messages with
attachments
* KMail: Fix bug 56393 (kmail crashes when I try change the name of an imap account)
* KMail: Fix bug 56570 (kmail doesn't show non-mime Japanese message)
* KMail: Fix bug 56592 (Displaying folded Content-Description in MIME tree viewer
is broken)
* KMail: Disable external editor when no external editor is specified
* KMail: Fix bug 53889 (IMAP: Kmail crashes after authorization-dialog)
* KMail: Fix bug 56930 (BCC, No EMail-List expansion)
* KMail: Fix bug 42646 (multipart/digest forwarding is broken - uses empty boundary)
* KMail: Always make sure that the text body of the message ends with a linefeed.
This fixes interoperatibility problems with other OpenPGP compliant mail clients.
* KMail: Prevent the user from trying to move local folders to IMAP servers as the
user might lose the folders if he tries it.
* KMail: Fix bug 57660 ('send again' does not copy the BCC address)
* KMail: Fix bug 56321 (More whitespace in read/unread mails column)
* KMail: Tell gpg explicitely not to use gpg-agent if it's apparently not available.
Prevents weird "Wrong passphrase" error message.
* KMail: Fix bug 57016 (pgp signature is wrong displayed)
* KMail: Fix bug 57809 (kmail segfaults when checking for new mail if fcntl locking
is used)
* Desktop Sharing server (krfb): Compile fixes for systems without IPv6
* Desktop Sharing client (krdc): fix: client crashed sometimes while connecting on
XFree 4.3
* Desktop Sharing client (krdc): fix: resize the right screen resolution in
multi-screen setups
This module provides a Perl interface to the Z39.50 information
retrieval protocol (aka. ISO 23950), a mature and powerful protocol
used in application domains as diverse as bibliographic information,
geo-spatial mapping, museums and other cultural heritage information,
and structured vocabulary navigation.
YAZ is a C/C++ library for information retrieval applications using
the Z39.50/SRW protocols for information retrieval.
Properties of YAZ:
* Complete Z39.50 version 3 support. Amendments and Z39.50-2002
revision is supported.
* Supports SRW version 1.0 (over HTTP and HTTPS).
* Includes BER encoders/decoders for the ISO ILL protocol.
* Supports the following transports: BER over TCP/IP (RFC1729), BER
over unix local socket, and HTTP 1.1.
* Secure Socket Layer support using OpenSSL. If enabled, YAZ uses
HTTPS transport (for SOAP) or "Secure BER" (for Z39.50).
* Offers ZOOM C API implementing both Z39.50 and SRW.
* The YAZ library offers a set of useful utilities related to the
protocols, such as MARC (ISO2709) parser, CCL (ISO8777) parser,
CQL parser, memory management routines, character set conversion.
* Portable code. YAZ compiles out-of-the box on most Unixes and on
Windows using Microsoft Visual C++.
* Fast operation. The C based BER encoders/decoders as well as the
server component of YAZ is very fast.
* Liberal license that allows for commercial use of YAZ.
puf is a download tool for UNIX-like systems. You may use it to download
single files or to mirror entire servers. It is similar to GNU wget (and has
a partly compatible command line), but has the ability to do many downloads in
parallel. This is very interesting, if you have a high-bandwidth internet
connection.
Package provided by Juan RP via pkgsrc-wip.
for performing inverse queries on the 'mnt-by' attribute to get a real
time list of all objects which reference a given maintainer. route-set
expansions with the '!i' command will now resolve aut-num and as-set
references to route prefixes. There are a number of other bug-fixes and
performance improvements. See the NOTES file in the destribution for
details.
Addresses PR pkg/21410 by Jens Liebau.
- honour PKG_SYSCONFDIR
- rcd script, standalone mode support
- tcp wrappers support
- install vsftpd:vsftpd user
- new HOMEPAGE and MASTER_SITES
1.1.3:
======
- Support for tcp_wrappers.
- First stab at Solaris sendfilev() support.
- Don't bomb out the listener on SIGHUP if the config became invalid.
- End vsf_findlibs.sh with "exit 0;" - thanks Lars Hecking <lhecking@nmrc.ie>!
- Integrate with tcp_wrappers - load config based on VSFTPD_LOAD_CONF
environment variables. Allows per-IP configurability in standalone mode.
- Fix build without tcp_wrappers.
- Fix Solaris sendfilev() support - interruption via a signal returns EINTR
rather than a partial byte count!
- Add to EXAMPLE/ - PER_IP_CONFIG and INTERNET_SITE_NOINETD
1.1.2:
======
- Add per-IP connection limits in standalone mode.
- Add logging of refused connect due to global or IP connection limits.
- (Many thanks for testing and suggestions from Rob van Nieuwkerk
<robn@verdi.et.tudelft.nl> and Adrian Reber <adrian@lisas.de>.
- Make connection limit exceeded messages nonblocking.
- Don't exit the listener if fork fails.
1.1.1:
======
- Fix port_promiscuous, oops! Thanks to Bjørn-Ove Heimsund
<bjornoh@mi.uib.no>.
- Fix to support umasks which create executable files. Reported by
"Martin, Andreas" <AMartin@hegau-klinikum.de>.
- Make the messages more.. professional :( Thanks to Steven G. Taylor
<staylor@redhat.com>.
- Allow anon users to append to files if they can delete files! Suggestion
from Michael Leuchtenburg <michael@slashhome.org>.
- Hopefully fix Solaris build (-lresolv)
- Replace atoll() with a homebrew - modern FreeBSD, OpenBSD lack it.
- Different solution for a umask which creates executable files:
file_open_mode.
- First attempt at Tru64 build, working with <Sulla17@aol.com>.
- A few minor FAQ additions.
- Change date format in the log from Sep 09 -> Sep 9. Avoids breaking some
broken log parsers.
- Make "INSTALL" better and clearer.
- Fix passwd_chroot_enable, reported by James Jones <james@richland.edu>.
- Finish Tru64 building :-)
- Add tunable_no_anon_password as asked for by Stephen Quinney
<stephen.quinney@computing-services.oxford.ac.uk>.
1.1.0:
======
- large file (>2Gb) support).
- Fix .spec files to use /usr/local/sbin not /usr/sbin, noted by Bill Unruh
<unruh@physics.ubc.ca>.
- Small doc tweaks and improvements(?)
- Add COPYING, the GNU GPL version 2.
- Add use_localtime config option to override the use of GMT times.
- Add tunable_check_shell (default YES) so people can disable this if they
are not using PAM.
- AIX 5.1 build support, thanks to Jan-Frode Myklebust
<janfrode@parallab.uib.no>.
- Add "hide_ids" option to show user/group in directory listings as "ftp".
Request from Solar.
- Use the seemingly more portable setreuid() and setregid(), poxy HP.
- Use status 550 instead of 500 for known but disabled commands.
- Rename "dirchange.[ch]" to "banner.[ch]".
- Multiline connect banner support via "banner_file" config option.
- Minor error message changes.
- Add more FAQ entries.
- Add patch to specify PASV address - thanks to Mike McLean <mikem@redhat.com>.
- Drop the 2.4.0 kernel warning file
- Rudimentary standalone listener support - to be expanded in a later release.
- If sendfile() returns EINVAL just fall back to normal routines - handles
non-pagecache backed files.
- Add "port_promiscuous" setting - should help enabling FXP.
- Modify anon_root and local_root to change directory _before_ applying the
chroot().
- Open all files O_NONBLOCK to avoid pipes blocking on open.
- Support wu-ftpd style per-user chroot() via /./ in /etc/passwd HOMEDIR.
- Add SIGHUP support to new built in listener.
- Per-user config overrides, via "user_config_dir" - woohoo!
- Warning fixes, i.e. change "index" to "indexx" thanks to Olaf Kirch
<okir@suse.de>.
- Make sure the standalone daemon doesn't leak zombies!
- Supposedly fix kernel messages about MSG_PEEK race - thanks to advice from
Alexey <kuznet@ms2.inr.ac.ru>.
- Add global client limit for standalone mode.
- Add username that failed when we die with str_getpwnam.
- Add a bunch of documentation under EXAMPLES.
* Should crash less often
Tiku's contributions:
* FIXED -- segfault at startup with RH9.
Pure_Ascii's contributions:
* FIXED -- zero column widths at first startup
(From 1.2.0.1, was missing in CVS).
* Now displays lmule version on startup
* Updated german translation
Madcat's contributions:
* Download List is now sorted during startup.
* Searching crash bug FIXED! (tagcount problem)
* Stops old global search if you start a new
* one.
* FIXED -- preview with paths containing
* spaces etc.
* FIXED -- SIGPIPE (Broken pipe) problems.
Octane's contributions:
* FIXED -- GTK2 problems
Patch provided in pkg/21510 by Juan RP.
Highlights:
* Movie preview.
* GTK2 compatibility.
* BSD compatibility.
* Hide/show list columns.
* ED2K Browser Integration.
Madcat's contributions:
* Made ED2K integration HOWTO.
* Enabled multiple selections in all lists.
* Item selected when right-clicked.
* Sort order stays when sources/items are added to list during global search.
* Search tabs can be closed during global search.
* Double-clicking on a server in Server List now connects to that server.
* Original idea and implementation of column hiding.
* Made LMule fully 0.26d GUI compliant.
* Preview of movie files (mplayer+xine officially supported).
* Preferences saved when OK is clicked in Preferences.
* FIXED -- Shared Files tab Highest/Release priority issue.
* FIXED -- Search Tab "Remove All" button.
* FIXED -- Search Tab "Download All" resized.
Un-Thesis' contributions:
* Fully implemented column hiding for all lists.
* Added full GTK2 compatibility.
* Updated auto-server.met URL.
* FIXED -- column hiding bugs in wxGTK code.
* FIXED -- Freeze if wget failed.
Pure_Ascii's contributions:
* Tested tray icon in KDE3.
* Spoofed up wxLocale() i18n implementation.
* Now detects new mlDonkey clients.
* FIXED -- Buffer Overflow: too long lines in the retrieved server lists -
will freeze lmule (reported by Gib[S]on)
Lioux's contributions:
* Added *BSD compatibility.
* Substituted direct pthread calls for wxMutex calls.
Simbal's contributions:
* FIXED -- SuSE 8.2 compilation errors.
Pterjan's contributions:
* Added a much better French translation.
Based on patches provided by Juan RP and ACiarcinski at iss.net.
This release fixes several off-by-one and integer overflow errors
discovered by Timo Sirainen. See the following url for more details:
http://www.ethereal.com/appnotes/enpa-sa-00009.html
Changes:
- don't build and install static plugins anymore
- use .tar.bz2 distfile
- add more MASTER_SITES (also add one for older distfiles)
- sync DESC with the new description on HOMEPAGE
- TCP sequence number analysis received a few improvements.
- General packet reassembly has been improved.
- The "Follow TCP Stream" window now allows you to filter out
the current stream.
- The Vines code received significant updates.
- Several enhancements were made to the text2pcap utility.
- New protocols:
ArtNET, IPX WAN, Intel ANS, iSNS, NLSP, WKSSVC
- Updated protocols:
802.11 ACAP, AFP, AIM, AJP, ASAP, BGP, CLNP, CPHA, DCE/RPC, DSI, EAP,
IP, IPMI, IPX, IPv6, ISIS, ISUP, IUA, Kerberos, LDAP, M2PA, M2TP, M2UA,
M3UA, MGCP, MTP2, MTP3, MTP3MG, Modbus/TCP, NDMP, NDPS, NFS, NLSP, PGM,
Q.931, RANAP, RPC, RSVP, SCCP, SCCPMG, SCTP, SMB, SNMP, SPX, SSH, SUA,
TCP, Telnet, Vines, WBXML, WSP, WTP
- Updated capture file support:
Netxray
Based on a patch by Quentin Garnier via PR pkg/21431.
- it doesn't really need gmake, fix the issue with Makefile instead
- add dependency on mpg123 which is the default tool used for playing
MPEG audio streams
- style nits
Provide a buildlink2.mk file.
Changes in 1.7:
fixed win32 builds
fixed addr_stob
IPv6 b0rkage
Changes in 1.6:
support VPATH builds
initial IPv6 support
use local interface names in win32 support
addr_net addition
fixes for AIX
fix for BSD BPF fd leak on eth_open error
fixes for recent OpenBSD pf changes
- Honour PKG_SYSCONFDIR.
- Use OWN_DIRS_PERMS to handle the /var/log/radacct directory.
- Use RCD_SCRIPTS to install a NetBSD rc.d compatible script.
Bump PKGREVISION to 1.