summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2011-05-27Added net/dhcpd-pools version 2.14adam1-1/+2
2011-05-27This is dhcpd-pools ISC dhcp shared network and pool range usage analysis.adam4-0/+45
Purpose of command is to count usage ratio of each IP range and shared network pool which ISC dhcpd is in control of. The command has no native monitoring capability, for instance the tool will not talk nagios protocol. To accomodiate this need the CSV output format is meant to be parsed by some organization specific script etc. Users of the command are most likely ISPs and other organizations that have large IP space.
2011-05-25DESTDIR env was getting lost in the build so I switched to using SUBST to ↵mspo3-8/+15
enforce it. package builds as non-root now - Snader_LB from freenode reported build and then install problems
2011-05-25update to 2.28.7drochner3-7/+8
changes: -Fixed a race condition -Esperanto translation
2011-05-24fix issue with double dollar-sign in patch-abmspo2-10/+10
2011-05-23Update filezilla to 3.5.0zafer2-7/+8
Changelog: * Don't create queue.xml anymore if it does not exist * MSW: Progress lines in transfer queue now appear in correct position after changing the Windows theme * MSW: Work around a bug in Windows where a list controls' scroll position changes without the control being notified in any way * Several fixes to build system and environment * Added experimental setting to strip file revision upon download from VMS servers. Set "Strip VMS revisions" to 1 in FileZilla.xml to enable * The string coalescer benchmark debug option no longer crashes if benchmarking an empty string coalescer * The transfer queue is now stored in an SQLite database. This greatly improves performance and vastly reduces memory consumption while loading/saving the queue * Additional improvements to general queue performance and memory consumption * The provided Linux binaries are now compiled for Debian Squeeze instead of Lenny * Fixed crash during shutdown of FileZilla * Clearing the queue when it was not yet fully populated no longer causes a crash * If using ask login type for a site and no username is given, the initial focus is now on the user box in the login dialog
2011-05-23Update netdisco-1.1 and add DESTDIR support.bouyer3-28/+227
Changes since 1.0: Features: + [] Add report with number of ports per device that are up, recently down and down for a longer time. + [] Allow selecting multiple devices in admin_dev.html for actions that don't require confirmation (eg macsuck, arpnip, refresh). Based on patch by Michael Rubashenkov. + [] Add arpnip_min_age, macsuck_min_age and discover_min_age config directives, which can be used to prevent polling devices too often. + [2982386] Add port_search page so that users can search for ports based on the configured description/name. -bldewolf + [] Add "Port Usage" report page. Work in progress. -jeroenvi + [] Add config option for adding edge styles for graphs. -bldewolf + [] Small changes to support devices without sysServices ("layers") + [] Add "show free ports" option to Device View. -jeroenvi + [] New version of device.html - more columns to be shown/hidden, (hopefully) easier to maintain & extend. For testing purposes added as "device-new.html". -jeroenvi + [] Detect wrapping in device uptime counter & compensate. -jeroenvi + [2982390] Added command line option for saving configurations that have been modified by jobs in the last x minutes. Added commented cronjob to call this hourly. + [] Add support for IPv6 node address tracking. -jeroenvi + [] Add device_port_power.power column to store output power per PSE port in milliwatts. -jeroenvi + [2777415] Improved PoE support in new Device View with accurate PoE source d power per port (if device supports it, fallback to class-based estimation). -jeroenvi + [] IPv6 address to hostname resolving (quick hack by rkerr) + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from Nic Bernstein. + [3148218] Detect Proxim wireless APs in WAP search (J R Binks) Bugfixes: * [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb * [3002989] Performance improvement for add_arp SQL query. -bldewolf * [2991159] Fix complaints when doing a partial MAC search. -bldewolf * [] Fix complaints from reports.html with no report type. -bldewolf * [] Improve query performance in expire_ips(). -bldewolf
2011-05-23Update to 2.04. Changes since 2.01:bouyer2-7/+6
+ Support for older HP switch models moved to new L2::HP4000 class + Fix VLAN changing in L2::HP and L2::HP4000 classes * Updated model lists in HP classes + [2980782] Added L3::CiscoFWSM for Cisco Firewall Services Modules (Brian De Wolf) + Added L3::Pf for FreeBSD PFSense Firewalls (max) * Added specific functions for neighbor mgmt addresses to CDP class * Implemented os_bin() method in CiscoStats + [2980787] Fix for C1900 bp_index not containing interfaces. (Brian De Wolf) + [2599795] Added vendor_i_type() method to HP and HP4000 clases + [2688801] Minor modification for obscure Proxim/Orinoco device (jrbinks) + [3051443] Add PoE measured power per port to Cisco, Extrme and HP classes (jeroenvi) * Minor tweaks to support devices without sysServices * Added Cisco CBS3xxx blade switches to L3::C6500 * Fix for FWSMs not being detected properly. Special thanks goes to Jukka Pirhonen for pointing it out. (Brian De Wolf) + Added support for IPv6 to physical address mapping * Added ME340x to L3::C3550 * Added new ProCurve models to HP class
2011-05-22When reporting packages detected by BSDpkg indicate them as 'BSDpkg' byabs3-5/+33
default, and 'pkgsrc' if appropriate
2011-05-21Add user-destdir installation support.obache3-11/+13
2011-05-21Add destdir installation support.obache1-8/+13
2011-05-20Changes 1.3.3e:adam2-7/+7
* Display messages work properly again. * Fixes plaintext command injection vulnerability in FTPS implementation (i.e. mod_tls). See http://bugs.proftpd.org/show_bug.cgi?id=3624 for details. * Fixes CVE-2011-1137 (badly formed SSH messages cause DoS). See http://bugs.proftpd.org/show_bug.cgi?id=3586 for details. * Performance improvements, especially during server startup/restarts.
2011-05-20Correct broken patch.taca2-6/+6
2011-05-19Change HOMEPAGE to permalink.obache1-2/+2
2011-05-18-back out HAVE_GETLINE, so that this builds on pre-5.99 NetBSDis4-17/+29
-patch replacement getline() to be of type ssize_t, so that this builds on NetBSD >=5.99 Problem reported by Matthias Kretschmer and Luca Sironi; first part of fix by Matthias, too.
2011-05-18reset PKGREV for base pkg updatedrochner2-6/+2
2011-05-18add and enable several perl modules needed to support databases/koha. PR ↵dmcmahill1-1/+2
pkg/43929
2011-05-17Initial import of net/p5-Net-CUPS version 0.61dmcmahill3-0/+26
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System submitted by Edgar Fuß ------------------------------------- Net::CUPS is an object oriented interface to the Common Unix Printing System.
2011-05-17isc-dhcp*4 wants gmake to build; add it to USE_TOOLSbouyer1-1/+2
2011-05-16Update pear-Net_SMTP package to 1.5.2.taca2-6/+6
1.5.2 (stable) 2011-04-17 02:29 UTC - Avoid requesting immediate socket timeouts. (Bug 18335) - Added support for passing additional socket options. (Request 18418) 1.5.1 (stable) 2011-03-11 06:27 UTC - Fixing SASL proxy authentication for DIGEST-MD5. (Bug 17538) - Fixing the default socket timeout. (Bug 18335) 1.5.0 (stable) 2011-02-07 04:11 UTC - Avoid appending an extra space in mailFrom() when $params is empty. (Bug 17989) - Differentiating between a connection timeout and general socket I/O timeouts. (Request 18197)
2011-05-16Update to 2.3.0.3:wiz3-14/+28
== 2.3 == 2.3.0.3 Mon May 02 2011 Toni Gundogdu Changes: - Add support to read input from files 2.3.0.2 Tue Mar 15 2011 Toni Gundogdu Changes: - Make --version less verbose - Manual: Add SYNOPSIS - examples/cliverc, Manual: Add --category-http (quvi 0.2.12+) Bugfixes: - examples/cliverc: Typo in --get-with 2.3.0.1 Sat Feb 12 2011 Toni Gundogdu Changes: - Replace outdated webm_480p with mp4_360p in examples - README: Cleanup, add notes for packagers - Add examples/git/hooks/pre-commit - Manual: Cleanup, add HISTORY - Add vim modeline Other: - Create "2.2" branch from "master" - Merge "2.3_gws" into "master" branch - http://sourceforge.net/apps/trac/clive/wiki/Changes-2.3 2.3.0_4 (beta 4, 2.3_gws) Sat Dec 18 2010 Toni Gundogdu Changes: - Generate ChangeLog from git log 2.3.0_3 (beta 3, 2.3_gws) Wed Dec 01 2010 legatvs Changes: - Add support for /etc/xdg/clive/clive.conf - Add support /etc/xdg/clive.conf - Add --format list pattern - Add --format list - Add --format help 2.3.0_2 (beta 2, 2.3_gws) Thu Nov 04 2010 legatvs Changes: - Use quvi(1) for parsing video details, --quvi arg - Use external command to download, --get-with arg - Use version->declare instead of version::qv - Add JSON::XS dependency - Add examples/cliverc - Additional config file search paths (e.g. system-wide) - Remove WWW::Quvi dependency - Remove WWW::Curl dependency - Remove Term::ReadKey dependency - Remove --continue, --overwrite, --proxy - Remove --no-proxy, --agent, --throttle 2.3.0_1 (beta 1) Wed Oct 27 2010 Changes: - Use libquvi (WWW::Quvi) to parse video details - Remove options / features - Rename options - Prerequisites Bugfixes: - Progressbar unicode issues 2.3.0 "Glorified Wrapper Script" (2.3_gws) * Single-script vs. multiple-clive-modules - clive is no longer dispersed all over the file system in Perl packages * Use quvi(1) to parse the video details - 2.3 was going to use WWW::Quvi and libquvi (beta 1) - Had a piffany (beta 2) * Leave downloading for an external 3rd party command to do - e.g. curl, wget or whatever * Complete command line interface clean up - Esoteric, or otherwise now completely obsoleted, features were discarded See also: <http://sourceforge.net/apps/trac/clive/wiki/DevelopmentStatus>
2011-05-16Update mikutter to 0.0.3.4.obache3-7/+13
* fixes PIAPRO image preview plugin * catch up to spec changes of PIAPRO * reduce excessively usage of API
2011-05-14Update avahi to 0.6.30.obache9-143/+23
while here, simplify package (not using patches for handling config files). = 0.6.30 This is a bugfix release. * Make IPv6 work again * i18n updates * Minor other updates = 0.6.29 This is a bugfix release. * Updates regarding systemd integration * Compatibility with newer gtk3 and gobject introspection * i18n updates * Minor other updates * Fix CVE-2011-1002, fixing the fix for CVE-2010-2244 = 0.6.28 This is a bugfix release. * Updates regarding systemd integration * Properly avoid bus activation on non-systemd systems * Compatibility with newer gtk3 and gobject introspection * i18n updates * Minor other updates
2011-05-13update to 2.28.6.1drochner3-8/+8
changes: -bugfixes -translation updates
2011-05-10Fix build problem on system which has getline(3).taca5-1/+85
2011-05-10Update md-whois package to 5.0.11.taca4-43/+6
Changes are unknown but added more recent network information and some portability improvement.
2011-05-09make patch 2.5.4 happy (on 64bit Linux in case it matters)alnsn2-4/+4
2011-05-08LP64 printf format patcheschristos4-2/+58
2011-05-07KGet does not properly sanitise the "name" attribute of the "file" elementmarkd3-3/+25
of metalink files before using it to download files. http://secunia.com/advisories/44124/
2011-05-07Update mikutter to 0.0.3.3.obache3-8/+12
* Add HTTP proxy support. * Support notify with Growl. * Support sound with SDL. * Fix to get tweet from keyed account. * Some bug fixes and performance improvements.
2011-05-06Update maradns to 1.4.06.obache3-16/+15
maradns-1.4.06: This is the stable branch of MaraDNS. * Fix for CVE-2011-0520 * Deadwood updated to 3.0.02 (2011.01.28) maradns-1.4.05: This is a stable branch of MaraDNS. * Deadwood updated to the stable 3.0.01 release. * MicroDNS now returns "not implemented" when given an EDNS packet * FAQ updated. (2010.09.25) maradns-1.4.04: This is the stable branch of MaraDNS. * Bugfix: NAPTR records now work when ~ is used to separate records * NAPTR records now documented * Bugfix: ANY queries now correctly work with NS referrals * Example IPv6 addresses now use RFC-4193 compliant IPs * Website updated to point out that Deadwood is now feature complete and ready for beta-testing * Some updates to the SQA regressions * Deadwood updated to Deadwood 2.9.02 * Windows-only mkSecretTxt program added (*NIX users can just type in "dd if=/dev/urandom of=secret.txt bs=64 count=1"; this gives Windows the same ability). (2010.07.31)
2011-05-06Update zeromq to 2.1.6.obache4-11/+11
0MQ version 2.1.6 (Stable), released on 2011/04/26 ================================================== Bug fixes --------- * Fixed memory leak with threads on Windows. * Assert during SUB socket termination fixed. Changes ------- * Checks zmq_msg_t validity at each operation. * Inproc performance tests now work on Windows. * PGM wire format specification improved in zmq_pgm(7) * Added thread latency/throughput performance examples. * Added "--with-system-pgm" configure option to use already installed OpenPGM. 0MQ version 2.1.5 (Broken), released on 2011/04/20 ================================================== Note that this version contained a malformed patch and is not usable. It is not available for download, but is available in the git via the 2.1.5 tag. 0MQ version 2.1.4 (Stable), released on 2011/03/30 ================================================== Bug fixes --------- * Fix to OpenPGM which was asserting on small messages (Steven McCoy). Changes ------- * Upgraded OpenPGM to version 5.1.115 (Pieter Hintjens). * OpenPGM build changed to not install OpenPGM artifacts. 0MQ version 2.1.3 (Stable), released on 2011/03/21 ================================================== Bug fixes --------- * Fix to PUSH sockets, which would sometimes deliver tail frames of a multipart message to new subscribers (Martin Sustrik). * Fix to PUB sockets, which would sometimes deliver tail frames of a multipart message to new subscribers (Martin Sustrik). * Windows build was broken due to EPROTONOSUPPORT not being defined. This has now been fixed (Martin Sustrik). * Various fixes to make OpenVMS port work (Brett Cameron). * Corrected Reference Manual to note that ZMQ_LINGER socket option may be set at any time, not just before connecting/binding (Pieter Hintjens). * Fix to C++ binding to properly close sockets (Guido Goldstein). * Removed obsolete assert from pgm_socket.cpp (Martin Sustrik). Changes ------- * Removed stand-alone devices (/devices subdirectory) from distribution. These undocumented programs remain available in older packages (Pieter Hintjens). * OpenPGM default rate raised to 40mbps by default (Steven McCoy). * ZMQ_DEALER and ZMQ_ROUTER macros provided to ease upgrade to 0MQ/3.0. These are scheduled to replace ZMQ_XREQ and ZMQ_XREP (Pieter Hintjens). * Added man page for zmq_device(3) which was hereto undocumented (Pieter Hintjens). * Removed zmq_queue(3), zmq_forwarder(3), zmq_streamer(3) man pages (Pieter Hintjens). OpenPGM Integration ------------------- * Upgraded OpenPGM to version 5.1.114 (Steven McCoy, Mikko Koppanen). * Build system now calls OpenPGM build process directly, allowing easier future upgrades of OpenPGM (Mikko Koppanen). * Build system allows configuration with arbitrary versions of OpenPGM (./configure --with-pgm=libpgm-x.y.z) (Mikko Koppanen). * OpenPGM uses new PGM_ODATA_MAX_RTE controlling original data instead of PGM_TXW_MAX_RTE covering entire channel (Steven McCoy). Building -------- * 0MQ builds properly on FreeBSD (Mikko Koppanen). 0MQ version 2.1.2 (rc2), released on 2011/03/06 =============================================== Bug fixes --------- * 0MQ now correctly handles durable inproc sockets; previously it ignored explicit identities on inproc sockets. * Various memory leaks were fixed. * OpenPGM sender/receiver creation fixed. 0MQ version 2.1.1 (rc1), released on 2011/02/23 =============================================== New functionality ----------------- * New socket option ZMQ_RECONNECT_IVL_MAX added, allows for exponential back-off strategy when reconnecting. * New socket option ZMQ_RECOVERY_IVL_MSEC added, as a fine-grained counterpart to ZMQ_RECOVERY_IVL (for multicast transports). * If memory is exhausted, 0MQ warns with an explicit message before aborting the process. * Size of inproc HWM and SWAP is sum of peers' HWMs and SWAPs (Douglas Greager, Martin Sustrik). Bug fixes --------- * 0MQ no longer asserts in mailbox.cpp when multiple peers connect with the same identity. * 0MQ no longer asserts when rejecting an oversized message. * 0MQ no longer asserts in pipe.cpp when the swap fills up. * zmq_poll now works correctly with an empty poll set. * Many more. Building -------- * 0MQ now builds correctly on CentOS, Debian 6, and SunOS/gcc3. * Added WithOpenPGM configuration into MSVC builds. Known issues ------------ * OpenPGM integration is still not fully stable. 0MQ version 2.1.0 (Beta), released on 2010/12/01 ================================================ New functionality ----------------- * New semantics for zmq_close () and zmq_term () ensure that all messages are sent before the application terminates. This behaviour may be modified using the new ZMQ_LINGER socket option; for further details refer to the reference manual. * The new socket options ZMQ_FD and ZMQ_EVENTS provide a way to integrate 0MQ sockets into existing poll/event loops. * Sockets may now be migrated between OS threads, as long as the application ensures that a full memory barrier is issued. * The 0MQ ABI exported by libzmq.so has been formalised; DSO symbol visibility is used on supported platforms to ensure that only public ABI symbols are exported. The library ABI version has been set to 1.0.0 for this release. * OpenPGM has been updated to version 5.0.92. This version no longer depends on GLIB, and integration with 0MQ should be much improved. * zmq_poll() now honors timeouts precisely, and no longer returns if no events are signaled. * Blocking calls now return EINTR if interrupted by the delivery of a signal; this also means that language bindings which previously had problems with handling SIGINT/^C should now work correctly. * The ZMQ_TYPE socket option was added; this allows retrieval of the socket type after creation. * Added a ZMQ_VERSION macro to zmq.h for compile-time API version detection. * The ZMQ_RECONNECT_IVL and ZMQ_BACKLOG socket options have been added. Bug fixes --------- * Forwarder and streamer devices now handle multi-part messages correctly. * 0MQ no longer asserts when malformed data is received on the wire. * 0MQ internal timers now work correctly if the TSC jumps backwards. * The internal signalling functionality (mailbox) has been improved to automatically resize socket buffers on POSIX systems. * Many more. Building -------- * 0MQ now builds correctly with many more non-GCC compilers (Sun Studio, Intel ICC, CLang). * AIX and HP-UX builds should work now. * FD_SETSIZE has been set to 1024 by default for MSVC builds. * Windows builds using GCC (MinGW) now work out of the box. Distribution ------------ * A simple framework for regression tests has been added, along with a few basic self-tests. The tests can be run using "make check".
2011-05-06MASTER_SITES <=> HOMEPAGE.obache1-3/+3
2011-05-06fix HOMEPAGE url.obache1-2/+2
2011-05-06Update bind98 pacakge to 9.8.0p1 (9.8.0-P1).taca2-6/+6
Fixes https://www.isc.org/CVE-2011-1907. --- 9.8.0-P1 released --- 3100. [security] Certain response policy zone configurations could trigger an INSIST when receiving a query of type RRSIG. [RT #24280]
2011-05-04Update to 1.11.1ryoon3-17/+7
* aria2-metalink option is removed. This is enabled by default already. Changelog: aria2 1.11.1 ============ Release Note ------------ This release fixes the bug that aria2 does not work on platforms which have kqueue() system call due to invalid timeout parameter. The --show-console-readout option was added. This option toggles the appearance of console readout. Changes ------- * Added --show-console-readout option. This option toggles appearance of console readout. * Fixed the bug that microsecond part of timeval overwlows in waitData(). This bug affects platforms which have kqueue() system call. Those systems are FreeBSD, OpenBSD, NetBSD and Darwin (Mac OS X). aria2 1.11.0 ============ Release Note ------------ This release adds JSON-RPC interface. The JSON-RPC and XML-RPC shares same APIs. The JSON-RPC also supports JSONP. 2 new options were added: --retry-wait and --async-dns-server. The downloads added by aria2.addTorrent and aria2.addMetalink RPC method are now saved to the file specified in --save-session option. The proxy options and related environment variables now accept https:// and ftp:// scheme. This release fixes the bug that causes segmentation fault when unpausing downloads in some situations. MinGW32 build now looks for USERPROFILE and the combination of HOMEDRIVE and HOMEPATH to get user's home directory and doesn't check permission of .netrc file. Changes ------- * Updated gettext to 0.18 * Added JSON-RPC support. --enable-xml-rpc was deprecated and --enable-rpc should be used instead. Similarly, --xml-rpc-* options were replaced with --rpc-* options. We are implementing JSON-RPC based on JSON-RPC 2.0 draft spec. * Fixed rounding error in DownloadEngine::run(). This fixes the bug that executeCommand() with Command::STATUS_ALL is not called in every interval correctly because of rounding error in timer. * Refresh buckets at DHT initialization without checking serialized time. Checking serialized time does not work if you stop aria2 as soon as it started DHT. The serialized time in dht.dat will be updated, but buckets are not updated and still old. When you restart aria2 again soon, it does not refresh buckets because serialized time is recent. * Save downloads added by aria2.addTorrent or aria2.addMetalink in --save-session file. Uploaded data are saved as file named hex string of sha1 hash of uploaded data plus extension(".torrent" for torrent and ".meta4" for metalink). For example, 0a3893293e27ac0490424c06de4d09242215f0a6.torrent. The directory where these files are saved is specified by --dir option. These file paths are written in --save-session file. * Fixed the bug that causes segmentation fault when unpause RequestGroup which has resolved BtDependency. * Look for USERPROFILE and the combination of HOMEDRIVE and HOMEPATH to get user's home directory in MinGW32 build. Usually HOME environment variable is defined in *nix like OSes, but not in Windows. So in MinGW32 build, if HOME is not defined, we also look for USERPROFILE and the combination of HOMEDRIVE and HOMEPATH. * Fixed the bug that DownloadContext::basePath_ is not escaped. * Added Date, Expires and Cache-Control response header field to RPC response. * Added --async-dns-server option. This option accepts comma separated list of DNS server addresses used in asynchronous DNS resolver. Usually asynchronous DNS resolver reads DNS server addresses from /etc/resolv.conf. When this option is used, it uses DNS servers specified in this option instead of ones in /etc/resolv.conf. You can specify both IPv4 and IPv6 address. This option is useful when the system does not have /etc/resolv.conf and user does not have the permission to create it. * Accept https:// and ftp:// in proxy options and environment variables. * Fixed overflow in the calculation of progress percentage for file allocation and hash check when off_t is 32bit. * Accept HTTP 304 reply as success when If-None-Match request-header field is specified using --header option. When --conditional-get is used, --allow-overwrite is now required to overwrite existing file. * Added aria2.removeDownloadResult RPC method. The method signature is aria2.removeDownloadResult(gid). This method removes completed/error/removed download denoted by gid from memory. This method returns "OK" for success. * Use IP address of control connection to connect to the remote server in FTP passive mode. * Don't check permission of .netrc file in MinGW32 build. * Added --retry-wait option. This option was once existed in aria2 but erased on 2009-09-20. Now it is resurrected once again. We choose 0 as default value for backward compatibility. Now we retry HTTP download when remote server returns "503 Service Unavailable" if --retry-wait > 0. We also added error code 29: HTTP_SERVICE_UNAVAILABLE. * Don't show metadata download and paused download in "Download Results".
2011-05-04update to 2.28.3drochner2-7/+6
changes: -Avoid out-of-bounds memory accesses (might qualify as DOS possibility) -translation updates
2011-05-04Update rdesktop to 1.7.0.obache3-9/+17
This fixes some important bugs and is therefore recommended for all users. Key changes: * Security: Directory traversal vulnerability with disk redirection (disallow /.. requests) * New maintainer: Peter Åstrand <astrand@...> * Brush cache support * Removed the hardcoded limit of the username length * Increased domain name length to 255 chars * Improved compatibility with PulseAudio/padsp * Cleaned up and documented the return values * Keyboard fix: avoid stuck keys in certain cases * Support for new pointers * License has been changed to GPLv3 * EWMH fixes for 64-bit machines * RandR support: automatically resize session if using relative screen size * Improved support for Windows 2008 Session Broker * Japanese keyboard map has been improved * New keyboard map: fr-bepo * Many stability fixes regarding smart card redirection * Windows 2008 R2 / 7: Fix sound playback when not using other redirections * Windows 2008 R2 / 7: Solve disk redirection read-only issues * Windows 2008 R2 / 7: Solve issue with recursive deletion * Avoid exit when printing, if lpr command terminates early
2011-05-03Update scamper to 20110503.obache2-6/+6
PR#44929. The main changes are to sc_tracediff, a program that displays traceroutes side by side that have changed. There are bug fixes to sc_tracediff, as well as enhancements.
2011-05-02Update to 2.40.63; changes undocumented, but a bugfix for the Makefilewiz3-25/+13
was integrated.
2011-05-02Changes rev.1:adam6-17/+55
* Re-open log file on SIGHUP. * Install knockd man page into section 8 instead of section 1.
2011-04-30Update mikutter to 0.0.3.2.obache3-14/+7
* not to notify action from mute users. * fix to locd JSON library correctly. * deprecate SQLite plugin. * support new Twitter search API. * add settings not to move to ttweet Fav or RT by myself to top. * fixes crash with old RubyGTK on ubuntu 11.04.
2011-04-30Update scamper to 20110421.obache4-30/+44
patch provided by Matthew Luckie via PR#44919. A lot of changed in scamper since 2008. For some idea about what is in scamper today, please check the website, in particular the scamper man page.
2011-04-28Changes 2.2.0:adam10-297/+77
* Several man-page updates * Several buildsystem fixes * Fixed a bug with GUI icon deletion on upgrade from 2.2-RC or earlier * Change the default --tmp-dir path to a more suitable path * Improve the mysprintf() issue in openvpnserv.c * Fixed bug in port-share that could cause port share process to crash * Fix the --client-cert-not-required feature
2011-04-25Update mikutter to 0.0.3.1.obache3-10/+15
0.0.3.1 * crash bug report fix * bit.ly API v3 support. * delayed write SQLite data and saving connections. 0.0.3.0 * new unstable release (same as 0.0.2.13)
2011-04-24Use @RCD_SCRIPTS_SHELL@shattered2-3/+3
2011-04-23Fix build with the latest version of Heimdal under NetBSD/current.tron1-1/+6
2011-04-22The startup file needed some updating, and the XYMONHOME path also wantedspz2-5/+14
fixing.
2011-04-22files/xymon.sh needed some more updating to the new versionspz2-5/+6
2011-04-22package update to 4.3.2:spz9-229/+265
contains a lot of filename cleanup work (no more bb and hobbit)