summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2001-12-27Fix the brain-dead assembler to correctly handle opcodes which have noMiod 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-27Unbreak confusion between duplicated, but slightly different, m88k assemblerMiod Vallat
sources and repair as in the process (we had ended mixing tc-mvme88k.c with tc-m88k.h).
2001-12-26When cross compiling, by all means prevent the native <machine/exec.h> to beMiod Vallat
picked up. This enables sparc->foo cross-ld to build (don't ask).
2001-12-24Hooks to enable building a cross-ld for mvme88k.Miod Vallat
2001-12-10Add FEATURE(`accept_unresolvable_domains')Todd C. Miller
This should help folks whose IP address is not resolvable.
2001-12-04add missing no_default_msa FEATURETodd C. Miller
2001-12-04sync with realityTodd C. Miller
2001-11-29Sync with realityTodd C. Miller
o enable TLS o accept mail for openssh.org o add ipv6 support
2001-11-29use ipv6 when possible; transparent if you don't have ipv6 enabledTodd 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-25More MID for m88k updates, grr!Miod Vallat
2001-11-24Update mvme88k MID value here too.Miod Vallat
2001-11-24for 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-22Nuke incorrect use of .IMPSRCMarc Espie
2001-11-22Bad .IMPSRC.Marc Espie
2001-11-21Dummy out aclocal, autoconf, automake, and autoheader since thereTodd 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-15Listen on port 587 for IPv6 too. Noticed by todd@Todd C. Miller
2001-11-14Change Vax aout magic and set binary page size to 4k.Hugh Graham
2001-11-08fixes netbsd PR #10940 and also uses main program's library searchFederico G. Schwindt
path in dlopen(), from netbsd as well.
2001-11-07Only mktemp /tmp/pbad.XXXXXXXXXX when we need it, otherwise we endTodd C. Miller
up with a turd in /tmp in the unused cases. Add a sparc64 category now that gnats has one.
2001-11-06start editor in an empty line as used to be; deraadt@ agrees.Federico G. Schwindt
2001-11-01Refer to our own, namely cdrecord, not linux stuff.Marc Espie
2001-10-30correct open() checksTheo de Raadt
2001-10-25Code in scanlib similar to main ldd, to recognize fmt1 and fmt2 and useMarc Espie
them.
2001-10-24Add WorkAroundBrokenAAAA option here too. We already have it inTodd C. Miller
openbsd-proto.mc and openbsd-localhost.mc.
2001-10-24"minium" -> "minimum", ok deraadt@Daniel Hartmeier
2001-10-12Don't call syserr() just because stderr is not present. DaemonsTodd C. Miller
and programs that pipe data to sendmail may not have stderr available. From ca @ sendmail.
2001-10-09Add missing rule for B::CC.ps3p; Hans-Guenter WeigandTodd C. Miller
2001-10-06Do not attempt to rebuild Makefile.in, configure, config.h.in orTodd C. Miller
stamp-h1.in. Modifying files in the source tree considered harmful.
2001-10-04Add type for bootable HFS files. Ok deraadt@Dale Rahn
2001-10-04avoid /tmp races by using mktemp(1)Todd C. Miller
2001-10-04This man page needs to be preprocessed with tbl, ok millert@Peter Stromberg
2001-10-01Enable the volatiles that keep gcc from complaining about variablesTodd C. Miller
that may possibly be clobbered by longjmp().
2001-10-01Manpage change corresponding to hfs-bless code change.Dale Rahn
Again, this is from the newer cdrtools release. deraadt@ ok.
2001-10-01Update to sendmail 8.12.1.Todd C. Miller
A potential security problem has been uncovered in 8.12.0 which might be exploited locally by malicious users to gain access to the client mail queue. However, as long as the MTA accepts local connections, the possible consequences of this potential local exploit are small. Notice: some operating systems don't provide a way to completely drop privileges from a set-group-ID program. In that case sendmail refuses to run if unsafe options are given.
2001-10-01Merge support for hfs_bless from the newer version of mkisofs into thisDale Rahn
version of mkhybrid. Allows creation of bootable CDs on apple machines.
2001-09-30Don't pass $DESTDIR where generated Makefiles already handle itThorsten Lockert
2001-09-30Install where we expectThorsten Lockert
2001-09-30Build in and install from obj directoryThorsten Lockert
2001-09-30Revert to distributed versionThorsten Lockert
2001-09-29Add missing dependencies for distribution ruleTodd C. Miller
2001-09-29Don't sleep for 5 secs and then remove the temp dir and contents asTodd C. Miller
this is raceable; solar@openwall.com
2001-09-29Put $TF in double-quotes since it could possibly contain spaces;Todd C. Miller
solar@openwall.com
2001-09-29Merge remaining local changes, correct build issuesThorsten Lockert
2001-09-28Merge local changes; work in progressThorsten Lockert
2001-09-28Latest from Cyclic SoftwareThorsten Lockert
2001-09-28Latest from Cyclic SoftwareThorsten Lockert
2001-09-28sparc64 has shared libsJason Wright
2001-09-27Overhaul /tmp handling; collaboration with solar@openwall.comTodd C. Miller
o nuke cpmod stuff since we have no cpmod(1) o don't allow user togzexe sed (it is a dependency) o repair gzexe of files with whitespace in the name o use mktemp -d and make a temp dir, not temp file which allows the basename of the command that is actually executed to have the expected value instead of a mktemp name.
2001-09-27Use POSIX :space: character class as suggested by solar@openwall.comTodd C. Miller
Also add a sepatate case for --suffix= to keep the regex exact
2001-09-27Use mktemp(1) to avoid potential /tmp racesTodd C. Miller