Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-07 | revert changes made in rev. 1.17; closes pr # 1903. niklas@ ok. | Federico G. Schwindt | |
2002-03-07 | From NetBSD: Fix evil bitfield bug; hugh@ ok | Federico G. Schwindt | |
2002-03-07 | workaround a gcc bug on vax; hugh@ ok | Federico G. Schwindt | |
2002-02-28 | Remove feature-poor GPL'd deroff clone, we have a better, BSD-licensed one now. | Todd C. Miller | |
2002-02-26 | fix errx(3) arg. | Federico G. Schwindt | |
2002-02-18 | deal with unsigned char issues | Theo de Raadt | |
2002-02-17 | Use LOGIN_SETLOGIN flag to setsuercontext() so the user name gets | Todd C. Miller | |
set properly to the user commands will be run on behalf of. Bug report and different patch from Peter Philipp. | |||
2002-02-17 | Get gdb (mostly) working on vax. Work by bjc@. | Hugh Graham | |
2002-02-17 | Define an epilogue for vax to protect function ends from gcc's | Hugh Graham | |
optimizer. Debugging and implementation by bjc@. | |||
2002-02-14 | From NetBSD: | Federico G. Schwindt | |
Deal with weak symbols when looking up in shared libraries; tested by marc@ miod@ and myself. | |||
2002-02-13 | Changes necessary to configure vax. Confirmed by miod + theo. | Hugh Graham | |
2002-02-10 | spelling | Theo de Raadt | |
2002-01-27 | Make f77(1) work on sparc64. ok espie | Peter Valchev | |
2002-01-21 | Switch last workaround to a form easier for espie to maintain. | Hugh Graham | |
2002-01-21 | Use HOST_CFLAGS to force gcc to build its helper tools without | Hugh Graham | |
optimization on vax. This is part of what's needed to get gcc through a double bootstrap with optimization turned on. | |||
2002-01-21 | Particularly egregious pair of changes to get recent sendmail | Hugh Graham | |
working on vax. It's most likely this only succeeds because the rearranged code doesn't trip a compiler bug. | |||
2002-01-20 | Commit change from gcc mainline that's been kicking around in my tree | Hugh Graham | |
for too long. Needed for vax and tested by various. | |||
2002-01-20 | Add missing va_end() calls, patch sent to sendmail folks. | Todd C. Miller | |
2002-01-14 | update to sendmail-8.12.2 | Todd C. Miller | |
2002-01-11 | o crank max load for queue and refuse | Todd C. Miller | |
o use shared memory for disk usage stats o cache up to 4 connections instead of 2 o use port 24 on lo0 for nocanonify MSA | |||
2002-01-09 | remove cf/domain/sigmasoft.m4 from cf/cf/Makefile | lebel | |
2002-01-09 | Add -DSM_CONF_SHM to allow the SharedMemoryKey option to be used (off by | Todd C. Miller | |
default). | |||
2002-01-09 | Remove private sendmail configuration files -- they are out of date anyhow | Thorsten Lockert | |
2002-01-08 | Allow a CVS tagname to be expanded during checkout, export and update to be | Thorsten Lockert | |
specified on the command line; ok niklas@ pval@ | |||
2002-01-05 | Sync with reality: make mj2 a trusted user and add 'C' (nocanonify) | Todd C. Miller | |
flag to MSA for fast message injection. | |||
2001-12-27 | Fix the brain-dead assembler to correctly handle opcodes which have no | Miod Vallat | |
arguments (such as rte) but do not appear exactly at the end of a line (i.e. whitespace follows) instead of reporting (incorrectly) "parameter syntax error". | |||
2001-12-27 | Unbreak confusion between duplicated, but slightly different, m88k assembler | Miod Vallat | |
sources and repair as in the process (we had ended mixing tc-mvme88k.c with tc-m88k.h). | |||
2001-12-26 | When cross compiling, by all means prevent the native <machine/exec.h> to be | Miod Vallat | |
picked up. This enables sparc->foo cross-ld to build (don't ask). | |||
2001-12-24 | Hooks to enable building a cross-ld for mvme88k. | Miod Vallat | |
2001-12-10 | Add FEATURE(`accept_unresolvable_domains') | Todd C. Miller | |
This should help folks whose IP address is not resolvable. | |||
2001-12-04 | add missing no_default_msa FEATURE | Todd C. Miller | |
2001-12-04 | sync with reality | Todd C. Miller | |
2001-11-29 | Sync with reality | Todd C. Miller | |
o enable TLS o accept mail for openssh.org o add ipv6 support | |||
2001-11-29 | use ipv6 when possible; transparent if you don't have ipv6 enabled | Todd T. Fries | |
..without this, client only connects to remote ipv4 smtp sites, and yes, localhost is a 'remote' site during testing. millert@ ok. | |||
2001-11-25 | More MID for m88k updates, grr! | Miod Vallat | |
2001-11-24 | Update mvme88k MID value here too. | Miod Vallat | |
2001-11-24 | for openbsd 3.1+, don't even bother trying to pick libdl, since it is dead. | Peter Valchev | |
ok millert geez, i wrote that without a single mistake, amusing | |||
2001-11-22 | Nuke incorrect use of .IMPSRC | Marc Espie | |
2001-11-22 | Bad .IMPSRC. | Marc Espie | |
2001-11-21 | Dummy out aclocal, autoconf, automake, and autoheader since there | Todd C. Miller | |
are still things in cvs's Makefile.in files that will attempt to run e.g. autoheader. Doing this here should mean we don't get hosed again the next time cvs is updated. I believe Marc Espie suggested something similar a while ago. | |||
2001-11-15 | Listen on port 587 for IPv6 too. Noticed by todd@ | Todd C. Miller | |
2001-11-14 | Change Vax aout magic and set binary page size to 4k. | Hugh Graham | |
2001-11-08 | fixes netbsd PR #10940 and also uses main program's library search | Federico G. Schwindt | |
path in dlopen(), from netbsd as well. | |||
2001-11-07 | Only mktemp /tmp/pbad.XXXXXXXXXX when we need it, otherwise we end | Todd C. Miller | |
up with a turd in /tmp in the unused cases. Add a sparc64 category now that gnats has one. | |||
2001-11-06 | start editor in an empty line as used to be; deraadt@ agrees. | Federico G. Schwindt | |
2001-11-01 | Refer to our own, namely cdrecord, not linux stuff. | Marc Espie | |
2001-10-30 | correct open() checks | Theo de Raadt | |
2001-10-25 | Code in scanlib similar to main ldd, to recognize fmt1 and fmt2 and use | Marc Espie | |
them. | |||
2001-10-24 | Add WorkAroundBrokenAAAA option here too. We already have it in | Todd C. Miller | |
openbsd-proto.mc and openbsd-localhost.mc. | |||
2001-10-24 | "minium" -> "minimum", ok deraadt@ | Daniel Hartmeier | |