Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-16 | Formatting fix. | Aaron Campbell | |
1999-10-16 | sync | Theo de Raadt | |
1999-10-16 | Typo typo typo... | Angelos D. Keromytis | |
1999-10-16 | Manpage describing policy. | Angelos D. Keromytis | |
1999-10-16 | more | Theo de Raadt | |
1999-10-16 | another fix form csapuntz | Theo de Raadt | |
1999-10-16 | -Wall cleanup | Niels Provos | |
1999-10-16 | gcc-lib moved | Theo de Raadt | |
1999-10-16 | in 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 IBM | Aaron 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-16 | pretty; fries | Theo de Raadt | |
1999-10-16 | Fix typo. | Aaron Campbell | |
1999-10-16 | Improved config(8) man page; deraadt@ ok | Aaron Campbell | |
1999-10-15 | typo: s/UsePrivilegedPorts/UsePrivilegedPort/ | Markus Friedl | |
1999-10-15 | turn of agent-fwding if hostkey changed, ok: theo. | Markus Friedl | |
and don't forget: "1.5 won't die!" | |||
1999-10-15 | oops, got shared library part wrong | Theo de Raadt | |
1999-10-15 | o Support separate USA and International versions of libssl | Todd 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-15 | Yet another unmount/kill race. (I hate this) | Artur Grabowski | |
1999-10-15 | typo | Theo de Raadt | |
1999-10-14 | must get sslUSA from usa ftp site | Bob Beck | |
1999-10-14 | refuse to start if there is no configuration file for sshd. ok: deraadt | Markus Friedl | |
1999-10-14 | A fix for the dreaded isadmaattach panic. The reason was actually quite | Niklas 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-14 | say "Permission denied" if passwd is wrong. from wvdputte, ok niels | Markus Friedl | |
1999-10-14 | use package location for pkg_add, not link in main dir. | Bob Beck | |
1999-10-14 | PermitRootLogin={yes,no,without-password}, default=yes, ok deraadt,niels | Markus Friedl | |
1999-10-14 | add bit for sslUSA26 vaporware and refer to afterboot(8) | Bob Beck | |
1999-10-14 | change ssl package name | Bob Beck | |
1999-10-14 | Add section on adding ssl26 library packages where appropriate | Bob Beck | |
1999-10-14 | "the french issue", stir RC4 after key usage, ok niels | Markus Friedl | |
from planchon@math.polytechnique.fr | |||
1999-10-14 | tick tock the mii clock during the stats update | Jason Wright | |
1999-10-14 | fix old connect() race security-bug for ssh-agent and agent-forwarding | Markus 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-14 | libssl*.t*z -> ssl*.t*z | Theo de Raadt | |
1999-10-14 | flesh out ssl messages | Theo de Raadt | |
1999-10-14 | o When doing an ftp/http install where all the info has already been entered | Todd 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-14 | Fix example; jeremy@external.org | Aaron Campbell | |
1999-10-14 | Fix 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-14 | read disklabels only from CDs that have a data track, spoofed labels from | Theo 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-14 | it now says 2.6 instead of 2.6-beta, but that does not mean that more | Theo de Raadt | |
2.6-related fixes won't go in | |||
1999-10-13 | manually add IFM_AUTO (workaround for fxp) | Jason Wright | |
1999-10-13 | age_old_log() now takes an int * as a parameter so it can return -1 | Todd 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-13 | When uncompressing VJ-compressed frames, fix the ip_sum directly | brian | |
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-13 | Don't try to call VOP_SETATTR on a pipe. From <cky@pobox.com> | Artur Grabowski | |
1999-10-13 | always add kernel to MDSETS; millert & deraadt ok'd | Jason Wright | |
1999-10-12 | -P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. port | Markus Friedl | |
and disabled rhosts/rhosts-rsa, ok deraadt@ | |||
1999-10-12 | sync | Theo de Raadt | |
1999-10-12 | missing libiberty.so.2.0 -moj | Mats O Jansson | |
1999-10-12 | more: sshd will not start if hostkey readable | Markus Friedl | |
1999-10-12 | SilentDeny, don't log/answer refused connections, deraadt@ | Markus Friedl | |
1999-10-12 | avoid an infinite loop | Hugh Graham | |
1999-10-12 | no media prints in mii code | Theo de Raadt | |