summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam6-13/+11
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12Use wildcard dependence on "uulib" package.tron1-2/+2
2001-06-11Use wildcard dependence on "uulib" package.tron1-2/+2
2001-06-11use 9.2.0a1.itojun5-48/+45
--- 9.2.0a1 released --- 850. [bug] dns_rbt_findnode() would not find nodes that were split on a bitstring label somewhere other than in the last label of the node. [RT #1351] 849. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined. 848. [func] A minimum max-cache-size of two megabytes is enforced by the cache cleaner. 847. [func] Added isc_file_test(), which currently only has some very basic functionality to test for the existence of a file, whether a pathname is absolute, or whether a pathname is the fundamental representation of the current directory. It is intended that this function can be expanded to test other things a programmer might want to know about a file. 846. [func] A non-zero 'param' do dst_key_generate() when making an hmac-md5 key means that good entropy is not required. 845. [bug] The access rights on the public file of a symmetric key are now restricted as soon as the file is opened, rather than after it has been written and closed. 844. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined, just as <lwres/net.h> does. 843. [func] If no controls statement is present in named.conf, or if any inet phrase of a controls statement is lacking a keys clause, then a key will be automatically generated by named and an rndc.conf-style file named named.key will be written that uses it. rndc will use this file only if its normal configuration file, or one provided on the command line, does not exist. 842. [func] 'rndc flush' now takes an optional view. 841. [bug] When sdb modules were not declared threadsafe, their create and destroy functions were not serialized. 840. [bug] The config file parser could print the wrong file name if an error was detected after an included file was parsed. [RT #1353] 839. [func] Dump packets for which there was no view or that the class could not be determined to category "unmatched". 838. [port] UnixWare 7.x.x is now suported by bin/tests/system/ifconfig.sh. 837. [cleanup] Multithreading is now enabled by default only on OSF1, Solaris 2.7 and newer, and AIX. 836. [func] Upgraded libtool to 1.4. 835. [bug] The dispatcher could enter a busy loop if it got an I/O error receiving on a UDP socket. [RT #1293] 834. [func] Accept (but warn about) master files beginning with an SOA record without an explicit TTL field and lacking a $TTL directive, by using the SOA MINTTL as a default TTL. This is for backwards compatibility with old versions of BIND 8, which accepted such files without warning although they are illegal according to RFC1035. 833. [cleanup] Moved dns_soa_*() from <dns/journal.h> to <dns/soa.h>, and extended them to support all the integer-valued fields of the SOA RR. 832. [bug] The default location for named.conf in named-checkconf should depend on --sysconfdir like it does in named. [RT #1258] 831. [placeholder] 830. [func] Implement 'rndc status'. 829. [bug] The DNS_R_ZONECUT result code should only be returned when an ANY query is made with DNS_DBFIND_GLUEOK set. In all other ANY query cases, returning the delegation is better. 828. [bug] The errno value from recvfrom() could be overwritten by logging code. [RT #1293] 827. [bug] When an IXFR protocol error occurs, the slave should retry with AXFR. 826. [bug] Some IXFR protocol errors were not detected. 825. [bug] zone.c:ns_query() detached from the wrong zone reference. [RT #1264] 824. [bug] Correct line numbers reported by dns_master_load(). [RT #1263] 823. [func] The output of "dig -h" now goes to stdout so that it can easily be piped through "more". [RT #1254] 822. [bug] Sending nxrrset prerequisites would crash nsupdate. [RT #1248] 821. [bug] The program name used when logging to syslog should be stripped of leading path components. [RT #1178, #1232] 820. [bug] Name server address lookups failed to follow A6 chains into the glue of local authoritative zones. 819. [bug] In certain cases, the resolver's attempts to restart an address lookup at the root could cause the fetch to deadlock (with itself) instead of restarting. [RT #1225] 818. [bug] Certain pathological responses to ANY queries could cause an assertion failure. [RT #1218] 817. [func] Adjust timeouts for dialup zone queries. 816. [bug] Report potential problems with log file accessibility at configuration time, since such problems can't reliably be reported at the time they actually occur. 815. [bug] If a log file was specified with a path separator character (i.e. "/") in its name and the directory did not exist, the log file's name was treated as though it were the directory name. [RT #1189] 814. [bug] Socket objects left over from accept() failures were incorrectly destroyed, causing corruption of socket manager data structures. 813. [bug] File descriptors exceeding FD_SETSIZE were handled badly. [RT #1192] 812. [bug] dig sometimes printed incomplete IXFR responses due to an uninitialized variable. [RT #1188] 811. [bug] Parentheses were not quoted in zone dumps. [RT #1194] 810. [bug] The signer name in SIG records was not properly downcased when signing/verifying records. [RT #1186] 809. [bug] Configuring a non-local address as a transfer-source could cause an assertion failure during load. 808. [func] Add 'rndc flush' to flush the server's cache. 807. [bug] When setting up TCP connections for incoming zone transfers, the transfer-source port was not ignored like it should be. 806. [bug] DNS_R_SEENINCLUDE was failing to propagate back up the calling stack to the zone maintence level, causing zones to not reload when an included file was touched but the top-level zone file was not. 805. [bug] When using "forward only", missing root hints should not cause queries to fail. [RT #1143] 804. [bug] Attempting to obtain entropy could fail in some situations. This would be most common on systems with user-space threads. [RT #1131] 803. [bug] Treat all SIG queries as if they have the CD bit set, otherwise no data will be returned [RT #749] 802. [bug] DNSSEC key tags were computed incorrectly in almost all cases. [RT #1146] 801. [bug] nsupdate should treat lines beginning with ';' as comments. [RT #1139] 800. [bug] dnssec-signzone produced incorrect statistics for large zones. [RT #1133] 799. [bug] The ADB didn't find AAAA glue in a zone unless A6 glue was also present. 798. [bug] nsupdate should be able to reject bad input lines and continue. [RT #1130] 797. [func] Issue a warning if the 'directory' option contains a relative path. [RT #269] 796. [func] When a size limit is associated with a log file, only roll it when the size is reached, not every time the log file is opened. [RT #1096] 795. [func] Add the +multiline option to dig. [RT #1095] 794. [func] Implement the "port" and "default-port" statements in rndc.conf. 793. [cleanup] The DNSSEC tools could create filenames that were illegal or contained shell metacharacters. They now use a different text encoding of names that doesn't have these problems. [RT #1101] 792. [cleanup] Replace the OMAPI command channel protocol with a simpler one. 791. [bug] The command channel now works over IPv6. 790. [bug] Wildcards created using dynamic update or IXFR could fail to match. [RT #1111] 789. [bug] The "localhost" and "localnets" ACLs did not match when used as the second element of a two-element sortlist item. 788. [func] Add the "match-mapped-addresses" option, which causes IPv6 v4mapped addresses to be treated as IPv4 addresses for the purpose of acl matching. 787. [bug] The DNSSEC tools failed to downcase domain names when mapping them into file names. 786. [bug] When DNSSEC signing/verifying data, owner names were not properly downcased. 785. [bug] A race condition in the resolver could cause an assertion failure. [RT #673, #872, #1048] 784. [bug] nsupdate and other programs would not quit properly if some signals were blocked by the caller. [RT #1081] 783. [bug] Following CNAMEs could cause an assertion failure when either using an sdb database or under very rare conditions. 782. [func] Implement the "serial-query-rate" option. 781. [func] Avoid error packet loops by dropping duplicate FORMERR responses. [RT #1006] 780. [bug] Error handling code dealing with out of memory or other rare errors could lead to assertion failures by calling functions on unitialized names. [RT #1065] 779. [func] Added the "minimal-responses" option. 778. [bug] When starting cache cleaning, cleaning_timer_action() returned without first pausing the iterator, which could cause deadlock. [RT #998] 777. [bug] An empty forwarders list in a zone failed to override global forwarders. [RT #995] 776. [func] Improved error reporting in denied messages. [RT #252] 775. [placeholder] 774. [func] max-cache-size is implemented. 773. [func] Added isc_rwlock_trylock() to attempt to lock without blocking. 772. [bug] Owner names could be incorrectly omitted from cache dumps in the presence of negative caching entries. [RT #991] 771. [cleanup] TSIG errors related to unsynchronized clocks are logged better. [RT #919] 770. [func] Add the "edns yes_or_no" statement to the server clause. [RT #524] 769. [func] Improved error reporting when parsing rdata. [RT #740] 768. [bug] The server did not emit an SOA when a CNAME or DNAME chain ended in NXDOMAIN in an authoritative zone. 767. [placeholder] 766. [bug] A few cases in query_find() could leak fname. This would trigger the mpctx->allocated == 0 assertion when the server exited. [RT #739, #776, #798, #812, #818, #821, #845, #892, #935, #966] 765. [func] ACL names are once again case insensitive, like in BIND 8. [RT #252] 764. [func] Configuration files now allow "include" directives in more places, such as inside the "view" statement. [RT #377, #728, #860] 763. [func] Configuration files no longer have reserved words. [RT #731, #753] 762. [cleanup] The named.conf and rndc.conf file parsers have been completely rewritten. 761. [bug] _REENTRANT was still defined when building with --disable-threads. 760. [contrib] Significant enhancements to the pgsql sdb driver. 759. [bug] The resolver didn't turn off "avoid fetches" mode when restarting, possibly causing resolution to fail when it should not. This bug only affected platforms which support both IPv4 and IPv6. [RT #927] 758. [bug] The "avoid fetches" code did not treat negative cache entries correctly, causing fetches that would be useful to be avoided. This bug only affected platforms which support both IPv4 and IPv6. [RT #927] 757. [func] Log zone transfers. 756. [bug] dns_zone_load() could "return" success when no master file was configured. 755. [bug] Fix incorrectly formatted log messages in zone.c. 754. [bug] Certain failure conditions sending UDP packets could cause the server to retry the transmission indefinitely. [RT #902] 753. [bug] dig, host, and nslookup would fail to contact a remote server if getaddrinfo() returned an IPv6 address on a system that doesn't support IPv6. [RT #917] 752. [func] Correct bad tv_usec elements returned by gettimeofday(). 751. [func] Log successful zone loads / transfers. [RT #898] 750. [bug] A query should not match a DNAME whose trust level is pending. [RT #916] 749. [bug] When a query matched a DNAME in a secure zone, the server did not return the signature of the DNAME. [RT #915] 748. [doc] List supported RFCs in doc/misc/rfc-compliance. [RT #781] 747. [bug] The code to determine whether an IXFR was possible did not properly check for a database that could not have a journal. [RT #865, #908] 746. [bug] The sdb didn't clone rdatasets properly, causing a crash when the server followed delegations. [RT #905] 745. [func] Report the owner name of records that fail semantic checks while loading. 744. [bug] When returning DNS_R_CNAME or DNS_R_DNAME as the result of an ANY or SIG query, the resolver failed to setup the return event's rdatasets, causing an assertion failure in the query code. [RT #881] 743. [bug] Receiving a large number of certain malformed answers could cause named to stop responding. [RT #861]
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam13-29/+18
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam5-33/+17
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam5-15/+8
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09Sort.wiz1-4/+4
2001-06-07install mtrace6(8).itojun2-7/+15
2001-06-07Remove USE_LIBINTL as nothing uses libintl.a, and passjlam1-2/+2
-I${BUILDLINK}/include through via CPPFLAGS as well as CFLAGS to ensure that readline/readline.h is found by the configure script. Fixes pkg/13110 by Jesse Off.
2001-06-07Add and enable nslintrh1-1/+2
2001-06-07Initial import of nslint-2.0.2, a name server consistency checker for BINDrh6-0/+72
provided in PR 13134 by Stoned Elipot <Stoned.Elipot@script.jussieu.fr>
2001-06-05add & enable dhisdhubertf1-1/+2
2001-06-05Import dhisd-5.0: DynDNS serverhubertf6-0/+113
By the means of a DHIS client a host which is assigned a dynamic IP address (either from its ISP or from DHCP) is able to communicate with a DHIS server in order to advertise its newly acquired IP address. The DHIS server (permanently online) listens to UDP messages from its clients and authenticates these against its knowledge of keys. When authentication is successful the DHIS server updates one or more databases with the newly received IP address for the given client. The server then keeps sending, every period of time, check requests to each of its connected clients. These need to be acknowledged. If not the server will consider, on an individual basis, that the client has disconnected and will again update the databases to an offline state. Alternativelly the server may receive an OFFLINE_REQ packet from the client, in which case the DNS record is updated at once and the online state droped.
2001-06-02visit net/pim6[sd]ditojun1-1/+3
2001-06-02pim6sd, IPv6 pim sparse mode daemonitojun6-0/+64
2001-06-02we cannot define multiple item for LICENSESitojun1-2/+2
2001-06-02pim6dd, IPv6 PIM dense mode daemonitojun5-0/+38
2001-06-01Apply patch to tdb.c so that it works on pre-UBC systems. .tdb databasesgroo3-2/+47
were previously enlarged by the sequence: lseek, write, munmap, mmap and are now enlarged by: munmap, lseek, write, mmap. The Samba team is already aware of the problem. I expect this patch will be incorporated in a future release.
2001-05-31* Use buildlink.mk files to get dependencies and to prevent unintendedjlam7-12/+175
linking against installed libraries or finding installed headers except for those that are explicitly linked into ${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}. * Don't prototype history functions directly, but use <readline/history.h> to pull them in. This allows us to use libedit's readline emulation. * Add INSTALL/DEINSTALL scripts to handle coda-server and coda-client both installing coda-setup-ports and codaconfedit. * Try to remove ${PREFIX}/etc/coda at post-deinstall time.
2001-05-31* Add INSTALL/DEINSTALL scripts to handle coda-server and coda-client bothjlam2-0/+102
installing coda-setup-ports and codaconfedit. * Try to remove ${PREFIX}/etc/coda at post-deinstall time.
2001-05-31* Use buildlink.mk files to get dependencies and to prevent unintendedjlam5-21/+80
linking against installed libraries or finding installed headers except for those that are explicitly linked into ${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}. * Don't prototype history functions directly, but use <readline/history.h> to pull them in. This allows us to use libedit's readline emulation. * Add INSTALL/DEINSTALL scripts to handle coda-server and coda-client both installing coda-setup-ports and codaconfedit. * Try to remove ${PREFIX}/etc/coda at post-deinstall time.
2001-05-31Works with CGI.pm 2.66 as well.kim1-2/+2
2001-05-29CGI.pm 2.72 is ok.kim1-2/+2
2001-05-29Add and enable stripes.kim1-1/+2
2001-05-29Stripes is a Looking Glass implementation that works with Zebra andkim4-0/+38
Cisco routers. A Looking Glass is a CGI script for viewing results of simple queries executed on remote routers.
2001-05-28Use buildlink.mk to get readline dependency and use ${BUILDLINK_INCDIR}jlam4-37/+41
and ${BUILDLINK_LIBDIR} to find headers and libraries. Also find tputs() in termcap first, before looking in tinfo, curses, then ncurses. Simplify the PLIST handling by using space-separated list of PLIST files in PLIST_SRC.
2001-05-28Remove unneeded dependency on readline...delegate supplies its own readlinejlam1-3/+1
routines.
2001-05-27upgrade to 0.8.18.itojun2-5/+5
Overview of changes in Ethereal 0.8.18: * Improvement of 'make clean' targets. (gilbert) * Added the ethereal capture preferences to the preference file. (Jeff, Guy) * Fix automake packaging of win32-only files. (gilbert) * Remove "etypes.h" include from "ipproto.c" (gilbert) * Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. (Guy) * Get rid of an unused variable, and fix a typo in a comment in packet-ldap.c (Guy) * packet-snmp.c Fix up a pile of NullTVB uses that were left in the previous checkin. (Guy) * Assorted cleanups in packet-kerberos.c (Guy) * packet-vines.c, packet-quake.c, packet-snmp.c, check for disabled protocols and set "pinfo->current_proto" (Guy) * Assorted ISIS enhancements. (Hannes Gredler) * When dissecting the ISIS NLPID CLV, use the "nlpid_vals" array to convert NLPID values to protocol names. (Guy) * In wiretap/buffer.c Fix "data" member of a Buffer structure g_malloc casting (Guy) * In wiretap/lanalyzer.c Removed g_assert_not_reached and return 0; from lanalyzer_open() loop. (Guy) * Fix the e-mail address for Joerg Mayer (and remove it from files he wasn't involved with). (Guy) * Quarterly (or so) update to manuf (Gerald) * Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new "ipproto.h" header file. (Guy) * Move the declaration of "etype_vals[]" from "epan/packet.h" to "etypes.h". (Guy,Ed Warnicke) * Fix to a preferences dialog bug, from <inoue@ainet.or.jp>. (Guy) * Fix to WTP retransmission indicator dissection (Guy,Olivier Biot) * packet-bgp.c, packet-bgp.h tvbuffified (Heikki Vatiainen, Guy) * Add -I/usr/local/include" into CFLAGS because GLib 1.2.9 doesn't any more (Guy) * WTLS client and trusted key ID handling enhancements (Patrick Wolfe, Guy) * Tvbuffify packet-yhoo.c (Nathan Neulinger) * Makefile.nmake pulls in settings from config.nmake (Gram) * ascend-scanner.l, #define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32 (Gram) * IP fragment reassembly (Ronnie Sahlberg, Guy) * Fixed problem with nmake compiling lemon.c twice (Gram) * Check the validity of numbers specified in command-line options. (Guy) * Add ONC RPC strings to the tree as strings, with a field index (Ronnie Sahlberg, Guy) * YPPASSWD support (Ronnie Sahlberg, Guy) * Distribute wtap.def (Gram) * Include "image/Makefile.nmake" in the distribution tarball. (Guy) * Fixed up the messages printed for the SSL checks (Guy) * Have status bar to display nothing, rather than "Text (text)", when a "proto_tree_add_text()" field is selected. (Ronnie Sahlberg, Guy) * Cleanup the text item pseudo-field for the '-G' option (Guy) * Get rid of the FT_-name-to-description filtering in eproto2sgml (Guy) * DCE RPC updates (Todd Sabin, Guy) * Cleanup packet-rsvp.c object class-specific types (Guy) * Added error messages to proto.c for BASE_NONE in FT_INTn & FT_UINTn (hagbard,Guy) * Added perl script to generate X11 dissector fields (Guy) * Include "process-x11-fields.pl" and "x11-fields" in the source distribution (Guy) * Fix up "process-x11-fields" to allow both a base *and* VALS to be specified (Guy) * Make the X11 fields that correspond to drawable IDs, masks, and the like display as hex rather than decimal. (Guy) * packet-x11.c - Use "%u", not "%d", to print unsigned quantities (Guy) * Add support for comments in "process-x11-fields.pl", and add a copyright notice/RCS ID/credit to Christophe to "x11-fields" as a comment. (Guy) * packet-eigrp.c - Put top-level item for a TLV into the protocol tree with a text value, for display if an exception occurs (Guy) * KLM support (Ronnie Sahlberg, Guy) * Put an RCS ID/GPL/copyright notice into the "process-x11-fields.pl" script (Guy) * tethereal.c - Add a "return 0;" at the end of main() to pacify MSVC 5 (Gram) * Fix Gerald's e-mail address - (Guy) * dfilter_expr_dlg.c - Treat BASE_BIN like BASE_DEC for numeric value of value_string (Guy) * README.developer - Explain BASE_{DEC,HEX,OCT,BIN} a bit more (Guy) * editcap.c - add return 0; to main routine (Guy) * TODO - Update the reassembly item to note that IPv4 fragments are now reassembled. (Guy) * SPRAY support (Ronnie Sahlberg, Guy) * rquota support completed (Ronnie Sahlberg, Guy) * When registering numeric fields, check that a base other than BASE_NONE was specified. (Guy) * Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes (Heikki Vatiainen, Guy) * Get rid of NullTVB references. (Guy) * Get rid of END_OF_FRAME, BYTES_ARE_IN_FRAME references in tvbuffified dissectors. (Guy) * Move the declarations of IP protocol numbers to "ipproto.h" from "packet-ip.h". (Guy) * Get rid of unnecessary includes. (Guy) * Signed vs. unsigned fixes (Joerg Mayer, Guy) * Tvbuffify the RIPng dissector. (Guy) * RANAP support (Martin Held, Guy) * Modbus/TCP support (Riaan Swart, Guy) * Tvbuffify the Gryphon dissector. (Guy) * Undefine "isprint()" before re-defining it, to squelch a compiler warning. (Guy) * Configure.in - Fail if both UCD and CMU SNMP headers are found because of link problem (Guy) * If the SNMP headers were found but we failed to find "sprint_objid()", fail SNMP config (Guy) * Make "col_set_str()" and "tvb_reported_length_remaining()" available in plugins. (Guy) * Get rid of support for non-tvbuffified plugin dissectors. (Guy) * "-l" command-line option to turn on automatic scrolling in "Update list of captures in real time" captures (Christian Lacunza, Guy) * HPUX plugin support using g_module_supported (Guy) * Added support for DHCP Authentication extensions specified in draft-ietf-dhc-authentication-16.txt (Ashokn) * Added support for RSVP Refresh Reduction Extensions - draft-ietf-rsvp-refresh-reduct-05. (Ashokn) * Added one-line summary of each RSVP object in the object line. (Ashokn) * Additional OSPF LSA types and opaque-options flag (Michael Rozhavsky, Guy) * packet-wtls.c updates (Alexandre P. Ferreira, Guy) * IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates (Paul Ionescu, Guy) * PIM enhancements and fixes (Heikki Vatiainen, Guy) * Support for dissecting XDR arrays (Ronnie Sahlberg, Guy) * NIS+ support (Ronnie Sahlberg, Guy) * Additional LDAP checks for invalid packets (Scott Renfro, Guy) * Better support of timestamps from NetXRay captures (Chris Jepeway, Guy) * Automake updates for next version of automake (Nathan Neulinger, Guy) * Updates for the next version of autoconf (Nathan Neulinger, Guy) * Passive FTP support (Juan Toledo, Guy) * Fix a text window, scrollbar bug reported by Christopher McAvaney (gerald) * Updates to OSPF for the changes between drafts 3 and 4 of * Various ISIS improvements (Jean-Christian Pennetier, Guy) * osi-util.c Fix postfix error in string generation (Chris Fould, Guy) * Support for Cisco-proprietary capabilities in BGP (Jian Yu) Overview of changes in Ethereal 0.8.17: * Display filter GUI fix (Guy) * Build fix: use SSL_LIBS if found by configure (Henri Gomez) * Fix 2 off-by-1 erros in the code that selects a field after user clicks on a byte in the hex dump (Gilbert) * Typo fixes to packet-q931.c (Thomas Gimpel) * Win32 build: create HTML doco (Gilbert) * Fixes for Lemon compilation (Guy) * Wiretap file-close fix (Guy) * Wiretap open() design fix (Guy) * New dissector: support for CUPS browsing protocol (Charles Levert) * Wiretap support for Cisco HDLC (Guy) * New dissector: Cisco HDLC (guy) * Tvbuffication of MOUNT dissector (Ronnie Sahlberg) * Tvbuffication of HCLNFSD dissector (Ronnie Sahlberg) * Memory double-free fix (Guy) * Change tvb_get_ptr() to return 'const guint8*' (Gilbert, Guy) * Fix for IEEE 802.11 trying to modify result of tvb_get_ptr() (Guy) * Update to CUPS (Guy) * Update to CLNP (Guy) * Fix for Win32 file renaming (Guy) * Update to MGCP (Ed Warnicke, Guy) * Update to STAT dissector (Ronnie Sahlberg) * Check for NULL in proto_tree_add_* routines (Guy, Jeff) * Tvbuffication of YPSERV (Ronnie Sahlberg) * Tvbuffication of BOOTPARAM (Ronnie Sahlberg) * New dissector: DCE RPC support (Tod Sabin) * Update to SMB mailslot, browse, pipe (Guy) * Update to SMB (Guy) * Add 48.48 PNG of new 3d logo (Gilbert) * Compiler warning fixes (Guy) * MS Proxy fix and tvbuffication (Guy, Jeff) * Move address routines to epan (Ed Warnicke) * Change "IEE 802.3" Ethernet label (Gilbert) * New feature: Protocol Hierarchy Statistics (Gilbert, Guy) * Win32 build: build wiretap as DLL, use WinPcap 2.1 (Gilbert) * New feature: multiple named data sources (Jeff, Guy) * Update to Frame Relay (Jeff, Guy) * New dissector: LMI for frame relay (Jeff) * New dissector: Wellfleet compression (Jeff) * Update to WTP (Guy) * Updates to AFS (Nathan) * Fix for WCP (Guy, Jeff) * Back out guint64 handling in wiretap netxray module (Guy) * Add APi for creating progess dialogues (Guy) * Tvbuffication of ICQ (Guy) * GTK-related code fixes (Eduardo PĂ©rez Ureta) * Update to RX (Nathan) * Add "-D" flag to tethereal to show list of all network interfaces (Guy) * Update to IP: check for small header lengths (Guy) * Update TPKT (Guy) * Fix for ICMPv6 crash (Olivier, found by Heikki Vatiainen) * Fix for "checksum bad" flags in proto_tree in IP, UDP, TCP (Guy) * Update to PPP (Guy) * Update to Q.931 (Guy) * New disector: BACNET (Hartmut Mueller) * Code movement from dissectors to epan (Ed Warnicke, Guy) * General code cleaning (Guy) * Win32: load wpcap.dll at run-time, not load-time (Gilbert) * Support for "Transparent Ethernet Bridging" (Guy) * New dissector: GTP (Michal Melerowicz) * Fix for ISAKMP : check for length of payload (Tim Newsham) * Win32 build: use NullSoft Installer to provide packaging (Gilbert) * Win32 build: keep version number in config.nmake, and generate text files that need that version number (Gilbert) * Win32 build: wiretap can use zlib (Gilbert) * Update to SNMP (Guy) * New dissector: RWALL (Ronnie Sahlberg) * OSI-over-PPP support, plus fixes to ISIS (Hannes Gredler) * Updates to SCTP (Michael Tuexen) * Wiretap: support for Ascend version 7 output (Gerald) * Fixes to NTP (Joerg Mayer) * Doco updates (Guy, Gilbert) * Fix for GTK file selection showing wrong directory in Open/Save As (Gilbert) * Win32: isprint() hack to keep GTK from not showing characters in hex dump and follow-tcp-stream window in certain cases (Gilbert)
2001-05-24Use S_IRUSR/S_IWUSR and related flags from <sys/stat.h> instead ofjlam2-16/+8
SHM_{R,W}. Fix suggest by Klaus Klein. This should fix build on non-current NetBSD systems and closes PRs 13023 and 13033.
2001-05-24If pkgdiff reports 'Cannot strip away RCS IDs, please handle manually!'abs42-44/+150
mkpatches faithfully files that away as a patch, which somewhat broke my previous update. Fixing.
2001-05-24Use buildlink.mk files for cups and pam.jlam1-8/+4
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam2-9/+11
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute.
2001-05-22Add fix for platforms that don't define SHM_{R_W} in <sys/shm.h>. Wejlam2-1/+23
define them to IPC_{R,W} as they're the right values. Problem discovered by browsing current-users and port-alpha (why were there no PRs?!).
2001-05-22Use devel/readline/Makefile.readline for GNU readline support and note whyjlam4-23/+68
GNU readline is required. Clean up how to pass location of OpenSSL headers to the configure script.
2001-05-22Update for patch sum changes. Bad developer, no cookie.abs1-35/+35
2001-05-22Document why GNU readline is required.jlam1-1/+2
2001-05-21Update ORBit to 0.5.8. Changes are bugfixes and new features needed byrh3-9/+10
bonobo-1.0.4 (sorry, no further details are known to me).
2001-05-21Fixup startup script - from Toru TAKAMIZUabs40-777/+670
2001-05-21add & enable whatmaskzuntum1-1/+2
2001-05-21Initial import of whatmask-1.0zuntum4-0/+41
Whatmask is a small C program that lets you easily convert between three common subnet mask notations. Notations supported: Name Example --------------------------------- CIDR /24 Netmask 255.255.255.0 Wilcard Bits 0.0.0.255 The above notations are all identical. CIDR notation commonly has a "/" in front of the number (representing the number of bits). Whatmask can accept these notations with or without a slash. This notation is used more and more recently. A lot of popular routers and software supprt this notation. Netmask notation is pretty much the standard old-school way of doing it. It is supported by most systems (Un*x, Win, Mac, etc.). Wilcard bits are similar to the netmask, but they are the logical not of the netmask. This notation is used by a number of popular routers.
2001-05-21add & enable ipcalczuntum1-1/+2
2001-05-21Initial import of ipcalc-0.33 - IP Calculator written in perlzuntum4-0/+38
ipcalc takes an IP address and netmask and calculates the resulting broadcast, network, Cisco wildcard mask, and host range. By giving a second netmask, you can design sub- and supernetworks. It is also intended to be a teaching tool and presents the results as easy-to-understand binary values.
2001-05-21Upgrade to 7.3.1.kim3-18/+10
[NEW] + FTP/SSL: supported "AUTH TLS", on-demand FTP/SSL (with sslway -St) + HTTP: introduced HTTPCONF="cka-cfi" to force Keep-Alive with FCL/FTOCL + general: introduced src. addr. binding (SRCIF=host[:port[:proto:dst:src]]) + general: introduced "-va" option (hidden log to be sent on ABORT) + SSLTUNNEL: introduced proxy auth. for SSLTUNNEL (by AUTH=pauthgen) + VSAP: introduced AUTH_VSAP (tentative) + FTP: enabled FCL/FSV=sslway for FTPS (implicit SSL) + NNTP: added client hostname to forbidden POST error log + MOUNT: new MountOption fo,bo,bif (ForwOnly,BackOnly,BackIfForw) + MOUNT: enabled dst=-host MountOption for servers as virtual hosts + genrail: made notify-mail include AbortLog and BackTrace + Socks: introduced "/-r" opt. (resolve locally, not on SocksV5 server) + Shio: added "c host:port" (connect to host:port without using shell) + HTTP: implemented AUTHORIZER and XECHO for HTTP + SSLway: introduced "-St" option to make STARTTLS be mandatory + FTP: supported MLSD command relay + general: randomized text and data segment address at compile time + general: introduced a time period in a week(-T.wWHHMM) + SSLway: inplemented STARTTLS for SMTP,POP,IMAP "-st[/protocol]" + SSLway: added "-pass {pass:string|file:path}" + SSLway: added error message about .pas to show what is necessary + MOUNT: extended matching and rewriting (ex. "*%1[a-b]%S *%(0)/%(1)") + MOUNT: reverse MOUNT for "*%(N)" in right hand rURL to left hand vURL + MOUNT: new abbreviation ///path -> =://=:=/path (the same proto&serv) + MOUNT: new abbreviation //serv/path -> =://serv/path (the same proto) + POP: supported AUTH without arguments + FTP: introduced FTPCONF=nodata (can be useful for FXP) + FTP:/HTTP: added logging in xferlog on FTP/HTTP (HTTPCONF=xferlog:ftp) [CHANGE] + FTP: added (empty) successful response for HELP command + general: removed obsolete codes (FTPGET,FORCEON,HTTPMAIL,PUBLIC,?_?,etc) + general: stopped to use getmsg() with poll() + HTTP: HTTP-PROXY become controllable by CONNECT + FTP: modified PASV response format to be more acceptable by clients + HTTP: extended timeout for fflush/fclose (was shorten in 6.1.21) + HTTP: modified to accept resp. "HTTP" lacking "/X.X" (6.1.22) + FTP: changed FTP max. relative date in LIST to 6 month (from 11) + SSLway: changed to hide command line arguments and environmnet vars + MOUNT: added MOUNT="//* = default" for SERVER=imap [FIX] + SSLway: fixed SEGV with the cc of SunOS4 (since 6.1.19) + SSLway: coped with multi-lines of opening message for STARTTLS + FTP: fixed not to apply server-side CFI for cached response + FTP: fixed CMAP switch for "ftp-data" protocol + INETD: enabled HTTP req. for "exec" protocol by INETD + INETD: fixed SEGV with INETD specification without arg-list + HTTP: fixed "nojava" for MOUNTed server with RELAY=no (since 6.1.20) + NNTP: fixed to MOUNT SERVER=nntp://host with "default" + FTP/HTTP: coped with WU-Ftpd/2.6.1 + DeleGate/Win32 + SMTP: fixed SIGPIPE to server by slow DATA from client + NNTP: fixed to clean up zombis of NNTPCC + origin-NNTP: fixed spooling article at spool/ddd/dd (4.2.0) + MOUNT: fixed matching to the end of line (by "$") + general: fixed endless SEGVs by duplicate fclose() in notify-mail + FTP: revival of "RETR //user:pass@host/path" (5.7.1) + FTP: fixed possible overflows in "//user:pass@host" scanning + DNS: fixed infinite loop on recvfrom() error + HTTP: fixed MOUNT for virtual Host (moved,host=-xxx) + NNTP: fixed not to start INIT before all opening messages done + HTTP: fixed to fflush before doing sleep/Nice (for chained DeleGate) + HTTP: fixed [Reply] button in NNTP/HTTP (6.1.12) + SMTP: fixed to wait response for DATA before send QUIT in b.g. (6.0.0) + SSLway: enabled RSA tmp. key callback both for openSSL/SSLeay + HTTP: fixed "bad response" on EOF/timeout with server (6.1.22) + HTTP: fixed status respopnse via CGI/CFI (6.1.19) + NNTP: fixed jamming of multi-servers by timeout during startup + MOUNT: fixed SEGV on bad MOUNT parameter (non full-URL in right hand) + CRON: fixed "-expire" to follow CACHEDIR in symbolic link + FTP/HTTP: fixed to do cache FTP/HTTP with Authorization: anon-ftp + FTP/HTTP: fixed to do cache FTP/HTTP with URL ftp://ftp:pass@host + NNTP: fixed NNTPCC with SERVER=nntp://server + HTTP: fixed not to try HTML oriented conversion for plain text + HTTP: fixed not to regard "EOF on server reusing" as badServer + HTTP: extended to record "badServer" (ex. HTTP/1.1->NCSA/1.5.2) + SSI/HTTP: fixed to skip ">" character in quoted-string + Telnet: fixed aborting login with AUTHORIZER + FTP: fixed SEGV on bound proxy (SERVER=ftp://user:pass@server) + general: fixed memory wasting by repetitive randenv() + general: fixed putting uninit. buff. when invoked without args + SSLway: fixed to do RAND_seed first (for openSSL0.8.5 or later) + HTTP: fixed possible SEGV on uninit. buff. ref. for -_-/proto://... + HTTP: fix for removing charset in META tag (when no space after ";") + HTTP: fixed Content-Length in NNTP/HTTP with Accept-Language:(charset) + NNTP: fixed string buffer reallocation (1MB<size) + SMTPGATE: fixed SEGV on empty local part in recipient's address
2001-05-19add and enable py-soaplib + py-xmlrpclibdrochner1-1/+3
2001-05-19initial import of py-soaplib-0.8:drochner4-0/+33
implementation of the SOAP 1.1 protocol for Python
2001-05-19initial import of py-xmlrpc-0.9.8:drochner4-0/+36
implementation of the XML-RPC protocol for Python
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-05-18Add HOMEPAGErh1-1/+2
2001-05-18Add and enable ripe-whois-toolsrh1-1/+2