summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-10-16Formatting fix.Aaron Campbell
1999-10-16syncTheo de Raadt
1999-10-16Typo typo typo...Angelos D. Keromytis
1999-10-16Manpage describing policy.Angelos D. Keromytis
1999-10-16moreTheo de Raadt
1999-10-16another fix form csapuntzTheo de Raadt
1999-10-16-Wall cleanupNiels Provos
1999-10-16gcc-lib movedTheo de Raadt
1999-10-16in any situation where network config is needed, if the network is not ↵Theo de Raadt
configured, configure it then
1999-10-16- Add support for a traditional PC display (16 colors and use the standard IBMAaron Campbell
font) and make it the default mode. This is more or less a hack, since pcvt was developed only to be a vt220 terminal emulator. - Document new default mode in pcvt(4). - Add -o option to scon(1) for toggling between the new and legacy modes.
1999-10-16pretty; friesTheo de Raadt
1999-10-16Fix typo.Aaron Campbell
1999-10-16Improved config(8) man page; deraadt@ okAaron Campbell
1999-10-15typo: s/UsePrivilegedPorts/UsePrivilegedPort/Markus Friedl
1999-10-15turn of agent-fwding if hostkey changed, ok: theo.Markus Friedl
and don't forget: "1.5 won't die!"
1999-10-15oops, got shared library part wrongTheo de Raadt
1999-10-15o Support separate USA and International versions of libsslTodd C. Miller
o add support for passing in wildcards to designate what should get pre-selected in the file selector and use it for libssl.
1999-10-15Yet another unmount/kill race. (I hate this)Artur Grabowski
1999-10-15typoTheo de Raadt
1999-10-14must get sslUSA from usa ftp siteBob Beck
1999-10-14refuse to start if there is no configuration file for sshd. ok: deraadtMarkus Friedl
1999-10-14A fix for the dreaded isadmaattach panic. The reason was actually quiteNiklas Hallqvist
obscure, many, many thanks to art@ for finding my bug, which only hit people having about 2300-2500 pages in the buffercache.
1999-10-14say "Permission denied" if passwd is wrong. from wvdputte, ok nielsMarkus Friedl
1999-10-14use package location for pkg_add, not link in main dir.Bob Beck
1999-10-14PermitRootLogin={yes,no,without-password}, default=yes, ok deraadt,nielsMarkus Friedl
1999-10-14add bit for sslUSA26 vaporware and refer to afterboot(8)Bob Beck
1999-10-14change ssl package nameBob Beck
1999-10-14Add section on adding ssl26 library packages where appropriateBob Beck
1999-10-14"the french issue", stir RC4 after key usage, ok nielsMarkus Friedl
from planchon@math.polytechnique.fr
1999-10-14tick tock the mii clock during the stats updateJason Wright
1999-10-14fix old connect() race security-bug for ssh-agent and agent-forwardingMarkus Friedl
by removing the connect() junk, with the following restrictions: 1) change the version to "OpenSSH-1.1": agent-forwarding will work only between OpenSSH-1.1 client and OpenSSH-1.1 server 2) renamed the environment variable of OpenSSH-1.1 to "SSH_AUTH_SOCKET", since useing OpenSSH-1.0 ssh-add against the new ssh-agent does not work
1999-10-14libssl*.t*z -> ssl*.t*zTheo de Raadt
1999-10-14flesh out ssl messagesTheo de Raadt
1999-10-14o When doing an ftp/http install where all the info has already been enteredTodd C. Miller
give the user the option of just using the old info instead of re-prompting. o Do network setup before grabbing libssl via ftp/http if it has not already been setup.
1999-10-14Fix example; jeremy@external.orgAaron Campbell
1999-10-14Fix for PR 871.cmetz
This fix is taken from BSD/OS (the file in question being BSD licensed). It continues to remove a datagram from a socket receive buffer even if there is an error on the copy-out, so as to leave the buffer in a reasonable state. Before, the kernel would stop in mid-receive if the copy-out failed, and the buffer's structural requirements would be violated (since the start of a datagram must be an address iff ). Note that if the user provides any invalid addresses as arguments to a recvmsg(), the datagram at the front of the buffer will be discarded. The more correct behavior would be not to remove this datagram if the arguments are invalid. Implementing this behavior requires a lot of significant changes, and socket receives are a critical path. Also included are two simple and fairly obvious fixes from the same source. If non-blocking I/O is set, it makes sure the receieve is non-blocking. It also fixes a slightly over-aggressive optimization.
1999-10-14read disklabels only from CDs that have a data track, spoofed labels fromTheo de Raadt
the audio CDs could do with a bit more work, but this makes audio cd playing not generate disklabel read-failure messages on first open; csapuntz
1999-10-14it now says 2.6 instead of 2.6-beta, but that does not mean that moreTheo de Raadt
2.6-related fixes won't go in
1999-10-13manually add IFM_AUTO (workaround for fxp)Jason Wright
1999-10-13age_old_log() now takes an int * as a parameter so it can return -1Todd C. Miller
on failure w/o the caller thinking the difference in mtime is -1. Just set modtime to 0 in this case in the caller which effectively ignores it. This fixes a problem where if there was now foo.0 file newsyslog would rotate an empty file.
1999-10-13When uncompressing VJ-compressed frames, fix the ip_sum directlybrian
in struct cstate rather than copying the stored header slot into a potentially mis-aligned buffer then trying to update the ip_sum without causing an exception on non-i386 hardware. I've never been able to reproduce this problem, but it has been reported by many people... besides, the code is now a bit cleaner. Testing & patience by: Anthony Solovjoff <asolovjoff@hotmail.com>
1999-10-13Don't try to call VOP_SETATTR on a pipe. From <cky@pobox.com>Artur Grabowski
1999-10-13always add kernel to MDSETS; millert & deraadt ok'dJason Wright
1999-10-12-P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. portMarkus Friedl
and disabled rhosts/rhosts-rsa, ok deraadt@
1999-10-12syncTheo de Raadt
1999-10-12missing libiberty.so.2.0 -mojMats O Jansson
1999-10-12more: sshd will not start if hostkey readableMarkus Friedl
1999-10-12SilentDeny, don't log/answer refused connections, deraadt@Markus Friedl
1999-10-12avoid an infinite loopHugh Graham
1999-10-12no media prints in mii codeTheo de Raadt