summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-12-08Sync with nmap 3.95salo1-4/+5
Changes: - Updated NmapFE to build with GTK2 rather than obsolete GTK1. Thanks to Mike Basinger (dbasinge(a)speakeasy.net) and Meethune Bhowmick (meethune(a)oss-institute.org) for developing the patch. I made some changes as well to prevent compilation warnings. The new NmapFE now seems to work, though I do get "Gtk-CRITICAL" assertion error messages. If someone has time to look into this, that would be appreciated.
2005-12-08Update to version 3.95salo3-15/+15
Changes: - Put Nmap on a diet, with changes to the core port scanning routine (ultra_scan) to substantially reduce memory consumption, particularly when tens of thousands of ports are scanned. - Wrote a new man page from scratch. It is much more comprehensive (more than twice as long) and (IMHO) better organized than the previous one. Read it online at http://www.insecure.org/nmap/man/ or docs/nmap.1 from the Nmap distribution. Let me know if you have any ideas for improving it. - Wrote a new "help screen", which you get when running Nmap without arguments. It is also reproduced in the man page and at http://www.insecure.org/nmap/data/nmap.usage.txt . I gave up trying to fit it within a 25-line, 80-column terminal window. It is now 78 lines and summarizes all but the most obscure Nmap options. - Removed foreign translations of the old man page from the distribution. Included the following contributed translations (nroff format) of the new man page: Brazilian Portuguese by Lucien Raven (lucienraven(a)yahoo.com.br) Portuguese (Portugal) by José Domingos (jd_pt(a)yahoo.com) and Andreia Gaita (shana.ufie(a)gmail.com). - Fixed a crash in IPID Idle scan. Thanks to Ron (iago(a)valhallalegends.com>, Bakeman (bakeman(a)physics.unr.edu), and others for reporting the problem. - Applied some small fixes so that Nmap compiles with Visual C++ 2005 Express, which is free from Microsoft at http://msdn.microsoft.com/vstudio/express/visualc/ . Thanks to KX (kxmail(a)gmail.com) and Sina Bahram (sbahram(a)nc.rr.com) - Version detection softmatches (when Nmap determines the service protocol such as smtp but isn't able to determine the app name such as Postfix) can now parse out the normal match line fields such as hostname, device type, and extra info. For example, we may not know what vendor created an sshd, but we can still parse out the protocol number. This was a patch from Doug Hoyte (doug(a)hcsw.org). - Fixed a problem which caused UDP version scanning to fail to print the matched service. Thanks to Martin Macok (martin.macok(a)underground.cz) for reporting the problem and Doug Hoyte (doug(a)hcsw.org) for fixing it. - Made the version detection "ports" directive (in nmap-service-probes) more comprehensive. This should speed up scans a bit. The patch was done by Doug Hoyte (doug(a)hcsw.org). - Integrated all of the September version detection fingerprint submissions. This was done by Version Detection Czar Doug Hoyte (doug(a)hcsw.org) and resulted in 86 new match lines. Please keep those submissions coming! - Fixed a bunch of typos and misspellings throughout the Nmap source code (mostly in comments). This was a 625-line patch by Saint Xavier (skyxav(a)skynet.be). - Added the --webxml option, which does the same thing as --stylesheet http://www.insecure.org/nmap/data/nmap.xsl , without requiring you to remember the exact URL or type that whole thing. - Fixed a possible aliasing problem in tcpip.cc by applying a patch sent in by Gwenole Beauchesne (gbeauchesne(a)mandriva.com). This problem shouldn't have had any effect on users since we already include the -fno-strict-aliasing option whenever gcc 4 is detected, but it brings us closer to being able to remove that option. - Fixed a problem with the -S and -e options (spoof/set source address, and set interface by name, respectively). The problem report and a partial patch were sent by Richard Birkett (richard(a)musicbox.net). - Fixed a problem with the -S and option on Windows reporting "Failed to resolve/decode supposed IPv4 source address". The -D (decoy) option was probably broken on that platform too. Thanks to KX (kxmail(a)gmail.com) for reporting the problem and tracking down a potential solution. - Added --thc option (undocumented) - Modified libdnet-stripped/src/eth-bsd.c to allow for up to 128 bpf devices rather than 32. This prevents errors like "Failed to open ethernet interface (fxp0)" when there are more than 32 interface aliases. Thanks to Krok (krok(a)void.ru) for reporting the problem and even sending a patch. - Fixed a minor syntax error in tcpip.h that was causing problems with GCC 4.1. Thanks to Dirk Mueller (dmuell(a)gmx.net) for reporting the problem and sending a fix. - Define INET_ADDRSTRLEN in tcpip.h if the system doesn't define it for us. This apparently aids compilation on Solaris 2.6 and 7. Thanks to Albert Chin (nmap-hackers(a)mlists.thewrittenword.com) for sending the patch.. - Fixed an inefficiency in RPC scan that could slow things down and also sometimes resulted in the spurious warning message: Ünable to find listening socket in get_rpc_results" - Fixed a compilation problem on Mac OS X and perhaps other platforms with a one-line fix to scan_engine.cc. Thanks to Felix Gröbert (felix(a)groebert.org) for notifying me of the problem. - Nmap now accepts target list files in Windows end-of-line format (\r\n) as well as standard UNIX format (\n) on all platforms. Passing a Windows style file to Nmap on UNIX didn't work before unless you ran dos2unix first. - Fixed a problem that prevented the command "nmap -sT -PT <targets>" from working from a non-privileged user account. The -PT option doesn't change default behavior in this case, but Nmap should (and now does) allow it. - Better handle ICMP type 3, code 0 (network unreachable) responses to port scan packets. These are rarely seen when scanning hosts that are actually online, but are still worth handling. - Fixed a crash occured when the --exclude option was used with netmasks on certain platforms. Thanks to Adam (nmapuser(a)globalmegahost.com) for reporting the problem and to Greg Darke (starstuff(a)optusnet.com.au) for sending a patch (I modified the patch a bit to make it more efficient). - Removed Identd scan support from NmapFE since Nmap no longer supports it. Thanks to Jonathan Dieter (jdieter99(a)gmx.net) for the patch. - Fixed a bug that caused Nmap to crash if an nmap-service-probes file was used which didn't contain the Exclude directive. - Fixed a divide-by-zero crash when you specify rather bogus command-line arguments (a TCP scan with zero tcp ports). Thanks to Bart Dopheide (dopheide(a)fmf.nl) for identifying the problem and sending a patch.
2005-12-08- Fixed pkglint warnings about @comment in PLIST_SUBST.rillig1-5/+5
- As the CVS log in revision 1.2 does not mention a reason why the PLIST_SUBST part must be below the inclusion of bsd.pkg.mk, moved the latter to the last line of the Makefile.
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig2-3/+4
"pkglint --autofix" change.
2005-12-08Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"rillig1-2/+2
change.
2005-12-08Fixed a double quoting which has been introduced by the recent "pkglintrillig1-2/+2
--autofix" change.
2005-12-08Update libpcap to 0.9.4.uebayasi2-8/+6
From CHANGES: Mon. September 5, 2005. ken@xelerance.com. Summary for 0.9.4 libpcap release Support for radiotap on Linux (Mike Kershaw) Fixes for HP-UX Support for additional Juniper link-layer types Fixes for filters on MPLS-encapsulated packets "vlan" filter fixed "pppoed" and "pppoes" filters added; the latter modifies later parts of the filter expression to look at the PPP headers and headers in the PPP payload
2005-12-07Add DragonFly support. Fix errno.joerg3-1/+62
2005-12-07DragonFly needs -lcrypt as well.joerg1-1/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig56-140/+140
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig128-318/+320
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-04Update to version 3.3.5salo6-22/+47
Changes: - prefer ssl over gnutls by default, by popular demand - refresh MASTER_SITES list - add perl option, installs optional additional perl scripts 3.3.5: ====== - added mirror --older-than, --size-range and --max-errors options. - improved CCC support - allowed protected transfers after CCC. - added support for sftp v5 and v6 (experimental). - added configure option --with-pager. - fixed file uploading via protected ftp with openssl. - fixed compilation on cygwin. - fixed compilation with sun c++. 3.3.4: ====== - added support for CCC command and ftp:ssl-use-ccc setting. - remove password from URLs when showing them on status line. - fixed `open -u' with an URL. - fixed a rare spinning. - fixed compilation on HP-UX. - fixed handling of 334 reply to AUTH command. 3.3.3: ====== - added support for LFTP_HOME environment variable. - added workaround for proftpd's empty directories. - fixed `open file:/path'. - fixed some bugs introduced in 3.3.2. 3.3.2: ====== - fixed a coredump caused by double-free. 3.3.1: ====== - new setting xfer:destination-directory (default for -O option of get, mget). - fixed path+file combination in http - avoid double slash. - fixed url composition in hftp, a slash was missed. - fixed `open ftp.example.com/path'. - fixed a coredump when a bookmark contained lots of quotable characters. - fixed a coredump when an error happened while loading CA or CRL certificates. - fixed uploading of empty files via ftp with ftp:ssl-protect-data on. - fixed exit code of slot command. - fixed a coredump with `kill all'. - fixed path extraction from html files (broken in 3.3.0). 3.3.0: ====== - now plain files can be current location in http protocol. - report total bytes transferred and transfer rate in mirror. - included a script for file verification (verify-file). It can check crc32, md5sum, gzip, bzip2, rpm, unzip and other things. - new settings xfer:verify, xfer:verify-command. When xfer:verify is on, verify-command is launched after successful file transfer (to local disk) to check the file consistency. - fixed `source -e' to allow subprocess reading from the terminal. - fixed `source' to return error exit code if the file is unreadable. - fixed `source' on large command files - some commands were truncated.
2005-12-03Fix a pkglint warning:peter1-2/+2
Please use ${PKG_SYSCONFDIR:Q} instead of ${PKG_SYSCONFDIR}.
2005-12-03mark this as PHP4 only, it's in PHP CVS repo only for PHP 5.1+jdolecek1-1/+5
2005-12-03Update PHP5 to version 5.1.1. Some of the key features include:jdolecek2-1/+23
* A complete rewrite of date handling code, with improved timezone support. * Significant performance improvements compared to PHP 5.0.X. * PDO extension is now enabled by default (separate pkg for pkgsrc) * Over 30 new functions in various extensions and built-in functionality. * Bundled libraries, PCRE and SQLite upgraded to latest versions. * Over 400 various bug fixes. * PEAR upgraded to version 1.4.5 This release also fixes various security problems discovered in 5.0.X.
2005-12-02DragonFly support.joerg2-1/+18
2005-12-02Convert to options framework.wiz2-21/+24
2005-12-02Convert to options framework.wiz2-19/+24
2005-12-02Convert to options framework.wiz2-15/+19
Fix a PKGLINT warning while here.
2005-12-02Removed the ONLY_FOR_PLATFORM definition, which has been there since 2001.rillig1-3/+1
2005-12-02Removed the ONLY_FOR_PLATFORM definition, which had been there since 2001.rillig1-3/+1
2005-12-01Update comment in patch.wiz2-4/+4
2005-12-01Add libcaresadrianp1-1/+2
2005-12-01c-ares is a C library that performs DNS requests and name resolvesadrianp5-0/+70
asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT. The fork was made on ares 1.1.1.
2005-11-30Update to 2.1a13, from Geert Hendrickx and William Fletcher.bouyer8-20/+122
arpwatch changes: - Convert arp2ethers from csh to sh - updated ethercode.dat - misc minor bugfixes Changes from Geert Hendrickx: - move ethercodes.dat to share/arpwatch (from etc) - Use ${VARBASE:Q} instead of ${VARBASE} as suggested by pkglint - Use OWN_DIRS to note the admin about the stale db directory after deinstallation Changes from William Fletcher: - add a rc.d script - add a '-m' option to specify the recipient for email messages (still defaults to root) Fix pkg/32151 by Geert Hendrickx
2005-11-29Update "kphone" package to version 4.2. Change since version 4.1.0:tron6-45/+37
- ILBC 20ms implementation added - Some new translations - Alsa support updated - Some qt3 fixes - Saved password support added - DTMF support updated - Command line call support added - SRTP support added (see INSTALL file) - Some new translations - Alsa support updated Update contributed by Stephen Borrill in PR pkg/32159.
2005-11-28Remove unneeded undefadrianp1-2/+5
Add -fPIC for amd64 platform to fix build. Reported in PR 31225 by Eric Radman
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz1-1/+2
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-25s/readme/proftpd-readme/martti1-2/+2
2005-11-25Another fix from Geert Hendrickxmartti1-3/+5
2005-11-25Activate the options. Patch from Geert Hendrickx.martti1-27/+27
2005-11-22Update to 2.7.0:wiz2-6/+6
2005/11/19: version 2.7.0 = tag release-2-7-0 4631: Validate ED2K-client_private_key 2005/11/16 4630: GTK2 GUI - some bug fixes (su_blanc) * display Razorback graphical stats for currently selected file 2005/11/14 4625: GTK2 GUI - bug fix (su_blanc) * bug #14865 : availability display "dotty" added alpha channel to availability pixbuf. * bug #14963 : autosize slightly broken the tick mark for 'autosize all columns' appears only if all columns are set to 'autosize' mode. 'autosize all columns' triggers an 'autosize' mode for all columns if at least one has not this mode set. Otherwise all the columns are set to 'fixed' mode. * bug : razorback stats display stats on user request. 2005/11/13 4583: Change stats.razorback2.com usage to on-demand (su_blanc) to avoid overloading the server (disable_razorback_stats.diff) 4619: Remove duplicate Gc.compact () from EDK mem_stats (pango) 2005/11/12 4617: GUI: send bt subfiles over gui prot (zet) 4587: Buildinfo: Split build-time and run-time information (schlumpf) 4350: Code cleanup : web interface chunks display (pango) (web_chunks_using_tables_v2.patch) 4616: Change allow_browse_share, so only friends can see file lists (pango) 4615: Add -g to CFLAGS when --enable-profile (pango) 4605: replace string/bool bit arrays with bit vectors (zet) 4607: remove html output from telnet 'vc all' (zet) 4613: Optimizing Set.cardinal to reduce CPU usage (pango) 4614: Gtk2 mlgui improvements (su_blanc) * fix bug : close all current searches when one quits mlgui otherwise the core continues to search to test: * open mlgui * make a search request * close the gui * in HTML interface, check "View searches" tab. * lower CPU usage by delaying heavy computations (use Glib.Idle) * rework the search tab, just make it more simple, limit results to max hits, added min availability criterium * added Autosize columns. Should fix bug #14868 * change pixmap for availability bars in pixbuf. should fix bug #14865 2005/11/09 4558: further Overnet patches, query_next_peers3.patch (bogeyman) 2005/11/07 4586: cleanup brand stats code (bt/edonkey) (zet) updated to coalesce bt software parsing and add some more ids 2005/11/05 4589: CryptoPP doesn't like -fomit-frame-pointer, so remove it (przemoc) 4597: OV/KAD: fix a search reset bug (bogeyman) 4585: Change ED2K_max_sources_per_file from 20000 to 5000 4579: Slackware package (tgz) - basic mlnet support (ratmmmam) 2005/10/31 4583: GTK2 mlgui improvement (su_blanc) Lablgtk-2.6.0 is needed for GTK2 mlgui, it fixes a mem leak with GdkPixbuf. added: * razorback stats: click on a file in the downloads tab to display the stats (at startup wait for few seconds, the time to download the png files...). * proxy options for mlgui * a graph tab: global downloads, global uploads and a view per file (downloads and uploads). modified: * fix Tray icon as per task #4694 * reduce mem use * configuration files locations: mlgui and mlim do not need CommonOptions. Should not change anything for the users as we check the $HOME variable. 4558: Overnet: several patches (includes and fixes patch #4551) (bogeyman) * better detection of dead peers * so we can ping less often * and can be sure these peers are alive * use ip:port from received pakets instead from the peer info * use a weak Hashtbl for known_peers and remove search_known_peers * we are removing all dead peers, in buckets and prebuckets, (do not wonder, if you get less peers left ;o) * do not send useless "Connect" pakets, Fillbucket really works * every 30m file searchs were created twice. There are really less peers than without this patch, maybe i'll have to tweak how we fill buckets. But for now this works and produce less traffic. 4581: Fix upload rate for high volume connections (> 1.5Mbit/sec) (pango) 4584: HEAP: use GC.quick_stats for mem_stats level=0 (bogeyman) 2005/10/30 4580: Update .cvsignore files (pango) 4564: HTML: fix vd p/d/queued output (zet) 4576: BT: remove sources when file is cancelled, mem_stats: Garbage collector info (zet)
2005-11-22Correct version number pattern in conflict entry.tron1-2/+2
2005-11-22This package conflicts with the "inn" package because of "radius.conf.5".tron1-2/+2
2005-11-21Add synergy.minskim1-1/+2
2005-11-21Remove files that should have not imported.minskim16-93/+0
2005-11-21Import synergy, packaged by Kibum Han.minskim20-0/+126
With synergy, all the computers on your desktop form a single virtual screen. You use the mouse and keyboard of only one of the computers while you use all of the monitors on all of the computers. You tell synergy how many screens you have and their positions relative to one another. Synergy then detects when the mouse moves off the edge of a screen and jumps it instantly to the neighboring screen. The keyboard works normally on each screen; input goes to whichever screen has the cursor.
2005-11-20Fix build under darwin:tonio3-2/+20
add -DBIND_8_COMPAT to CFLAGS under Darwin, and make sure T_SRV is defined
2005-11-19Added a "gtk" option, as proposed in PR 32029. Fixes that PR.rillig2-7/+21
2005-11-18Add necessary magic to build kppp on DragonFly.joerg4-9/+70
2005-11-18- Using "gcc -o /dev/null" has led to /dev/null being unlinked onrillig3-5/+94
Solaris. Enhanced patch-aa with a work-around. Fixes PR 32089. - Fixed invalid variable names (having dashes instead of underscores). - Added patch-ab, which is the same as patch-aa, except it is intended to be reported upstream.
2005-11-18Note that MLDv2 is implemented.gdt2-0/+6
Patch from pkg/32051 filed by Jonathan A. Kollasch.
2005-11-17Disable propolice on DragonFly, when available. It currently producesjoerg1-0/+19
an ICE. Fixes PR 31892.
2005-11-16Fix PKGNAME when changing the version number, not DISTNAME.minskim1-2/+3
2005-11-16Add nstx.minskim1-1/+2
2005-11-16FIx the version number so that it is recognized correctly by pkgsrc.minskim1-2/+2
2005-11-16Import nstx from pkgsrc-wip. Packaged by pancake.minskim5-0/+43
NSTX (the Nameserver Transfer Protocol) makes it possible to create IP tunnels using DNS queries and replies for IP packet encapsulation where IP traffic other than DNS isn't possible.
2005-11-15In revision 1.21 of Makefile the patches have been removed. Cleaned uprillig1-5/+1
the distinfo file.
2005-11-15Move WINBINDD_RCD_SCRIPT fix entirely from options.mk to Makefile as thejlam2-4/+3
last two revisions of options.mk and Makefile fixed the same problem.
2005-11-15Fix creation of "samba" startup script. Bump package revision.tron1-2/+3