summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2003-06-17PKGREVISION++salo1-3/+3
Sync with the latest nmap. Changes (from nmap): - Applied (with a few modifications) a large NmapFE patch from Peter Marschall (peter(a)adpm.de). This patch adds a bunch more scan/ping options and cleans up some redundant NmapFE code.
2003-06-17Updated to version 3.28.salo2-5/+5
Changes: - Fixed (i hope) an issue that would cause Nmap to print "Serious time computation problem in adjust_timeout ..." and quit. The ultimate cause was demonstrated by this --packet_trace snippet that Russel Miller (rmiller(a)duskglow.com) sent me: SENT (0.0500s) ICMP 0.0.0.0 > 127.0.0.1 Echo request (type=8/code=0) ... RCVD (0.0450s) ICMP 127.0.0.1 > 127.0.0.1 Echo reply (type=0/code=0) ... As you can see, the ping reply appears to come BEFORE the request was sent(!). This sort of thing happens on at least Linux and Windows. The send time is obtained from gettimeofday(NULL), while receive time libpcap packet header. - For years, Nmap has added -I/usr/local/include and -L/usr/local/lib to the compiler line to grab local libraries. I have removed this behavior by default, and added a '--with_localdirs' configure option that adds it back. If Nmap fails to compile now without the above option, please let me know. I can change the default back if this change causes more problems than it solves. People (such as certain ports tree packagers) who know they don't want /usr/local should specify --without_localdirs rather than relying on that always being the default. - Fixed (I hope) a problem that led to the error message "Assertion `tqi->sockets[probe_port_num][seq] == -1' failed". - Fixed a problem that would cause Nmap on Windows to send ICMP ping packets from 0.0.0.0 instead of the appropriate source IP. Thanks to Yeti (boxed(a)blueyonder.co.uk) for the report. - Applied some changes from Solar Designer (solar(a)openwall.com) which fix some typos and also suggest safer /tmp/ behavior in the HACKING file and Lithuanian man page. These changes are for the Nmap package of his Openwall GNU/*/Linux (Owl) distribution. [ http://www.openwall.com/Owl/ ] - For Solaris, I now define NET_SIZE_T to size_t rather than socklen_t in nmap.h. Isn't that exciting?!!! Hopefully this will help compilation on Solaris 2.6 (and perhaps earlier). If any Solaris users notice new compilation problems, please let me know. Thanks to Al Smith (Al.Smith(a)aeschi.ch.eu.org) for reporting the issue. - Removed an errant getopt() prototype in nbase/getopt.h which should hopefully improve compilation on certain Solaris boxes and BSD variants. - SCO operating systems are no longer supported due to their recent (and absurd) attacks against Linux and IBM. Bug reports relating to UnixWare will be ignored, or possibly even laughed at derisively. Note that I have no reason to believe anyone has ever used Nmap on SCO systems. Unixware sucks. - Fixed a problem with small --max_parallism values when non-root ping scanning that would cause Nmap to say "sendconnecttcpquery: Could not scavenge a free socket!" and quit. Problem was reported by Justin A (justin(a)bouncybouncy.net) as Debian Bug #195463. - Changed many single-quotes (') into double quotes (") in the man page due to a disagreement over whether to represent them as (') or (\') in nroff. - Included --packet_trace support for Explicit Congestion Notification (rfc 2481/3168) flags thanks to a patch sent in by Maik Pfeil (root(a)bundesspionageministerium.de) - Included --packet_trace support for a few (unusual) ICMP types in case Nmap receives them. The patch was also sent by Maik Pfeil. - Fixed a problem with redirecting XML/Grep/Machine output to stdout on Windows (e.g. -oX - ). Problem was reported by Wei Jiang (Wei.Jiang(a)bindview.com) - Made "-g -Wall" compiler flags dependent on availability of gcc/g++ sine some other compilers do not support them.
2003-06-17upgrade to 1.1itojun4-38/+9
1.1 ============= FEATURES: - ANSI C - autoconf/configure - new parser - support for various RR types in zonec - support for UNKN RR types BUG FIXES: - lots of zone parsing errors eliminated - empty node matching bug gives NXDOMAIN 1.0.3 ============= This release is a bug fix release and does not add any new features. BUG FIXES: - Ignore SIGPIPE errors (bug #43). - Keep track of TCP child servers and restart if necessary. (bug #55) - Handle database reload failures correctly. - Close UDP sockets in TCP child servers. - Handle escaped characters (besides \.) in labels. - Preserve the query's RD flag in the answer. 1.0.2 ============= FEATURES: - -DBIND8_STATS to enable bind8 like [NX]STATS - -t flag to make nsd chroot to a certain directory - -s flag to make nsd produce statistics every s seconds - /etc/nsd/nsdc.conf to overwrite default variables for nsdc.sh - less loggin and more radical tcp connection (mis)handling - prefork -n processes to handle tcp connections - multiple -a flags CHANGES: - named.stats file functionality is removed BUG FIXES: - couple of pedantic fixes in C code - last zone in database axfr bug fixed - nsdc update wont update bug fixed
2003-06-14Updated to p5-Net-1.15shell2-6/+6
Changes (from 1.13) : Global : - Use read/print instead of sysread/syswrite for local files so CRLF translation happens if it needs to - Some Docs updated Net::FTP : - Fix merge error spotted by Slaven Rezic - Support for ALLO command (patch from Matthew N. Andrews) - Add some error checking to the examples in the SYNOPSIS - Allow the firewall type to be specified in Net::Config (patch from Philip Newton) Net::SMTP : - Allow multiple hosts to be passed to new() as an array reference - Support MTAs with broken HELO response (patch from Michael Driscoll) - Support for BINARYMIME (patch from Richard Coles) - Fixes to the DSN parameter to mail() (patch from Rafael Garcia-Suarez) - Make the use of email address extraction configurable. By default it is now back how it was Some changes in Net::NNTP, Net::Domain and Net::Cmd please see ChangeLog.
2003-06-13upgrade to 0.9.13. includes security fix.itojun3-6/+8
Overview of changes in Ethereal 0.9.13: * Fix the endianness of the CCFilehandle NCP (Greg Morris) * Add AUTH_GSSAPI support to RPC (Tony Schene, Guy) * Various tap display filter fixes and updates (Guy) * Enhance SNMP OID display (Laurent) * M2PA message type field handling fix (Michael) * Add support for versions 02 and 08 to M2PA (Michael) * Add GNU ADNS support (Gerald) * Fix compilation on systems without ADNS (Guy) * Various HP-UX nettl fixes (Mark C. Brown) * Handle DNSSEC DO/OK bit in OPT pseudo-RR (Yaniv) * More ADNS fixes (Guy) * Show DNS MBZ flags as either OK if 0 or incorrect if not 0 (Yaniv) * Update NTLMv2 response blob parsing, magic number fixes (Tim) * Don't try and dissect a zero length NTLM response as a NTLMv2 response (Tim) * Use the Python script to make register.c if we have Python (Guy) * Fix variable signedness and size in Modbus (Stephen Shelley, Guy) * Add basic authentication support to WSP, other updates (Olivier Biot) * Fix OSPF simple password string length (Guy) * Fix WTP sub-PDU size presentation in the protocol tree (Olivier) * Mark encrypted DCERPC stub data as such (Jean-Baptiste Marchand, Guy) * Move NTLMv2 response dissection into common code module (Tim) * Add a dissect_ndr_counted_byte_array_cb function to DCERPC NT (Tim) * Dissect a ntlmv2 response if found in a samlogon request (Tim) * Throw an exception if we have trouble copying a DCERPC string (Guy) * Do the "tvb_ensure_bytes_exist()" check, and the check for a zero-length bit string, in the code to process an ASN.1 bit string (Guy) * Treat a 6-byte value in a MAPI login reply as an aligned 4-byte value (Guy) * Enhance DCERPC NDR string handling (Guy) * Put the source and destination addresses in an Ethernet data structure in the right order (Graeme Hewson) * Fix the buddy name length in AIM (Guy) * Move dissection of NETLOGON secure channel auth verifier into packet-dcerpc-netlogon.c (Tim) * Increment a string length in TACACS to reflect the new behavior of tvb_get_nstringz0() (Guy) * Move platform ID values to packet-dcerpc-nt.c (Guy) * Fix the call that adds the BGP local preference to the tree (Guy) * Add the right decoding for AFP3.1 FPCatSearchExt call (Didier Gautheron) * Fix an overflow bug in OSI, check LSP checksums (Laurent Rabret) * Add support for the new OpenBSD pflog DLT (Can Erkin Acar) * Add support for a systemwide color filter file, close a file handle that had otherwise been left open (Richard Urwin) * Use get_datafile_path() in various places in the code (Guy) * Implement a ring buffer switch duration (Laurent) * Switch from u_int32_t to guint32 in the packet-pflog.c (Guy) * Fix a typo in wtap.c (Guy) * Squelch some compiler complaints (Guy) * Update the TODO list (Guy) * Tap SMB packets before we call the dissecotrs (Ronnie) * Add support for Solaris keepalives (Ronnie) * Add the list of output file format specs to Tethereal's man page (Gerald) * More tvb_get_nstringz0() fixes (Gerald) * Fix a -z io,users,ip calculations bug (Martin Visser) * Fix incorrect tvbuff definition in the WTP PDU concatenation situation (Olivier) * Updates to support draft-ietf-idr-bgp-ext-communities (Motonori) * Add support for VMS UCX$TRACE output (Martin Warnes) * Fix string handling bugs in BGP (Gerald) * Clean "dissect_rpc_opaque_data()" up a bit (Guy) * Correctly handle short TCP headers (Ronnie) * Enhance VMS UCX$TRACE file recognition (Martin Warnes) * Lump TCPIPtrace and UCX$TRACE together (Guy) * Clean up and simplify the RTP dissector and tap code (Miha Jemec) * Make dissect_rpc_opaque_data available to other dissectors (Richard) * Improve fragmented TCP packet handling (Guy) * Improve TCP error packet handling (Guy) * More short TCP length improvements (Guy) * Change the interface to dissect_ndr_nt_PSID() (Ronnie) * DCERPC sid snooping enhancements (Ronnie) * Changes to support NFS RPCSEC_GSS (J. Bruce Field, Richard) * Rearrange sid snooping a bit (Ronnie) * Prettify some DCERPC SID printing (Ronnie) * Add snooping of sid->domain mapping from POLICY_ACCOUNT_DOMAIN_INFO structures (Ronnie) * Remove unused include from packet-dcerpc-samr.c (Ronnie) * Small RPC fix (Richard) * Put some missing contributor addresses in ethereal.pod.template (Guy) * A small fix to NFSv4 to properly decode the secinfo response array (Richard) * Properly initialize sid_str in packet-smb.c (Tim) * Quieten some unused variable warnings in packet-msproxy.c (Tim) * Fix typo in name of ett for krb5 auth verifier in DCERPC (Tim) * Dissect DCERPC LSA policy handles in place (Tim) * Move base64_decode() to a common area (Tim) * First changes to properly support RFC1964 (Richard) * Dissect SPNEGO GSSAPI GetMIC tokens (Richard) * Add an API to get the dissector name from a dissector handle (Guy) * Add support for GSSAPI GSS_Wrap tokens (Richard) * Note that we should probably do PPP Multilink reassembly in the TODO file (Guy) * Distcc support (Brad Hards, Ronnie) * Convert unsafe string handling to GStrings in WTP (Gerald) * Fix snprintf() return value checking in DNS, 802.11, ISAKMP, and WSP (Gerald) * Fix more string-related nits in CLNP, ISIS CLV, and RMI (Gerald) * Get rid of the CRs at the ends of lines in packet-distcc.c (Guy) * Convert the DNS WKS bitnames variable to a GString (Gerald) * Use a GString to store the ISIS CLV formatted authentication information (Guy) * Break out the SPNEGO/GSSAPI request flags (Richard) * Add RFC3526 DH MODP groups to ISAKMP (Yaniv) * Fix string index errors in 802.11, ISAKMP, RMI, and WSP (Guy) * Deal with cases where there's no token ID in a Kerberos blob (Guy) * Strings in PPTP are null-padded, not null-terminated (Guy) * Null-terminate ASCII string values in "dissect_ndr_cvstring()" (Guy) * Fix SCSI string padding (Guy) * Fix the definition of ISAKMP NUM_GRPDESC_TYPES (Yaniv) * Add ADNS to the "Compiled with" list (Gerald) * Make the RTP tap analysis code use create_tempfile() instead of tmpnam() (Gerald) * Get rid of a debugging message in packet-dcerpc-spoolss.c (Guy) * Fix typoes in packet-dcerpc-samr.c (Guy) * Flag fragmented data as such in DCERPC (Guy) * Properly seek to the beginning of TCPIPTrace lines (Guy) * Fix the declaration of "open_routines[]" in file.c (Graeme) * Fix file opening in tap_rtp.c (Gerald) * Various BGP fixes (Hannes Gredler) * Improve ISIS LSP checksum display (Laurent Rabret) * Properly free data in ICMPv6, 802.11, RTCP, and SMB (Laurent) * Add the MSRPC ATSVC interface (Jean-Baptiste Marchand) * COTP reassembly (Laurent Meyer) * Add packet-dcerpc-atsvc.h to Makefile.am (Gerald) * Add the MSRPC ATSVC interface to Makefile.nmake (Guy) * Fix whitespace handling in SIP (Steven Lass) * Decode the base-64 string for HTTP Basic authorization (tz) * Some minor updates to LSA (Ronnie) * Update SAMR context handle display (Ronnie) * Fix an SPNEGO/ASN.1 segfault, enhance the responseToken display (Richard) * Dissect a netlogon credential as eight FT_BYTES (Tim) * Add GNU ADNS to the Windows build environment (Gerald) * Add support for WPA (Wi-Fi Protected Access) key in EAPOL frames and WPA IE in 802.11 beacon and probe response frames (Jeff Liu) * CPHA magic number adjustments (Yaniv Kaul) * Update the plugin API for Glib/GTK+ 2.2 and have NSIS remove the Start menu entries and desktop icon (Lars Roland) * Fix a bug in the SUA global title address parameter, add subdissectors (Niels Koot) * Fix up some comments, and move some common GLib 1.2[.x]/2.x code outside #ifdefs in plugins.c (Guy) * Handle more than one DCERPC call per frame (Guy) * Lots of different NDPS updates and fixes (Guy) * Fix UDP error packet handling (Guy) * Tweake ISIS CLV string appending (Guy) * Improve RMCP packet recognition (Guy) * Fix string length checking in tvb_fake_unicode() (Guy) * Adjust proto.c to better handle null-padded strings (Guy) * More null-padded string fixes (Guy) * Improve ASCIIZ string handling in ncp2222.py, other fixes (Guy) * DCERPC policy handle hashing improvements (Guy) * Add a "-d" flag to tethereal, related changes (Lionel Ains, Guy) * Teach the sid snooping how to extract sid->name mappings from SAMR:QueryDispInfo (Ronnie) * Fix to make the dcerpc_smb_fetch_pol use the new function argument list (Ronnie) * Improve value string handling in MDSHDR (Motonori) * Use "=" instead of "==" in an assignment in proto.c (Gerald) * Replace bcmp() with memcmp() in 802.11 and add a missing quote to the NSIS definition file (Lars) * Make IP frame numbers unsigned (Guy) * Don't use "tvb_get_nstringz()" to get string data in SMPP (Guy) * Dissect extended attribute lists in SMB trans2 QUERY_FILE_INFORMATION, info level 4 (Tim) * Rename SMB's EA length field to EA list length (Tim) * Some ATSVC fixes (Jean-Baptiste) * Use "tvb_format_text()" to display WBXML strings (Guy) * Handle the AFP Unix Privilege bit as defined in the 3.1 spec (Didier) * Add an ethertype 0 pref to MDSHDR, other fixes (Dinesh, Guy) * Add new supported IDs, fix padding bytes in SCTP (Michael) * Fix some typos in SCTP (Michael) * Properly specify an unused argument in packet-sctp.c (Guy) * Improve SMB TRANS2_SET_{PATH,FILE}_INFORMATION handling (Guy) * Add a "--enable-threads" option, which allows to build the gtk+ v2 ethereal with or without threads (Olivier) * Print an MMSE warning in the protocol tree instead of the console (Gerald) * Update SMB informational strings to reflect CIFS 1.0, other fixes (Guy) * Clean up the checks for valid SIP requests and responses (Guy) * Dissect the SMB 12-byte reserved field (Richard) * Fix "tvb_strneql()", "tvb_strncaseeql()", and "tvb_memeql()" not to throw an exception out of hand (Guy) * Fix LDAP tree creation (Guy) * Clean up Ethereal's command line usage message (Guy) * SID name mappings can now be presented in a table by tethereal using the -z smb,sids command argument (Ronnie) * Add a tap listener to present sid to name mappings for tethereal (Ronnie) * Fix Tethereal man page command line options and program name (Guy) * Fix the display of the high 16 bits of the SMB PID (Guy) * Update the FAQ to May 25 (Joerg) * Update manuf to June 10 (Joerg) * Show the upper 2 bytes of SMB's formerly-reserved area as a "High Part of PID" even for SMB-over-IPX (Guy) * Add support for some additional SAPs for Netware and OSI (Guy) * Improve the CR-LF check in SMTP (Guy) * Change DCERPC, Fix, and ISDN to reflect the new behavior of tvb_memeql() (Guy) * If ADNS_DIR isn't defined, don't link with the ADNS library (Guy) * Properly handle an empty interface list in Windows (Guy) * Finish the NFS_ACL dissector (Mike Frisch) * Fix "Ethereal" capitalization and boldface in the pod page (Guy) * Get rid of an unused variable in proto.c (Guy) * Add a paddint preference to the FDDI dissector (Laurent) * Add http.request.method field with an accompanying subtree (Gilbert) * Put the FTP request or response line into the protocol tree (Guy) * Add a couple of missing line continuations to Makefile.nmake (Gerald) * Get the right length for HTTP methods with an "M-" prefix (Guy) * Add support for Common Industrial Protocol over IP (Joakim Wiberg) * Add RTNET/TDMA support (Erwin Rol) * Handle diff lines that look like "Binary files" (Gilbert) * Put the SMTP request or response line into the protocol tree (Guy) * Put the POP request or response line into the protocol tree (Guy) * Put the IMAP request or response line into the protocol tree (Guy) * Put the ACAP request or response line into the protocol tree (Guy) * Fix value fetching and tree filling in TSP (Guy) * Fix the NCP SetCmdValueNum display (Gilbert) * Update the SIP request/response subfield display, fix a string free (Guy) * Expand the ability of fvalue_to_string_repr, and modify more FT_* types to provide that method (Gilbert) * Put in a missing "break" statement in proto.c (Guy) * Update to the CIP dissector, reverting to the "EtherNet/IP" name (Joakim)
2003-06-11don't use bare ${RPATH_FLAG}, prefix with -Wl, to allow FIX_RPATH togrant1-2/+2
perform its magic. allows this to build again on Darwin.
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs2-10/+8
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-11Update to 0.45, from Todd Vierling in PR 21859.wiz2-5/+5
2003-05-11 0.45 - new option -D to not reset default portlist if -p is given - new port - 5490 - NONAME/1.4 HTTP CONNECT-only proxy (trojan?) 2003-05-05 0.44 - added ports 1075 to list of ports for socks and http (MSP proxy) 2003-05-01 0.43 - determine DSBL-listed IP for DSBL submissions (new DSBL listme@ server now allows this by printing an IP that was listed on final \r\n.\r\n reply line) - added some proxy info recognision (proxy-agent - yay!), activate with -x. - removed broken HTTP GET support altogether - moved HTTP PUT and wingate/telnet to be more "advanced" - added port 21 to the list of FTP ports - changed connect timeout to be half of -t - yet another wingate/telnet prompt ("telnet>") - CCProxy Telnet handler - write "open" string w/o stdio/buffering - fixed error (proxycheck always prints "closed" lines ignoring -n flag)
2003-06-11Update description to point out this is not an alpha release any more.simonb1-7/+1
From Greg Woods on netbsd-users.
2003-06-11Update HOMEPAGE.simonb1-2/+2
2003-06-10Not necessary any longer, yay.wiz3-29/+1
2003-06-10Depend on latest dctc package.wiz1-2/+2
2003-06-10Replace dc_gui with dc_gui2.wiz1-2/+2
2003-06-10Remove dc_gui, superseded by dc_gui2.wiz7-161/+0
2003-06-10Initial import of dc_gui2, the GTK2/GNOME2 version of dc_gui.wiz8-0/+168
dc_gui2 is a GUI for DCTC (Direct Connect Text Client), another file sharing protocol.
2003-06-10Update to 0.85.3, and switch to using glib2.wiz5-15/+31
- Version 0.85.3 - fix the unfairness of upload/download speed limit. In previous version, most of the time, a transfer obtains nearly all the bandwidth available. - client can establish connection through web proxy. - new flag added: -C. This flag is used to provide the address and port of the web proxy to use. - fix a bug crashing the client if it uses glib2.x (glib1.2 version is not affected). - fix GDL type detection problem preventing attachment of broken GDL. - .sub added to file type "doc" (most of the time, these files contains subtitles). - remove numerous old debug messages. - 2 new commands added: /GDLMETDIR and /GDLMETPOLL. Using them, DCTC can use some informations obtained by the e-donkey emule client (partial CRC in .met files). ----------- - Version 0.85.2 - .iso, .bin, .cue and .img added to the file type "exe". - fix a bug occuring when a broken GDL with L0CRC is available. - fix a bug occuring when attaching a broken GDL with L0CRC (L0CRC was lost). - new flag added: -m . If this option is set, DCTC will automatically append a dc++ like tag to your description. - fix a configuration problem when detecting MD* functions. - fix a hanging problem occuring when an UI disconnects when DCTC sends lot of messages to it. - UADDR handles smarter incoming IP without known name. It prevents duplicated IP with IP with known name. To increase efficiency, it also tries a set of well known ports accepting DC connection. ----------- - Version 0.85.1 - the old md5 support was removed (option: -5). - hublist handles an environment variable named "HUBLIST". In this variable, you can put all the hublist URL you want to use, use [tab] as separator. If the variable is not defined, the default direct connect hublist is used. - hublist supports bzip2 list. - fix typo in dctc man pages. Add man page for hublist. - timeout added to hublist to prevent long wait when a hublist server does not respond. - new program added: dctc_gdl123. This program takes 2 corrupted GDLs of the same files and rebuild a partial GDL containing only identical parts of the 2 corrupted GDLs. ----------- - Version 0.85.0 - periodically send something to the hub is no network activity exists. This is required else the hub will close the connection. - new command added: /GDLCRC, /GDLNOCRC. Using them, you can set a CRC on a GDL. DCTC computes CRC in the same manner has e-donkey 2000 does thus you can use its CRC (a 32 characters string composed of 0,1,...9,A,...,F values). The CRC allows detection of corrupted file but it does not provide corrupted data recovery. (see Documentation/DCextension/ed2k_crc file). - minor change in the GLSTC format. To keep compatibility with gtk 1.2 version, no field is added. If a GDL CRC exists, it is appended to the script to start field, you will see a " &CRC:" field inside it. - new flag added: -Z. When used, the given parameter is a directory that will be used instead of the default $(HOME)/.dctc directory. Patch by Henrique do N. Angelo (phpDC project). - fix g_string_sprintf[a] compilation problem with glib2. - flag -m is removed. DCTC now always works in extended mode. - Add support of DC protocol extension commands: MD4Get0 and MD4Set. When connected to a compatible hub, you can send or retrieve partial CRC allowing detection of corruption of part of files. (see Documentation/DCextension/ ed2k_crc file). WARNING: the CRC computation has 2 effects: -------- 1) If someone asks your client a CRC of a file you have not yet computed, DCTC will freeze during the computation (problem will be solved in future release). The computation of the CRC of 450MB file tooks approximately 15 seconds on my XP1700+. Note: only the main thread will be busy, download/upload won't be stopped. 2) the speed of CRC computation and of the splitting of the faulty file is done at full speed thus you will have a lot of disk I/O. If you burn a CD on a non burn-proof CD writer, the burning process will probably be interrupted. On my test computer (athlon XP1700+, 768MB RAM, UDMA100 7200rpm disk), when reparing a 450MB file, I have encountered a freeze of 0.5 second due to the high I/O load. - '*.mid' files are known recognized as audio file.
2003-06-10Update to 2.5.3:wiz2-9/+9
2003/06/05: Simon (release-2-5-3)(branch: release-2-5-1-patches) - Fixed ENORMOUS bug in donkey that could cause corruption on other clients All the md4s will be recomputed for all shared files at next startup. 2003/06/02: Simon (release-2-5-1) - BitTorrent: bug fix when reconnecting to tracker (remove empty event field) - DriverMain: remove use of "cp" command - Applied patches #1530, #1531, #1543, #1548 and #1563
2003-06-10Bump PKGREVISION because of db4 shlib major bump.wiz2-4/+4
2003-06-10Pass libnet version along to configurejmc1-1/+2
2003-06-10Add touch's back from 1.9 as they're inconsistantly getting picked up duringjmc1-1/+3
bulk builds otherwise and nuking config.h's modifications
2003-06-09Updated mrtg to 2.9.29martti2-6/+5
* allow external scripts to return UNKNOWN * fixed SnmpOptions setting * improved skipping of dead hosts (do not confused with 'dead' interfaces)
2003-06-08Update userppp to 001107nb1abs5-2/+59
Fix compilation under gcc3: avoid trigraphs, comparison always true/false, and pass -fno-strict-aliasing
2003-06-07Fix crash in -current: a thread was trying to wait for a condition using anjmmv3-3/+41
unlocked mutex (thus triggering a libpthread assertion). I'm not sure if this patch is completely right, but the program seems to work fine. Bump PKGREVISION to 2.
2003-06-07Use BUILD_DIRS and INSTALL_DIRS, instead of custom post-build and post-installjmmv1-6/+3
targets.
2003-06-06Update:abs2-5/+5
net/mrstat: 1.19 security/msu: 1.06 security/msudir: 0.13 Do not unconditionally set CFLAGS'.
2003-06-06update to 20030606a - with new stanford licensing termsitojun6-35/+21
2003-06-05Add airport2basestationconfigmarkd1-1/+2
2003-06-05Import of Airport Base Station Configuration program version 2.0.1.markd4-0/+75
Imported as a separate package as this version works with the newer "snow" Base Station and with the Airport Extreme but *not* with the original Base Station.
2003-06-05Initial import of net/waste. Due to it's currently still dubious legaljschauma9-0/+647
status restrict distribution (src and binary). Descr: WASTE is a software product and protocol that enables secure distributed communication for small (on the order of 10-50 nodes) trusted groups of users. WASTE is designed to enable small companies and small teams within larger companies to easily communicate and collaborate in a secure and efficient fashion, independent of physical network topology.
2003-06-04depend on py-cursespaneldrochner1-1/+2
(fixes PR pkg/21784 by Paul Mather)
2003-06-04add missing filedrochner1-1/+2
(PR pkg/21768 by Marc Recht)
2003-06-04Update ja-samba package to 2.2.8.1.1.0nb1.taca7-29/+91
* Sync with net/samba package: - clean up findsmp; no need to prepend ${WRKSRC}. - Don't create ${PREFIX}/private. - Stop installing HTML documentation. * Allow longer share name to Windows XP and Windows 2003 server as well as Windows 2000. Discussion was on the samba-jp mailing list.
2003-06-04Fix build on platforms where rpath is not used (like Darwin).jmmv3-6/+10
Closes PR pkg/21651 by Michael Wolfson.
2003-06-04Bump the PKGREVISION for net/samba to 2:jlam4-29/+21
* findsmb is a perl script, and we need to substitute the correct path to the perl interpreter. * Don't create ${PREFIX}/private during a "make install" as it's a completely useless directory. * Don't bother to install the completely outdated Samba HTML documentation that is superseded by the Samba HOWTO Collection documentation.
2003-06-03Claim stewardship of these.seb1-2/+2
2003-06-03Add and enable xmule. Disable lmule.jmmv1-2/+2
2003-06-03lmule has been obsoleted by xmule.jmmv10-237/+0
2003-06-03Initial import of xmule, version 1.4.0:jmmv12-0/+335
xMule is an easy to use multi-platform client for the ED2K Peer-to-Peer Network. It was originally based on eMule, the popular windows-only client for the same network. It uses the wxWindows class library. Some of its features include Movie Preview, GTK2 Compatibility, Multi-Selection in all lists, Tray-icon, Statistics, Source Exchange, File Commenting any many more. Based on the package provided in pkgsrc-wip by Marc Recht and one provided by Pablo Méndez in private mail. Obsoletes lmule.
2003-06-02Note addition of bftpd.jmmv1-1/+2
2003-06-02Initial import of bftpd, version 1.0.24:jmmv6-0/+76
bftpd is a FTP server that tries to be very configurable while being fast and small. Its features include: * Easy configuration. * Speed. * Support for most RFC FTP commands. * tar.gz on-the-fly compression/archiving. * Security with chroot without special setup. * No need for extra files (sh, ls..) in a chroot environment. * Logging to wtmp and to logfile or syslog. * PAM and passwd/shadow support. * Support for SITE CHOWN/CHMOD. Package provided by virtus@wanadoo.nl in pkgsrc-wip with several changes by me.
2003-06-02Add and enable gini.jmmv1-1/+2
2003-06-02Initial import of gini, version 0.5.1:jmmv4-0/+44
GINI is a free streaming media server for UNIX like operating systems. Its aim is to provide a free streaming solution for the current audio and video formats. Package provided in pkgsrc-wip by Juan RP with some minor changes by me.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma92-184/+184
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-06-01Add and enable GeoIP.jmmv1-1/+2
2003-06-01Initial import of GeoIP, version 1.1.9:jmmv6-0/+117
GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database that is accurate as of March 2002. This database simply contains IP blocks as keys, and countries as values. It should be more complete and accurate than using reverse DNS lookups. This module can be used to automatically select the geographically closest mirror, to analyze your web server logs to determine the countries of your visitors, for credit card fraud detection, and for software export controls. Package initially provided by Juan RP through pkgsrc-wip, with several changes by me.
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv2-3/+5
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-30Updated to version 1.3.4.salo10-21/+293
Addresses PR pkg/21719 by Andrey Simonenko (MAINTAINER). Changes: - don't include bsd.pkg.install.mk if USE_PKGINSTALL is already set - restrict to *BSD - install /var/ipa directory - fix paths in manual pages - better rc scripts, NetBSD native and generic one - DESCR has 80 columns 1.3.4: ====== - Added support for PF from OpenBSD 3.3 - Minor changes
2003-05-29Updated to 1.2.0.salo8-48/+89
- take over maintainership, MAINTAINER is not reachable on his mail anymore (non-existent domain). Changes: Logging has been enhanced, including syslog support. IPv6 support has been added. STRU, MODE, STOU, HELP, and SITE HELP have been implemented. Better control of which commands to allow has been added. pam_session support has been added. Error messages have been improved. There are lots of bugfixes and new configuration options. - Eliminate crypt() not defined warning. - "grep -q" is not standard to redirect to /dev/null instead. - Make banned_email_file work second time around. - Add force_dot_files to work around broken clients. The behaviour when enabled is very wu-ftpd like. - Implement SITE HELP - should work around IE bug? - Update README, vsftpd.conf with references to read the manual page! - Log revamp: add dual_log_enable to log to xferlog AND vsftpd.log. - Log revamp: add syslog_enable to log vsftpd.log to syslog(). - Add "background" option to background the listener process. - Fix warning is vsftpd.8 man page, Bill Nottingham <notting@redhat.com>. - Fix tcp wrappers support to NOT emit loads of Bad file descriptor messages to the system log. - Add ability to make bandwidth limiter smoother by using e.g. trans_chunk_size=8192. - Add ability for virtual users to use local privs non anon privs, via virtual_use_local_privs=YES. - Fix sendfile() fallback on FreeBSD, thanks to Adam Stroud <adstro@stny.rr.com>. - Add pam_session support, as well as utmp and wtmp logging for local logins (when using a PAM build). Tested pam_limits maxlogins works. - Ensure the source IP address for PORT connects is always the same as the control connection local IP address. Previously it was not when NOT using connect_from_port_20 in the presence of multiple local IP addresses. - Oops - make max_per_ip and max_clients work with the two process model when both connect_from_port_20 and chown_uploads are false. - Initial IPv6 support (EPSV only). - Add EPRT support to IPv6. - Fix "ls .file" to list .file even if the ls -a flag is not present. Noted by and thanks to Sean Millichamp <sean@enertronllc.com>. - Better error messages for config file parse fail: include setting name. - Fix bug in str_split_text where text is greater than 1 character long! - Make it build on Solaris8 - switch from utmp to utmpx and handle missing LOG_FTP. - Always check for VSFTPD_LOAD_CONF environment variable. - Implement HELP properly (should help broken clients). - Fix FreeBSD build (no utmpx.h, so disable feature). - Fix chown_uploads. - "Guess fix" for FreeBSD reported bug. I reckon FreeBSD is returning -EINTR from a blocking close but still closing the fd, despite the error return. So cater for this. Reported by Drew Vogel <dvogel@intercarve.net>. - Add download_enable and dirlist_enable. Useful in conjunction with the per-user config stuff. - Add chmod_enable. - Implement STRU and MODE for _old_, broken clients! - Log connects. - Fix 500 OOPS with chown_uploads and an APPE command. - Improve some error messages: die -> die2 for more information. - Repair max_per_ip (problem comparing IPv4 addresses). - Make chown_uploads work with virtual users. - Chmod files to 0600 before chown_uploads kicks in. - Add STOU support. - Add cmds_allowed config parameter. - Add some FAQ entries.
2003-05-28MESSAGE.security has gone.taca1-3/+2
2003-05-28Remove --disable-multinet configure option; enables bittorrent, fastrack, ...wiz1-2/+2
Bump PKGREVISION.