Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-10-12 | Don't call syserr() just because stderr is not present. Daemons | Todd C. Miller | |
and programs that pipe data to sendmail may not have stderr available. From ca @ sendmail. | |||
2001-10-09 | Add missing rule for B::CC.ps3p; Hans-Guenter Weigand | Todd C. Miller | |
2001-10-06 | Do not attempt to rebuild Makefile.in, configure, config.h.in or | Todd C. Miller | |
stamp-h1.in. Modifying files in the source tree considered harmful. | |||
2001-10-04 | Add type for bootable HFS files. Ok deraadt@ | Dale Rahn | |
2001-10-04 | avoid /tmp races by using mktemp(1) | Todd C. Miller | |
2001-10-04 | This man page needs to be preprocessed with tbl, ok millert@ | Peter Stromberg | |
2001-10-01 | Enable the volatiles that keep gcc from complaining about variables | Todd C. Miller | |
that may possibly be clobbered by longjmp(). | |||
2001-10-01 | Manpage change corresponding to hfs-bless code change. | Dale Rahn | |
Again, this is from the newer cdrtools release. deraadt@ ok. | |||
2001-10-01 | Update 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-01 | Merge support for hfs_bless from the newer version of mkisofs into this | Dale Rahn | |
version of mkhybrid. Allows creation of bootable CDs on apple machines. | |||
2001-09-30 | Don't pass $DESTDIR where generated Makefiles already handle it | Thorsten Lockert | |
2001-09-30 | Install where we expect | Thorsten Lockert | |
2001-09-30 | Build in and install from obj directory | Thorsten Lockert | |
2001-09-30 | Revert to distributed version | Thorsten Lockert | |
2001-09-29 | Add missing dependencies for distribution rule | Todd C. Miller | |
2001-09-29 | Don't sleep for 5 secs and then remove the temp dir and contents as | Todd C. Miller | |
this is raceable; solar@openwall.com | |||
2001-09-29 | Put $TF in double-quotes since it could possibly contain spaces; | Todd C. Miller | |
solar@openwall.com | |||
2001-09-29 | Merge remaining local changes, correct build issues | Thorsten Lockert | |
2001-09-28 | Merge local changes; work in progress | Thorsten Lockert | |
2001-09-28 | Latest from Cyclic Software | Thorsten Lockert | |
2001-09-28 | Latest from Cyclic Software | Thorsten Lockert | |
2001-09-28 | sparc64 has shared libs | Jason Wright | |
2001-09-27 | Overhaul /tmp handling; collaboration with solar@openwall.com | Todd 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-27 | Use POSIX :space: character class as suggested by solar@openwall.com | Todd C. Miller | |
Also add a sepatate case for --suffix= to keep the regex exact | |||
2001-09-27 | Use mktemp(1) to avoid potential /tmp races | Todd C. Miller | |
2001-09-27 | If first mktemp succeeds and second fails, be sure to remove the first temp ↵ | Todd C. Miller | |
file before exiting | |||
2001-09-25 | Remove obsolete custom shit | Niklas Hallqvist | |
2001-09-25 | Skip this tree-breaking BULLSHIT | Theo de Raadt | |
2001-09-25 | let configure script use GNUSYSTEM_AUX_DIR | Marc Espie | |
2001-09-25 | link gnu files in. | Marc Espie | |
2001-09-25 | shared files for gnu configure: | Marc Espie | |
- cygnus configure - libtool files - config.guess, config.if, config.sub - mkdirs.sh, install-sh, move-if-change | |||
2001-09-24 | support sparc64 | Artur Grabowski | |
2001-09-24 | Force memory model to medlow for profiling. | Artur Grabowski | |
espie@ ok. | |||
2001-09-20 | mailq moves to section 8 since it can only be run by the superuser now | Todd C. Miller | |
that sendmail is no longer setuid root. | |||
2001-09-20 | treat unions as structs; fixes pr 1918, perl dudes never replied though | Michael Shalayeff | |
2001-09-18 | I hope this will help to maintain. | Mike Pechkin | |
o) start new sentence on a new line; o) sort SEE ALSO; millert@ ok | |||
2001-09-18 | add reference to editmap(8). | Mike Pechkin | |
millert@ ok | |||
2001-09-17 | slightly better error message | Marc Espie | |
2001-09-17 | Support for arm and sparc64 platforms. ok espie | Kevin Lo | |
2001-09-14 | typo. Those are named 4byte/2byte, no s. | Marc Espie | |
2001-09-13 | Bind MSA port to localhost as well; noted by fgs@ | Todd C. Miller | |
2001-09-13 | Support for arm. | Kevin Lo | |
2001-09-12 | Add commented out support for Cyrus SASL | Todd C. Miller | |
2001-09-12 | better mdoc style | Todd C. Miller | |