summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Update FreeBSD import informationgshapiro2001-08-011-4/+4
|
* Resolve conflicts from import of sendmail 8.11.5gshapiro2001-08-015-12/+19
|
* This commit was generated by cvs2svn to compensate for changes in r80785,gshapiro2001-08-0134-463/+1149
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail 8.11.5gshapiro2001-08-0139-476/+1169
| |
* | Fix build.asmodai2001-07-301-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am not sure who thought that making FreeBSD depend on ISC's libbsd was a sensible thing to do. Thus I have ripped out the define of gettimeofday() and isc__gettimeofday() out of this file, since we: 1) Don't use nor build libbsd (FreeBSD might give a hint in its name as to why) 2) Our gettimeofday() is the same in semantics as prototyped in ISC's libbsd. This was something which could have been fixed before it was released if we had at least some insight into the development process. But my praying fell on deaf ears it seems. Of course, if I am wrong I welcome the corrections to my thinking, gladly even.
* | Resolve conflicts.asmodai2001-07-303-7/+15
| |
* | This commit was generated by cvs2svn to compensate for changes in r80650,asmodai2001-07-3054-396/+789
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of BIND v8.2.4-RELasmodai2001-07-3057-403/+804
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r80588,obrien2001-07-3040-276/+1665
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of Christos Zoulas's FILE 3.36.obrien2001-07-3040-276/+1665
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r80508,obrien2001-07-281-0/+291
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of Binutils from the FSF 2.11 branch [checked out 19-July-2001].obrien2001-07-281-0/+291
| | | | |
* | | | | fix conflicts created by importdarrenr2001-07-286-68/+188
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r80486,darrenr2001-07-2869-514/+924
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import IPFilter version 3.4.20darrenr2001-07-2893-1091/+1972
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r80484,darrenr2001-07-282-0/+100
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import IPFilter version 3.4.20darrenr2001-07-282-0/+100
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r80260,kris2001-07-241-3/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import updated/clarified license for tcp_wrappers.kris2001-07-241-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* Redistribution and use in source and binary forms, with or without +* modification, are permitted provided that this entire copyright notice +* is duplicated in all such copies. Obtained from: ftp://ftp.porcupine.org/pub/security/tcp_wrappers_license
* | | | | | | Merge tcpdump 3.6.3fenner2001-07-232-2/+10
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r80231,fenner2001-07-235-16/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Virgin import of tcpdump.org tcpdump v3.6.3fenner2001-07-237-18/+35
| | | | | | | |
* | | | | | | | output_data(), output_datalen() and netflush() didn't actually guaranteekris2001-07-236-45/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to do what they are supposed to: under some circumstances output data would be truncated, or the buffer would not actually be flushed (possibly leading to overflows when the caller assumes the operation succeeded). Change the semantics so that these functions ensure they complete the operation before returning. Comment out diagnostic code enabled by '-D reports' which causes an infinite recursion and an eventual crash. Patch developed with assistance from ru and assar.
* | | | | | | | More potential buffer overflow fixes.ru2001-07-204-35/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o Fixed `nfrontp' calculations in output_data(). If `remaining' is initially zero, it was possible for `nfrontp' to be decremented. Noticed by: dillon o Replaced leaking writenet() with output_datalen(): : * writenet : * : * Just a handy little function to write a bit of raw data to the net. : * It will force a transmit of the buffer if necessary : * : * arguments : * ptr - A pointer to a character string to write : * len - How many bytes to write : */ : void : writenet(ptr, len) : register unsigned char *ptr; : register int len; : { : /* flush buffer if no room for new data) */ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ : if ((&netobuf[BUFSIZ] - nfrontp) < len) { : /* if this fails, don't worry, buffer is a little big */ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ : netflush(); : } : : memmove(nfrontp, ptr, len); : nfrontp += len; : : } /* end of writenet */ What an irony! :-) o Optimized output_datalen() a bit.
* | | | | | | | This merges in the changes from the 2.11.2 release to the FSF anoncvsobrien2001-07-205-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 19-July-2001 snapshot.
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r80016,obrien2001-07-2029-225/+1535
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Import of Binutils from the FSF 2.11 branch [checked out 19-July-2001].obrien2001-07-2034-230/+1552
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an annoying `ld' bug.
* | | | | | | | Update for the Bintuils 2.11.2 import.obrien2001-07-201-3/+3
| | | | | | | |
* | | | | | | | vsnprintf() can return a value larger than the buffer size.ru2001-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: assar Obtained from: OpenBSD
* | | | | | | | Fixed the exploitable remote buffer overflow.ru2001-07-196-314/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported on: bugtraq Obtained from: Heimdal, NetBSD Reviewed by: obrien, imp
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r79971,obrien2001-07-1929-0/+19997
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Import of LukeM's ftp client, version 1.5.obrien2001-07-1929-0/+19997
| / / / / / / /
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r79968,obrien2001-07-1930-0/+15364
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Import of LukeM's ftpd version 1.1.obrien2001-07-1930-0/+15364
| / / / / / / /
* | | | | | | | Fix an underflow resulting from the assumption !O_ISSET(sp, O_LEFTRIGHT)dd2001-07-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (ironically, the assumption is in a code block which is conditional on its converse). This isn't strictly the correct fix; it's more of a workaround to prevent an infinite loop. The correct fix (see ports/editors/nvi-devel/files/patch-vi-relative r1.1) would take a file off the vendor branch, but since the result for this version of nvi is identical, this route was elected. PR: 28687 Approved by: -developers
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r79847,ru2001-07-182-53/+98
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | From ChangeLog:ru2001-07-182-53/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | : 2001-07-18 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/groff_mdoc.man: Document new -width and -column syntax. : Some other minor fixes. : * tmac/an-old.tmac: Add `AT' and `UC' macros.
* | | | | | | | | Connect std{in,out,err} to *something* so that "hooks" scripts that writeobrien2001-07-161-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to std{err,out} will not spam /etc/resolv.conf. Ted Lemon fixed the problem in version 3 of the client, but only for the pre-daemonized case. Thanks to Brian for pointing that out and helping to make our future dhclient (v3) better. Submitted by: brian
* | | | | | | | | Fix SHA1 hashing.markm2001-07-142-21/+17
| | | | | | | | |
* | | | | | | | | Usse a better method to get a user's credentials, as uid's may bemarkm2001-07-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | legally duplicated. Requested by: ache
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r79655,ru2001-07-132-126/+169
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Import latest mdoc(7) fixes of mine.ru2001-07-132-126/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fold -xwidth functionality into -width. .Bl now tests whether string immediately following a leading dot starts with a valid macro name. Added similar functionality to the -column list's column width specifiers. For example, the following now works as expected: .Bl -column ".Va hw.crusoe.percentage" ".Vt integer" "Changeable" .It Sy "Name\tType\tChangeable\tDescription" .It Va hw.crusoe.longrun Ta Vt integer Ta yes Ta "LongRun mode:" .It Ta Ta Ta "0: minimum frequency mode" .It Ta Ta Ta "1: power-saving mode" .It Ta Ta Ta "2: performance mode" .It Ta Ta Ta "3: maximum frequency mode" .It Va hw.crusoe.frequency Ta Vt integer Ta no Ta "Current frequency (MHz)." .It Va hw.crusoe.voltage Ta Vt integer Ta no Ta "Current voltage (mV)." .It Va hw.crusoe.percentage Ta Vt integer Ta no Ta "Processing performance (%)." .El This is especially useful for groff devices with variable width fonts, like -Tps or -TX100.
| * | | | | | | | Removed files not present in v1.17.2 import.ru2001-07-103-138/+0
| | | | | | | | |
* | | | | | | | | This page is in man(7) format.ru2001-07-131-1/+1
| | | | | | | | |
* | | | | | | | | libiberty file list for the 11-July-2000 import.obrien2001-07-121-0/+35
| | | | | | | | |
* | | | | | | | | Eliminate troff(1) warnings that were hiding some useful text.ru2001-07-121-1/+1
| | | | | | | | |
* | | | | | | | | Fixed warning:ru2001-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bc.1:643: warning: numeric expression expected (got `e')
* | | | | | | | | Merge Groff 1.17.2 changes.ru2001-07-104-23/+54
| | | | | | | | |
* | | | | | | | | Use stock (FSF) version of this file.ru2001-07-101-0/+2
| | | | | | | | |
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r79546,ru2001-07-103-138/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud