summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1998-08-16fix realloc memory leaksTodd C. Miller
1998-08-16realloc misuseArtur Grabowski
1998-08-16realloc correctlyArtur Grabowski
1998-08-16deal with realloc/malloc failure and don't trash old pointer if realloc failsTodd C. Miller
1998-08-16change seek to intTheo de Raadt
1998-08-16remove bogus ifdef PERL5Artur Grabowski
1998-08-16If $TERMINFO is set, use that in preference to the system terminfo file, but ...Todd C. Miller
1998-08-16don't map DMA across boundaries; from NetBSD (don't know who).Jason Downs
1998-08-16typoTodd C. Miller
1998-08-16realloc fixesArtur Grabowski
1998-08-15kill bogus ENVIRONMENT section and clean up slightlyTodd C. Miller
1998-08-15use lockspool for locking, not 'mail.local -H'Todd C. Miller
1998-08-15go back to using mktemp, not mkstemp in baditem(); theoTodd C. Miller
1998-08-15fix kbd generated NULs from CTRL-@ and CTRL-SPkstailey
1998-08-15Break out locking code into its own file so it can be shared with lockspool.Todd C. Miller
1998-08-15Move the spool locking functionality of "mail.local -H" into its ownTodd C. Miller
1998-08-15document the common misuse of reallocTheo de Raadt
1998-08-15realloc bug fix and two other bugs found at the same timeTheo de Raadt
1998-08-15fix reallocTheo de Raadt
1998-08-15fix reallocTheo de Raadt
1998-08-15simplify a few things wrt reallocTodd C. Miller
1998-08-15fix broken realloc fix from yesterdayTodd C. Miller
1998-08-15add openbsd OSTYPE (with additional mailer flag 'S') and use itTodd C. Miller
1998-08-15realloc misuseTheo de Raadt
1998-08-15oopsTheo de Raadt
1998-08-15realloc misuseTheo de Raadt
1998-08-15add bsdi/freebsd supportTheo de Raadt
1998-08-15fix realloc patchTheo de Raadt
1998-08-14don't define HAVE_* since it conflicts with other configure scriptsTodd C. Miller
1998-08-14realloc repairTheo de Raadt
1998-08-14realloc repairTheo de Raadt
1998-08-14fix realloc usageTodd C. Miller
1998-08-14Don't need to explicately link in with -ltermlib now that curses and termlib ...Todd C. Miller
1998-08-14bootfile, PidFile, NamedXfer should be absolute paths in the chroot'd case; n...Todd C. Miller
1998-08-14Make printf output during card probe more compact.Matthieu Herrb
1998-08-14Add support for .Ox 2.4Todd C. Miller
1998-08-14Update to sendmail.8.9.1a which adds support for MaxMimeHeaderLength option, ...Todd C. Miller
1998-08-13Don't prune dirs in /var/tmp on first pass; problem noted by m4@umn.eduTodd C. Miller
1998-08-13Make loadbsd aware of poolmem (mainly, kill poolmem before scanning theMarc Espie
1998-08-13MD devicesMichael Shalayeff
1998-08-13syncTheo de Raadt
1998-08-13oopsTheo de Raadt
1998-08-13syncTheo de Raadt
1998-08-13new viatech devices discovered on cvsTheo de Raadt
1998-08-13a proto; fgsch@olimpo.com.brTheo de Raadt
1998-08-13fix exit code; fgsch@olimpo.com.brTheo de Raadt
1998-08-13Fix card list: Robert Earl <rearl@teleport.com>.Jason Downs
1998-08-13Identify card 0x44 as a 1542C, not 1542CF: Robert Earl <rearl@teleport.com>.Jason Downs
1998-08-13buf oflow; spotted by jmcdonal@UNF.EDUTheo de Raadt
1998-08-12explicit braces to avoid ambigious elseArtur Grabowski