summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Tell nls_setlocale() the very locale name from command line option,imura2005-08-071-1/+1
| | | | rather than using optarg variable which would be allways NULL.
* More tcpdump 8->1 cleanup.brueffer2005-08-063-12/+17
| | | | | Approved by: mlaier MFC after: 3 days
* Correct argument order of kiconv_add_xlat16_cspairs().imura2005-07-291-1/+1
| | | | Security:
* Create /etc/opiekeys with 0600, not 0644ache2005-07-292-3/+7
| | | | PR: 84221
* terminate when all interfaces have been removed; since we do notsam2005-07-291-0/+14
| | | | | | do interface discovery there's no point in sticking around MFC after: 3 days
* Fix core dump when "smbutil lc".imura2005-07-281-1/+5
| | | | OK'ed by: bp
* Spell "committing" correctly.keramida2005-07-281-1/+1
|
* Spell "referred" correctly.keramida2005-07-281-1/+1
|
* Update (correct autotools usage, copy generated headers, --disable-threads)des2005-07-251-6/+18
|
* Fix bug where GCC thought athlon-tbird had SSE support.obrien2005-07-191-4/+4
|
* Switch to contemporary TTY interface.phk2005-07-151-1/+3
|
* - Remove MLINKS to nonexistant manpagesbrueffer2005-07-143-6/+8
| | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days
* resolve merge conflictssam2005-07-1122-492/+1013
| | | | Approved by: re (scottl)
* This commit was generated by cvs2svn to compensate for changes in r147899,sam2005-07-1159-818/+3330
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of tcpdump v3.9.1 (release) from tcpdump.orgsam2005-07-1182-1358/+4379
| | | | | | | | Approved by: re (scottl)
* | resolve merge conflictssam2005-07-1110-544/+1556
| | | | | | | | Approved by: re (scottl)
* | This commit was generated by cvs2svn to compensate for changes in r147894,sam2005-07-1128-282/+1239
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of libpcap v0.9.1 (release) from tcpdump.orgsam2005-07-1138-730/+2803
| | | | | | | | | | | | Approved by: re (scottl)
* | | This commit was generated by cvs2svn to compensate for changes in r147824,obrien2005-07-071-101/+63
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Fix bogus fmov* SPARC opcodes.obrien2005-07-071-101/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Note this makes the vendor branch not represent Binutils in the vendor's CVS repository at any point in time. Portmgr did not like the state of Binutils on Sparc that represented the point in time the vendor fixed this issue. I'd rather have fixed this on RELENG_6.) Approved by: re
* | | | Patch the freebsd spec file for PowerPC so that PIC code builds correctly.scottl2005-07-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows FreeBSD/PPC to build and run out of stock CVS sources. This also takes the file off of the vendor branch. Submitted by: kan, grehan Approved by: re, kan
* | | | This commit was generated by cvs2svn to compensate for changes in r147801,sam2005-07-061-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | clr ptr after freeing state to avoid subsequent null ptr derefsam2005-07-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (on vendor branch since this change already exists in Jouni's cvs). Approved by: re (scottl)
* | | | | Fix ipfw packet matching errors with address tables.simon2005-06-291-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ipfw tables lookup code caches the result of the last query. The kernel may process multiple packets concurrently, performing several concurrent table lookups. Due to an insufficient locking, a cached result can become corrupted that could cause some addresses to be incorrectly matched against a lookup table. Submitted by: ru Reviewed by: csjp, mlaier Security: CAN-2005-2019 Security: FreeBSD-SA-05:13.ipfw Correct bzip2 permission race condition vulnerability. Obtained from: Steve Grubb via RedHat Security: CAN-2005-0953 Security: FreeBSD-SA-05:14.bzip2 Approved by: obrien Correct TCP connection stall denial of service vulnerability. A TCP packets with the SYN flag set is accepted for established connections, allowing an attacker to overwrite certain TCP options. Submitted by: Noritoshi Demizu Reviewed by: andre, Mohan Srinivasan Security: CAN-2005-2068 Security: FreeBSD-SA-05:15.tcp Approved by: re (security blanket), cperciva
* | | | | Remove isc-dhcp files from HEAD now that we're using the OpenBSDbrooks2005-06-29149-71890/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dhclient. Reminded by: ru Approved by: re (blanket dhclient)
* | | | | Fix markup in local FreeBSD additions.ru2005-06-271-5/+13
| | | | | | | | | | | | | | | | | | | | Approved by: re (blanket manpages)
* | | | | Remove these files from src/contrib/ipfilter as they are already presentdarrenr2005-06-2316-8232/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in src/sys/contrib/ipfilter/netinet. Makefile's reachover bits find what they need so building is unaffected. Approved by: re (dwhite)
* | | | | Fix some minor problems before release:darrenr2005-06-231-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) "ipf -T" is broken for fetching single entries and (2) loading rules with numbered collections does not order insertion right. (3) stats aren't accumulated for hash table memory failures Approved by: re (dwhite)
* | | | | This commit was generated by cvs2svn to compensate for changes in r147466,des2005-06-1743-43/+43
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Fix markup errors caused by a bug in gendoc.pl (see P4 change #78671)des2005-06-1743-43/+43
| | | | | | | | | | | | | | | | | | | | | | | | Approved by: re (kensmith)
* | | | | | This commit was generated by cvs2svn to compensate for changes in r147464,des2005-06-171-2/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | MFP4: (#78671) correctly escape \& in Perl strings.des2005-06-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: ru Approved by: re (kensmith)
* | | | | | This commit was generated by cvs2svn to compensate for changes in r147462,des2005-06-171-3/+3
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | MFP4: (#78670) markup nitsdes2005-06-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFP4: (#78673) bump date Submitted by: ru Approved by: re (kensmith)
* | | | | | This commit was generated by cvs2svn to compensate for changes in r147460,des2005-06-171-7/+11
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | MFP4: (#78672) markup nits.des2005-06-171-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: ru Approved by: re (kensmith)
* | | | | | This commit was generated by cvs2svn to compensate for changes in r147455,des2005-06-1783-413/+1990
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Vendor import of OpenPAM Figwort.des2005-06-1783-413/+1990
| | | | | |
* | | | | | Markup fixes.ru2005-06-162-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | Approved by: re (blanket)
* | | | | | Apply a series of scripts to automatically fix some markup bugs.ru2005-06-169-292/+445
| | | | | | | | | | | | | | | | | | | | | | | | Approved by: re (blanket)
* | | | | | This commit was generated by cvs2svn to compensate for changes in r147353,gshapiro2005-06-141-0/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import OSTYPE(freebsd6) support from sendmail open source repo for FreeBSD 6.0.gshapiro2005-06-141-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: re (scottl) Requested by: keramida
* | | | | | | resolve merge conflictssam2005-06-133-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: re (dwhite)
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r147341,sam2005-06-1311-9/+49
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | stripped down import of hostapd 0.3.9sam2005-06-1315-34/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: re (dwhite)
| * | | | | | | This commit was manufactured by cvs2svn to create branchcvs2svn2005-06-052-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'VENDOR-hostapd'.
* | | | | | | | resolve merge conflictssam2005-06-131-2/+1
| | | | | | | |
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r147338,sam2005-06-1318-37/+1546
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | stripped down import of wpa_supplicant v0.3.9sam2005-06-1320-42/+1554
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: re (dwhite)
| * | | | | | | This commit was manufactured by cvs2svn to create branchcvs2svn2005-06-052-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'VENDOR-wpa_supplicant'.
OpenPOWER on IntegriCloud