Flickcurl is a C library (and utility) for the Flickr API, handling
creating the requests, signing, token management, calling the API,
marshalling request parameters and decoding responses.
It also includes a program flickrdf to turn photo metadata, tags,
machine tags and places into an RDF triples description.
rather loosely based on a submission by edd barret (MAINTAINER)
silc improved is a SILC client without an user interface. It does output via
files and input throught FIFOs. Most features of SILC are implemented.
Lots of testing and help from sthen@. Thank you!
ok sthen@
winexe connects to the IPC$ share on a Windows host, copies an executable
file if it's not already available, and starts it as a service to create a
pipe over which programs can be run remotely.
No special configuration is required on the Windows host. Providing you
have credentials giving a suitable level of access to the relevant system,
you can use this to provide an interactive command shell, or otherwise
execute programs remotely (also suitable for script-based use).
Improvements to the networking code, fixes for several segfaults, i18n
fixes, and 38 updated or new translations.
- IPv6 is still disabled (thanks to sthen@ for confirming it still
doesn't work properly...) ; any taker to fix it, be my guest
+ add user _icecast (home directory in /var/icecast)
+ enable chroot by default
+ populate chroot with all the necessary files
ok okan@ sthen@ ajacoutot@
aget is a multithreaded HTTP -for now- download accelerator. aget first
sends a HEAD request to retrieve the length of the file, and divides it
into equal segments according to the number user has requested. Then
for each segment, it connects to the server and gets only the part which
it is to download.
cleaned up submission from Girish Venkatachalam
ok merdely@ long time ago
*IMPORTANT*: Due to a fix in the zone update process, the ixfr.db has a
new format. When you are planning to upgrade to NSD 3.2.x release, make
sure to process the old ixfr.db before starting the new release (by
running nsdc patch).
A bug in the getbulk handling code could let anyone with even minimal
access crash the agent.
(straight out of malloc(3) "be careful to avoid...")
ok rui@ (maintainer)
- add license marker, fix MASTER_SITES, and reorder Makefile
- add perl plugin
- add support for dbus
- links correctly with iconv+intl
reworked from an original diff by Sergey Prysiazhnyi
Telepathy-pinocchio is a connection manager meant for testing Telepathy
applications. Pinocchio interacts with settings files on the filesystem
instead of a remote server, thereby removing two of the biggest
stumbling blocks for testing a Telepathy-based application: the network
and control over the back-end server.
volume by volume salvage by default. This way, servers with lots of files
can be up salvaging volume by volume instead of down until the last volume
is salvaged.
"if it works, go for it" ckuethe@
- specify license version
- take maintainership (prodded by previous maintainer, cannings@)
- reformat DESCR
- add some Gnutella Web Caches that actually work by default
o function'ize openafs-setup and let it setup not just the 1st but also
subsequent afs servers, letting admins choose which afs server programs to
run on each, `works for me(tm)'
bump PKGNAME
maintainers to upgrade their BitlBee daemons as soon as possible,
since this release fixes a security bug that was probably there for
a long time already."""
more info, bitlbee.org
tested by merdely@, wcmaier@, Andrew Dalgleish, Wiktor Izdebski
ok merdely@, wcmaier@
- s/%SYSCONFDIR%/etc where it makes sense (e.g. /etc/rc.conf.local will
always be /etc/rc.conf.local whatever value ${SYSCONFDIR} is set to)
- use SUBST_CMD
- don't hardcode /usr/local
- precise license marker
- s/definately/definitely/ (from sthen@)
"looks good" sthen@, ok todd@
o no longer require kernel sources since not building lkm; if this changes,
the attic can be raided
o typo in openafs-setup comments from sthen@; thanks!
o obey CFLAGS and CC
o twiddle lwp.h patch to be OpenBSD specific
bump PKGNAME
fail to exec autoconf-2.60
o update README.OpenBSD to include rc.local and rc.shutdown bits
o invade and cleanup openafs-setup
- polish consistency
- prompt for a sample general purpose user
- backup CellServDB and restore on script failure
- compact output
- better cleanup incase it is restarted
- show all afs commands as they are run
- reorder various places to make more logical sense
- DO NOT DO RECURSIVE MOUNTS, this leads to panics;
(thanks bob/art for explaining).. i.e. no 'fs mkm /afs/.root.afs root.afs')
- add a few gratuitous remote cells during setup as examples
- add files of consequence to /etc/changelist
bump PKGNAME
arp-scan is a command-line tool for system discovery and fingerprinting.
It constructs and sends ARP requests to the specified IP addresses,
and displays any responses that are received.
arp-scan allows you to:
* Send ARP packets to any number of destination hosts, using a
configurable output bandwidth or packet rate.
This is useful for system discovery, where you may need
to scan large address spaces.
* Construct the outgoing ARP packet in a flexible way.
arp-scan gives control of all of the fields in the ARP
packet and the fields in the Ethernet frame header.
* Decode and display any returned packets.
arp-scan will decode and display any received ARP packets
and lookup the vendor using the MAC address.
* Fingerprint IP hosts using the arp-fingerprint tool.
ok phessler@
pdnsd is a proxy dns server with permanent caching (the cache
contents are written to hard disk on exit) that is designed to cope
with unreachable or down dns servers (for example in dial-in
networking).
original port by dlg@ and robert@, banged into shape by me.
not hooked to the builds as this needs further testing/tweaking
Fixes a couple of edge-case bugs in the mapping of pieces to
mmap'd files on-disk. This makes multi-file torrent downloads
more reliable.
From maintainer Niall O'Higgins
- Support for Fast Extensions (BEP 6), avoiding long hash checks
with Fast Resume and many bugfixes which make transfers happen at
a faster rate.
from niallo@. ok merdely@
- support for OpenBSD's SIOCGIFDESCR
- support for hw.vendor and hw.product on OpenBSD
- manpage now lists default user (_ladvd on OpenBSD)
- location support also works for LLDP (-L)
from MAINTAINER Paul de Weerd, thanks!
any problems on tested arch (including the ones that used to
have trouble).
- repair sysctl() use in cpu_sysctl.c, it was using the wrong
type and at least on some arch the system call was failing, so
because the code isn't careful about checking return codes and
thus used uninitialized space, it tried to allocate memory for
info structures for 128 million CPUs on one of my systems...
"definitely ok" rui@
- SNMP support is now available through an experimental Perl script.
- If snmp.conf is being used in your radiusd.conf you should delete or comment that entry.
- Check the Changelog for more information.
input and ok ajacoutot@
- addresses two potential anonymity issues.
- starts to fix a bug where in rare cases traffic from one Tor stream gets mixed into another stream.
- fixes a variety of smaller issues.
ok fgsch@
Yet another network load monitor. Slurm started as a port of a Linux
PPP link monitor called pppstatus by Gabriel Montenegro. It was then
transformed into a generic netowrk load monitor that supports *BSD,
Linux, HP-UX, and Solaris.
Slurm shows `realtime' traffic statistics, has three graph modes,
can monitor any network device, and uses curses to draw ascii
graphics, including ascii theme support.
From maintainer Ryan Freeman, adjusted by myself and ajacoutot.
ok ajacoutot@
- Tweak how CONFIGURE_ARGS are passed along so as to remove
cases where the Makefile will pass along --without-foo
--with-foo
- Add missing crypto lib for WANTLIB with the ads FLAVOR
Part of the CONFIGURE_ARGS tweaking from form@
Missing lib from WANTLIB pointed out by sthen@
ok sthen@ ajacoutot@
- add -fPIC unconditionally (requested by naddy@) by adding it to
unix.mak (in pwlib) which get sourced by the other ports
feedback from and ok naddy@, thanks!
installed under /etc, whatever $SYSCONFDIR value is)
- s/PREFIX/LOCALBASE and the opposite where it makes sense
- README.OpenBSD is part of samba-docs, so no need to tell the user to
install samba-docs
ok mbalmer@ who gave me ten bonus points for solving the samba puzzle!
Net::FTPSSL is an object oriented Perl module which implements a simple
FTP client over a Secure Socket Layer (SSL) connection written following
the directives described in RFC959 and RFC2228.
from Pierre-Emmanuel Andre
LADVD uses CDP / LLDP frames to inform switches about connected hosts,
which simplifies ethernet switch management. It does this by creating
the required payloads and descriptors on startup and then switching
to a non-privileged user for the remaining runtime.
o add README.OpenBSD (includes heimdal setup instructions)
o rework openafs-setup to use arla's afsd in base, and heimdal
o fix a bug since 4.1 to not blow the thread stack on 64bit time functions in libc
dnstop is a libpcap application (a la tcpdump) that displays
various tables of DNS traffic on your network. Currently dnstop
displays tables of:
* Source IP addresses
* Destination IP addresses
* Query types
* Response codes
* Opcodes
* Top level domains
* Second level domains
* Third level domains
* etc...
dnstop supports both IPv4 and IPv6 addresses.
To help find especially undesirable DNS queries, dnstop provides a
number of filters. The filters tell dnstop to display only the following
types of queries:
* For unknown/invalid TLDs
* A queries where the query name is already an IP address
* PTR queries for RFC1918 address space
ok landry@
RTG is a flexible, scalable, high-performance SNMP statistics
monitoring system. It is designed for enterprises and service
providers who need to collect time-series SNMP data from a large
number of targets quickly. All collected data is inserted into a
relational database that provides a common interface for applications
to generate complex queries and reports. RTG includes utilities
that generate configuration and target files, traffic reports, 95th
percentile reports and graphical data plots. These utilities may
be used to produce a web-based interface to the data.
* Runs as a daemon, incurring no cron or kernel startup overhead
* Written entirely in C for speed, incurring no interpreter overhead
* Multi-threaded for asynchronous polling and database insertion
* Inserts data into a relational database where complex queries
and reports may be generated
* Performs no data averaging in order to support billing, etc.
* Can poll at sub-one-minute intervals
Based on a submission from Tim Kornau via bernd@ and used at bsws
(hence high initial PKGNAME=...p5) - requested by henning@.
which provides cookie-based persistence, automatic failover, header
insertion, deletion, modification on the fly, advanced logging contents
to help troubleshoot buggy applications and/or networks, and a few other
features. It uses its own state machine to achieve up to ten thousands
hits per second on modern hardware, even with thousands of simultaneous
connections.
feedback from merdely@, okan@, wcmaier@
ok merdely@ and pval@
alignment problems have been fixed upstream and no problems have
been seen with this version with default compiler flags, so
remove the hack and bump package.
ok brad@ jakob@