summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-30Un-bus_dma(9) mcr1 context and mcr operations (causes problems under load).Jason Wright
Reimplement mcr2 bus_dma handling.
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
2001-05-30syncTheo de Raadt
2001-05-30pcvt go bye byeTodd C. Miller
2001-05-30-Wall cleanup, mostly useless otherwiseTheo de Raadt
2001-05-30set dt as wellTheo de Raadt
2001-05-29build in support for BSD authenticationTodd C. Miller
2001-05-29Don't want -WallTodd C. Miller
2001-05-29pcvt no moreMichael Shalayeff
2001-05-29remove this used to be great console driver; x11 builds w/o it all fine; ↵Michael Shalayeff
aaron@, todd@, matthieu@ ok
2001-05-29build with BSD auth supportTodd C. Miller
2001-05-29build tokenadm and tokeninitTodd C. Miller
2001-05-29add support for BSD authenticationTodd C. Miller
2001-05-29BSD auth support. k5login.c and klogin.c are no longer used but willTodd C. Miller
remain for the time being until Kerberos support is up to snuff.
2001-05-29adapt to BSD authentication and clean things up a bit while I am at itTodd C. Miller
2001-05-29Call auth_checknologin() and auth_approval() as appropriate for BSDTodd C. Miller
authentication.
2001-05-29update to describe BSD authenticationTodd C. Miller
2001-05-29use BSD authenticationTodd C. Miller
2001-05-29build login scripts for BSD authenticationTodd C. Miller
2001-05-29mention setusercontext() return valueTodd C. Miller
2001-05-29add auth defaultsTodd C. Miller
2001-05-29Protect against copying a too long PWD.Marc Espie
This is temporary, this code needs better fixes.
2001-05-29Missing .El; mpech@prosoft.org.lvAaron Campbell
2001-05-29Initial work/mdoc'ification by <mpech@prosoft.org.lv>Hakan Olsson
2001-05-29syncTheo de Raadt
2001-05-29Take includes out of lst.h, re-add what's needed to separate files.Marc Espie
Removes remaining lint stuff from lst.lib.
2001-05-29SynchMarc Espie
2001-05-29typoMarkus Friedl
2001-05-29Blech! gcc is a stupid program. Compiling with -fno-builtin shows lotsMarc Espie
of missing function declarations.
2001-05-29Wrong section header ordering. Pointed out by <mpech@prosoft.org.lv>Hakan Olsson
2001-05-29Check for error on open.Artur Grabowski
ENOENT happens to be the same as stderr. :)
2001-05-29fix the alpha after that last diff which was obviously not testedTheo de Raadt
2001-05-29sendmail 8.12.0 with $Id tags converted to $SendmailTodd C. Miller
2001-05-29Update to sendmail 8.11.4:Todd C. Miller
8.11.4 revamps signal handling within the MTA in order to reduce the likelihood of a race condition that can lead to heap corruption as described in Michal Zalewski's advisory. The problems discussed in the advisory are not currently known to be exploitable but we recommend upgrading to 8.11.4 in case a method is found to exploit the signal handling race condition. 8.11.4 also fixes other bugs found since the release of 8.11.3. See the RELEASE_NOTES file for more details.
2001-05-29Hardware clock support, via adb.Dale Rahn
This reduces the dependancy on openfirmware somewhat. Since Openfirmware is not actually used for anything, it is no longer necessary to configure it. so several lines of useless dmesg are now gone. This does not have clock setting code enabled yet. All of the code is in place, but needs further testing before it is trusted. I wish Apple would store UTC not localtime in the hardware clock, besides the fact that the clock base is 1904. Need to keep the clock sane for dual boot machines.
2001-05-29Record last use time for SAs.Angelos D. Keromytis
2001-05-29Keep track of when a TDB was last marked/unmared as SKIPCRYPTO, andAngelos D. Keromytis
print the relevant information on KERNFS.
2001-05-29Fields on TDB for last used and last SKIPCRYPTO status change.Angelos D. Keromytis
2001-05-29Make sure packets that need crypto processing on the NIC don't escapeAngelos D. Keromytis
(because of routing changes etc.)
2001-05-29Verify that packets that haven't had crypto applied to them don't makeAngelos D. Keromytis
it out.
2001-05-29Add ipsp_skipcrypto_{mark,unmark}()Angelos D. Keromytis
2001-05-29Set, don't OR the capabilities.Angelos D. Keromytis
2001-05-28remove some lines, simplify.Markus Friedl
2001-05-28cleanup, typoMarkus Friedl
2001-05-28undo broken channel fix and try a different one. thereMarkus Friedl
should be still some select errors...
2001-05-28simpler 3des for ssh1Markus Friedl
2001-05-28Behave correctly when displaying an empty screen line when thePeter Valchev
corresponding file line is not empty itself. Avoids coredumps in the ':set list' mode (at least). NetBSD PR 4113; millert@ ok
2001-05-28Print SYSERR instead of ERR when recdir does not exist.Peter Valchev
Makes the message more useful for the user; from NetBSD, millert@ ok
2001-05-28Commonize csu code for elf systems, powerpc now no longer has it's ownDale Rahn
versions of these files. Fixed a bug in ld.so in this, instead of scheduling the fini of each of the shared libraries with atexit. schedule a function of ld.so itself and it will walk all of the open libraries when the program exits. otherwise a shared library could be dl_open()ed and then dl_close()d and then it would not be mapped for the atexit processing. TODO: What if atexit is not found (process did not link against libc?) Do shared libraries that are dl_closed have their global destructors run?