summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r110647,gshapiro2003-02-101-3/+3
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import proto.m4 fix from vendor repository. This fixes a cf buildinggshapiro2003-02-101-3/+3
| | | | | | | | bug if LOCAL_RELAY and/or MAIL_HUB are used in an mc file.
* | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-4/+8
| | | | | | | | 1.8 printf format error fixes.
* | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-2/+2
| | | | | | | | | | 1.10 -mno-align-long-strings. 1.11 Allow the specification of LONG_TYPE_SIZE on the command line.
* | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-1/+2
| | | | | | | | | | 1.11 -mno-align-long-strings. Note the change 1.15 is not needed anymore.
* | Update for Gcc 3.2.2 release.kan2003-02-101-1/+1
| |
* | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-2/+3
| | | | | | | | | | | | 1.{2,15} FREEBSD_NATIVE. 1.21 "GCC_OPTIONS". 1.{16,25,27} Cross-compiling issues.
* | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-1/+1
| | | | | | | | | | | | | | 1.2 -fformat-extensions. 1.3 -printf0 1.6 Teach GCC about %y for DDB and implement support for the C99 %z format modifier.
* | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-51/+3
| | | | | | | | | | 1.2 kernel printf enhancements framework. 1.3 suppress prototype warnings on K&R main.
* | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-5/+0
| | | | | | | | | | 1.2 framework for our kernel printf enhancements. 1.3 suppress prototype warnings on K&R main.
* | Update HEAD with stock GCC 3.2.2 release files.kan2003-02-1010-156/+375
| |
* | This commit was generated by cvs2svn to compensate for changes in r110618,kan2003-02-107-64/+104
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Gcc 3.2.2-release libf2c bits.kan2003-02-107-64/+104
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r110616,kan2003-02-104-67/+87
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Gcc 3.2.2-release Objective C support bits.kan2003-02-104-67/+87
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r110614,kan2003-02-1040-2066/+2923
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Gcc 3.2.2-release C++ support bits.kan2003-02-1040-2066/+2923
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r110611,kan2003-02-1080-489/+1712
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Gcc 3.2.2-release.kan2003-02-1098-712/+2106
| | |
* | | Update for sendmail 8.12.7 importgshapiro2003-02-081-4/+4
| | |
* | | Resolve conflicts from sendmail 8.12.7 importgshapiro2003-02-089-54/+128
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r110560,gshapiro2003-02-0865-814/+1590
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
| * | Import sendmail 8.12.7gshapiro2003-02-0874-864/+1749
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r110558,des2003-02-081-3/+10
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | MFP4: return the actual value of the requested variable (#24840)des2003-02-081-3/+10
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r110556,des2003-02-088-24/+32
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | MFP4: avoid side effects in macro arguments (#24823)des2003-02-088-24/+32
| | | |
* | | | Even if biff is turned off, we still need to set curoff as the codegshapiro2003-02-081-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uses that if there is an error writing to the mailbox. Note this bug is only in the FreeBSD code, not the vendor code (which doesn't offer nobiff). PR: misc/43392 MFC after: 3 days
* | | | This commit was generated by cvs2svn to compensate for changes in r110503,des2003-02-0710-29/+77
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Sync with P4. Most of this is debugging code; the only substantial changesdes2003-02-0710-29/+77
| | | | | | | | | | | | | | | | are improvements to openpam_{borrow,restore}_cred() (#24779 and #24780).
* | | | Merge our rev 1.2 PAM support into 'nbsd_20030122'.obrien2003-02-021-25/+32
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r110242,obrien2003-02-024-20/+152
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of LukeM's ftpd taken from the NetBSD CVS repo on 22-Jan-2003.obrien2003-02-025-45/+184
| | | | | | | | | | | | | | | | | | | | This includes the DoS fix of rev 1.133 libexec/ftpd/ftpd.c.
* | | | | -kthread has been dead these many years. This PR has languished for aimp2003-02-011-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | long time. Go ahead and commit the patch since a co-worker has been working up a code patch in this area and wondered why it hasn't been committed yet. PR: 35800
* | | | | Background:nectar2003-01-292-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When libdes was replaced with OpenSSL's libcrypto, there were a few interfaces that the former implemented but the latter did not. Because some software in the base system still depended upon these interfaces, we simply included them in our libcrypto (rnd_keys.c). Now, finally get around to removing the dependencies on these interfaces. There were basically two cases: des_new_random_key -- This is just a wrapper for des_random_key, and these calls were replaced. des_init_random_number_generator et. al. -- A few functions were used by the application to seed libdes's PRNG. These are not necessary when using libcrypto, as OpenSSL internally seeds the PRNG from /dev/random. These calls were simply removed. Again, some of the Kerberos 4 files have been taken off the vendor branch. I do not expect there to be future imports of KTH Kerberos 4.
* | | | | main() changed its argv declaration, so follow suit in some FBSD added code.obrien2003-01-291-2/+2
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r109983,dougb2003-01-2815-24/+38
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import of ISC BIND version 8.3.4dougb2003-01-2815-24/+38
| | | | | |
* | | | | | Merge Multi-DLT support.fenner2003-01-262-9/+147
| | | | | |
* | | | | | Merge multi-DLT support.fenner2003-01-264-0/+41
| | | | | |
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ This commit was generated by cvs2svn to compensate for changes in r109839,fenner2003-01-264-2/+73
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * | | | | | Commit tcpdump.org's multi-DLT support to vendor branch.fenner2003-01-263-10/+148
| | | | | | | |
| * | | | | | | Commit tcpdump.org's multi-DLT support to vendor branch.fenner2003-01-267-1/+113
| | | | | | | |
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r109756,des2003-01-231-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | #include <stddef.h> rather than <sys/types.h> (perforce change 24116)des2003-01-231-2/+2
| | | | | | | |
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r109686,des2003-01-221-1/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | #include <sys/types.h> (perforce change 24073)des2003-01-221-1/+3
| | | | | | | |
* | | | | | | | When computing a new seed for an existing user, opienewseed() woulddes2003-01-221-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | incorrectly compute the length of the numeric portion of the previous seed, causing the new seed to be one character shorter than the old one. This patch has been submitted to the vendor; I'm committing it right away since the file is already off the vendor branch. MFC after: 3 days
* | | | | | | | Turn off Checkin-prog and Update-prog.peter2003-01-211-2/+2
| | | | | | | |
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r109661,peter2003-01-211-79/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud