summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Don't attempt authentication at all if it has been disabled via '-a off'.jhb2008-07-282-7/+11
| | | | | | | | | This works around a bug in HP-UX's telnet client and also gives a much saner user experience when using FreeBSD's telnet client. PR: bin/19405 Submitted by: Joel Ray Holveck joelh of gnu.org MFC after: 1 month
* 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-2411-15/+40
| | | | | | Approved by: darrenr MFC after: 1 week Security: CERT VU#521769
* For unfathomable reasons, ipfilter abuses kernel data structures for itsdes2008-07-231-4/+12
| | | | | | | | | | | own purposes. To pull this off, it defines _KERNEL before including the headers where these structures are defined. This leads to no end of trouble when some of these headers, or other headers that they include, change, as demonstrated by r180755. The quick fix in this particular case is to define _WANT_FILE instead of _KERNEL, conditional on __FreeBSD__. A better long-term fix is left as an exercise to the reader.
* tcsh: fix abort in cleanup_until(), caused by internal xgetpass()keramida2008-07-201-1/+1
| | | | | | | | | | | | | | The xgetpass() function pushes a cleanup entry for &osa, but then attempts to flush the stack until an entry matching &sa. The two object pointers do not match, so the stack is popped too much, and then cleanup_until calls abort() when it unexpectedly hits the bottom of the cleanup stack. Reported by: Paul B. Mahol, onemda at gmail.com, Pietro Cerutti, gahr at gahr.ch PR: bin/124191 Reviewed by: mp, kris MFC after: 2 days
* Merge from vendor/bind9/dist as of the 9.4.2-P1 import, includingdougb2008-07-1215-36620/+2567
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the patch from ISC for lib/bind9/check.c and deletion of unused files in lib/bind. This version will by default randomize the UDP query source port (and sequence number of course) for every query. In order to take advantage of this randomization users MUST have an appropriate firewall configuration to allow UDP queries to be sent and answers to be received on random ports; and users MUST NOT specify a port number using the query-source[-v6] options. The avoid-v[46]-udp-ports options exist for users who wish to eliminate certain port numbers from being chosen by named for this purpose. See the ARM Chatper 6 for more information. Also please note, this issue applies only to UDP query ports. A random ephemeral port is always chosen for TCP queries. This issue applies primarily to name servers whose main purpose is to resolve random queries (sometimes referred to as "caching" servers, or more properly as "resolving" servers), although even an "authoritative" name server will make some queries, primarily at startup time. All users of BIND are strongly encouraged to upgrade to the latest version, and to utilize the source port randomization feature. This update addresses issues raised in: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1447 http://www.kb.cert.org/vuls/id/800113 http://tools.ietf.org/html/draft-ietf-dnsext-forgery-resilience
* The vendor area is the proper home for these files now.dougb2008-07-122-187/+0
|
* Merge gnu cpio 2.6 -> 2.8 changes. Unfortunately, we have massivepeter2008-07-1098-3356/+7533
|\ | | | | | | | | | | conflicts due to radically different approaches to security and bug fixes. In some cases I re-started from the vendor version and reimplemented our patches. Fortunately, this is not enabled by default in -current.
| * Flatten cvs2svn generated import tree.peter2008-07-0984-20990/+0
| |
| * cvs2svn managed to overlay two different path trees. fix.peter2008-07-0939-11461/+0
| |
* | White space fixes.obrien2008-06-281-8/+8
| |
* | Reduce diff to vendor.obrien2008-06-281-1/+1
| |
* | Bring in the vendor's fix for a bug in strtod() wherebydas2008-06-211-2/+5
| | | | | | | | | | | | | | | | strtod("0xyz", &endp) resulted in endp pointing to "0xyz" instead of "xyz". Reported by: Tony Finch <dot@dotat.at> MFC after: 1 week
* | Removed the no-op -p; documented -P.ru2008-06-212-7/+6
| | | | | | | | MFC after: 3 days
* | Add $FreeBSD$ since we now have local changes.obrien2008-06-161-0/+3
| |
* | Optimize the CVS bug #17168 fix by relaxing the conditions for updateobrien2008-06-061-0/+1
| | | | | | | | | | | | with respect to sticky options. (r179561 was WRT sticky and branch tags) Consulted with: Mark Baushke <mdb@gnu.org>
* | Optimize the CVS bug #17168 fix by relaxing the conditions for update.obrien2008-06-051-1/+3
| |
* | - update maintainer's info per src/MAINTAINERSrafan2008-06-041-1/+1
| |
* | Add proper mime-types for files that they are relevant for.dougb2008-06-021-0/+0
| | | | | | | | | | | | This is useful for things like *.pdf files that svn needs to know about, and will probably be useful down the road for other things.
* | Bring these back to HEAD.obrien2008-05-297-0/+9661
| | | | | | | | | | (I thought ncvs@ had rm'ed these MIPS files a long time ago... SVN had better work out - else 7 more files off the vendor branch.)
* | This commit was generated by cvs2svn to compensate for changes in r179404,obrien2008-05-2939-0/+31112
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of Binutils from the FSF 2.15 branch (just post-.0 release).obrien2008-05-2946-0/+40773
| | | | | | | | | | | | These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
* | | Document freebsd extensions to netcat a bit better:antoine2008-05-102-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | - sort the options - document -o and -O everywhere Reviewed by: delphij Approved by: rwatson (mentor)
* | | Max's changes got left out of the MRT commit.julian2008-05-091-15/+6
| | |
* | | - Update for 5.6-20080503rafan2008-05-092-4/+4
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r178866,rafan2008-05-0943-2094/+3227
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import ncurses 5.6-20080503 snapshot onto the vender branchrafan2008-05-0943-2094/+3227
| | | |
* | | | Update the FREEBSD-upgrade for expat 2.0.1cokane2008-05-081-0/+95
| | | | | | | | | | | | | | | | Approved by: sam, phk
* | | | This commit was generated by cvs2svn to compensate for changes in r178848,cokane2008-05-0846-5564/+20661
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import (trimmed) of eXpat v2.0.1. Discussed and tested withcokane2008-05-0846-5564/+20661
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sam and phk who are the two consumers of this library. If there is any other fallout, email me and I will take care of it. Approved by: sam, phk
* | | | | Merge from the vendor branch and resolve conflicts.dfr2008-05-087-46/+54
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r178843,dfr2008-05-0810-265/+4161
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import com_err from heimdal-1.1dfr2008-05-0817-322/+4218
| | | | | |
* | | | | | List of files that are off the vendor branch, but we use the stock vendorobrien2008-04-241-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | files.
* | | | | | Remove FreeBSD ID's so these are exact copies of the vendor sources.obrien2008-04-241-4/+0
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r178388,marius2008-04-211-4/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | * gthr-posix.h (__gthread_active_p): Use the Solaris implementationmarius2008-04-211-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for FreeBSD as well. This is the fix for __gthread_active_p() returning false positives which was committed as rev. 1.1.1.8.2.1 to RELENG_7 but now looped back to the vendor branch via the GCC repository and relicensed to be GPLv2 by me. Thanks go to gerald@ for getting the fix approved upstream and for committing to the GCC repository. PR: 119289 Approved by: core
* | | | | | | Update instructions to match recent practicesdelphij2008-04-211-3/+5
| | | | | | |
* | | | | | | Add vendor metadatadelphij2008-04-211-0/+7
| | | | | | |
* | | | | | | Resolve conflicts.delphij2008-04-211-2/+2
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r178382,delphij2008-04-212-13/+24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Import netcat as of today's OPENBSD_4_3 snapshot.delphij2008-04-213-15/+26
| | | | | | | |
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r178363,sam2008-04-201-391/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | | | | system_info.cpustates isn't sparse, so a bitmask of available CPU statesru2008-04-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is redundant (I think it's a leftover from an older implementation).
* | | | | | | | Add an -O option to disable TCP options, for protocol testing purposes.bms2008-04-012-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do this for active and passive (-l switch) TCP sessions. MFC after: 1 week
* | | | | | | | Make ALTQ cope with disappearing interfaces (particularly common with mpdmlaier2008-03-292-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and netgraph in gernal). This also allows to add queues for an interface that is not yet existing (you have to provide the bandwidth for the interface, however). PR: kern/106400, kern/117827 MFC after: 2 weeks
* | | | | | | | Remove files that have been repo copied to their new locationjb2008-03-2852-35241/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in cddl-specific parts of the source tree.
* | | | | | | | fix botched merge of syslog support to the vendor branch; these filessam2008-03-252-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | were off the branch so we need to pull the changes back up
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r177580,sam2008-03-244-5/+47
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | add support for driver-based RADIUS ACL's (committed on vendor branch as it'ssam2008-03-244-5/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | been sent upstream) Submitted by: Chris Zimmermann
* | | | | | | | | resolve merge conflictssam2008-03-243-158/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 3 weeks
OpenPOWER on IntegriCloud