summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2002-03-25Update netsaint-plugin-snmp to 1.2.9.4. Package provided in PR pkg/15992rh3-12/+19
by Murray Armfield <murray@river-styx.org>. This is part of the netsaint update to 0.0.7, please see the update for netsaint-base to 0.0.7 for an overview of changes.
2002-03-25Update netsaint-plugins to 1.2.9.4. Provided in PR pkg/15992 by Murrayrh6-101/+45
Armfield <murray@river-styx.org>. This is part of the netsaint update to 0.0.7. Please see the previous commit message on netsaint-0.0.7 for a summary of changes.
2002-03-25Update netsaint-base to 0.0.7. Package provided in PR pkg/15992 byrh14-315/+341
Murray Armfield <murray@river-styx.org>, thanks! Changes include: - several new CGIs - WAP interface - forced service checks - acks w/o notifications - custom intervals for notification escalations - passive check submissions via web interface - auto-save of retention data - extended service information - scheduled downtime - service dependencies - flap detection - aggregated status updates - new macros - user-supplied coordinates in status map - minor bug fixes and tuning
2002-03-25Update ddclient to 3.6.2. Changes:hubertf2-5/+5
- add support for Xsense Aero - add support for Alcatel Speedtouch Pro - do authentication when either the login or password are defined. - fix parsing of web status pages Updated contributed by Amitai Schlair <schmonz@schmonz.com> in private mail.
2002-03-23correct patchsumitojun1-2/+2
2002-03-23make it buildable on darwin/macosx.itojun3-1/+37
patch-ad has been sent to bind-bugs@isc.org.
2002-03-23DESTMAN inconsistent with PLISTitojun1-2/+2
2002-03-23upgrade to 8.3.1.itojun4-22/+11
changes are available at http://www.isc.org/products/BIND/bind8.html
2002-03-22Add and enable "chrony" package. This fixes PR pkg/15729 bytron1-1/+2
Juergen Hannken-Illjes.
2002-03-22Import new "chrony" package:tron12-0/+327
Daemon for maintaining the accuracy of computer clocks This packages was supplied by Juergen Hannken-Illjes in PR pkg/15729.
2002-03-22Bump PKGREVISION to denote the version with the writev(2) fix. Thanksagc1-1/+2
for the nudge, Martti.
2002-03-22The ORBit code doesn't check the number of iovec structs before itagc2-1/+46
calls writev(2). Some of the applications which use ORBit, such as oaf, can send 1214 iovecs, which is slightly more than IOV_MAX. Add a wrapper for writev(2), to check the number of iovecs passed to writev, and loop, sending MIN(IOV_MAX, count) until the iovecs have all been written.
2002-03-22Drop maintainership of the netsaint packages. I no longer use netsaintrh3-6/+6
and at the moment don't have the time to actively maintain them.
2002-03-22Updated ethereal to 0.9.2martti2-5/+5
This version fixes problems in the SNMP and LDAP dissectors revealed by the PROTOS test suite. The SCTP checksum code for CRC32C was updated to match the new (version 3) draft specification. Additionally, the layout of the capture dialog was vastly improved. NCP type 0x2222 packet type support was added to the randpkt utility, and a script to recreate packets from core dumps (pkt-from-core.py) was added to the source distribution. SNA over Ethernet and HiPath HDLC support was added. Dissectors receiving updates include 802.11w, 802.11, AARP, AFS, ARP, COPS, DCE RPC, EAP/EAPOL, GIOP, ICQ, iSCSI/SCSI, ISIS, LAPD, LDAP, M3UA, NBNS, NDMP, OSPF, Q.931, RADIUS, Raw IP, RX, SDB, SMB, SNMP, SSL, TCP, TPKT, UCP, WSP, and YP. Support for the AiroPeek and pflog file formats was also enhanced.
2002-03-21Fix compilation on 1.4.x. Closes pkg/15974.wiz2-1/+14
2002-03-18Support PKG_SYSCONFDIR. Patch from Hiramatsu Yoshifumi in pkg/15598.wiz1-2/+3
2002-03-17Provide PKGNAME defaults so lintpkgsrc is happyjmc1-2/+4
2002-03-15Do the INSTALL_DATA_DIR's one dir at a time to keep Solaris happy.markd1-2/+4
2002-03-15upgrade to 9.2.1rc1 (pkg version = 9.2.0.1 to avoid version skew)itojun3-10/+11
--- 9.2.1rc1 released --- 1207. [bug] libbind: getaddrinfo() could call freeaddrinfo() with an invalid pointer. 1206. [bug] SERVFAIL and NOTIMP responses to a EDNS should trigger a non-EDNS retry. 1205. [bug] OPT, TSIG and TKEY cannot be used to set the "class" of the message. [RT #2449] 1204. [bug] libbind: res_nupdate() failed to update the name server addresses before sending the update. 1201. [bug] Require that if 'callbacks' is passed to dns_rdata_fromtext(), callbacks->error and callbacks->warn are initialized. 1200. [bug] Log 'errno' that we are unable to convert to isc_result_t. [RT #2404] 1198. [bug] OPT printing style was not consistant with the way the header fields are printed. The DO bit was not reported if set. Report if any of the MBZ bits are set. 1197. [bug] Attempts to define the same acl multiple times were not detected. 1196. [contrib] update mdnkit to 2.2.3. 1195. [bug] Attempts to redefine builtin acls should be caught. [RT #2403] 1194. [bug] Not all duplicate zone definitions were being detected at the named.conf checking stage. [RT #2431] 1193. [bug] Best effort parsing didn't handle packet truncation. 1191. [bug] A dynamic update removing the last non-apex name in a secure zone would fail. [RT #2399] 1189. [bug] On some systems, malloc(0) returns NULL, which could cause the caller to report an out of memory error. [RT #2398] 1188. [bug] Dynamic updates of a signed zone would fail if some of the zone private keys were unavailable. 1186. [bug] isc_hex_tobuffer(,,length = 0) failed to unget the EOL token when reading to end of line. 1185. [bug] libbind: don't assume statp->_u._ext.ext is valid unless RES_INIT is set when calling res_*init(). 1184. [bug] libbind: call res_ndestroy() if RES_INIT is set when res_*init() is called. 1183. [bug] Handle ENOSR error when writing to the internal control pipe. [RT #2395] 1182. [bug] The server could throw an assertion failure when constructing a negative response packet. 1176. [doc] Document that allow-v6-synthesis is only performed for clients that are supplied recursive service. [RT #2260] 1175. [bug] named-checkzone failed to call dns_result_register() at startup which could result in runtime exceptions when printing "out of memory" errors. [RT #2335] 1174. [bug] Win32: add WSAECONNRESET to the expected errors from connect(). [RT #2308] 1173. [bug] Potential memory leaks in isc_log_create() and isc_log_settag(). [RT #2336] 1172. [doc] Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to table of RR types in ARM. 1170. [bug] Don't attempt to print the token when a I/O error occurs when parsing named.conf. [RT #2275] 1168. [bug] Empty also-notify clauses were not handled. [RT #2309] 1167. [contrib] nslint-2.1a3 (from author). 1166. [bug] "Not Implemented" should be reported as NOTIMP, not NOTIMPL. [RT #2281] 1165. [bug] We were rejecting notify-source{-v6} in zone clauses. 1164. [bug] Empty masters clauses in slave / stub zones were not handled gracefully. [RT #2262] 1162. [bug] The allow-notify option was not accepted in slave zone statements. 1161. [bug] named-checkzone looped on unbalanced brackets. [RT #2248] 1160. [bug] Generating Diffie-Hellman keys longer than 1024 bits could fail. [RT #2241] 1156. [port] The configure test for strsep() incorrectly succeeded on certain patched versions of AIX 4.3.3. [RT #2190] 1154. [bug] Don't attempt to obtain the netmask of a interface if there is no address configured. [RT #2176] 1152. [bug] libbind: read buffer overflows. 1144. [bug] rndc-confgen would crash if both the -a and -t options were specified. [RT #2159] 1142. [bug] dnssec-signzone would fail to delete temporary files in some failure cases. [RT #2144] 1141. [bug] When named rejected a control message, it would leak a file descriptor and memory. It would also fail to respond, causing rndc to hang. [RT #2139, #2164] 1140. [bug] rndc-confgen did not accept IPv6 addresses as arguments to the -s option. [RT #2138] 1136. [bug] CNAME records synthesized from DNAMEs did not have a TTL of zero as required by RFC2672. [RT #2129] 1125. [bug] rndc: -k option was missing from usage message. [RT #2057] 1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail are now documented. [RT #2052] 1123. [bug] dig +[no]fail did not match description. [RT #2052] 1109. [bug] nsupdate accepted illegal ttl values. 1108. [bug] On Win32, rndc was hanging when named was not running due to failure to select for exceptional conditions in select(). [RT #1870] 1081. [bug] Multicast queries were incorrectly identified based on the source address, not the destination address. 1072. [bug] The TCP client quota could be exceeded when recursion occurred. [RT #1937] 1071. [bug] Sockets listening for TCP DNS connections specified an excessive listen backlog. [RT #1937] 1070. [bug] Copy DNSSEC OK (DO) to response as specified by draft-ietf-dnsext-dnssec-okbit-03.txt. 1014. [bug] Some queries would cause statistics counters to increment more than once or not at all. [RT #1321] 1012. [bug] The -p option to named did not behave as documented. 988. [bug] 'additional-from-auth no;' did not work reliably in the case of queries answered from the cache. [RT #1436] 995. [bug] dig, host, nslookup: using a raw IPv6 address as a target address should be fatal on a IPv4 only system.
2002-03-15upgrade to 1.3.itojun3-18/+5
changes from 1.2 to 1.3, to quote feico's message: >It does add little functionality over version 1.2, but the code >quality is a lot higher and many bugs/misfeatures and loose ends >have been fixed.
2002-03-14Update to version 1.10, provided in PR#15898 by Shell Hungseb2-8/+6
<shell@shellhung.org>. Notable changes since version 1.0901: - Net::FTP::I Don't call sysread multiple times after calling select() as it may block. - Net::POP3 Patches from Ville Skytta for various cleanup and use Digest::MD5. - Net::Cmd, Net::NNTP, Net::POP3, Net::SMTP Add support for returning tied filehandles from some operations. - Net::FTP Allow tied handles to be passed to get/put. - Net::Cmd Pod changes from Robin Barker. - Net::FTP Don't do EBCDIC translation on a binary transfer. - Net::FTP Fix docs for anonymous login. - Net::SMTP Support binding to a local port/address - Net::Netrc Support exscaping in the netrc file.
2002-03-14Add and enable net-snmp-current.wiz1-1/+2
2002-03-14net-snmp (formerly ucd-snmp), pre-releases.itojun14-0/+1277
*5.0.pre2 (beta release)* NOTE WELL: this release is an beta release. Please let us know immediately about any bugs you find so we can fix them before the real 5.0 releas. New: - Much of the agent internals were completely rewritten and sports a new module API to make your life easier. See the agent/mibgroup/testhandler.c file for example code that makes use of some of the new functionality. (Also see http://www.net-snmp.org/tutorial/new-agent/ which has some incomplete documentation) - The agent supports multiple SNMPv3 contexts and mib modules can now register themselves under different contexts. (see the -n option in the snmpcmd manual page for details on specifying context strings in requests) - The proxy code has been completely rewritten and now supports the use of SNMPv3 contexts to help select which proxied host you wish to talk to. - All the tools take --configToken=value options now. (see -H output from any command for what configTokens it accepts) - All the tools can speak over many different transport layers now, including UDP/TCP (ipv4 and ipv6), AAL5pvc, and IPX. See ./configure --help for details on enabling them. Note: the -p and -T flags to all the applications have been removed. Use hostname strings like "tcp:localhost:9999" instead. See the snmpcmd manual page for details. - snmptrapd now acts as an agentx subagent and implements portions of the NOTIFICATION-LOG-MIB. - kerberos authenticated and encrypted SNMPv3 is now possible. See ./configure --help for details on enabling the ksm security module. - The AgentX subagent protocol implementation has many new features and fixes. - mib2c was completely rewritten and has a much improved configuration file specification. - A "net-snmp-config" script will get installed which can report how the various tools were built (which libraries they were linked against, etc). - new perl specific configure options --with-perl-modules & --enable-embedded-perl. See ./configure --help for details. - The beginnings of some new Perl modules (alpha level quality) are in the perl directory, including: - NetSNMP::agent which allows perl scripts to become net-snmp master or subagents - AnyData::SNMP is available that implements a perl DBI interface to map SQL commands to SNMP. Included is a "snmpsh" shell where SQL commands can be typed, aliases created, etc. See the perl/AnyData_SNMP/INSTALL file for details. - Beginning (alpha level quality) support for embedding perl subroutines directly within the net-snmp agent. - Much of the code is getting documented with "doxygen" style documentation. Run "make docs" if you have doxygen installed. - RMON support is available. See agent/mibgroup/Rmon/README for details.
2002-03-14gd>=1.8.4nb1 should be enough, since there is no version >1.8.4nb1 yet.wiz1-2/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb17-24/+41
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13Update "rsync" package to version 2.5.3. Changes since version 2.5.4:tron3-34/+5
- Additional fix for zlib double-free bug. (Martin Pool, Andrew Tridgell) (CVE CAN-2002-0059) - Merge in changes from zlib 1.1.3 to zlib 1.1.4. (Jos Backus) (Note that rsync still uses a custom version of zlib; you can not just link against a system library. See zlib/README.rsync) - Additional test cases for --compress. (Martin Pool)
2002-03-13Add powerpc/macppc supportjmc6-7/+54
2002-03-13Add logic so macppc will build wu-ftpdjmc2-1/+15
2002-03-13Update mtr packages to 0.49. Changes since 0.42:wiz14-688/+41
v0.49 Fix compilation problems on several platforms. v0.48 Draw names in red (GTK) or bold (Curses) if host doesn't respond. v0.47 Fixed a (believed-) non-exploitable bufferoverflow. Thanks Damian. v0.46 Included patch to be able to specify outgoing interface address. v0.45 People are pressuring me to release new versions with their changes. That's fine. Now this version just adds dynamic switching between numeric / dns names, and some minor stuff I forgot. This release serves as a code-sycn-release. new version with even more new stuff in about two weeks! I'm afraid I don't know how to fix the MaxOS-X compilation problems in the source. Help wanted... v0.44 David Stone adds the "last" column to the gtk version. v0.43 Compile fixes.
2002-03-12Add latd.fredette1-1/+2
2002-03-12New "latd" package supplied by Matt Fredette:fredette4-0/+37
DEC Local Area Terminal (LAT) tools from the linux-decnet project.
2002-03-12Fix a double free error (probably a missmerge) in the include "zlib".tron2-1/+30
2002-03-12Update "rsync" package to version 2.5.3. Changes since version 2.5.2:tron3-20/+14
- Make sure that supplementary groups are removed from a server process after changing uid and gid. (Ethan Benson) (Debian bug #132272, CVE CAN-2002-0080) - Fix zlib double-free bug. (Owen Taylor, Mark J Cox) (CVE CAN-2002-0059) - Fixed problem that in many cases caused the error message unexpected read size of 0 in map_ptr and resulted in the wrong data being copied. - Fixed compilation errors on some systems caused by the use of "unsigned int64" in rsync.h. - Fixed problem on systems such as Sunos4 that do not support realloc on a NULL pointer; error was "out of memory in flist_expand". - Fix for rsync server processes hanging around after the client unexpectedly disconnects. (Colin Walters) (Debian bug #128632) - Cope with BSD systems on which mkdir() will not accept a trailing slash. - Merge in changes from zlib 1.1.2 to zlib 1.1.3. (Note that rsync still uses a custom version of zlib; you can not just link against a system library. See zlib/README.rsync) - Command to initiate connections is only shown with -vv, rather than -v as in 2.5.2. Output from plain -v is more similar to what was historically used so as not to break scripts that try to parse the output. - Added --no-whole-file and --no-blocking-io options (Dave Dykstra) - Made the --write-batch and --read-batch options actually work and added documentation in the man page (Jos Backus) - If the daemon is unable to fork a child to accept a connection, print an error message. (Colin Walters)
2002-03-11Remove old and commented out code.skrll1-11/+1
2002-03-08Make postfix dependency match current versioning scheme.wiz1-2/+2
[Not wildcarded to >=1.1.x because then all 200* versions would match.]
2002-03-07Remove -ggdb as it confuses egcs on powerpcjmc2-1/+13
2002-03-07Fix call for vslprintf to work on netbsd/powerpcjmc4-2/+34
2002-03-05Update to 1.6.6 - vendor supplied fix for CERT announced radiusd issues.david2-5/+5
2002-03-04Fix silly typo in original sources which causes build failures on NetBSDtron2-1/+15
systems with utmpx support.
2002-03-03Update ipv6calc to 0.39. Changes:hubertf2-5/+5
20020227/PB: libipv6addr.c: fixed a bug in ipv6addr_setoctett.c regarding num limit (oops..) ipv6calc.c: move structure definitions to... libmac.h: add related structure definition ipv6calc.c libipv6addr.h: add related structure definition from ipv6calc.c libipv4addr.*: new for handling IPv4 addresses ipv4_to_6to4addr.*: new for handling conversion IPv4 -> IPv6to4 librfc3056.*: library for conversion IPv4 -> IPv6to4 libipv6calc.c: fix array index bug of compat[] (oops..) tag release 0.39 20020226/PB: add original getopt tarball into samplecode, fill related READMEs tag release 0.38 20020224/PB: move nibble string function to librfc1886 minor fixes restore original samplecode files and remove CVS id to prevent CVS changes add original getopt code to samplecode tag release 0.37 20020224/PB: minor Makefile fixes fix getopt Makefile minor cosmetic fix in test script cosmetic cleanups some code cleanup and minor redesign, some optimizing fixes stupid help call bugs format options can be used now in more functions add support of "printstart" and "printend" in "ip6int", "bitstring" extend "showinfo", add "machine_readable" for easier postprocessing 20020223/PB: complete limited support of bistring labels change examples to 6bone dummy address (3ffe:ffff:...) add a trailling dot on ip6.[int|arpa] output migrate getopt patch for OpenBSD submitted by Vladimir Kotal <vlada at openbsd dot cz> minor Makefile fixes tag release 0.37pre1
2002-03-02Add & enable pureftpdzuntum1-1/+2
2002-03-02Changezuntum1-2/+2
builtin sql support -> optional sql support in COMMENT, since mysql support is not enabled in this very package.
2002-03-02Initial import of pure-ftpd-1.0.9zuntum4-0/+43
Pure-FTPd is a free (GPL), secure, production-quality and standard-conformant FTP server based upon Troll-FTPd. It doesn't provide useless bells and whistles, but focuses on efficiency and ease of use. It provides simple answers to common needs, plus unique useful features for personal users as well as hosting providers. Provided by Dawid Szymanski <dawszy@arhea.net> in PR/15762, slightly modified by me.
2002-02-28Update to ntp-4.1.1. From the "NEWS" file:fredb4-29/+8
* Lose the source port check on incoming packets * (x)ntpdc compatibility patch * Virtual IP improvements * ntp_loopfilter fixes and improvements * ntpdc improvements * GOES refclock fix * JJY driver * bsdi port fixes * HP MPE/iX port * Win/NT port upgrade * Dynix PTX port fixes * Document conversion from CVS to BK * readline support for ntpq
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron3-9/+9
2002-02-28Update net/php4-yp to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-28Update net/php4-sockets to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-28Update net/php4-ftp to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-27Put a delay in the "restart" code so that the daemon has time to shutdowntron2-2/+4
properly.
2002-02-27Fix message displayed if daemon is started.tron2-4/+4