aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove old sendmail (to the Attic)Peter Wemm1998-08-0448-51694/+0
| | | | Notes: svn path=/head/; revision=38105
* setpwent now has a void return type, so remove the now bogus cast.Steve Price1998-02-011-1/+1
| | | | Notes: svn path=/head/; revision=32983
* remove #include <login_cap.h>, this is included as needed elsewhere now.Peter Wemm1997-11-101-1/+0
| | | | Notes: svn path=/head/; revision=31092
* setusercontext() came into the 2.2 branch just before 2.2.2-release.Peter Wemm1997-11-101-3/+3
| | | | Notes: svn path=/head/; revision=31091
* Merge sendmail 8.8.8 changes onto mainline. (For all of CVS's warts, whenPeter Wemm1997-11-1015-153/+242
| | | | | | | things like this turn out this easy (ie: it took 30 seconds), it's nice :-) Notes: svn path=/head/; revision=31090
* This commit was generated by cvs2svn to compensate for changes in r31087,Peter Wemm1997-11-105-81/+147
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=31088
| * Import sendmail-8.8.8Peter Wemm1997-11-1020-235/+390
| | | | | | | | | | | | | | Obtained from: ftp.sendmail.org Notes: svn path=/vendor/sendmail/dist-old/; revision=31087
* | Typo.Wolfgang Helbig1997-10-261-1/+1
| | | | | | | | Notes: svn path=/head/; revision=30728
* | DOH! I cannot believe that none of us caught this. Do *not*Jordan K. Hubbard1997-10-051-2/+2
| | | | | | | | | | | | | | turn TCPWRAPPER support on by default, eh? :-) Notes: svn path=/head/; revision=30119
* | Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-2/+2
| | | | | | | | | | | | | | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su> Notes: svn path=/head/; revision=30113
* | Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-291-1/+1
| | | | | | | | Notes: svn path=/head/; revision=29988
* | Add (commented out) macros to make compiling with tcpwrappers easier.Mark Murray1997-09-281-1/+8
| | | | | | | | Notes: svn path=/head/; revision=29932
* | Merge sendmail 8.8.7 changes from vendor branchPeter Wemm1997-08-0414-292/+626
| | | | | | | | Notes: svn path=/head/; revision=27879
* | This commit was generated by cvs2svn to compensate for changes in r27876,Peter Wemm1997-08-049-100/+368
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=27877
| * Import sendmail-8.8.7 onto vendor branch.Peter Wemm1997-08-0423-393/+995
| | | | | | | | | | | | | | Obtained from: ftp.sendmail.org Notes: svn path=/vendor/sendmail/dist-old/; revision=27876
* | Merge in sendmail-8.8.5 -> 8.8.6 changes to those files that have left thePeter Wemm1997-06-2720-1355/+1819
| | | | | | | | | | | | | | vendor branch. Notes: svn path=/head/; revision=26989
* | This commit was generated by cvs2svn to compensate for changes in r26986,Peter Wemm1997-06-2724-353/+1382
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=26987
| * Import sendmail-8.8.6Peter Wemm1997-06-2745-1706/+3469
| | | | | | | | | | | | | | Obtained from: ftp.sendmail.org Notes: svn path=/vendor/sendmail/dist-old/; revision=26986
* | Activate HASSETUSERCONTEXT to set resource limits while deliveringPeter Wemm1997-03-142-2/+6
| | | | | | | | | | | | | | to pipes in .forward files, but with a slight bugfix to the code. Notes: svn path=/head/; revision=23885
* | Replace my EOF fix with better one from sendmail-bugs discussionAndrey A. Chernov1997-02-141-2/+1
| | | | | | | | | | | | | | Should go into 2.2 Notes: svn path=/head/; revision=22717
* | Back out clearerr fix after discussion in sendmail-bugs,Andrey A. Chernov1997-02-141-2/+1
| | | | | | | | | | | | | | it gains nothing Notes: svn path=/head/; revision=22694
* | clearerr() clears both EOF and error flags, so do it only forAndrey A. Chernov1997-02-131-1/+2
| | | | | | | | | | | | | | | | | | | | error and not for EOF or loop test becomes while(1) Should go into 2.2 Submitted by: Gregory Neil Shapiro <gshapiro@WPI.EDU> Notes: svn path=/head/; revision=22676
* | Under some circumstanes sendmail can loop forever collecting input.Andrey A. Chernov1997-02-131-0/+1
| | | | | | | | | | | | | | | | | | Fix uninitialized character to prevent it. Should go into 2.2 Notes: svn path=/head/; revision=22649
* | Merge 8.8.4 -> 8.8.5 changes onto mainlinePeter Wemm1997-01-2716-168/+404
| | | | | | | | Notes: svn path=/head/; revision=22031
* | This commit was generated by cvs2svn to compensate for changes in r22028,Peter Wemm1997-01-277-52/+79
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=22029
| * Import sendmail 8.8.5. See RELEASE_NOTES for changes.Peter Wemm1997-01-2723-220/+483
| | | | | | | | | | | | | | Obtained from: ftp.sendmail.org:/pub/sendmail Notes: svn path=/vendor/sendmail/dist-old/; revision=22028
* | Add two missing links (hoststat/purgestat)Peter Wemm1996-12-311-1/+3
| | | | | | | | Notes: svn path=/head/; revision=21129
* | Remove file that we don't have any way of using. We don't have the otherPeter Wemm1996-12-031-320/+0
| | | | | | | | | | | | | | Makefiles for other OS's in our tree that this uses when not using bmake. Notes: svn path=/head/; revision=20110
* | Merge 8.8.3->8.8.4 changes onto our mainline where we've edited thePeter Wemm1996-12-0317-324/+602
| | | | | | | | | | | | | | | | | | file at some point in the past. Obtained from: Eric Allman <eric@sendmail.org> Notes: svn path=/head/; revision=20106
* | This commit was generated by cvs2svn to compensate for changes in r20103,Peter Wemm1996-12-0311-100/+172
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=20104
| * Import sendmail 8.8.4. See RELEASE_NOTES for changes.Peter Wemm1996-12-0328-424/+774
| | | | | | | | Notes: svn path=/vendor/sendmail/dist-old/; revision=20103
* | Merge conflicts from 8.8.3 import onto mainline.Peter Wemm1996-11-1813-135/+546
| | | | | | | | Notes: svn path=/head/; revision=19844
* | This commit was generated by cvs2svn to compensate for changes in r19841,Peter Wemm1996-11-186-91/+194
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=19842
| * Import sendmail-8.8.3 - this contains the official fix to replace thePeter Wemm1996-11-1819-331/+841
| | | | | | | | | | | | | | | | | | previous workaround patch that I used. Obtained from: Eric Allman <eric@sendmail.org> Notes: svn path=/vendor/sendmail/dist-old/; revision=19841
* | Disallow non-root users to start in daemon mode.Peter Wemm1996-11-161-9/+22
| | | | | | | | | | | | | | Obtained from: Eric Allman <eric@sendmail.org> Notes: svn path=/head/; revision=19810
* | Fix base64->8bit conversionAndrey A. Chernov1996-10-311-99/+82
| | | | | | | | | | | | | | Submitted by: Eric Allman <eric@sendmail.org> Notes: svn path=/head/; revision=19273
* | Fold sendmail-8.8.2 changes into files that have been touched.Peter Wemm1996-10-2418-1219/+3708
| | | | | | | | | | | | | | (^!&@$#&^! delete !!@^@^ trailing !@^&#$!& whitespace!!!) Notes: svn path=/head/; revision=19149
* | This commit was generated by cvs2svn to compensate for changes in r19146,Peter Wemm1996-10-2422-304/+2612
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=19147
| * Import sendmail-8.8.2 onto the vendor branchPeter Wemm1996-10-2440-1534/+6347
| | | | | | | | | | | | | | Obtained from: Eric Allman <eric@sendmail.org> Notes: svn path=/vendor/sendmail/dist-old/; revision=19146
* | Enable NIS supportPaul Traina1996-10-091-3/+5
| | | | | | | | Notes: svn path=/head/; revision=18843
* | Fix one byte buffer overflowAndrey A. Chernov1996-09-221-1/+1
| | | | | | | | | | | | | | Submitted by: Eric Allman <eric@sendmail.org> Notes: svn path=/head/; revision=18465
* | Fix & expansion (from pw_gecos field), sizeof buf used whenAndrey A. Chernov1996-09-211-1/+1
| | | | | | | | | | | | | | | | buf is pointer, not array, buflen must be used instead. Charlie & from root name was expanded to junk as result. Notes: svn path=/head/; revision=18451
* | Merge import conflictsPeter Wemm1996-09-1913-235/+586
| | | | | | | | Notes: svn path=/head/; revision=18369
* | This commit was generated by cvs2svn to compensate for changes in r18366,Peter Wemm1996-09-1910-123/+168
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=18367
| * Import of sendmail-8.7.6Peter Wemm1996-09-1923-355/+754
| | | | | | | | Notes: svn path=/vendor/sendmail/dist-old/; revision=18366
* | Fold in 8.7.5 change onto mainline (all one line).Peter Wemm1996-03-131-2/+2
| | | | | | | | Notes: svn path=/head/; revision=14618
* | This commit was generated by cvs2svn to compensate for changes in r14615,Peter Wemm1996-03-131-2/+2
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=14616
| * Import sendmail-8.7.5 onto the vendor branch.Peter Wemm1996-03-132-4/+4
| | | | | | | | Notes: svn path=/vendor/sendmail/dist-old/; revision=14615
* | Remove useless (for us) Makefiles. There were already other "Makefile.dist"Peter Wemm1996-02-2256-6351/+0
| | | | | | | | | | | | | | | | | | | | files missing, so these shouldn't hurt. If somebody wanted to use sendmail 8.7 on their machine, they should use a clean dist anyway, not this one. Submitted by: wollman Notes: svn path=/head/; revision=14192
* | Merge 8.7.3->8.7.4 changes onto mainline.Peter Wemm1996-02-222-6/+13
| | | | | | | | Notes: svn path=/head/; revision=14185