summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2004-11-14Cast an argument to isxdigit(3) to unsigned char. Fix build onhira2-7/+9
NetBSD/amd64. OK'd by tron@.
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam2-4/+3
former) for applications that are known to require C++.
2004-11-13Fix full name expansion (again).kim3-2/+58
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam4-8/+8
2004-11-13Update "kphone" package to version 4.0.5. Changes since version 4.0.3:tron7-84/+60
- Fixed bug in localization - Memory leak fixed - Localization added, thanks to Mario Scheel - Tray icon support added, thanks to Thomas Zell - Some errors fixed
2004-11-13|fmt 70 75grant1-4/+5
2004-11-12Set version independent HOMEPAGEs.seb2-4/+4
2004-11-12Addhe1-1/+2
net/p5-Net-XWhois security/p5-Crypt-RandPasswd to their respective parent Makefiles.
2004-11-12Import p5-Net-XWhois version 0.90.he4-0/+23
The Net::XWhois class provides a generic client framework for doing Whois queries and parsing server response.
2004-11-12Use ${VARBASE} instead of hardcoding /var.sketch1-2/+2
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam13-43/+28
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-11-12Add 'perl5' to CATEGORIES.seb2-4/+4
2004-11-11Update tor to latest stable version 0.0.8.1:jschauma2-6/+5
Changes in version 0.0.8.1 - 2004-10-14 o Bugfixes: - Fix a seg fault that can be triggered remotely for Tor clients/servers with an open dirport. - Fix a rare assert trigger, where routerinfos for entries in our cpath would expire while we're building the path. - Fix a bug in OutboundBindAddress so it (hopefully) works. - Fix a rare seg fault for people running hidden services on intermittent connections. - Fix a bug in parsing opt keywords with objects. - Fix a stale pointer assert bug when a stream detaches and reattaches. - Fix a string format vulnerability (probably not exploitable) in reporting stats locally. - Fix an assert trigger: sometimes launching circuits can fail immediately, e.g. because too many circuits have failed recently. - Fix a compile warning on 64 bit platforms. Changes in version 0.0.8 - 2004-08-25 o Bugfixes: - Made our unit tests compile again on OpenBSD 3.5, and tor itself compile again on OpenBSD on a sparc64. - We were neglecting milliseconds when logging on win32, so everything appeared to happen at the beginning of each second. - Check directory signature _before_ you decide whether you're you're running an obsolete version and should exit. - Check directory signature _before_ you parse the running-routers list to decide who's running. - Check return value of fclose while writing to disk, so we don't end up with broken files when servers run out of disk space. - Port it to SunOS 5.9 / Athena - Fix two bugs in saving onion keys to disk when rotating, so hopefully we'll get fewer people using old onion keys. - Remove our mostly unused -- and broken -- hex_encode() function. Use base16_encode() instead. (Thanks to Timo Lindfors for pointing out this bug.) - Only pick and establish intro points after we've gotten a directory. - Fix assert triggers: if the other side returns an address 0.0.0.0, don't put it into the client dns cache. - If a begin failed due to exit policy, but we believe the IP address should have been allowed, switch that router to exitpolicy reject *:* until we get our next directory. o Protocol changes: - 'Extend' relay cell payloads now include the digest of the intended next hop's identity key. Now we can verify that we're extending to the right router, and also extend to routers we hadn't heard of before. o Features: - Tor nodes can now act as relays (with an advertised ORPort) without being manually verified by the dirserver operators. - Uploaded descriptors of unverified routers are now accepted by the dirservers, and included in the directory. - Verified routers are listed by nickname in the running-routers list; unverified routers are listed as "$<fingerprint>". - We now use hash-of-identity-key in most places rather than nickname or addr:port, for improved security/flexibility. - AllowUnverifiedNodes config option to let circuits choose no-name routers in entry,middle,exit,introduction,rendezvous positions. Allow middle and rendezvous positions by default. - When picking unverified routers, skip those with low uptime and/or low bandwidth, depending on what properties you care about. - ClientOnly option for nodes that never want to become servers. - Directory caching. - "AuthoritativeDir 1" option for the official dirservers. - Now other nodes (clients and servers) will cache the latest directory they've pulled down. - They can enable their DirPort to serve it to others. - Clients will pull down a directory from any node with an open DirPort, and check the signature/timestamp correctly. - Authoritative dirservers now fetch directories from other authdirservers, to stay better synced. - Running-routers list tells who's down also, along with noting if they're verified (listed by nickname) or unverified (listed by hash-of-key). - Allow dirservers to serve running-router list separately. This isn't used yet. - You can now fetch $DIRURL/running-routers to get just the running-routers line, not the whole descriptor list. (But clients don't use this yet.) - Clients choose nodes proportional to advertised bandwidth. - Clients avoid using nodes with low uptime as introduction points. - Handle servers with dynamic IP addresses: don't just replace options->Address with the resolved one at startup, and detect our address right before we make a routerinfo each time. - 'FascistFirewall' option to pick dirservers and ORs on specific ports; plus 'FirewallPorts' config option to tell FascistFirewall which ports are open. (Defaults to 80,443) - Try other dirservers immediately if the one you try is down. This should tolerate down dirservers better now. - ORs connect-on-demand to other ORs - If you get an extend cell to an OR you're not connected to, connect, handshake, and forward the create cell. - The authoritative dirservers stay connected to everybody, and everybody stays connected to 0.0.7 servers, but otherwise clients/servers expire unused connections after 5 minutes. - When servers get a sigint, they delay 30 seconds (refusing new connections) then exit. A second sigint causes immediate exit. - File and name management: - Look for .torrc if no CONFDIR "torrc" is found. - If no datadir is defined, then choose, make, and secure ~/.tor as datadir. - If torrc not found, exitpolicy reject *:*. - Expands ~/ in filenames to $HOME/ (but doesn't yet expand ~arma). - If no nickname is defined, derive default from hostname. - Rename secret key files, e.g. identity.key -> secret_id_key, to discourage people from mailing their identity key to tor-ops. - Refuse to build a circuit before the directory has arrived -- it won't work anyway, since you won't know the right onion keys to use. - Parse tor version numbers so we can do an is-newer-than check rather than an is-in-the-list check. - New socks command 'resolve', to let us shim gethostbyname() locally. - A 'tor_resolve' script to access the socks resolve functionality. - A new socks-extensions.txt doc file to describe our interpretation and extensions to the socks protocols. - Add a ContactInfo option, which gets published in descriptor. - Write tor version at the top of each log file - New docs in the tarball: - tor-doc.html. - Document that you should proxy your SSL traffic too. - Log a warning if the user uses an unsafe socks variant, so people are more likely to learn about privoxy or socat. - Log a warning if you're running an unverified server, to let you know you might want to get it verified. - Change the default exit policy to reject the default edonkey, kazaa, gnutella ports. - Add replace_file() to util.[ch] to handle win32's rename(). - Publish OR uptime in descriptor (and thus in directory) too. - Remember used bandwidth (both in and out), and publish 15-minute snapshots for the past day into our descriptor. - Be more aggressive about trying to make circuits when the network has changed (e.g. when you unsuspend your laptop). - Check for time skew on http headers; report date in response to "GET /". - If the entrynode config line has only one node, don't pick it as an exitnode. - Add strict{entry|exit}nodes config options. If set to 1, then we refuse to build circuits that don't include the specified entry or exit nodes. - OutboundBindAddress config option, to bind to a specific IP address for outgoing connect()s. - End truncated log entries (e.g. directories) with "[truncated]".
2004-11-11s/\/var/@VARBASE@/xtraeme1-2/+2
2004-11-11* Use += for CFLAGS not =xtraeme1-4/+4
* Use VARBASE
2004-11-11this package only installs a static library, so tell other packagesgrant1-1/+8
to add -lmd on FreeBSD for the MD5 functions. XXX this package should probably install a shared library, too
2004-11-10- Fix incorrect ./configure syntax for non-threaded buildsadrianp1-2/+2
2004-11-10- Update options.mk because of mySQL buildlink changesadrianp6-53/+21
- Add a fix for crashes when processing EAP-PEAP requests PR 28095 Konstantin.Kabassanov (at) lip6.fr - Fix pthreads enabled builds on NetBSD systems < 2.0 - Replace patch-ai, patch-aj and patch-ak with SUBST_* (suggested by juan@)
2004-11-10This package now is called "libradius" not "libradius-linux".xtraeme2-8/+9
Ok'ed manu@
2004-11-10This package only install one static lib and headers, soxtraeme1-1/+2
make this use BUILDLINK_DEPMETHOD.<pkg>?= build.
2004-11-10This package uses a compiler, so USE_BUILDLINK3 must be set toxtraeme3-5/+7
[Yy][Ee][Ss], make this build again...
2004-11-09Add buildlink to libradiusmanu2-2/+21
2004-11-09Changes 8.9:adam2-11/+9
8.9.0 fixes for HTTP, SSLway and SMTP. 8.9.1 fixed proxy-HTTP for authentication and SSLtunnel (8.9.0) 8.9.2 extended CFI, supported SWF MOUNT, fixed FTP, making with SSL 8.9.3 added SMTPCONF=callback, fixed SSLway, FTP+SSL, Telnet, Tcprelay, etc. 8.9.4 added service shutdown on abort in child process, fixed FTP, gzip/HTTP 8.9.5 fix for Win32 (8.9.4),virtual host (8.9.3),added JIS to ASCII conv,etc. 8.9.6 fix for SSLway, CFI, AUTHORIZER, FTP, Resolvy, Socks5, added XML MOUNT, interface for FreyaSX, etc.
2004-11-09update to samba-3.0.8.grant3-12/+7
Common bugs fixed in 3.0.8 include: o Compile fixes for HP-UX o Fixes for the printer publishing code used when joined to an AD domain. o Incompatibilities with file system quotas. o Several bugs in the spoolss printing code and print system backends. o Inconsistencies in the username map functionality when configured on domain member servers. o Various compile warnings and errors on various platforms. o Fixes for kerberos interoperability with Windows 200x domains when using DES keys. o Fix for CAN-2004-0930 -- smbd remote DoS vulnerability. New features included in the 3.0.8 release are: o New migration functionality added the the net tool for files/directories, printers, and shares. o New experimental idmap backend for assigning uids/gids directly based on the user/group RID when acting as a member of single domain without any trusts. o Additional printer migration support for XP/2003 platforms.
2004-11-08update to flodo v4. it now shows in vs. out statistics on *BSD/linux.mrg3-8/+10
2004-11-08Trim some inappropriately placed comment lines from one of the generatedmarkd1-1/+7
Makefiles. Fixes build on NetBSD 1.6.2.
2004-11-07No real need to set USE_X11 here.jmmv1-3/+1
2004-11-07Fix indentation of PKGREVISION.jmmv1-2/+2
2004-11-07Let's get rid of another build def, WISTUMBLER2_USES_GTK, by splittingjmmv6-63/+89
wistumbler2 in two packages: wistumbler2, with console support only, and wistumbler2-gtk, with GTK2 and console support. This provides a choice for users of binary packages and lets us catch build problems in both cases during bulk builds. While here, fix several issues: - In the GTK case, depend on pkg-config, needed during the build. - Patch files during pre-configure, not post-patch. - Fix the CONF_FILES stuff; it was pointing to non-existent files. - Reword DESCR. Because of these changes, that affect the binary package, bump the revision of wistumbler2 to 1, thus resulting in 2.00pre9nb1. The new wistumbler2-gtk package is at version 2.00pre9.
2004-11-07make non-GTK2 mode compile (not sure if it is fully functional)itojun2-1/+26
2004-11-07Import bmon from pkgsrc-wip. Packaged by hsaliak at gmail dot com, andminskim5-0/+95
slightly modified by me. Bmon is an interface bandwidth monitor. It is able to generate and draw three types of diagrams: The overview diagram which is a list of all interfaces and their send/receive rates. A very MRTG like graphical diagram in ASCII showing the rate over a specific time period in a bar diagram. The details diagram which contains all counters of an interface such as total bytes sent/received, errors, compressed packets and so on.
2004-11-07Fix build with gcc2.markd3-5/+36
2004-11-06The ORBit developers have found issues with sunpro's cpp and recommend usingsketch1-1/+8
/usr/lib/cpp with that compiler on Solaris instead. See http://mail.gnome.org/archives/orbit-list/2002-September/msg00035.html and related posts for more information. orbit-idl-2 now compiles devel/libbonobo correctly on Solaris/sunpro.
2004-11-06When cups support is enabled, link smbspool into cups' backend directoryjmmv3-4/+10
as smb (as the manual says). This enables samba printing through cups (at least, the option appears in the web configuration form). Bump PKGREVISION to 2.
2004-11-05now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safejdolecek4-12/+8
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS setting; successful build confirmed with both PHP 4.x and PHP 5.x
2004-11-05Remove package p5-SNMP as the net-snmp package now includes the associatedseb8-304/+1
Perl modules.
2004-11-05As this package already has a runtime dependency on Perl we mightseb2-4/+17
as well enable the build and installation of the Perl modules. An added benefit is that the sister package net/p5-SNMP won't be lagging anymore as it will be removed. While here add support for test target. Bump PKGREVISION.
2004-11-05Sunpro (and possibly other compilers') preprocessor takes the input ofsketch2-1/+23
"#pragma<space>foo..." and outputs "#pragma<tab>foo...", breaking the ORBit preprocessor which only looks for the former. Ensure the latter case is handled. Fixes build on Solaris/Sunpro.
2004-11-05fix build on Solaris by linking against ncurses instead of libtermcapgrant2-2/+12
libtermcap == libcurses on Solaris 9 but it lacks the wattr_{on,off} functions and the configure script doesn't check for them. no PKGREVISION bump as this was already depending on ncurses where appropriate.
2004-11-04Add p5-SNMP-MIB-Compiler.he1-1/+2
2004-11-04Import p5-SNMP-MIB-Compiler.he4-0/+27
SNMP::MIB::Compiler is a MIB compiler that fully supports both SMI(v1) and SMIv2. This module can be use to compile MIBs (recursively or not) or load already compiled MIBs for later use.
2004-11-04Updated to version 3.0.11salo2-5/+5
Changes: Several bugs fixed. Some minor features added. - new mirror option --no-symlinks. - implemented transfer continue in fish protocol (thanks to Loic Le Loarer). - improved completion for aliases. - fixed file removing in mirror --delete-first. - fixed FXP transfer mode (broken in 3.0.7).
2004-11-03Fix statvfs() handling.markd2-4/+4
2004-11-03add BUILDLINK_LDADD.libpcap to LIBS so this is linked against thegrant1-1/+3
right libraries on Solaris.
2004-11-03this needs libnsl and libsocket on Solaris.grant3-6/+9
2004-11-03this needs libnsl and libsocket on Solaris.grant1-1/+4
2004-11-02This pkg is placed in net/pear-Net_Socket and not wip/pear-Net_Socket...kristerw1-2/+2
2004-11-02Updated to 0.9.2symka2-7/+6
- Changes since 0.9.1: - add support for ObjectID variable bindings - fix bug when writing files on Win32 - fix the docsis_code for subscriber manangement filters
2004-11-02* Some fixes to work properly with NAT/masqsymka3-11/+11
* Bumped pkgrevision to 2 * Maintainer of this package from now on me - symka@ Ok'eyd by hubertf.
2004-11-02Add @comment to comment line.wiz1-1/+1