summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fix tinderbox build on ppc.grehan2005-05-081-1/+1
| | | | Requested by: mlaier
* Make smbfs capable to use 16bit char set in filenames.takawata2005-05-041-15/+4
| | | | PR:78110
* Resolve conflicts created during the import of pf 3.7 Some features aremlaier2005-05-0318-1390/+2370
| | | | | | | missing and will be implemented in a second step. This is functional as is. Tested by: freebsd-pf, pfsense.org Obtained from: OpenBSD
* This commit was generated by cvs2svn to compensate for changes in r145837,mlaier2005-05-0312-181/+1839
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import pf userland from OpenBSD 3.7 (OPENBSD_3_7 as of today)mlaier2005-05-0329-1565/+4187
| |
| * Import pfctl_table.c#1.61 from OpenBSD into vendor branch.mlaier2004-08-221-1/+8
| |
* | This commit was generated by cvs2svn to compensate for changes in r145673,harti2005-04-291-14/+4
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor patch: fix a bug that was introduced when moving from libisc toharti2005-04-291-14/+4
| | | | | | | | | | | | | | | libbegemot: the rpoll_start_timer function needs the timeout value in milli-seconds, not the absolute time when the timer should tick.
* | | Don't use quad_t on FreeBSD (deprecated) so use "long long" instead.darrenr2005-04-281-1/+1
| | | | | | | | | | | | | | | Someday this should be converted to uint64_t and printstate.c changed to use those horrid PRiud64 things.
* | | Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanupdarrenr2005-04-281-1/+1
| | | | | | | | | | | | build problems with rescue.
* | | This commit was generated by cvs2svn to compensate for changes in r145557,harti2005-04-2610-5/+3127
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of bsnmp 1.9harti2005-04-2610-5/+3127
| | |
* | | Fix include directives that were missing the netinet include directory, wheredarrenr2005-04-265-4/+971
| | | | | | | | | | | | | | | the ipl.h file is found. Also add back in ip_fil.c, which somehow went missing in action.
* | | Fix problems with building libipf:darrenr2005-04-262-7/+5
| | | | | | | | | | | | | | | | | | ipf_dontuning.c - change the include to look in netinet for ipl.h ipft_tx.c - make the private use of arrays with tcp flags info in them more not use names that can be "confusing"
* | | this file does not belong in a freebsd distributiondarrenr2005-04-251-2131/+0
| | |
* | | * Someone imported a lot of files with the wrong CVS tag, so lots of files needdarrenr2005-04-25259-17240/+832
| | | | | | | | | | | | | | | that fixed in them.... * Keep unnecessary files out of the non-vendor part of this CVS repository.
* | | This commit was generated by cvs2svn to compensate for changes in r145513,darrenr2005-04-252-219/+0
| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | This commit was generated by cvs2svn to compensate for changes in r145510,darrenr2005-04-25417-1733/+41248
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | import ipfilter 4.1.8 into the vendor branchdarrenr2005-04-25458-11191/+60111
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r145479,mp2005-04-2490-4169/+9586
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of tcsh-6.14.00mp2005-04-2490-4169/+9586
| | | | |
* | | | | Correct multiple security related errors: a buffer overflow, NULLsimon2005-04-223-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pointer dereferences, possible use of uninitialized variables, and memory leaks. Security: CAN-2005-0753 Security: FreeBSD-SA-05:05.cvs Approved by: peter
* | | | | - Add a THR column to the process listing, that shows the number ofkeramida2005-04-142-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | threads a process has. The THR column is disabled and disappears when 'H' is hit, because then every thread gets its own output line. - Allow sorting processes by "threads". Approved by: davidxu Inspired by: Jiawei Ye <leafy7382@gmail.com>
* | | | | Fix minor discrepancy between documentation and implementation: thethomas2005-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | destination port is incremented for each packet sent to the same hop. MFC after: 1 week
* | | | | Correct a pair of buffer overflows in the telnet(1) command:nectar2005-03-281-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (CAN-2005-0468) A heap buffer overflow in env_opt_add() and related functions. (CAN-2005-0469) A global uninitialized data section buffer overflow in slc_add_reply() and related functions. As a result of these vulnerabilities, it may be possible for a malicious telnet server or active network attacker to cause telnet(1) to execute arbitrary code with the privileges of the user running it. Security: CAN-2005-0468, CAN-2005-0469 Security: FreeBSD-SA-05:01.telnet Security: http://www.idefense.com/application/poi/display?id=220&type=vulnerabilities Security: http://www.idefense.com/application/poi/display?id=221&type=vulnerabilities These fixes are based in part on patches Submitted by: Solar Designer <solar@openwall.com>
* | | | | Expand and refine a few sections for future referencedougb2005-03-171-5/+11
| | | | |
* | | | | Delete all aix portsdougb2005-03-171-2/+1
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r143734,dougb2005-03-1726-16519/+0
| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | This commit was generated by cvs2svn to compensate for changes in r143731,dougb2005-03-17123-1694/+8350
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Vendor import of BIND 9.3.1dougb2005-03-17123-1694/+8350
| | | | | |
* | | | | | Correct macro usage.brueffer2005-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Christoph Mallon <christoph.mallon@gmx.de> MFC after: 3 days
* | | | | | Don't extract the .gdbinit file from the distribution.harti2005-02-281-0/+1
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r142810,harti2005-02-2820-79/+136
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import of bsnmpd 1.8harti2005-02-2820-79/+136
| | | | | |
* | | | | | Increase usefulness of telnet(1) as a protocol tester. By prependingtobez2005-02-283-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "+" to the port number, disable option negotiation and allow transferring of data with high bit set. OKed by: markm (maintainer) PR: 52032 Submitted by: Valentin Nechayev <netch maybe-at netch stop kiev stop ua> MFC After: 2 weeks
* | | | | | - remove OpenBSDisms, add FreeBSDismsglebius2005-02-231-54/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - comment out feature, we do not have yet: tcpdumping on pfsync, add a BUGS section - reference carp.4 - dereference bpf(4), tcpdump(7), hostname.if(5) - sort references - tell when pfsync appeared in FreeBSD Reviewed by: mlaier MFC after: 1 week
* | | | | | This commit was generated by cvs2svn to compensate for changes in r142129,mikeh2005-02-2013-518/+669
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import the latest CVS version of lukemftp.mikeh2005-02-2013-518/+669
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Short list of changes: * SIGINT termination from auto-fetch. * Less trusting of remote filenames during auto mgets. * Improved RFC2616 compliancy. * Fix globs when using ftp reget (from mat@). * Limit send buffer size.
* | | | | | | Merge mci.c change to add mci_close() from the vendor branch.gshapiro2005-02-141-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem noted by: marcus
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r141867,gshapiro2005-02-142-2/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Commit patch from sendmail.org web site for socket close bug:gshapiro2005-02-143-2/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.sendmail.org/patches/close_wait.p2 This is being put in the vendor branch as it is in the vendor's repo.
| * | | | | | | Remove files no longer in vendor distribution from vendor branchgshapiro2005-02-144-254/+0
| | | | | | | |
* | | | | | | | Update for sendmail 8.13.3 importgshapiro2005-02-141-4/+4
| | | | | | | |
* | | | | | | | Resolve conflicts from sendmail 8.13.3 importgshapiro2005-02-149-127/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 4 days
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r141858,gshapiro2005-02-1469-224/+629
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Import sendmail 8.13.3gshapiro2005-02-1477-264/+707
| | | | | | | |
* | | | | | | | Expand *n't contractions.ru2005-02-132-3/+3
| | | | | | | |
* | | | | | | | Fix sloppy use of "manpage", bump .Dd where applicable and rename RED tomlaier2005-02-072-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Random Early Detection (not ... Drop) in order to be consistent with other documentation on ALTQ Pointed out by: simon, ru, Brad Davis
* | | | | | | | Be more verbose about altq SYNOPSIS and add more linkage in the relating pfmlaier2005-02-072-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documents. Inspired by: scottl Reviewed by: Brad Davis <so14kNOso14kSPAMcom> MFC after: 3 days
* | | | | | | | Undo the VCS tag move to reduce diff hunks.delphij2005-02-072-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pointed out by: ru
OpenPOWER on IntegriCloud