summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2003-04-11Add and enable nettestcjep1-1/+2
2003-04-11Initial import of Nettest 92.11.09 into the NetBSD packages collectioncjep8-0/+253
as net/nettest. The nettest and nettestd commands perform client and server performance tests for various types of interprocess communication. These tests time the data throughput of pipes and UNIX domain, TCP, and UDP socket connections. Supplied by Brian Ginsbach in PR#18985. Thanks!
2003-04-11Bump PKGREVISION: Fix binding in --daemon mode.salo3-4/+233
Addresses PR pkg/18134. Patch by itojun.
2003-04-10make usage of pax more consistent, use -O to bomb on broken archivesgrant2-4/+4
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
2003-04-10Add and enable tcpflow.wiz1-1/+2
2003-04-10Initial import of tcpflow-0.20, provided by Adrian Portelli via pkgsrc-wip.wiz4-0/+38
tcpflow is a program that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis or debugging. A program like 'tcpdump' shows a summary of packets seen on the wire, but usually doesn't store the data that's actually being transmitted. In contrast, tcpflow reconstructs the actual data streams and stores each flow in a separate file for later analysis. tcpflow understands sequence numbers and will correctly reconstruct data streams regardless of retransmissions or out-of-order delivery. However, it currently does not understand IP fragments; flows containing IP fragments will not be recorded properly. tcpflow is based on the LBL Packet Capture Library (available from LBL) and therefore supports the same rich filtering expressions that programs like 'tcpdump' support.
2003-04-10${INSTALL_DATA} can't create two directories at once on Solaris.uebayasi1-2/+3
Addresses PR21086 by Rob Quinn <rquinn at sec dot sprint dot net>.
2003-04-10make ${PAX} usage consistent:grant7-16/+16
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-04-09Update to 0.42, provided by Todd Vierling in PR 21068:wiz3-23/+7
2003-02-20 0.42 - fixed a long-standing bug in dsbl handler - data received from the remote was not collected correctly. Well, this one wasn't happened too frequently - I only seen it once, when a proxy delivered data from the target mailserver one byte at a time. - added yet another port, 1813 (socks5), as advanced (level2) port. SKK proxy listens here, but it is seen unfrequently. 2003-02-14 0.42b2 - added proxylogger - receiving part of proxycheck, to be used from inetd and with -c chat. 2003-02-12 0.42b1 - fixed a small bug in last wingate/telnet code changes (mostly cosmetic: "Resource temporarily unavailable" vs "Connection timed out"). - added another telnet/wingate proxy variant, with a prompt "SpoonProxy>", which expects a command in form "host port" (instead of tn-wg/wingate which is of the form "host:port"). 2003-02-04 0.42b - some code cleanups/changes: may break things, testing... - FTP proxy detection added, port 1183 only for now. Interesting to experiment with M$ ftp servers ;) - fixed not finding advanced protocol if no ports are specified (e.g. -pwg: tried default protos:ports instead of wg:25,1181) - modified telnet/wingate proxy code to be a bit faster and to know which command to sent to a particular proxy.
2003-04-09Update ja-samba package to 2.2.7.2.1.0 (samba-2.2.7b-ja-1.0).taca8-127/+8
Changelog of Samba2.2 Japanese Edition Samba Users Group Japan 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.7b-ja-1.0 ~~~~~~~~~~~~~~~~~~~ Changes to the original version c Fixed a security problem which is fixed at samba 2.2.8a [sugj-tech:5233] c Fixed using CIDR of 'hosts allow/deny' parameters [samba-jp:14286]
2003-04-08Updated mrtg to 2.9.28martti4-22/+22
* bug fixes
2003-04-08Update MASTER_SITE; from Todd Vierling in PR 21055.wiz1-4/+2
2003-04-08Update MASTER_SITE; from Todd Vierling in PR 21054.wiz1-2/+2
2003-04-08Update ja-samba to 2.2.7.1.1.1nb2.taca3-3/+27
I forgot to add one more patch file.
2003-04-07Update ja-samba package to 2.2.7.1.1.1nb1.taca8-10/+105
Manually merge changes between samba 2.2.7a and samba 2.2.7b, addressing both CAN-2003-0201 and CAN-2003-0085 by The Common Vulnerabilities and Exposures (CVE) project.
2003-04-07Update to Samba 2.2.8a.cjep2-5/+5
Changes since 2.2.8: Digital Defense, Inc. has alerted the Samba Team to a serious vulnerability in all stable versions of Samba currently shipping. The Common Vulnerabilities and Exposures (CVE) project has assigned the ID CAN-2003-0201 to this defect. This vulnerability, if exploited correctly, leads to an anonymous user gaining root access on a Samba serving system. All versions of Samba up to and including Samba 2.2.8 are vulnerable. An active exploit of the bug has been reported in the wild.
2003-04-07Update to 0.30. Major changes:bouyer6-122/+102
- rewrite of large parts of code. Now use net-snmp libraries instead of calling an external program - There are now a sdig(8) and sdig.conf(5) man pages - the debug code now has multiple levels so using -d once doesn't give you all the really messy unimportant stuff. To see that, use several - the really ugly ones are hiding down at 5 and 6. With some snmp fixes by myself, I can now successfully querry my 3com and alliedtelesyn switches.
2003-04-07Use LOWER_OPSYS as the make target. This works for netbsd and solaris;cjep1-2/+2
hopefully for others too. Addresses PR#21045.
2003-04-06add & enable iploghubertf1-1/+2
2003-04-06Import iplog-2.2.3: Iplog is a tool using pcap to log ip traffichubertf6-0/+100
iplog is a TCP/IP traffic logger. Currently, it is capable of logging TCP, UDP and ICMP traffic. Adding support for other protocols should be relatively easy. iplog's capabilities include the ability to detect TCP port scans, TCP null scans, FIN scans, UDP and ICMP "smurf" attacks, bogus TCP flags (used by scanners to detect the operating system in use), TCP SYN scans, TCP "Xmas" scans, ICMP ping floods, UDP scans, and IP fragment attacks. iplog is able to run in promiscuous mode and monitor traffic to all hosts on a network. iplog uses libpcap to read data from the network and can be ported to any system that supports pthreads and on which libpcap will function. Submitted by Martin Mersberger <gremlin@portal-to-web.de> in PR 20887
2003-04-04Add and enable libliverh1-1/+2
2003-04-04Initial import of liblive-2003.04.04, a set of C++ libraries for multimediarh7-0/+253
streaming.
2003-04-04Add & enable wolzuntum1-1/+2
2003-04-04Intial import of pkgsrc/net/wol - Small Wake On Lan clientzuntum4-0/+33
wol implements Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet (tm) compliant. Consider you have a sleeping or turned-off computer and you want to remotely wake him up. Just type wol MAC-ADDRESS and the host wakes up (OK, it will boot ;-). This small utility was able to wake my PC that has Intel PRO/100+ NIC. Provided by Juan RP <juan@xtraeme.dyndns.org> in PR#19575
2003-04-04distfile snafuabs1-3/+3
2003-04-04Update mrstat to 1.18:abs2-5/+5
- Ensure error->OK transition correctly detected - Avoid rpc timeout in error->OK transition - Fix stupid parse bug when hostnames given on commandline
2003-04-03Update mrstat to 1.16:abs2-5/+5
Implement '-e' to specify an external domain for displaying names and IP addresses. Can combine with '-d' to allow mrstat to check one set of names and IP addresses and report another.
2003-04-03Update to 1.5, prompted by PR 20985 by ISIHARA Takanori:wiz2-6/+6
Version 1.5 - May 2002 - Fixed a bug in displaying of 15-character NetBIOS names (15th character wasn't displayed). Bug reported by Tom Kustner, Kenny Breck and Richard IJzermans - Fixed a bug in interpreting netmask /32 and /0. Patch provided by Thomas Poindessous for Debian Linux - List of hosts to scan can now be read from stdin as well as from file. Suggested by Kevin Kadow - Fixed a bug in timing. (nbtscan waited for two seconds after scanning not doing anything). Reported by Ceri Hopkins - Nbtscan now works on Darwin. Patches provided by Mohammad A. Haque - timeout option -t is now in milliseconds, not seconds - Fixed some Solaris portability problems. Patches provided by Petter Reinholdtsen
2003-04-02Make sure configure is executable after patching for Solarisjmc1-1/+2
2003-04-01Update KDE to 3.1.1.markd3-15/+65
Changes: arts * Several memory corruption fixes. kdelibs * kdialog: Fix screen numbering problem for centerOnScreen() static method * kprogress: Fix math problem in displaying correct percentage for large numbers * kio_http: Fix data processing for webdav(s) listing of directories and files * kate: Many small bugfixes, including: + Fixed code completion drop-down box position + Fixed "wrap cursor disabled" bugs + Fixed vertical scrollbar middle mouse behaviour + Fixed remove whitespace feature + Now clears the redo history when it is irrelevant + Fixed crash after starting up with a non-existant directory in the file selector history * kparts: Fix extension of transparently downloaded files, this fixes ark (used to display temp file instead of archive content) * klauncher: Fixed support for "Path=" entry in .desktop files. This entry can be used to specify a working directory. * kio: Don't let ChModJob's -X emulation interfere with mandatory file locking. * kdeui: Fix for alternate background coloring in Konqueror list views. * kdeui: Fix to prevent an event loop in conjunction with Qt 3.1.2. * kio/bookmarks: Properly handle multiple shown bookmarks with the same URL; fixes crash on exit in Konqueror when bookmarkbar is on and some bookmarks points to the same place * kstyles: Handle focus indicators on label-less checkboxes better * kdeprint: Don't freeze when there is no route to the selected CUPS server * SSL: add support for OpenSSL 0.9.7 * SSL: ADH ciphers are now explicitly disabled in all cases * SSL: new CA root certificate added * Several Xinerama related fixes * QXEmbed fixes for various situations that don't handle XEMBED well * Java on IRIX with SGI 1.2 VM is fixed * khtml: Several major bugfixes, partially incorporated fixes from Safari as well. kdeaddons kdeadmin * Linux Kernel Configurator: Add details about the lightbulb icon's meaning * Linux Kernel Configurator: Support for more incorrect kernel configuration files kdeartwork kdebase * kcmshell: Restored backwards compatibility wrt KDE 3.0 module names * klipper: Escape "&" everywhere. * konsole: + Removed "get prompt back"-hacks, don't assume emacs key shell bindings. + Fixed usage of background images with spaces in the filename. + Profile support fixes (disabled menubar etc.) + Bookmarks invoked from "Terminal Sessions" kicker menu now set correct title. + Fixed a problem with the "Linux" font that prevented it from being used with fontconfig. * kdesktop: Made desktop menus pop up in unused Kicker space work. * kicker: Fixed empty taskbar sometimes showing scroll buttons. * konqueror: + Various startup performance improvements + Fix crash when sidebar tree expands hidden directory + Fix crash when config button hidden from config button's menu + Extensive fixes to Netscape plugins, fixing crashes and plugin support + Changes to default preview settings, making the defaults safer on various platforms * Java configuration module: Make it possible to properly configure Java in all cases * Previews: Fixed a privacy issue where previews of HTML files could access files or hosts on the network. kdeedu * KStars: + Fixed bug #51708: No longer exits if starting position is below horizon (only affected some systems) + Fixed bug #52205: Country of Lhasa is China, not Tibet. + Fixed too-narrow coordinates field in statusbar. + Fixed bug in "length of day" calculator module; it now properly accounts for latitude and longitude kdegames * Atlantik: Many small bugfixes, including: + Better handling of incoming messages + Fixed token animation * kbackgammon: Common crash fix. kdegraphics * KIconEdit: Fix the ellipse/circle tool not to leave any "holes" in the drawings * Kooka: Some UI crashes fixed * KViewShell: Default paper size is fixed * KGhostView: Fixed wheel-mouse scrolling kdemultimedia * KsCD: + Stopped KsCD from pausing after tracks in random mode + Correctly associate extra CDDB information with tracks + Support non-Latin encodings properly in CDDB entries and elsewhere + Proper systemtray behaviour + Updated key accel code to avoid depricated calls * Movie previews have been removed due to severe unresolved stability problems kdenetwork * Desktop Sharing server (krfb): + fix problems on X11 servers with 8 bit depth + fix problems on X11 servers with big-endian framebuffer + allow X11 servers without XShm (thin clients). Warning: requires a lot of bandwidth + remove read timeouts. This should solve problems with some clients that got disconnected after a minute of inactivity (but increases the time to detect dead clients) + fix problem with clients that support both RichCursor and SoftCursor encodings (like krdc from HEAD) * Desktop Sharing client (krdc): + fix: when an error occurred in fullscreen krdc did not restore the original resolution + fix: krdc stopped to repaint the framebuffer after a disconnect while the error dialog was displayed + the quality setting in medium quality mode has been increased because the original setting looked too bad with Keramik kdepim * KOrganizer bug fixes: + Use correct default duration for events crossing a day boundary (#53477). + Correctly save category colors (#54913). + Don't show todos more than once in what's next view. + Include todos in print output of month view (#53291). + Don't restrict maximum size of search dialog (#54912). + Make cancel button of template selection dialog work (#54852). + Don't break sorting when changing todos by context menu (#53680). + Update views on changes of todos directly in the todo list (#43162). + Save state of statusbar (#55380). * knotes: Escape "&" in note titles kdesdk * Cervisia: + Fixed line break in protocol view + Fixed timestamp for files that are not in cvs (#55053) + Fixed handling of Cervisia's options like 'Update Recursively' when run as embedded part in konqueror (#55665) kdetoys * kworldclock: Fixed that all clocks show the same time. * kweather: Made it work again with non-english locales. (#52147) * kweather: Prevent KWeather from looping and freezing Kicker when not connected to the internet.(#49191) kdeutils * klaptopdaemon: Fix serious stalling problems on GNU/Linux with ACPI * kcalc: Now a KMainWindow instead of a KDialog to fix various UI inconsistencies * kdf: Support escapes in fstab quanta * Bugfixes: + Allow resizing of the main window even with large user toolbars [#53230] + Insert valid DTD definitions [#53274] + Honor the View Default settings from Settings->Configure Editor [#53569] + Be less braindead regarding the Show DTD Toolbar setting [#53739] + Be able to select also directories in tag dialogs [#54819] + Do not complain about text files being binary ones on a system with broken mimetypes [#54924] + Bring up the "File Changed" dialog only, when the file content has changed[#55678] + Select Tag Area behaviour fixed for optional tags + Insert non-translated string in CSS code parts + Insert "border-top", "border-right", etc. correctly in CSS + Don't quote the script line more than once in the action configuration dialog + Memory leak fixed: editor parts were not deleted when a file was closed + Fix insertion of "img" tags in HTML documents + Upload/rescan project/add to new project tree view behaviour fixed + Fix renaming of file in the Project Tree, when a file with the new name was already present in the project + Rename only what has to be renamed in the project and enable project saving after a rename + Use the correct encoding for newly created files + Saving of Author and E-Mail project options was broken in some cases + Fix the numbering of new documents + Fix the execution of actions + Fix crash when deleting an action + Insert valid single tags from the toolbar * Enhancements: + Show the tag attributes (Alt-Down) menu lower than the current line + "Insert in cursor position" for script actions replaces the selection if there was some text selected + New DCOP interface (WindowManagerIf) added to enable the modification of the opened documents from a script + DTD for Quanta tags (DTD definition) added + XHTML 1.0 Strict DTD added
2003-03-31Add and enable lmule.jmmv1-1/+2
2003-03-31Initial import of lmule, version 1.1.13:jmmv12-0/+279
Port of the eMule for Windows eDonkey2000, which uses the wxWindows class library and runs on several Unix-like systems. Features: * Download/Upload works * You can search and add ed2k-links * Statistics * Shared files tab works * Messages tab is now implemented * You can manage friends * LMule can be minimized to systray * You can set nearly all preferences Based on a package done by Juan RP.
2003-03-31Make it really works. Fix careless mistake in patching lib/system.c.taca2-8/+6
2003-03-31Initial import of mldonkey, version 2.04rc1:jmmv1-0/+9
mldonkey is a client to access the eDonkey network, a peer-to-peer network particularly efficient for big files thanks to a multi-sources download protocol. It is written in Objective-Caml, and comes with its own GTK GUI, an HTTP interface and a telnet interface. It works on most UNIX platforms. This closes my own PR pkg/18832 and PR pkg/20864 by Wolfram Gerlach.
2003-03-31Initial import of mldonkey, version 2.04rc1:jmmv2-0/+54
mldonkey is a client to access the eDonkey network, a peer-to-peer network particularly efficient for big files thanks to a multi-sources download protocol. It is written in Objective-Caml, and comes with its own GTK GUI, an HTTP interface and a telnet interface. It works on most UNIX platforms. This closes my own PR pkg/18832 and PR pkg/20864 by Wolfram Gerlach.
2003-03-31Add and enable mldonkey.jmmv1-1/+2
2003-03-31Initial import of mldonkey, version 2.04rc1:jmmv1-0/+16
mldonkey is a client to access the eDonkey network, a peer-to-peer network particularly efficient for big files thanks to a multi-sources download protocol. It is written in Objective-Caml, and comes with its own GTK GUI, an HTTP interface and a telnet interface. It works on most UNIX platforms. This closes my own PR pkg/18832 and PR pkg/20864 by Wolfram Gerlach.
2003-03-31Initial import of mldonkey, version 2.04rc1:jmmv1-0/+8
mldonkey is a client to access the eDonkey network, a peer-to-peer network particularly efficient for big files thanks to a multi-sources download protocol. It is written in Objective-Caml, and comes with its own GTK GUI, an HTTP interface and a telnet interface. It works on most UNIX platforms. This closes my own PR pkg/18832 and PR pkg/20864 by Wolfram Gerlach.
2003-03-31Initial import of mldonkey, version 2.04rc1:jmmv1-0/+4
mldonkey is a client to access the eDonkey network, a peer-to-peer network particularly efficient for big files thanks to a multi-sources download protocol. It is written in Objective-Caml, and comes with its own GTK GUI, an HTTP interface and a telnet interface. It works on most UNIX platforms. This closes my own PR pkg/18832 and PR pkg/20864 by Wolfram Gerlach.
2003-03-30Add FILESDIR definition so the rc.d script can be installedjmc2-2/+4
2003-03-29Bump PKGREVISION: dnscache-log.pl.txt checksum changed.salo3-37/+25
Changes: - added usage - small fix in hex to dotted decimal notation address convertor - simplify DESCR, remove duplicate MESSAGE text
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv74-190/+148
2003-03-29Update ja-samba package to ja-samba-2.2.7.1.1.1 (samba 2.2.7a-1.1).taca13-160/+392
This contains security problem solved by samba 2.2.8. pkgsrc changes: o pkgsrc organization changesd as samba package. o note explicitly security problem fixed by samba 2.2.8. o remove own quota support patch. Changes from ja-samba-2.2.4.1.0 package: Changelog of Samba2.2 Japanese Edition Samba Users Group Japan 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.7a-ja-1.1 ~~~~~~~~~~~~~~~~~~~ Changes to the original version c Fixed two security problems which is fixed at samba 2.2.8 [sugj-tech:5211] samba-2.2.7a-ja-1.0beta1 ~~~~~~~~~~~~~~~~~~~~~~~ Changes to the internationalized version * Fixed build problem when gettext 0.11.x installed [sugj-tech:5177] * Fixed memory leak of winbindd [sugj-tech:5152] * Added 'ldap referrals' parameter [sugj-tech:5124] * Fixed parameter of 'printing' was set on FreeBSD [sugj-tech:5155] * Fixed reseting parameters of smbd and nmbd by SIGHUP [sugj-tech:5160] * Fixed setting change of the 'printing' parameter works together with print-related parameters [sugj-tech:5155] * Fixed error message when old getgroups() is used [sugj-tech:5166] * Fixed warning message when leap second is set [sugj-tech:5166] * Fixed altname command of smbclient [sugj-tech:5019] * Fixed close share command of smbcontrol with Japanese [sugj-tech:5014] * Fixed compile problem on Tru64 UNIX [sugj-tech:5033] * Fixed compile problem of tdb directory [sugj-tech:5033] * Fixed to enable domain logon to Japanese domain name [sugj-tech:5043] * Fixed smbspool command with Japanese [sugj-tech:5048,5112] * Fixed recycle.c of VFS module [samba-jp:13590] * Fixed memory allocation of make_printerdef [sugj-tech:5106] * Fixed compile problem before FreeBSD 2.2.8 [sugj-tech:5112] * Fixed querydispinfo command of rpcclient [sugj-tech:5112] * Fixed rpcclient for Japanese resource [sugj-tech:5112] * Changed option of client tools from '-t' to '-T' [sugj-tech:5077] * Update smbchartool and removed jcode.pl [sugj-tech:5091] * Fixed encoding when using euc3 coding system [sugj-tech:5122] samba-2.2.5-ja-1.0beta3 ~~~~~~~~~~~~~~~~~~~~~~~ Changes to the internationalized version * Added %j macro which means printing job name [sugj-tech:4998] Changes to the original version * Fixed counting characters of unistr_to_dos() [sugj-tech:5004] * Fixed compile problem with --with-quotas on NetBSD [sugj-tech:4965]
2003-03-28Remove unnecessary empty lines.wiz1-2/+1
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz2-4/+2
2003-03-28Remove superfluous whitespace.wiz2-6/+6
2003-03-28Maintainer update to 1.3.2:wiz2-5/+5
- Some bugs in IP Filter support code were found and fixed, whole code, which works with IP Filter, was rewritten and now has a new design, which is much simpler for supporting and faster than previous one - Fixed bug with the global "shutdown" section: when ipa(8) receives the HUP signal, it destroyed information about commands in the global "shutdown" section - Some bugs with memory usage were fixed: ipa(8) and ipastat(8) could free(3) not allocated chunks of memory - Fixed several minor bugs in IPv4/v6 Firewall and Packet Filter support code
2003-03-28Update to 8.5.2:wiz2-5/+5
2003-03-19 DeleGate/8.5.2 fixes for HTTP-gateway and FTP-proxy with PERMIT (since 8.4.0) 2003-03-14 DeleGate/8.5.1 fixes for SMTP (AUTH PLAIN), DNS and HTTP 2003-03-06 DeleGate/8.5.0 new stable version 2003-03-05 DeleGate/8.4.1 fixes for HTTP / PERMIT (8.4.0), DNS server stall on Win32, etc. 2003-02-19 DeleGate/8.4.0 bind(privileged port) by command, access control by method, etc. 2003-02-21 DeleGate/8.3.4 fixes for forwarding HTTP to MASTER, invoking CFI, VSAP, etc. 2003-01-16 DeleGate/8.3.3 fixes for FTP, NNTP, HTTP, porting to Win32, etc. 2003-01-01 DeleGate/8.3.2 fixed SEGV on heavy load (since 8.2.2) and select() loop on Win32 2002-12-30 DeleGate/8.3.1 fix for making on OS/2 and a fix for "gzip" on Win9X 2002-12-27 DeleGate/8.3.0 new stable version 2002-12-23 DeleGate/8.2.5 SockMux fixes and extension 2002-12-22 DeleGate/8.2.4 SockMux fixes and extension 2002-12-21 DeleGate/8.2.3 SockMux fixes and extension 2002-12-20 DeleGate/8.2.2 introduced SockMux" socket multiplexer protocol 2002-12-12 DeleGate/8.2.1 fixed MOUNT and CFI 2002-12-03 DeleGate/8.2.0 introduced conditional parameter and pseudo host name for AF_UNIX 2002-11-27 DeleGate/8.1.0 new stable version 2002-11-25 DeleGate/8.0.11 changes about HTTP cache and NNTP/HTTP gateway, etc. 2002-11-13 DeleGate/8.0.10 changes for CFI, restarting on configuration error, etc. 2002-11-06 DeleGate/8.0.9 supported HTTP Content-Encoding:gzip to client 2002-11-01 DeleGate/8.0.8 supported HTTP Content-Encoding:gzip from server 2002-10-22 DeleGate/8.0.7 fixes for NNTP and MOUNT 2002-10-11 DeleGate/8.0.6 changes for HostList by host and auth, ext. for ABOR/FTP 2002-10-08 DeleGate/8.0.5 fixes for CFI, PASV/FTP/Socks and extension for ftp://u*h@p 2002-09-30 DeleGate/8.0.4 changed SERVER default, improved restarting on Win32 2002-09-20 DeleGate/8.0.3 fix for SERVER=delegate 2002-09-18 DeleGate/8.0.2 fix for SERVER=delegate 2002-09-17 DeleGate/8.0.1 changes for default configurations (SERVER, etc.) and parameter spec. 2002-09-13 DeleGate/8.0.0 changes for default configurations, CFI extension, Win32 fixes, etc. 2002-09-22 DeleGate/7.9.13 fix for SERVER=delegate 2002-09-08 DeleGate/7.9.12 fixed for FTP proxy auth., buffer overflows, etc. 2002-08-26 DeleGate/7.9.11 fixes for Win32 bugs, CSS vulnerability, etc. 2002-07-20 DeleGate/7.9.10 fixes for HTTP/1.1 Keep-Alive, adaptation to OS/2, Win32, etc. 2002-06-28 DeleGate/7.9.9 extensions for HTTP, -r option, etc. 2002-06-25 DeleGate/7.9.8 fixes for SMTP, HTTP, extensions of HOSTLIST, HTTPCONF, etc 2002-06-18 DeleGate/7.9.7 fixes for Win32 service and AUTHORIZER cache 2002-06-14 DeleGate/7.9.6 fixes for MOUNT, AUTH TLS for FTP, udprelay, etc. 2002-05-22 DeleGate/7.9.5 fixes for freezing on Win32 and reloading by HTTP/1.1 2002-05-07 DeleGate/7.9.4 fixes for WinXP, VSAP, etc. 2002-04-05 DeleGate/7.9.3 fixes for fixes for NNTP, CFI srcipt, SMTP EHLO, IMAP, etc. 2002-03-11 DeleGate/7.9.2 fixes for origin-HTTP, chained DeleGate, Win32 DHCP DNS, etc. 2002-03-04 DeleGate/7.9.1 a fix for 7.9.0 (NNTP/HTTP gateway) 2002-03-04 DeleGate/7.9.0 fixes for logfile on Win32, extension of SRCIF for ftp-data, etc. 2002-02-26 DeleGate/7.8.3 extended SRCIF, SRCIF for FTP data, modified UDP/SOCKS, etc. 2002-02-06 DeleGate/7.8.2 fixes for FTP MOUNT, extension of SRCIF for SOCKS/BIND, etc. 2002-01-05 DeleGate/7.8.1 a fix for FTP proxy 2001-12-28 DeleGate/7.8.0 HOSTLIST, non-anonymous FTP MOUNT, etc
2003-03-28Typo fix.wiz1-2/+2
2003-03-28Fix typo.wiz1-1/+1