summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-01-06Fix a bug that made the kernel module crash when trying to send packets ofcube3-6/+7
size approximatively equal to MLEN. PKGREVISION++, everyone using that package should update.
2005-01-06old ntop->ntop1, ntop updated to 3.1adam1-2/+2
2005-01-06ntop is a network traffic probe that shows the network usage, similar to whatadam8-268/+434
the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well. ntop users can use a web browser (e.g. netscape) to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface. The use of: - a web interface - limited configuration and administration via the web interface - reduced CPU and memory usage (they vary according to network size and traffic) make ntop easy to use and suitable for monitoring various kind of networks.
2005-01-06net/ntop renamed to net/ntop1adam8-0/+281
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv2-4/+4
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2005-01-05USE_OLD_DES_API=yes rather than explicitly using -ldesmarkd1-2/+2
2005-01-04explicitly regenerate for locally modified configurationlukem2-30/+31
2005-01-04update to tnftp 20050103lukem1-3/+2
2005-01-04Add and enable vino.jmmv1-1/+2
2005-01-04Initial import of vino, version 2.8.1:jmmv4-0/+117
VNC (Virtual Network Computing) software makes it possible to view and fully-interact with one computer from any other computer or mobile device anywhere on the Internet. VNC software is cross-platform, allowing remote control between different types of computer. VNC has a wide range of applications including system administration, IT support and helpdesks. It can also be used to support the mobile user, both for hot desking within the enterprise and also to provide remote access at home, or on the road. The system allows several connections to the same desktop, providing an invaluable tool for collaborative or shared working in the workplace or classroom. Computer support within the geographically spread family is an ever popular use. Vino is an VNC server that integrates cleanly within the GNOME Desktop.
2005-01-04Merge changes between tnftp-20030825 & tnftp-20050103lukem21-424/+559
2005-01-04RCD_SCRIPTS_EXAMPLEDIR moved. Should fix to actually use the variable.markd2-4/+4
2005-01-04Update to netatalk 2.0.2.markd7-33/+46
Changes in 2.0.2 NEW: cnid: Add an indexes check and rebuild, optional for dbd (parameter check default no), standalone program cnid_index for cdb. UPD: Enhanced afpd's -v command line switch and added -V for more verbose information UPD: uams_gss: build the principal used by uams_gss.so from afpd's configuration, don't use GSS_C_NT_HOSTBASED_SERVICE UPD: cnid_dbd: add process id in syslog and small clean up REM: remove netatalkshorternamelinks.pl FIX: afpd: check for DenyRead on FPCopyFile FIX: afpd: add missing flush for AD2 Metadata on FPCopyFile FIX: afpd: Deal with AFP3 connection and type 2 (non-UTF8) names. reported by Gair Heaton, HI RESOLUTION SYSTEMS FIX: afpd: Broken 'crlf' option FIX: afpd: fix afpd/dhx memory bug, by Ralf Schuchardt FIX: afpd: Return an error if we cannot get the db stamp in afp_openvol. FIX: afpd: Fix slp registration with Solaris9 slpd, from hat at fa2.so-net.ne.jp
2005-01-04When linking against libssl, also link against libcrypto.wiz2-1/+24
2005-01-04Update nicotine to 1.0.8. Needed to connect to slsk these days.hubertf2-6/+5
Changes: - Added the missing handler for server-pushed searches - Allow users to have negative speed-ratings - Double click downloads in searches and browsers, join room in room list
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz1-2/+2
2005-01-03Remove KDE2 packages (and their dependencies) as proposed on tech-pkg.wiz12-1107/+1
2005-01-03Import tnftp 20050103.lukem10-361/+453
Various changes, including: * forbid mget of filenames that aren't in or below the local cwd. * improve auto-fetch transfers * improve www/proxy authentication support * improve http response header parsing * change UCB-licensed code from 4-clause to 3-clause
2005-01-02Still allow pervious behaviour to detect kernel PPP support.cube2-8/+20
2005-01-02PLIST update forgotten in previous commits.cube1-5/+7
2005-01-02Add our revision 1.50 of sys-bsd.c that I had forgotten. It adds supportcube2-14/+39
for cloning ppp(4) as found in -current.
2005-01-02Remove ppp-mppe, obsoleted by pppd and mppe-lkm. I can't really say I willcube62-10037/+1
regret it.
2005-01-02Add an enable mppe-lkm and pppd.cube1-1/+3
2005-01-02Initial import of mppe-lkm, version 0.0.4, into the NetBSD Packagescube7-0/+810
Collection. To get encryption over a PPTP connection, you need the kernel to support the MPPE algorithm. It is used as a PPP compression module, and the mppe-lkm package provides a LKM (Loadable Kernel Module) that will install the functionality into your NetBSD kernel.
2005-01-02Initial import of pppd, version 2.4.3, into the NetBSD Package Collection.cube46-0/+4983
The PPP Daemon is the userland part of the Point-to-Point Protocol. It works in combination with a dedicated kernel network interface usually named ppp. PPP is a very extensible protocol and pppd supports a large number of options, including compression (through various algorithms), cryptography (Microsoft's MPPE) and authentication (PAP, CHAP, Microsoft CHAP), provided the kernel has the relevant back-ends in some cases.
2005-01-01Add missing dependencies (glib2, pkgconfig) and bump PKGREIVISION.minskim1-1/+4
2005-01-01Update poptop to version 1.2.1.cube11-1026/+493
pkgsrc changes and patches: o As pppd binary location is configurable at run-time, it is no longer necessary to use ./configure tricks to use another pppd. o Add a rc.d script. o Disable bcrelay build unconditonally, until it is made portable. o Move configuration file over to PKG_SYSCONFDIR. Changes: 1.2.1: released 2004-06-23 [* Nothing relevant *] 1.2.0-b4: released 2004-05-25 - fix for options file check when no options file wanted [Cameron] - fix for SIGTERM handling [Guraj] - minor manual page edits [Wilson] - fix printing of connection speed [Dubiec] - fix segfault if built --with-bcrelay but no option used [Cameron] - add --logwtmp option to track users online [Cameron/Guraj] - remove vpnwho.pl from package (due to --logwtmp) [Cameron] - include README.portslave in distribution [Cameron] 1.2.0-b3: released 2004-04-25 (ANZAC day) - add hint for EIO to suggest pppd option syntax [Cameron] - add routing checklists to pptpd.conf man page [Cameron] - fix broken --stimeout option [Cameron] - rework all manual pages, cross check against programs [Cameron] - add --ppp option for portslave support [Cameron] - fix unanticipated exit() when --noipparam option used [Cameron] - fix segfault on pptpctrl called with no arguments [Cameron] {closes: Bug#140709} - include vpnwho.pl in package [!3runo] - note that speed is ineffective on Linux [Cameron] - rework comments in sample configuration files [Cameron] - update references to web sites [Cameron] - minor edits to manual pages [Cameron] - improve script comments [Cameron] 1.2.0-b2: released 2004-04-22 to test team (Peter & Bruno) - fix build without bcrelay [Cameron] - adopt bcrelay version from main package [Cameron] - when built without bcrelay, the bcrelay will exit [Cameron] 1.1.4-b4: - terminate call on any CALL_CLR_RQST [!3runo] - unblock SIGCHLD [Stamfest] {closes: Bug#248123} - report pppd path in debug mode [Cameron] - report cause of failed execvp() [Cameron] - explain pppd launch failure [Cameron] - pass ipparam to pppd [Ammirata] - add bcrelay [Bolhuis] - fix loss of first GRE packet [fghdgh] - fix inheritance of console file descriptors [fghdgh] - fix pidfile option [Mandzgaladze] - fix two buffer overflows [Otero] - fix potential buffer overflow [Vroede] - enhance callid [Latypov] {does not close Bug#171831}
2004-12-31Disable threads.kim3-9/+77
2004-12-31Upgrade to irrd-2.2.3:kim4-49/+58
- RPSLng and IPv6 support
2004-12-31A bug in the configure script made it partly ignore our request ofkristerw3-3/+21
--disable-thread. Fix this. This closes PR pkg/21553. Bump PKGREVISION.
2004-12-31Update openvpn-current to 2.0rc1. Changes from version 2.0beta15 include:jlam3-7/+8
* Addition of management interface over loopback to provide a way for non-root users to control the openvpn daemon. * Fixed bug where --resolv-retry was not working properly with multiple --remote hosts. * Improvements to EasyRSA included with OpenVPN distribution. * Fixed SSL context initialization bug. * Changed default port number to 1194 per IANA official port number assignment. * Changed client virtual IP derivation precedence: (1) use --ifconfig-push directive from --client-connect script, (2) use --ifconfig-push directive from --client-config-dir, and (3) use --ifconfig-pool address. * Added --echo directive. * Added --auth-nocache directive.
2004-12-31Add the __PREFIX__ replacement back, which was deleted by mistake inminskim2-10/+11
the previous commit. No PKGREIVISION bump since it was bumped in minutes ago.
2004-12-31Set the path to perl in scripts correctly using REPLACE_PERL. Notedminskim3-10/+16
by Martti Kuparinen on tech-pkg@. Bump PKGREVISION.
2004-12-31VISION, not VISIN.wiz1-2/+2
2004-12-31Remove unnecessary patch-aa after adding the hidden dependency on openssl,jlam3-33/+5
since ctorrent links against both libssl and libcrypto. Bump the PKGREVISION to 1 as a result of the dependency change.
2004-12-30Remove RCS Ids from patches.tron3-21/+5
2004-12-30Fix build errors under NetBSD-current triggered by the recent changestron3-1/+77
to "ctype.h".
2004-12-29Move "User-settable rc.conf variables and their default values"schmonz9-86/+30
section above the inclusion of rc.subr, and express the default assignments more succinctly (from Todd Vierling). Remove Jonathan de Boyne Pollard's dnscache-showctl and tinydns-showctl, since they don't apply to services run with these rc.d scripts. Bump version.
2004-12-29Use VARBASE.minskim3-6/+6
2004-12-29Use VARBASE.minskim5-10/+10
2004-12-29- Update oinkmaster to 1.1adrianp3-22/+33
- Tidy up of package - New homepage on SourceForge - Install man page, extra examples and extra doco - Lots of change/bugfixes see: http://oinkmaster.sourceforge.net/changelog.shtml
2004-12-29- Update to 0.21adrianp3-11/+10
- Security fix (http://www.atstake.com/research/advisories/2003/a080703-2.txt) - PPP interfaces supported
2004-12-29- Bump to 2.01adrianp2-7/+6
* New Release INET6-2.01 . * Patch from Wouter de Jong <wouter (at) widexs.nl> - fixing the parser on regexp at sock_info() * Patch from Olaf M.Kolkman <olafr (at) ipe.net> - Toggle the -w flag to avoid some warning messages around tests * fixing peerhost method.
2004-12-29update to 2.0.1recht2-7/+6
pyorbit-2.0.1: 4-October-2004 - x86_64 build fixes (Mark McLoughlin) - export pyorbit versions (Gustavo) - Python 2.4 fixes (James) - Bug fixes (James, Bowin Owens)
2004-12-28Bump PKGREVISIONs due to libtiff update.reed3-6/+6
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28Use shell conditional instead of ".if exists()" and "BUILDLINK_PREFIX"tron1-10/+8
instead of "X11PREFIX".
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed46-64/+92
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-27Maintainer says in PR 28643 to restrict this package on NetBSDwiz1-2/+2
to NetBSD<2.0 -- make it so.
2004-12-27Make this build with GTK+ version 2.6.0 or newer.tron1-1/+10
2004-12-26Update net/polsms to version 2.0.2zuntum5-69/+18
* misc improvements and bugfixes (english changelog is not available)