summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2013-05-15+ py-netlib, mitmproxy.wiz1-1/+3
2013-05-15Import mitmproxy-0.9 as net/mitmproxy.wiz4-0/+150
This package contains tool for HTTP(S) sniffing. mitmproxy is an interactive, SSL-capable man-in-the-middle proxy for HTTP with a console interface. mitmdump is the command-line version of mitmproxy. Think tcpdump for HTTP. libmproxy is the library that mitmproxy and mitmdump are built on.
2013-05-15Import py-netlib-0.9 as net/py-netlib.wiz4-0/+72
Netlib is a collection of network utility classes, used by the pathod and mitmproxy projects. It differs from other projects in some fundamental respects, because both pathod and mitmproxy often need to violate standards. This means that protocols are implemented as small, well-contained and flexible functions, and are designed to allow misbehaviour when needed.
2013-05-15Update mikutter to 0.2.2.1230.obache5-54/+36
New features in 0.2.2: * add `achivement' * improve shortcut key setting UI * add experimental daemon mode * get fav/retweet with API
2013-05-14v1.2.0 - Mar 29, 2013pettai2-6/+6
--------------------- Bugfixes: * Memory leaks (v1.2.0-rc4) Features: * knotc 'zonestatus' command Bugfixes: * Check for broken recvmmsg() implementation * Changing logfile ownership before dropping privileges * knotc respects 'control' section from configuration * RRL: resolved bucket collisions * RRL: updated bucket mapping to conform RRL technical memo (v1.2.0-rc3) Features: * Response rate limiting (see documentation) Bugfixes: * Fixed OpenBSD build * Responses to ANY should contain RRSIGs (v1.2.0-rc2) Bugfixes: * Fixed processing of some non-standard dnames. * Correct checking of label length bounds in some cases. * More compliant rcodes in case of DDNS/TSIG failures. * Correct processing of malformed DDNS prereq section. (v1.2.0-rc1) Features: * Dynamic updates, including forwarding (limited on signed zones) * Updated remote control utility * Configurable TCP timeouts * LOC RR support
2013-05-13Update rabbitmq to 3.1.0.fhajny4-9/+19
Notable changes: - eager synchronisation of mirror queue slaves; - automatic cluster partition healing; - improved statistics (including charts) in the management plugin; - many smaller new features, bug fixes and performance improvements. See release notes for full changelog: http://www.rabbitmq.com/release-notes/README-3.1.0.txt
2013-05-12Fix build problems under Mac OS X Lion (and possibly other platforms thattron2-1/+31
use GCC 4.1.x) caused by unapproved C++11/TR1 patches.
2013-05-11Add missing includes.joerg3-1/+27
2013-05-11STL provides no implicit boolean conversion for streams, so use good()joerg6-2/+80
for this purpose. Add gtest/gmock fixes for libc++.
2013-05-11Make various Gnome things options (default enabled) for net/ekiga.riastradh3-19/+54
2013-05-11Fix net/nload cross-build by avoiding AC_FUNC_MALLOC in configure.riastradh3-3/+91
2013-05-10Fix net/isc-dhcp4 cross-build on NetBSD.riastradh4-5/+58
Requires a hack to patch and configure the internal copy of bind for cross-compilation. Bump pkgrevision in case the way I did this hack changes anything. ok agc
2013-05-10Fix net/libbind cross-build on NetBSD.riastradh1-1/+9
Instruct autoconf that the target will have /dev/random. ok agc
2013-05-10Kludgily fix cross-build of net/socat on NetBSD.riastradh1-1/+11
The right fix is to thwap socat over the head for worrying about the values of these constants at compile-time, but that's inexpedient... ok agc
2013-05-09Fix overlap between boost and C++11 STLjoerg16-11/+661
2013-05-09Added misc/ruby-{args_parser,hashie,parallel,rainbow}mef1-1/+4
Added net/ruby-{tw,twitter,userstream}
2013-05-09PR pkg/47791 orignated by tsutsui@ for tw,mef12-0/+357
CUI client for twitter written by ruby. This is actually following set. But just making package on net/ruby-tw will pull all these prerequisites. - misc/ruby-args_parser args_parser-0.1.4 Parse ARGV from command line with DSL. - misc/ruby-hashie hashie-1.2.0 Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash). - misc/ruby-parallel parallel-0.6.4 Ruby gem to run any kind of code in parallel processes. - misc/ruby-rainbow rainbow-1.1.4 Rainbow extends ruby String class enabling coloring text on ANSI terminals. - net/ruby-tw tw-0.3.9 Ruby based CUI Twitter client. - net/ruby-twitter twitter-4.6.2 A Ruby interface to the Twitter API. - net/ruby-userstream userstream-1.3.0 UserStream is a simple twitter userstream library.
2013-05-09Use enums for constants to not depend on the optimizer to inline thejoerg47-6/+2707
values. Fix C++11 vs TR1 mismatches.
2013-05-09Link libtorrent against libcrypto as it uses various functions from it.joerg44-3/+1465
Fix C++11 vs TR1 usage. Bump revision.
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam55-100/+110
2013-05-09Changes 3.6.15:adam2-6/+6
* BUG 9746: Fix "guest ok", "force user" and "force group" for guest users. * BUG 9830: Fix panic in nt_printer_publish_ads. * BUG 9854: Fix crash bug in Winbind. * BUG 9817: Fix 'map untrusted to domain' with NTLMv2.
2013-05-09DragonFly support is being added. More patchesmef4-1/+83
(net/agr/if_agrioctl.h is missing now).
2013-05-09DragonFly support is being Added, but not completed yet.mef7-2/+144
NOT_FOR_PLATFORM= DragonFly-*-* is in Makefile. The function interfaces_update in src/daemon/lldpd.{c,h} has to be fixed.
2013-05-09from configure script, libevent>=2.0.5 is required, or bundled libevent will beobache1-1/+2
used.
2013-05-09Add lldpd (pkg/47560).mef1-1/+2
2013-05-09New package lldpd-0.7.2 proposed by yamt@ as PR pkg/47560mef5-0/+81
LLDP allows you to know exactly on which port is a server (and reciprocally). LLDP is an industry standard protocol designed to supplant proprietary Link-Layer protocols such as EDP or CDP. The goal of LLDP is to provide an inter-vendor compatible mechanism to deliver Link-Layer notifications to adjacent network devices. lldpd is an ISC-licensed implementation of LLDP for various Unixes. It also supports some proprietary protocols.
2013-05-07DESTDIR support.joerg1-9/+17
2013-05-06Disambigous decay to avoid overlap with STL.joerg4-1/+78
2013-05-06Let the C++ compiler link the STL implementation in.joerg1-3/+3
2013-05-04Add a bunch of missing includes hidden by libstdc++ namespace pollution.joerg2-1/+14
2013-05-04size_type is a trait of the container, not the iterator.joerg2-1/+15
2013-05-03Bump version for vala018 -> vala020 change. Just to be on the safe side.wiz1-1/+2
2013-05-03use vala020drochner1-2/+2
2013-05-03Update mikutter to mikutter.0.2.1.1142.obache2-6/+6
* fixes crash when recieve unknown entity format. * openimg: update support of yfrog and instagram. * extract: backport from 0.2.2, fixes crash. * directmessage: fix to be fired when DM to myself.
2013-04-30Changes 3.6.14:adam3-8/+8
* BUG 9130: Certain xattrs cause Windows error 0x800700FF. * BUG 9724: Use is_encrypted_packet() function correctly inside server. * BUG 9733: Fix 'smbcontrol close-share' is not working. * BUG 9747: Make sure that we only propogate the INHERITED flag when we are allowed to. * BUG 9748: Remove unneeded fstat system call from hot read path. * BUG 9811: Fix bug in old create temp SMB request. Only use VFS functions. * BUG 9650: New or deleted CUPS printerqueues are not recognized by Samba. * BUG 9807: wbinfo: Fix segfault in wbinfo_pam_logon. * BUG 9727: wkssvc: Fix NULL pointer dereference. * BUG 9736: smbd: Tune "dir" a bit. * BUG 9775: Fix segfault for "artificial" conn_structs. * BUG 9809: RHEL SPEC: Package dbwrap_tool man page. * BUG 9139: Fix the username map optimization. * BUG 9699: Fix adding case sensitive spn. * BUG 9723: Add a tool to migrate latin1 printing tdbs to registry. * BUG 9735: Fix Winbind separator in upn to username conversion. * BUG 9766: Cache name_to_sid/sid_to_name correctly.
2013-04-30Untangle the m0nster patch to configure. To the quota experts: Pleasehauke11-55861/+67
check all the bells and whistles are still in place, and functional. While here, update to Netatalk 2.2.4. Note that we will ship Netatalk 2 as long as NetBSD ships ddp ("netatalk") support, so v3 is not a replacement. Changes to package setup: Set PLIST_VARS.{ea,acl} so that the package builds on Ubuntu Linux 10 LTS. I guess there are version and file-system dependencies? Add dnssd option for mDNSResponder ("zeroconf") support. Remaining (upstream) issues: dbd(8) breaks with a less-than-helpful error message, see end of PR pkg/47578 afpd(8) mis-maps user IDs -- a security issue Upstream changes: Changes in 2.2.4 ================ * FIX: Missing UAM links * FIX: Lockup in AFP logout on Fedora 17 * FIX: Reset signal handlers and alarm timer after successfull PAM authentication. Fixes a problem with AFP disconnects caused by pam_smbpass.so messing with our handlers and timer. * FIX: afpd: Fix a possible problem with sendfile on Solaris derived platforms Changes in 2.2.3 ================ * NEW: afpd: support for mdnsresponder * NEW: afpd: new LDAP config option ldap_uuid_string * UPD: based on Unicode 6.1.0 * UPD: experimental systemd service files: always run both afpd and cnid_metad * UPD: afpd: Ensure our umask is not altered by eg pam_umask * UPD: afpd: Use GSS_C_NO_NAME as server principal when Kerberos options -fqdn and -krb5service are not set, from Jamie Gilbertson * UPD: afpd: Changed behaviour for TimeMachine volumes in case there's a problem talking to the CNID daemons. Previously the volume was flagged read-only and an AFP message was sent to the client. As this might result in TimeMachine assuming the backup sparse bundle is damaged, we now just switch the CNID database to an in-memory tdb without the additional stuff. * FIX: afpd: sendfile() on FreeBSD was broken, courtesy of Denis Ahrens * FIX: afpd: Dont use searchdb when doing partial name search * FIX: afpd: Fix a possible bug handling disconnected sessions, NetAFP Bug ID #16 * FIX: afpd: Close IPC fds in afpd session child inherited from the afpd master process * FIX: dbd: Don't remove BerkeleyDB if it's still in use by eg cnid_dbd, fixes bug introduced in 2.2.2 * FIX: debian initscript: start avahi-daemon (if available) before atalkd * FIX: Zeroconf could not advertise non-ASCII time machine volume name Changes in 2.2.2 ================ * NEW: afpd: New option "adminauthuser". Specifying eg "-adminauthuser root" whenever a normal user login fails, afpd tries to authenticate as the specified adminauthuser. If this succeeds, a normal session is created for the original connecting user. Said differently: if you know the password of adminauthuser, you can authenticate as any other user. * NEW: configure option "--enable-suse-systemd" for openSUSE12.1 and later. "--enable-redhat-systemd" and "--enable-suse-systemd" are same as "--enable-systemd". "--enable-suse" is renamed "--enable-suse-sysv". * NEW: experimental systemd service files in distrib/systemd/ * UPD: afpd: Enhanced POSIX ACL mapping semantics, from Laura Mueller * UPD: afpd: Reset options every time a :DEFAULT: line is found in a AppleVolumes file * UPD: afpd: Convert passwords from legacy encoding (wire format) to host encoding, NetAFP Bug ID #14 * UPD: afpd: Don't set ATTRBIT_SHARED flag for directories * UPD: afpd: Use sendfile() on Solaris and FreeBSD for sending data * UPD: afpd: Faster volume used size calculation for "volsizelimit" option, cf man AppleVolume.default for details * FIX: afpd: ACL access checking * FIX: afpd: Fix an error when duplicating files that lacked an AppleDouble file which lead to a possible Finder crash * FIX: afpd: Read-only filesystems lead to afpd processes running as root * FIX: afpd: Fix for filesystem without NFSv4 ACL support on Solaris * FIX: afpd: Fix catsearch bug, NetAFP Bug ID #12 * FIX: afpd: Fix dircache bug, NetAFP Bug ID #13 * FIX: dbd: Better checking for duplicated or bogus CNIDs from AppleDouble files * FIX: dbd: Remove BerkeleyDB database environment after running `dbd`. This is crucial for the automatic BerkeleyDB database upgrade feature which is built into cnid_dbd and dbd. * FIX: Fix compilation error when AppleTalk support is disabled * FIX: Portability fixes * FIX: search of surrogate pair
2013-04-29Add a number of includes hidden by libstdc++'s name space pollution.joerg2-1/+15
2013-04-28Reset maintainer.shattered1-2/+2
2013-04-27Deal with const changes in newer glib.joerg2-1/+15
2013-04-27update to 2.42.2drochner3-13/+21
This switches to the new stable release branch.
2013-04-27update to 2.36.1drochner3-8/+11
This switches to the new stable release branch.
2013-04-26Avoid format string warnings with clang by adding proper formatjoerg3-1/+29
attribution.
2013-04-26pload does not "know how to configure for Darwin." and neither do I.shattered1-1/+2
2013-04-22add & enable paris-tracerouteimil1-1/+2
2013-04-22Initial import of paris-traceroute, version 0.92, into the NetBSD Packagesimil4-0/+45
Collection. Paris Traceroute is a new version of the well-known network diagnosis and measurement tool. traceroute fails in the presence of routers that employ load balancing on packet header fields. The failures lead to the discovery of inaccurate and incomplete paths, that may mislead operators during problem diagnosis and result in erroneous internet maps. Paris traceroute, by controling packet header contents, obtains a more precise picture of the actual routes that packets follow.
2013-04-22fix MASTER_SITESdrochner2-6/+6
2013-04-22Reduce included dependencies.rodent2-10/+2
2013-04-22Reduce included dependencies to the bare minimum.rodent2-12/+2
2013-04-21Fix distfile extension.joerg1-1/+2
2013-04-21Update to 1.24:wiz2-8/+6
2013-04-10 Flickcurl Version 1.24 Released Fixed uploading with OAuth - incorrect signature since it failed to use POST. Added flickcurl_photos_getInfo2() deprecating flickcurl_photos_getInfo() adding the optional 'secret' parameter that was added sometime to the API. See [2]Debian bug 637746. Updated flickcurl(1) to allow photos.getInfo to take an optional SECRET arg using the new call below, and to add the missing command contacts.getPublicList which fixes [3]Issue 19. . Added new APIs calls to make available the Flickr username and NSID when OAuth authentication is done. const char* flickcurl_get_oauth_username(flickcurl* fc); const char* flickcurl_get_oauth_user_nsid(flickcurl* fc); These new calls were from GitHub [4]pull request 18 from Jose Carlos Garcia Sogo - thanks. Added a pile of fields to flickcurl_group to match what the API returns rather than what the documentation says: * iconfarm icon farm number * is_moderator and is_member booleans * rules descriptive text * pool_count and topic_count counts * group restriction booleans: photos_ok, videos_ok, images_ok, screens_ok, art_ok, safe_ok, moderate_ok, restricted_ok, has_geo. Fixed grabbing text from a <tag> child text node correctly Fixes [5]Issue 16. p> Fixed parsing of latitude and longitude value responses. Fixed a few flickcurl(1) utility manual page wordings. See [6]Debian bug 635989 and [7]Debian bug 635989. Updated example code to use OAuth authentication API. Fixed a few memory mis-uses via clang and GCC 4.8.