summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2003-08-30Use buildlink2.seb1-3/+3
2003-08-30Update to 3.0.3, patch provided by Adrian Portelli in PR pkg/22322.xtraeme2-5/+5
Changes: * Telnet.pm (getlines): Changed behavior so it works like IO::Handle::getlines(). Instead of returning just the lines currently available for reading, it now returns all lines until end-of-file. To get the old behavior, use "All => ''" named parameter. * Telnet.pm (put): New method put() is like print(), except that it doesn't write the trailing output_record_separator ("\n"). It also takes named parameters. * Telnet.pm (last_prompt): New method last_prompt() provides the last prompt matched by cmd() or login(). * Telnet.pm (rs): New method rs() is synonymous with input_record_separator(). * Telnet.pm (ors): New method ors() is synonymous with output_record_separator. * Telnet.pm (ofs): New method ofs() is synonymous with output_field_separator(). * Telnet.pm (input_log, output_log, option_log): Fixed so they always return the filehandle of the logfile or "" if logging turned-off. * Telnet.pm (dump_log, input_log, option_log, output_log): Fixed so they work with an unblessed or tied filehandle. * Telnet.pm (cmd_remove_mode, errmode, input_record_separator) (max_buffer_length, option_callback, port, prompt, timeout): These attribute methods now ignore an invalid argument and print a warning to stderr. This also applies to a named parameter used to override one of these attributes. * Telnet.pm (cmd): Added named parameters to override Errmode, and Input_record_separator. * Telnet.pm (get, waitfor): Added named parameters to override Binmode, Errmode, and Telnetmode. * Telnet.pm (getline, getlines): Added named parameters to override Binmode, Errmode, Input_record_separator, and Telnetmode. * Telnet.pm (login, open): Added named parameter to override Errmode. * Telnet.pm (login): Added two 0.01 second delays to workaround bug in Linux login program. * Telnet.pm (break): Fixed to properly send TELNET break command. * Telnet.pm (open): Fixed to properly handle an absolute timeout value. * Telnet.pm: Squelched the warning "isn't numeric" caused by deficiency in ActiveState perl and MS-Windows. * t/select.t: Fixed test #3 so it passes when running on Linux 2.4 or greater.
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed2-2/+2
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-08-30Update ja-samba package to ja-samba-2.2.8.1.1.1 (samba-2.2.8a-ja-1.1).taca10-101/+29
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.8a-ja-1.1beta9 ~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the internationalized version * Fixed build problem with Solaris for Sparc [sugj-tech:5695] * Fixed html conversion problem for swat [sugj-tech:5696] samba-2.2.8a-ja-1.1beta8 ~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the original version * Fixed ineffective cd(chdir) problem in smbsh [sugj-tech:5647] * Fixed smbsh problem with BSD original csh [sugj-tech:5649] * Added target in Makefile for ipk packages [sugj-tech:5661] samba-2.2.8a-ja-1.1beta7 ~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the original version * Fixed smbsh problem for Linux except i386 [sugj-tech:5619] * Fixed libtool dependence problem with VFS [sugj-tech:5624] samba-2.2.8a-ja-1.1beta6 ~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the original version * Fixed smbsh problem for some OSs [sugj-tech:5562] * Fixed libtool dependence problem with VFS [sugj-tech:5593] * Fixed Kerberos V problem [sugj-tech:5594] * Fixed smbsh problem for Linux except i386 [sugj-tech:5596] samba-2.2.8a-ja-1.1beta5 ~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the internationalized version * Fixed no daemon problem for smbd/nmbd with RPM package [sugj-tech:5515] * Fixed alternative getpass() problem in configure [sugj-tech:5522] Changes to the original version * Fixed huge file problem for Linux/ppc [sugj-tech:5531] * Fixed 64bits shared library problem on Solaris [sugj-tech:5535] samba-2.2.8a-ja-1.1beta4 ~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the internationalized version * Fixed existent gettext library problem [sugj-tech:5385] * Added -t (specify coding system) option for smbsh [sugj-tech:5476] Changes to the original version * Suppressed any warnings on Solaris with Forte C [sugj-tech:5370] * Fixed smbsh problem for some OSs [sugj-tech:5381] * Fixed missing low-level getcwd() problem [sugj-tech:5415] * Fixed timestamp problem for client programs [sugj-tech:5470] samba-2.2.8a-ja-1.1beta3 ~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the internationalized version * Fixed failure to compile for HP-UX 11.00 [sugj-tech:5320] * Fixed failure to compile for Solaris [sugj-tech:5322] Changes to the original version * Suppressed any warnings on Solaris [sugj-tech:5324] * Suppressed any warnings on some platforms for PAM [sugj-tech:5328] samba-2.2.8a-ja-1.1beta2 ~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the original version * Fixed ineffective problem of mangling char [sugj-tech:5308] * Fixed shared library problem for IRIX [sugj-tech:5310] * Suppressed any warnings on some platforms [sugj-tech:5310] samba-2.2.8a-ja-1.1beta1 ~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the original version * Fixed an unsetable problem for group permission from WinXP [samba-jp:14786] * Fixed NT architecture problem for WinXP/2003 Server [samba-jp:14789] * Fixed configure problem for Solaris [samba-jp:14793] * Fixed password timeout ploblem with LDAP [sugj-tech:5299] * Fixed missing send/receive ploblem for huge files [samba-jp:14822] c Fixed using CIDR of 'hosts allow/deny' parameters [samba-jp:14615]
2003-08-29Use the IOV_MAX fix only in NetBSDmartti2-7/+10
2003-08-28Update to 1.6.0:jmmv3-6/+8
Highlights: * Categories implemented. * Much better No Needed/High Queue Ranking sources handling * Shared files loading made 30x faster, now supports thousands of files. * Numerous possible security exploits fixed. * Generally, code is a lot clearner now. * Enhanced OS support: NetBSD, OpenBSD, Solaris. * New Extended Options: * Various A4AF functionality, * Drop No Needed Sources, * Drop High QR Sources, * Drop Full Queue Sources. malware's contributions: * Speed up the initial sharing by making KnowFileList a hash map. * Remove the assign to category context menu entry only if it was already there. * Reimplemented hashing thread. * Removed unused locks. As the NetBSD team pointed out they are causing problems on their system because it does core dump on unlocking a mutex that was not locked. * Made the title for systray the same as for the main dialog. * Never share a file twice. * Fixed endless loop in sending UDP packets. * Fixed a possibly exploitable bug as noticed by S. Esser from e-matters. * Fixed new downloads assigned to random category. * Check size of OP_SERVERSTATUS packet more strictly. * Make xmule not to send the MOD_VERSION information. This does avoid a problem with the LSD mod and other xmules. * Removed memory leak from hashing thread. * Minor fixes of problems detected by valgrind, mostly uninitialized variables. Un-Thesis' contributions: * Implemented better GTK2 checks based on NetBSD team's and a Solaris user's input * Converted embedded XPMs to PNGs and JPEGs for better memory usage. * FIXED: several bugs inherent in the source from previous devs/projects. * FIXED: several memory leaks. * Started refactoring the sourcecode. * Got his own connection shut down by MPAA on 19 Aug :P * Bringing website back to live. * Kept xMule alive. NetBSD team's contributions: * Fixed bug with the mutex protecting calls to gethostbyname. * Try to increase some resource limitation to the permitted maximum.
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme3-6/+6
2003-08-28Make python23-pth an accepted python version.recht1-2/+3
2003-08-27add lftgrant1-1/+2
2003-08-27Initial import of LFT 2.2 into The NetBSD Packages Collection.grant4-0/+29
LFT, short for Layer Four Traceroute, is a sort of 'traceroute' that often works much faster (than the commonly-used Van Jacobson method) and goes through many configurations of packet-filter based firewalls. More importantly, LFT implements numerous other features including AS number lookups, loose source routing, netblock name lookups, et al. package suggested by lukem.
2003-08-26Update to 1.4.3:jmmv9-225/+5
malware's contributions: * SECURITY: Removed possible format string exploits. * FIXED: statistics color saving/loading. * FIXED: a possibly exploitable bug as noticed by S. Esser from e-matters. * FIXED: exception handling for CString/wxString. * FIXED: endless loop in CClientUDPSocket::OnSend(). * FIXED: fatal exception handler not to fail in early stages. * FIXED: endless loop in CListenSocket::KillAllSockets(). * FIXED: Lagloose's Shift+Doubleclick to show really only transfering sources. Update still does not work. * Decode %-escaped characters in URL within the ed2k application as suggested by __JusSx__. NetBSD team's contributions: * Work-around not to unlock mutexes not locked. * Try to increase some resource limits to the permitted maximum. * FIXED: bug with the mutex protecting calls to gethostbyname. Un-Thesis' contributions: * Added support for adding multiple ED2K links. * Added ED2K link support for GTK2. FooMan's contributions: * FIXED: for failing file access during download completion.
2003-08-25Update to 1.99.7.recht2-5/+5
Changes: * fix a problem with handling of exceptions that was uncovered by Python 2.3. * disable assigning to unknown attributes on stub instances. Saves a little memory too. * add CORBA.ORB.work_pending() and CORBA.ORB.perform_work() methods.
2003-08-25update to tnftp-20030825; cygwin portability fixeslukem2-6/+6
2003-08-25Import of canonical tnftp 20030825 sources,lukem6-0/+6458
to make it easier to track new versions.
2003-08-24py-soappy needs a threaded Python.recht2-2/+5
Noticed by hubertf's bulk build.
2003-08-24Update to 3.0.6:wiz3-16/+9
* Deprecated gopherd in favor of PyGopherd. [XXX: which is not yet packaged, any takers?]
2003-08-23Add pseudo-category 'java'.jschauma2-4/+4
2003-08-23Replaced by hf6to4, written in /bin/shhubertf8-725/+0
----------------------------------------------------------
2003-08-23Rename 6to4 to hf6to4hubertf1-2/+2
2003-08-23Add hf6to4 1.0.hubertf9-0/+781
The hf6to4 script can be used to setup IPv6 on your home machine and net- work for exploring IPv6 without any registrations. 6to4 is a mechanism by which your IPv6 address(es) are derived from an assigned IPv4 address, and which involves automatic tunnelling to one or more remote 6to4 hubs, which will then forward your v6 packets on the 6bone etc. Replies are routed back to you over IPv4 via (possibly) other 6to4 capable remote gateways. As such, IPv6-in-IPv4-encapsulated packets are accepted from all v4-hosts. XXX this is a rewrite of 6to4 in /bin/sh, no more perl required.
2003-08-22-fix build problem on -current due to changed "struct stat",drochner5-42/+60
reported by Gary Duzan in PR pkg/22274 -being here, uodate to 5.3.20 changes: - Updated for current autoconf/gcc build environment. - Repair tries to continue even when not all replicas can be mounted. - I _think_ this code fixes the problem where venus dies when it is restarted after a local-global conflict and required reinitialization. - Added 'masquerade_port' option to venus.conf to force venus to use a fixed port when 'masquerade=1'. Simplifies life for strict firewall administrators. - Improved Kerberos intergration. - Fixed the problem where servers would crash when more than 30000 files were created in a single volume.
2003-08-20Update tcptrace to 6.4.2.grant6-65/+69
summary of changes since 5.2.1 (there are a few, since this pkg is ~4 years old): 5.2.2 - Mon Sep 27, 1999 bug fix from Jamshid Majdavi (and Kevin Lahey), SYN-ACKs containing window scaling were getting scaled (and shouldn't be). 5.2.3 - Interal changes and enhancements 5.2.4 - Tue Apr 11, 2000 bug fix by Priya - we were detecting rexmitted bytes in segments in error in some cases fixed bug in IPv6 header processing reported by Takayoshi Ohnishi, IPPROTO_ICMPV6 was causing infinite loop 5.2.6 - Thu Jul 6, 2000 fixed bug in TCP checksum code, it was always saying CORRECT 6.0.0a - preparing for alpha release of version 6 6.0.1a - added support for atmsnoop output format in snoop.c 6.0.1a2 - changed all of the DLT_ constants in tcpdump.[ch] to PCAP_DLT_ with the same numbers to avoid OSs that are renumbering them. 6.0.1a3 - added format characters to several options, as an extension of a suggestion by Brian Utterback. 6.0.0b4- Saturday, 6 Oct 2001 Added options : --xplot_all_files and --xplot_args. Added support for zero window probe packets and urgent data packets. Fixed all sprintf's in the code to snprintf's to thwart any buffer overflow attacks. Changed functionality for window scaled connections so that the output of "min win adv" does not print the minimum window as advertised in SYN packets as SYN packets cannot be scaled themselves. Completely revamped the http module with code sent by Bruce Mah. Added code to verify TCP and UDP checksums in IPv6 packets. However, code has not been tested thoroughly yet. 6.0.1 - Mon Dec 3, 2001 This is the version we'll release Also, added support with --print_seq_zero for printing sequence numbers as relative to the SYN rather than absolute. NOTE: this only works for "-P" which uses connection records, but NOT for "-p" (which doesn't) Also fixed the SACK-printing code to print in decimal if requested. Updated the manual page and made the necessary change to Makefile.in so that the manual page gets installed when tcptrace is installed. Fixed a bug with with the statistics for average window advertisement. Average was showing more than max. Fixed a bug with ACK sequence comparisons in the HTTP module. Many thanks to Daikichi Osuga for pointing out the error. Fixed a divide-by-zero error in PlotHist() in mod_rttgraph.c. Matt Muggeridge has been very kind in providing detailed information regarding porting tcptrace to OpenVMS. Please read the new file README.OpenVMS if you are interested in running tcptrace on OpenVMS. Changes made to code in order to be able to compile tcptrace under cygwin on Windows. Now works on windows too. Does not support reading compressed dump files directly though. The ns code was modified by Angelos Stavrou to read in the more detailed output from the extra headers in the ns FullTcp. Fixed a bug with the host letters. The function HostLetter was skipping host names after y, z ... jumping to ba, bb, ... instead of aa, ab ... 6.2.0 - Stable - Fri Jul 26, 2002 This is the version we'll release 6.2.1 - Fri Aug 09, 2002 enhance fulltcp file reading from r.schramp@kpn.com 6.2.2 - Fri Aug 30, 2002 added vlan support to snoop for Tysko. Need to add support in other formats too, but I don't have a packet dump to test against yet - sdo 6.2.3 - Wed Sep 18, 2002 bugfix: For FIN segments with data only FIN was getting plotted and not the data. Now data gets plotted with the default color and then one byte is plotted with the synfin color. For no data, only one byte of FIN is plotted with the synfin color. 6.2.4 - Wed Sep 18, 2002 bugfix: RST_IN relative offset was being calculated using the incorrect sequence space. 6.2.5 - Mon Nov 11, 2002 bugfix: Negative sequence numbers were being printed by function PrintSeqRep() for the packet print '-p' / '-P' switches. Changed the print format from %d to %u. 6.2.6 - Thu Nov 14, 2002 bugfix: '-c' option - ignore non-complete connections was working only for long output. Fixed it to work for brief output too. Release 6.4.0 ============= Bugfix made to fix misbehavior due to FILE synchronization issues found when tcptrace exits with "PCAP error - truncated file" when asked to read real-time network packets from STDIN - Mani. Patches added to process dumpfiles with 802.11 wireless headers for the Prism2 chipset. Courtesy - Brandon Eisenmann. Added new extended option "--nonreal_live_conn_interval" option to let the user set the duration to timeout live connections, in non real-time mode - Ramani. Merged from development tree: Added the options --oUDP, --iUDP, --oTCP, --iTCP to filter out TCP and UDP connections - Mani Added options --csv, --tsv, --sv=<SP> for comma/tab/<SP>-separated values to be printed with the long output - Avinash 6.4.1 : 26 APR 2003 Mani ----- Fixed a bug in the processing of IPv6 extension headers in ipv6.c:findheader() 6.4.2 : 3 MAY 2003 Jitesh ----- Fixed the processing of duplicate ACKs as in the BSD stack to count towards the 3 dupacks required for fast-retransmit.
2003-08-18fix manpage.itojun2-1/+67
2003-08-18Update py-dns to 1.1.0.gson3-7/+15
Summary of changes from 1.0.0: * Message sections are now lists of RRsets, not lists of nodes. * Nodes no longer have names; owner names are associated with nodes in the Zone object's nodes dictionary. * Many tests have been added to the test suite; dnspython 1.0.0 had 47 tests, 1.1.0 has 275. The improved testing uncovered a number of bugs, all of which have been fixed. * The NameDict class provides a dictionary whose keys are DNS names. In addition to behaving like a normal Python dictionary, it also provides the get_deepest_match() method. If, for example, you had a dictionary containing the keys foo.com and com, then get_deepest_match() of the name a.b.foo.com would match the foo.com key. * A new Renderer class for those applications which want finer control over the DNS wire format message generation process. * Support for a "TooBig" exception if the size of wire format output exceeds a specified limit. * Zones now have find_rrset() and find_rdataset() convenience methods. They let you retrieve rdata with the specified name and type in one call, e.g.: rrset = zone.find_rrset('foo', 'mx') * Other new zone convenience methods include: find_node(), delete_node(), delete_rdataset(), replace_rdataset(), iterate_rdatasets(), and iterate_rdatas(). * get_ variants of find_ methods are provided; the difference is that get_ methods return None if the desired object doesn't exist, whereas the find_ methods raise an exception. * Zones now have a to_file() method. * The message and zone from_file() methods allow Unicode filenames on platforms (and versions of python) which support them. Universal newline support is also used if available. * The Zone class now implements more of the standard mapping interface. E.g. you can say zone.keys(), zone.get('name'), zone.iteritems(), etc. __iter__() has been changed to iterate the keys rather than values to match the standard mapping interface's behavior. * Rdatasets support more set operations * Zone and Node factories may be specified, allowing applications to subclass Zone or Node and yet still use the algorithms which build zones from master files or AXFR data. * dns.ipv6.inet_ntoa() now minimizes the text representation of IPv6 addresses in the usual way, e.g. "0000:0000:0000:0000:0000:0000:0000:0001" is minimized to "::1". * dns.query functions now take an optional address family parameter. All known bugs from 1.0.0 are fixed in this release.
2003-08-17Allow also Python 2.3 to be used.recht2-4/+4
2003-08-16PKG_SYSCONFSUBDIR back to zebra by default, as there's zebra.conf and stuff.itojun1-2/+2
in the future the code diverges enough, we may want to change it again to "quagga".
2003-08-16Update to 0.10.2.recht3-6/+12
changes: - Modifed WSDL.Proxy to pass along all arguments to SOAPProxy. This should ensure that all features of SOAPProxy are accessible to users of WSDL.Proxy - Created URLopener.py, which contains a class extending urllib.FancyURLopener. This class allows reading from URLs that are protected by basic authenticatoin, have been relocated, etc. - Modified WSDL.Proxy to use URLopener. It should now permit access to WSDL files protected by basic authentication. - Modified XMLSchema to extend UserTuple instead of tuple for python < 2.2. - Added UserTuple class, taken from from Stefan Schwarzer's ftputil library.
2003-08-14When removing a patch, it's always good to also remove the correspondingwiz1-2/+1
line from the distinfo (hi julio!).
2003-08-13Add a fix for multi homed configurations.recht2-1/+26
By Jonathan Stanton on spread-users@.
2003-08-13Add a fix for multi homed configurations. Makefilerecht1-1/+2
By Jonathan Stanton on spread-users@. Bump PKGREVISION.
2003-08-13Remove MESSAGE. (As discussed on packages@).recht1-8/+0
2003-08-13net/quaggaitojun1-1/+2
2003-08-13conflict w/ quaggaitojun1-1/+3
2003-08-13quagga-0.96, fork of zebraitojun13-0/+301
2003-08-12Fix typo (log->lot). And remove "NetBSD" because it is notreed1-6/+3
NetBSD-specific. And remove brief description.
2003-08-12Fix build for systems without perl installed.recht1-1/+2
Remove MESSAGE. (As discussed on packages@).
2003-08-12s/ENV/SETENV/, from Todd Vierling in PR 22442.wiz1-2/+2
2003-08-11Fix this for the SOAPpy 0.10.1 update.recht6-27/+132
Bump PKGREVISION.
2003-08-11Update to 0.10.1.recht4-11/+63
This version contains many changes/fixes. among them: - Major Change: The huge file SOAPpy/SOAP.py (4,122 lines, 131K) has been split into 10 separate files: Client.py NS.py SOAPBuilder.py Utilities.py Config.py Parser.py Server.py Errors.py SOAP.py Types.py This should ease navigation and maintenance. - Added client support for WSDL, ported from ZSI by Mark Bucciarelli <mark@hubcapconsulting.com>
2003-08-11+py-mimelibdrochner1-1/+2
2003-08-11Import a standalone version of mimelib (AKA email). Python includesdrochner5-0/+88
this since 2.2, but some Zope apps require it and Zope uses Python-2.1.
2003-08-11Should have removed these in last change.markd2-21/+0
2003-08-11Update to latest versions (7.00.77757 for i386, 7.02.78662 for sparc).markd11-82/+138
Changes unknown. While here make package work for Linux (untested) and Solaris. Incorporates PR pkg/22209 from Stephen Borrill.
2003-08-09The Spread authors if we can display a message containing their website.recht1-0/+8
2003-08-09Update to 3.17.1recht9-229/+42
The NetBSD project now has the permission to download the archive from the official Spread site and to mirror it, so remove the restrictions. changes: *) Fix memory corruption and crash with groups of large size. *) Correct make install so it installs header files. *) Fix syntax error in build.xml file for Java/Ant. *) Cleanup prototypes to remove compiler warnings. *) Fix parser to correctly recognize upper, lower, and mixed case command options. *) During make install, remove old symlinks. *) Change setgroups call to be more portable. (fixes MacOSX) *) Change name of r and s to sprecv and spsend, and add as make targets. They can be built by "make testprog" (not built by default). *) Work on making long group names possible. *) Increase listen backlog for accepting client connections. *) Fix Win32 project files to have correct path to source files. (note CVS was always ok, but 3.17.0 release had incorrect path) *) Fix bug where large groups overflow Mess_buf in groups.c. *) Fix memory corruption bug when a message header is received in several separate packets in session.c. Thanks to Ryan Caudy for many, many hours tracking this down. *) Change order of build in Makefile so binaries are built before documentation. *) Fix Java bug where connection objects cannot be disconnected and then reconnected, but must be created anew. They can now be reused. *) Fix compile error on AIX for struct if_info. *) Fix security issue with buffer checks in the C library. *) Fix obscure off-by-one buffer error with the parser.
2003-08-09Update to 1.99.6recht4-10/+15
Changes (since 1.99.5): * Work with latest HEAD branch (ORBit2 2.7.x). * allow importing of CORBA or PortableServer without first importing ORBit. This gives better compatibility with standard CORBA mapping. * None is not a valid string/wstring value. * accept strings for sequence<octet>. * clean up base class list when building client stubs. This is needed in order for the stubs to work with Python 2.3. * fix some possible segfaults if the argument names are missing in the IInterface structures, which occurs when using ORBit.load_file().
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb11-22/+11
2003-08-08missed in last commitgrant1-1/+1
2003-08-08- honour PKG_SYSCONFDIRgrant4-35/+18
- use automatic config file handling for 6to4.conf - improve MESSAGE bump to 1.4.
2003-08-07The INSTALL and DEINSTALL script were overlooked during the conversionseb1-1/+4
to USE_NEW_TEXINFO. So list them back in {DE,}INSTALL_EXTRA_TMPL.