summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2011-04-01fix build after libungif->giflib transition, problem noticed by joergdrochner2-4/+10
2011-03-31Explicitly disable merged build option (samba4).taca1-1/+5
Reflects discussion by PR pkg/44786.
2011-03-30Not user-destdir installation ready.obache1-3/+1
/etc/* files will be modified and /var/spool/sendfile/* directories will be created and chmod during install phase.
2011-03-28boinc3-coreclient and boinc3-libs have been removed a while agojoerg1-3/+1
2011-03-27Add comments to patches.wiz3-5/+10
2011-03-27Set LICENSE.wiz1-1/+2
2011-03-27PR/30936 -- remove BOINC libraries and client (v3 is obsolete)shattered13-243/+0
2011-03-26Add CVS Id where missingbouyer5-10/+17
Fix patch to quota-check.m4 so that the autoconf'ed configure will define HAVE_LIBQUOTA too Use QL_STATUS(quota_check_limit()) instead of quota_check_limit(). This is the only visible change in binaries. Do not bump PKGREVISION as the previous code has been there for only a few hours.
2011-03-26Make netatalk build again on NetBSD current:bouyer7-16/+252
check for getfsquota() in libquota. If it's there, use getfsquota() and quota_check_limit() from libquota instead of local getnfsquota or direct calls to quotactl(). Tested on NetBSD-current and NetBSD 5.1. OK agc@
2011-03-25Fix building on NetBSD-5 with TLS option; fix for PR#44297adam2-1/+15
2011-03-24Update HOMEPAGE.obache1-2/+2
2011-03-24regen distinfo.obache1-3/+3
2011-03-23Regenjoerg1-2/+2
2011-03-23DESTDIR supportjoerg3-14/+13
2011-03-23DESTDIR supportjoerg3-6/+20
2011-03-21unbound 1.48:pettai4-16/+21
Features: * harden-below-nxdomain config option, default off (because very old software may be incompatible). We could enable it by default in the future. From draft-vixie-dnsext-resimprove-00. * typetransparent localzone: does not block other RR types. * so-sndbuf option for very busy servers, a bit like so-rcvbuf. Bug Fixes: * Fix so a changed NS RRset does not get moved name stuck on old server, for type NS the TTL is not increased. * Fix prefetch so it does not get stuck on old server for moved names. * Fix insecure CNAME sequence marked as secure, reported by Bert Hubert. * faster lruhash get_mem routine. * [bugzilla: 346 ] remove ITAR scripts from contrib, the service is discontinued, use the root. * Fix in infra cache that could cause rto larger than TOP_TIMEOUT kept. * algorithm compromise protection using the algorithms signalled in the DS record. Also, trust anchors, DLV, and RFC5011 receive this, and thus, if you have multiple algorithms in your trust-anchor-file then it will now behave different than before. Also, 5011 rollover for algorithms needs to be double-signature until the old algorithm is revoked. * squelch 'tcp connect: bla' in logfile, (set verbosity 2 to see them) * fix validation in this case: CNAME to nodata for co-hosted opt-in NSEC3 insecure delegation, was bogus, fixed to be insecure. * Fix our 'BDS' license (typo reported by Xavier Belanger). * [bugzilla: 338 ] print address when socket creation fails. * Fix storage of EDNS failures in the infra cache. * silence 'tcp connect: broken pipe' and 'net down' at low verbosity. * unbound-anchor compiles with openssl 0.9.7. * Be lenient and accept imgw.pl malformed packet (like BIND). * the included ldns tarball is updated (to 1.6.8) * iana portlist updated. unbound 1.47: Features: * unbound-anchor app, unbound requires libexpat (xml parser library). It creates or updates a root.key file. Use it before you start the validator (e.g. at system boot time). * dump_infra and flush_infra commands for unbound-control. Bug Fixes: * GOST code enabled by default (RFC 5933). * Configure detects libev-4.00. * do not synthesize a CNAME message from cache for qtype DS. * Use central entropy to seed threads. * Change the rtt used to probe EDNS-timeout hosts to 1000 msec. * Fix validation failure for parent and child on same server with an insecure childzone and a CNAME from parent to child. * Change of timeout code. No more lost and backoff in blockage. At 12sec timeout (and at least 2x lost before) one probe per IP is allowed only. At 120sec, the IP is blocked. After 15min, a 120sec entry has a single retry packet. * no timeout backoff if meanwhile a query succeeded. * Configure errors if ldns is not found. * Windows 7 fix for the installer. * Fix bug where fallback_tcp causes wrong roundtrip and edns observation to be noted in cache. Fix bug where EDNSprobe halted exponential backoff if EDNS status unknown. * interface automatic works for some people with ip6 disabled. Therefore the error check is removed, so they can use the option. * Fix TCP so it uses a random outgoing-interface. * Fix bug when DLV below a trust-anchor that uses NSEC3 optout where the zone has a secure delegation hosted on the same server did not verify as secure (it was insecure by mistake). * Fix alloc_reg_release for longer uptime in out of memory conditions. * [bugzilla: 329 ] in example.conf show correct ipv4 link-local 169.254/16. * compliance with draft-ietf-dnsop-default-local-zones-14, removed reverse ipv6 orchid prefix from builtin list. * Algorithm rollover operational reality intrudes, for trust-anchor and 5011-store, if one key matches it's good enough. * Fix reported validation error in out of memory condition. * Abide RFC5155 section 9.2: no AD flag for replies with NSEC3 optout. * increased mesh-max-activation from 1000 to 3000 for crazy domains like _tcp.slb.com with 262 servers. * [bugzilla: 327 ] Fix for cannot access stub zones until the root is primed. * openbsd-lint fixes * [bugzilla: 321 ] Fix resolution of rs.ripe.net artifacts with 0x20. Delegpt structures checked for duplicates always. No more nameserver lookups generated when depth is full anyway. * [bugzilla: 322 ] Fix, configure does not respect CFLAGS on Solaris. Pass CFLAGS="-xO4 -xtarget=generic" on the configure command line if use sun-cc, but some systems need different flags. * Fix acx_nlnetlabs.m4 configure output for autoconf-2.66 AS_TR_CPP changes, uses m4_bpatsubst now. * make test (or make check) should be more portable and run the unit test and testbound scripts. (make longtest has special requirements). * More pleasant remote control command parsing. * Fix name of rrset printed that failed validation. * Return NXDOMAIN after chain of CNAMEs ends at name-not-found. * Fix validation in case a trust anchor enters into a zone with unsupported algorithms. * iana portlist updated. * updated ldns tarball.
2011-03-21Add destdir installation support.obache1-2/+5
2011-03-21dnsruby-1.52:pettai2-8/+8
* TXT record presentation format parsing fixes. * NAPTR record presentation format parsing fixes. * SEP flag no longer required (for use with Combined Signing Key). * Validation routines improved. * Recursor now handles hints and nameservers better. * Various bug fixes.
2011-03-211.6.9pettai2-6/+6
* Fix creating NSEC(3) bitmaps: make array size 65536, don't add doubles. * Fix printout of escaped binary in TXT records. * Parsing TXT records: don't skip starting whitespace that is quoted. * bugfix #358: Check if memory was successfully allocated in ldns_rdf2str(). * Added more memory allocation checks in host2str.c * python wrapper for ldns_fetch_valid_domain_keys. * fix to compile python wrapper with swig 2.0.2. * Don't fallback to SHA-1 when creating NSEC3 hash with another algorithm identifier, fail instead (no other algorithm identifiers are assigned yet). 1.6.8 * Fix ldns zone, so that $TTL definition match RFC 2308. * Fix lots of missing checks on allocation failures and parse of NSEC with many types and max parse length in hosts_frm_fp routine and off by one in read_anchor_file routine. * bugfix #335: Drill: Print both SHA-1 and SHA-256 corresponding DS records. * Print correct WHEN in query packet (is not always 1-1-1970) * ldns-test-edns: new example tool that detects EDNS support. * fix ldns_resolver_send without openssl. * bugfix #342: patch for support for more CERT key types (RFC4398). * bugfix #351: fix udp_send hang if UDP checksum error. * fix set_bit (from NSEC3 sign).
2011-03-21Version 4.2.0 - 2011-03-03pettai2-7/+7
* changed ssl:verify-certificate default to yes. * check certificate common name in openssl case (code from curl). * disable weak algorithms in openssl. * new setting xfer:log-file. * support for netkey pasword in ftp. * added torrent ipv6 support (new setting torrent:ipv6) * don't accept new connections when no torrent can accept them. * allow to specify job numbers in `jobs' command. * fixed a segfault in pget when an error happens on second chunk.
2011-03-21marked as destdir installation support.obache1-1/+3
2011-03-21simplify destdir support.obache1-3/+4
2011-03-21Add user-destdir installation support.obache1-1/+6
2011-03-21Add user-destdir installation support.obache1-4/+4
2011-03-21add user-destdir installation support.obache1-4/+7
2011-03-21* MAKE_JOBS_SAFE=noobache1-1/+5
* marked as user-destdir installation ready
2011-03-20marked as user-destdir installation support.obache1-1/+3
2011-03-20Add user-destdir installation support.obache1-1/+5
2011-03-20LICENSE=gnu-gpl-v2obache1-1/+2
2011-03-20for the case of PKG_SYSCONFBASE!=${PREFIX}/etc, and use SUBST for replace.obache3-12/+9
2011-03-20Use OVERRIDE_GNU_CONFIG_SCRIPTS instead of custom copy.obache1-3/+3
2011-03-20* LICENSE=gnu-gpl-v2obache3-21/+18
* add user-destdir installation support
2011-03-20* LICENSE=gnu-gpl-v2obache3-2/+27
* add user-destdir installation support
2011-03-20Add user-destdir installation support.obache1-3/+4
2011-03-19Update OpenAFS package to 1.4.14.jakllsch13-277/+138
Includes two years of changes since 1.4.8, including bug and security fixes.
2011-03-19remove obsolete irrtoolset-nox11spz69-3018/+1
2011-03-18Changes 3.0.2:adam6-73/+49
* vtun3 client should parse vtun2 server encr directives * cfg_file.y bugs * build on c5 still fails Changes 3.0.1: * fix build for lzo2 * new debian rc scripts Changes 3.0.0: * Configure looks for liblzo2 when available
2011-03-18Update to 4.1.6:wiz2-6/+6
--- 4.1.6 2011/03/10 fix problem with record_render: records were converted (character set wise) even if no charset was given. Problem introduced in YAZ 4.1.5. --- 4.1.5 2011/03/08 SRU: add methods for handling DADS SRU-proxy facets. Separate OPAC record character set for ZOOM_record. yaz_record_render allows a character set given as charset=from/opacfrom,to where 'from' is the character set of a bibliographic record, 'opacfrom' is character set of OPAC record and 'to' is the target character set.
2011-03-17service suspended. prevent timeout. fetch from backup.zafer2-4/+4
2011-03-17service suspended. prevent timeout. fetch from backup.zafer7-14/+14
2011-03-17remove dead mirror.zafer1-3/+2
2011-03-17service suspended. prevent timeout. fetch from backup.zafer1-2/+2
2011-03-17service suspended. fetch from backup.zafer2-4/+4
2011-03-17update master_siteszafer1-2/+2
2011-03-17service suspended. prevent timeout. fetch from backup.zafer1-2/+2
2011-03-17service suspended. fetch from backup.zafer1-2/+2
2011-03-17service suspended. prevent timeout. fetch from backup.zafer1-2/+2
2011-03-17service suspended. fetch from backup.zafer1-2/+3
2011-03-17service suspended. fetch from backup.zafer1-2/+2
2011-03-17update master_siteszafer1-2/+2