aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY afterDarren Reed2003-04-051-1/+2
| | | | | | | discussion on security@freebsd.org. Notes: svn path=/head/; revision=113109
* sendmail 8.12.9 has been importedGregory Neil Shapiro2003-03-291-4/+4
| | | | Notes: svn path=/head/; revision=112814
* Fix conflicts from sendmail 8.12.9 importGregory Neil Shapiro2003-03-294-9/+139
| | | | Notes: svn path=/head/; revision=112813
* This commit was generated by cvs2svn to compensate for changes in r112810,Gregory Neil Shapiro2003-03-2958-174/+329
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=112811
| * Import sendmail 8.12.9vendor/sendmail/8.12.9Gregory Neil Shapiro2003-03-2962-183/+464
| | | | | | | | | | Notes: svn path=/vendor/sendmail/dist/; revision=112810 svn path=/vendor/sendmail/8.12.9/; revision=112812; tag=vendor/sendmail/8.12.9
* | This commit was generated by cvs2svn to compensate for changes in r112680,Alexander Kabaev2003-03-26136-29589/+0
| | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=112681
* | This commit was generated by cvs2svn to compensate for changes in r112620,David Schultz2003-03-256-33/+23
|\ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=112621
| * | Import new sources. The only material change in this update is tovendor/gdtoa/20030324David Schultz2003-03-256-33/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add locale support for hexadecimal floating point conversions. Noticed by: ache Reviewed by: mike (mentor) Notes: svn path=/vendor/gdtoa/dist/; revision=112620 svn path=/vendor/gdtoa/20030324/; revision=112622; tag=vendor/gdtoa/20030324
* | | We don't have cat(1) and kill(1) on the miniroot disks.Martin Blapp2003-03-231-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix will be committed to the ISC repo later, but for now take this file out of the vendor tree. Reviewed by: phk Approved by: murray Notes: svn path=/head/; revision=112520
* | | Add support for OpenBSD extensions to the $CVSROOT/config syntax.Dag-Erling Smørgrav2003-03-201-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | Approved by: peter Obtained from: OpenBSD Notes: svn path=/head/; revision=112431
* | | Enable locale support in strtod() and dtoa().David Schultz2003-03-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Noticed by: ache Reviewed by: mike (mentor) Notes: svn path=/head/; revision=112418
* | | This commit was generated by cvs2svn to compensate for changes in r112415,David Schultz2003-03-195-51/+29
|\| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=112416
| * | Import gdtoa sources dated 20030318, which contain several locale fixes.vendor/gdtoa/20030318David Schultz2003-03-195-51/+29
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: mike (mentor) Notes: svn path=/vendor/gdtoa/dist/; revision=112415 svn path=/vendor/gdtoa/20030318/; revision=112417; tag=vendor/gdtoa/20030318
* | | Add a -v(erbose) flag to undo our -q(uiet) default.David E. O'Brien2003-03-182-0/+10
| | | | | | | | | | | | Notes: svn path=/head/; revision=112383
* | | This commit was generated by cvs2svn to compensate for changes in r112336,David E. O'Brien2003-03-177-26/+99
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=112337
| * | | Vendor import of bwk's 14-March-2003 release.David E. O'Brien2003-03-177-26/+99
| | | | | | | | | | | | | | | | Notes: svn path=/vendor/one-true-awk/dist/; revision=112336
* | | | Local patches:David Schultz2003-03-121-49/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - include extra system headers and add appropriate #defines - use a spinlock to synchronize parts of gdtoa - protect exported symbols with leading underscores Reviewed by: bde (briefly), mike (mentor), obrien Notes: svn path=/head/; revision=112161
* | | | This commit was generated by cvs2svn to compensate for changes in r112158,David Schultz2003-03-1283-0/+24573
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=112159
| * | | Initial import of David Gay's gdtoa library for conversion betweenvendor/gdtoa/20030305David Schultz2003-03-1283-0/+24573
| / / | | | | | | | | | | | | | | | | | | | | | strings and floating point. Notes: svn path=/vendor/gdtoa/dist/; revision=112158 svn path=/vendor/gdtoa/20030305/; revision=112160; tag=vendor/gdtoa/20030305
* | | Fixes for the Russian translations of the messages.John Polstra2003-03-082-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: bin/48035, bin/48036 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> Reviewed by: ache MFC after: 4 weeks Notes: svn path=/head/; revision=112012
* | | Unbreak Kerberos 5 authentication in telnet.Jacques Vidrine2003-03-061-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | (Credential forwarding is still broken.) PR: bin/45397 Notes: svn path=/head/; revision=111946
* | | sendmail 8.12.8 has been importedGregory Neil Shapiro2003-03-031-4/+4
| | | | | | | | | | | | Notes: svn path=/head/; revision=111829
* | | Fix conflicts from sendmail 8.12.8 importGregory Neil Shapiro2003-03-034-111/+192
| | | | | | | | | | | | Notes: svn path=/head/; revision=111826
* | | This commit was generated by cvs2svn to compensate for changes in r111823,Gregory Neil Shapiro2003-03-0327-121/+264
|\ \ \ | | |/ | |/| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=111824
| * | Import sendmail 8.12.8vendor/sendmail/8.12.8Gregory Neil Shapiro2003-03-0331-232/+456
| | | | | | | | | | | | | | | Notes: svn path=/vendor/sendmail/dist/; revision=111823 svn path=/vendor/sendmail/8.12.8/; revision=111825; tag=vendor/sendmail/8.12.8
* | | This commit was generated by cvs2svn to compensate for changes in r111756,David E. O'Brien2003-03-0219-2911/+0
| | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=111757
* | | Merge tcpdump 3.7.2Bill Fenner2003-03-0217-375/+129
| | | | | | | | | | | | Notes: svn path=/head/; revision=111729
* | | This commit was generated by cvs2svn to compensate for changes in r111726,Bill Fenner2003-03-0235-812/+824
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=111727
| * | | Import tcpdump 3.7.2 (fudging for multi-DLT support) fromBill Fenner2003-03-0251-909/+1009
| | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.tcpdump.org/release/tcpdump-3.7.2.tar.gz Notes: svn path=/vendor/tcpdump/dist/; revision=111726
* | | | This commit was generated by cvs2svn to compensate for changes in r111658,David E. O'Brien2003-02-2824-109/+427
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=111659
| * | | | Virgin import of Christos Zoulas's FILE 3.41.David E. O'Brien2003-02-2824-109/+427
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * - fix memory allocation problem (Jeff Johnson) * - fix stack overflow corruption (David Endler) Notes: svn path=/vendor/file/dist/; revision=111658
* | | | | Follow the (good) trend of returning import files to vendor versionsGregory Neil Shapiro2003-02-2315-25/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | where possible for easier future imports. Notes: svn path=/head/; revision=111367
* | | | | This local FreeBSD mod isn't needed now that we have the freebsd* ostypeGregory Neil Shapiro2003-02-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files. Notes: svn path=/head/; revision=111366
* | | | | This commit was generated by cvs2svn to compensate for changes in r110989,Dag-Erling Smørgrav2003-02-161-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=110990
| * | | | | MFP4: guard against null pointer dereference which sshd can cause (#25271)Dag-Erling Smørgrav2003-02-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor/openpam/dist/; revision=110989
* | | | | | This commit was generated by cvs2svn to compensate for changes in r110949,David E. O'Brien2003-02-1530-92/+397
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=110950
| * | | | | Virgin import of Christos Zoulas's FILE 3.40.David E. O'Brien2003-02-1530-92/+397
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor/file/dist/; revision=110949
* | | | | | bring changes in IPFilter to 3.4.31 on to the headDarren Reed2003-02-1510-16/+60
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=110920
* | | | | | This commit was generated by cvs2svn to compensate for changes in r110917,Darren Reed2003-02-1548-179/+1037
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=110918
| * | | | | | Import userland tools for IPFilter 3.4.31 into -currentDarren Reed2003-02-1575-407/+1711
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor/ipfilter/dist/; revision=110917
* | | | | | | Use the stock (FSF) version of this file.Ruslan Ermilov2003-02-147-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=110865
* | | | | | | Moved the libugidfw library definition out from contributed sourceRuslan Ermilov2003-02-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to where it actually belongs. Submitted by: phantom Notes: svn path=/head/; revision=110864
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r110647,Gregory Neil Shapiro2003-02-101-3/+3
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=110648
| * | | | | | Import proto.m4 fix from vendor repository. This fixes a cf buildingGregory Neil Shapiro2003-02-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug if LOCAL_RELAY and/or MAIL_HUB are used in an mc file. Notes: svn path=/vendor/sendmail/dist/; revision=110647
* | | | | | | Merge FreeBSD modifications into gcc 3.2.2 release:Alexander Kabaev2003-02-101-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.8 printf format error fixes. Notes: svn path=/head/; revision=110631
* | | | | | | Merge FreeBSD modifications into gcc 3.2.2 release:Alexander Kabaev2003-02-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.10 -mno-align-long-strings. 1.11 Allow the specification of LONG_TYPE_SIZE on the command line. Notes: svn path=/head/; revision=110629
* | | | | | | Merge FreeBSD modifications into gcc 3.2.2 release:Alexander Kabaev2003-02-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.11 -mno-align-long-strings. Note the change 1.15 is not needed anymore. Notes: svn path=/head/; revision=110628
* | | | | | | Update for Gcc 3.2.2 release.Alexander Kabaev2003-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=110627
* | | | | | | Merge FreeBSD modifications into gcc 3.2.2 release:Alexander Kabaev2003-02-101-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.{2,15} FREEBSD_NATIVE. 1.21 "GCC_OPTIONS". 1.{16,25,27} Cross-compiling issues. Notes: svn path=/head/; revision=110626
* | | | | | | Merge FreeBSD modifications into gcc 3.2.2 release:Alexander Kabaev2003-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. Notes: svn path=/head/; revision=110624