summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
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.
2013-04-21Add p5-Regexp-IPv6ryoon1-1/+2
2013-04-21Import p5-Regexp-IPv6-0.03 as net/p5-Regexp-IPv6.ryoon3-0/+24
This package supports regular expression for IPv6 addresses.
2013-04-21Add p5-Regexp-Common-net-CIDRryoon1-1/+2
2013-04-21Import p5-Regexp-Common-net-CIDR-0.02 as net/p5-Regexp-Common-net-CIDR.ryoon3-0/+24
Regexp::Common::net::CIDR provides patterns for CIDR blocks.
2013-04-21Support more PKG_OPTIONS for the net/avahi package. This enables the userrodent8-37/+141
to build the avahi UI with GTK3, which is required for some packages like libepc. Commented patches. Removed dependency on desktop.mk, as the file doesn't have a MimeType key. Only PKG_OPTION enabled by default is gtk2. Thus, you will notice no difference in this version and the last (unless you start enabling options). Bump PKGREVISION. Resolves PR pkg/47483
2013-04-21Have transmission-gtk depend on sysutils/libnotify07 instead of olderrodent1-2/+3
sysutils/libnotify. Bump PKGREVISION.
2013-04-19Avoid compilation error caused by use of deprecated g_thread APIprlw12-1/+17
thrown by glib 2.36. The API was deprecated in glib 2.32 - we only see the error with 2.36 because 2.36 fixed: 688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
2013-04-19Removeing -> Removingsborrill1-2/+2
2013-04-18Remove patch-aa, removed from distinfo during recent update.wiz1-15/+0
2013-04-17Security update to version 1.4.23.morr4-19/+19
ChangeLog: 2013/04/03 : 1.4.23 - CONTRIB: halog: sort URLs by avg bytes_read or total bytes_read - BUG: fix garbage data when http-send-name-header replaces an existing header - BUG/MEDIUM: remove supplementary groups when changing gid - BUG/MINOR: Correct logic in cut_crlf() - BUG/MINOR: config: use a copy of the file name in proxy configurations - BUG/MINOR: epoll: correctly disable FD polling in fd_rem() - MINOR: halog: sort output by cookie code - BUG/MINOR: halog: -ad/-ac report the correct number of output lines - BUG/MINOR: halog: fix help message for -ut/-uto - BUG/MEDIUM: http: set DONTWAIT on data when switching to tunnel mode - BUG/MEDIUM: command-line option -D must have precedence over "debug" - OPTIM: halog: keep a fast path for the lines-count only - MINOR: halog: add a parameter to limit output line count - BUG: halog: fix broken output limitation - MEDIUM: checks: avoid accumulating TIME_WAITs during checks - MEDIUM: checks: prevent TIME_WAITs from appearing also on timeouts - BUG/MAJOR: cli: show sess <id> may randomly corrupt the back-ref list - BUG/MINOR: http: don't report client aborts as server errors - BUG/MINOR: http: don't log a 503 on client errors while waiting for requests - BUG/MEDIUM: tcp: process could theorically crash on lack of source ports - BUG/MINOR: http: don't abort client connection on premature responses - BUILD: no need to clean up when making git-tar - MINOR: http: always report PR-- flags for redirect rules - BUG/MINOR: time: frequency counters are not totally accurate - BUG/MINOR: http: don't process abortonclose when request was sent - BUG/MINOR: epoll: use a fix maxevents argument in epoll_wait() - BUG/MINOR: config: fix improper check for failed memory alloc in ACL parser - BUG/MEDIUM: checks: ensure the health_status is always within bounds - CLEANUP: http: remove a useless null check - BUG/MEDIUM: signal: signal handler does not properly check for signal bounds - BUG/MEDIUM: uri_auth: missing NULL check and memory leak on memory shortage - CLEANUP: config: slowstart is never negative - BUILD: improve the makefile's support for libpcre - BUG/MINOR: checks: fix an warning introduced by commit 2f61455a - MEDIUM: halog: add support for counting per source address (-ic) - DOC: mention the new HTTP 307 and 308 redirect statues (cherry picked from commit b67fdc4cd8bde202f2805d98683ddab929469a05) - MEDIUM: poll: do not use FD_* macros anymore - BUG/MAJOR: ev_select: disable the select() poller if maxsock > FD_SETSIZE - BUILD: enable poll() by default in the makefile - BUILD: add explicit support for Mac OS/X - BUG/CRITICAL: using HTTP information in tcp-request content may crash the process - MEDIUM: http: implement redirect 307 and 308 - MINOR: http: status 301 should not be marked non-cacheable
2013-04-17+ccrtp +libzrtpcpprodent1-1/+3
2013-04-17Import libzrtpcpp-2.3.2 as net/libzrtpcpp.rodent6-0/+98
libzrtpcpp, a separate extension package to ccrtp, provides support for the ZRTP protocol (as defined in the Internet draft draft-zimmermann-avt-zrtp).
2013-04-17Import ccrtp-2.0.5 as net/ccrtp from pkgsrc-wip, originally packagedrodent6-0/+94
by pancake ;) <poppnk@users.sourceforge.net>. Welcome to GNU ccRTP, the RTP protocol stack of GNU Common C++ and the GNU project. GNU ccRTP was created as a "generic" and high performance RTP stack and uses queued packet lists for both sending and receiving of realtime data. A single scheduler thread both schedules delivery of timestamped outgoing packets, and processes incoming packets into the receive queue. A seperate thread or process can then feed data into the stack for delivery and process pending requests without interfering with the stack service thread itself.
2013-04-14Always return a value from a non-void function (hi christos!).joerg2-4/+4
2013-04-14Deal with the vexing parse issue.joerg2-1/+17
2013-04-14Drop patch that breaks build with modern libtool.joerg2-14/+1
2013-04-13Update to 20130411ryoon2-6/+6
Changelog: unknown.
2013-04-13Hand in maintainership.ghen6-12/+12
2013-04-12Minor fallout from libtool update.joerg2-5/+4
2013-04-11Updated socat to version 1.7.2.1khorben2-7/+6
Security update: "A heap based buffer overflow vulnerability has been found with data that happens to be output on the READLINE address." (CVE-2012-0219) Tested according to the official advisory at http://www.dest-unreach.org/socat/contrib/socat-secadv3.html XXX pull-up to 2013Q1
2013-04-10update to 0.2.6drochner3-9/+9
changes: -bugfices -added Rai.tv plugin -minor improvements
2013-04-10sync w/ base pkgdrochner1-4/+3
2013-04-10update to 0.2.5drochner2-7/+6
changes: -bugfixes -improvements to test-ui
2013-04-10Add support for Crossbow style NICs on SunOS.fhajny7-6/+58
Fix default paths for inet6 files.
2013-04-10Update to 0.20.2. Add comment to patch-ad.wiz3-8/+10
0.20.2 ====== Changes since 0.20.1: - Fix some typos in docs and warning messages. - Fix argument order issue introduced with the va_list fix in 0.20.1. - Add some tests for this bug. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=695591 - https://bugzilla.gnome.org/show_bug.cgi?id=696762 All contributors to this release: Jens Georg <mail@jensge.org> Benjamin Kerensa <bkerensa@ubuntu.com>
2013-04-10also build the "soup" plugin for gstreamer-1drochner4-1/+26
2013-04-10Change HOMEPAGE to original mirror's one, instead of Windows porting one.obache1-2/+2
2013-04-08New rrl patch, new checksumpettai1-4/+4
2013-04-08new rrl patch, new checksumpettai1-4/+4
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent15-32/+31
2013-04-07Edited DESCR in the case of:rodent6-36/+16
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
2013-04-07Fix PKG_OPTIONS.nmap=ndiff to include python/application.mk - previouslyabs2-9/+9
would only work when set in addition to PKG_OPTIONS.zenmap
2013-04-06"Each sed command should appear in an assignment of its own."rodent2-6/+7
2013-04-06Resolves:rodent9-18/+18
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.