summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2000-04-30disable GLOBAL_AUTOCONF_CACHE for the moment, since it doesn't work. Noticed ↵Mats O Jansson
by millert@. -moj
2000-04-30code missed when upgraded to 2.8.2. -mojMats O Jansson
2000-04-30Fix typo introduced in mkstemp addition.Todd C. Miller
2000-04-30- do not miss /usr/lib in search path.Oleg Safiullin
- ldconfig -R: do not add /usr/lib to search path, use previously configured dirs instead. - avoid duplicates in search path ok espie@
2000-04-30Change 5985 by gsar@auger on 2000/04/28 07:30:28Todd C. Miller
forked child may not exit correctly if it failed to open /dev/console (from Graham Barr)
2000-04-30Change 5982 by gsar@auger on 2000/04/28 04:48:25Todd C. Miller
avoid error in IO::Socket::INET when given an unknown service name with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
2000-04-30Change 5948 by gsar@auger on 2000/04/25 18:21:57Todd C. Miller
typo in vars.pm that leads to cryptic message (from Piotr Piatkowski <kompas@kompas.usr.onet.pl>)
2000-04-30stock perl 5.6.1Todd C. Miller
2000-04-30Change 5969 by gsar@auger on 2000/04/27 17:50:56Todd C. Miller
fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
2000-04-30Perl Change 5912 by gsar@auger on 2000/04/24 04:17:15Todd C. Miller
fix totally broken caching in UNIVERSAL::isa() (from Nick Ing-Simmons); fixes problems with 5.6.0 and Tk.
2000-04-30misc header reordering, remove #undef of relocation_infoBrandon Creighton
ok espie@
2000-04-27Call ctor/dtor lists generated by collect2 as well.Marc Espie
Since those are properly protected against multiple execution, even if collect2/ld manages to link them at some point, this won't add problems.
2000-04-27Support -shared on a.out platforms: pass the right options to ldMarc Espie
(e.g., no start symbol, -x -Bshareable). collect2 should do the rest, wrt ctors/dtors
2000-04-27Mention RFC2476 and port 587Todd C. Miller
2000-04-27rules are going to local_rulesets nowMichael Shalayeff
2000-04-24Make dlopened modules prefer symbols defined locallyNiklas Hallqvist
2000-04-24Add xstrdup() - like strdup but get fatal error if memory is exhausted.Oleg Safiullin
Avoid duplicates in search path. ok espie@
2000-04-24Better fix for all the dash shenanigans; rra@stanford.eduTodd C. Miller
Updates Man.pm to version 1.04.
2000-04-24Fix in scalar vs. list dereference bug in InputObjects.pm. KeepTodd C. Miller
dashes in C<> blocks from getting \e prepended to them. They should have a \ prepended to escape them which this does correctly do yet, but at least it produces legible documentation; rra@stanford.edu
2000-04-22Sendmail didn't buy back the arc4random() changes so just useTodd C. Miller
srandomdev() which seeds itself from arc4random(). Sendmail doesn't really need crypto-strength random numbers.
2000-04-21a little bit of glue to call openssl; mark@moxienet.comTheo de Raadt
2000-04-21stock perl 5.6.1Todd C. Miller
2000-04-21add CPAN File::Temp module for perl versions of mkstemp et al.Todd C. Miller
2000-04-17change MAX_ALIGNMENT to double, as requested by djb@cr.yp.toTheo de Raadt
2000-04-12do h2ph for the whole include tree; millert@ okMichael Shalayeff
2000-04-11Once again, /usr/sbin/smrsh -> /usr/libexecOleg Safiullin
Correct paths in smrsh(8).
2000-04-09groff 1.15 plus local changes (insomnia strikes):Todd C. Miller
o moved *.man to *.$section_in and generate *.$section not *.n for bsd.man.mk o modified groff Makefiles to not install man pages (we do it ourselves) o use mkstemp everywhere o don't install groff versions on mdoc macros, we want our own ones
2000-04-09groff 1.15Todd C. Miller
2000-04-09o config.sh depends on config.overTodd C. Miller
o config.sh must be the first thing in ${GENERATED} That way a make w/o a make depend first will work.
2000-04-09Fix bug when doing C<FOO I<BAR>>; rra@stanford.eduTodd C. Miller
2000-04-08Make installsitebin '/usr/local/bin'Todd C. Miller
2000-04-07Update to sendmail-8.10.1Todd C. Miller
2000-04-07Win32.pod should go in man3p, not man1. The only reason we evenTodd C. Miller
install this is to have a complete set of perl docs (so all xrefs are existent).
2000-04-07need -fPIC on sparc for libperl.soTodd C. Miller
2000-04-06Back out last change, I changed my mind...Todd C. Miller
2000-04-06Use /etc/mail/statistics not /var/log/sendmail.st by default.Todd C. Miller
2000-04-06Enable sendmail 8.10.0. Things like sendmail.* and aliases now liveTodd C. Miller
in /etc/mail.
2000-04-06perl-5.6.0 + local changesTodd C. Miller
2000-04-06virgin perl 5.6.0Todd C. Miller
2000-04-06Fix typo introduce when removing smtpd MLINKTodd C. Miller
2000-04-06Don't make a sendmail smtpd link, it will be confused with beck's smtpd.Todd C. Miller
2000-04-05seed srandom from /dev/arandom not /dev/urandomTodd C. Miller
2000-04-04Clarify IPv6 commentTodd C. Miller
2000-04-04Make sure /etc/netstart references /etc/mail/sendmail.cf, notTodd C. Miller
/etc/sendmail.cf or on reboot sendmail will not be started.
2000-04-04Don't install sendmail internal libs and add some commentsTodd C. Miller
2000-04-04Part of the sendmail build procedure we don't useTodd C. Miller
2000-04-04Add MLINKs from sendmail.8 to smtpd.8, hoststat.1, purgestat.1Todd C. Miller
Convert man pages back to mandoc format.
2000-04-03This is a generated file.Todd C. Miller
2000-04-03Add missing 'praliases user1 user2 ...' functionality from sendmail-8.10.1.Beta1Todd C. Miller
2000-04-02Missed this one in the previous mega localization commit. Don'tTodd C. Miller
build op.ps in the source tree, install op.me in source form.